[PATCH v2 0/2] iio: hx711: add buffered trigger support
From: Andreas Klinger
Date: Thu Nov 30 2017 - 16:43:16 EST
changes in v2:
- in Kconfig it's needed to select IIO_BUFFER and IIO_TRIGGERED_BUFFER to
compile cleanly with buffered triggers
This small patch series adds:
- support for buffered triggers
- fixes a bug in the reset functionality
Andreas Klinger (2):
iio: hx711: add triggered buffer support
iio: hx711: fix bug in reset functionality
drivers/iio/adc/Kconfig | 2 +
drivers/iio/adc/hx711.c | 119 ++++++++++++++++++++++++++++++++++++++----------
2 files changed, 96 insertions(+), 25 deletions(-)
--
2.1.4
--