* [PULL] Second set of fixes for IIO in the 4.11 cycle
@ 2017-02-25 18:31 Jonathan Cameron
2017-02-26 16:03 ` Greg KH
0 siblings, 1 reply; 2+ messages in thread
From: Jonathan Cameron @ 2017-02-25 18:31 UTC (permalink / raw)
To: Greg KH, linux-iio@vger.kernel.org
The following changes since commit 0f06feba91580df799c48bed753a7400a43d05f7:
staging: bcm2835: cleanup: remove deprecated <asm/uaccess.h> include (2017-02-03 13:01:39 +0100)
are available in the git repository at:
git://git.kernel.org/pub/scm/linux/kernel/git/jic23/iio.git tags/iio-fixes-for-4.11b
for you to fetch changes up to ca1c39ef76376b67303d01f94fe98bb68bb3861a:
iio: adc: xilinx: Fix error handling (2017-02-25 16:39:32 +0000)
----------------------------------------------------------------
Second set of IIO fixes for IIO in the 4.11 cycle.
This series consists of fixes that either came in after the merge window
had opened or are fixes for work that merged during the merge window so had
to wait for that to hit mainline.
* 104-quad-8
- Fix an off by one error in the register address for the flag register.
* rcar-gyroadc
- protect against possible issues in future by dealing with childmode not
being in a valid state. This also deals with some build warnings.
* xilinx
- fix some error handling paths to ensure resources are released in
reverse order of being acquired.
----------------------------------------------------------------
Arnd Bergmann (1):
iio: adc: handle unknow of_device_id data
Christophe JAILLET (1):
iio: adc: xilinx: Fix error handling
William Breathitt Gray (1):
iio: 104-quad-8: Fix off-by-one error when addressing flag register
drivers/iio/adc/rcar-gyroadc.c | 4 +++-
drivers/iio/adc/xilinx-xadc-core.c | 6 +++---
drivers/iio/counter/104-quad-8.c | 2 +-
3 files changed, 7 insertions(+), 5 deletions(-)
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2017-02-26 16:12 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-02-25 18:31 [PULL] Second set of fixes for IIO in the 4.11 cycle Jonathan Cameron
2017-02-26 16:03 ` Greg KH
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.