mbox series

[0/3] iio: adc: hx711: fix and optimize sampling of data

Message ID 20190907101730.gqzvu65dgsllk6tk@arbad (mailing list archive)
Headers show
Series iio: adc: hx711: fix and optimize sampling of data | expand

Message

Andreas Klinger Sept. 7, 2019, 10:17 a.m. UTC
This patch set fixes problems in the sampling of data and optimizes driver
performance.

It was partly suggested privately to me and i got the allowance to use it
further. But because the person is not answering my emails related to
the question of mentioning the name for a long time i submit it without a
Suggested-By or something similar.

Andreas Klinger (3):
  iio: adc: hx711: optimize sampling of data
  iio: adc: hx711: remove unnecessary read cycle
  iio: adc: hx711: remove unnecessary returns

 drivers/iio/adc/hx711.c | 40 ++++++++++++----------------------------
 1 file changed, 12 insertions(+), 28 deletions(-)