mbox series

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

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

Message

Andreas Klinger Sept. 9, 2019, 12:36 p.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.

Changes in v2:
- Clarify which part of the patch queue fixes a certain bug and which one
  is an optimization of the driver without an underlying bug.

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

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