[GIT PULL] IIO driver fixes for 5.14-rc6

From: Greg KH
Date: Sat Aug 14 2021 - 12:51:05 EST


The following changes since commit 36a21d51725af2ce0700c6ebcb6b9594aac658a6:

Linux 5.14-rc5 (2021-08-08 13:49:31 -0700)

are available in the Git repository at:

git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/staging.git tags/staging-5.14-rc6

for you to fetch changes up to a5056c0bc24f6c9982cfe6f4e3301f3c7d682191:

Merge tag 'iio-fixes-5.14a' of https://git.kernel.org/pub/scm/linux/kernel/git/jic23/iio into staging-linus (2021-08-10 08:54:36 +0200)

----------------------------------------------------------------
IIO fixes for 5.14-rc6

Here are some small IIO driver fixes for reported problems for 5.14-rc6
(no staging driver fixes at the moment).

All of them resolve reported issues and have been in linux-next all week
with no reported problems. Full details are in the shortlog.

Signed-off-by: Greg Kroah-Hartman <gregkh@xxxxxxxxxxxxxxxxxxx>

----------------------------------------------------------------
Antti Keränen (1):
iio: adis: set GPIO reset pin direction

Arnd Bergmann (1):
iio: accel: fxls8962af: fix i2c dependency

Chris Lesiak (1):
iio: humidity: hdc100x: Add margin to the conversion time

Colin Ian King (1):
iio: adc: Fix incorrect exit of for-loop

Greg Kroah-Hartman (1):
Merge tag 'iio-fixes-5.14a' of https://git.kernel.org/pub/scm/linux/kernel/git/jic23/iio into staging-linus

Maxime Ripard (1):
dt-bindings: iio: st: Remove wrong items length check

Sean Nyekjaer (1):
iio: accel: fxls8962af: fix potential use of uninitialized symbol

Uwe Kleine-König (1):
iio: adc: ti-ads7950: Ensure CS is deasserted after reading channels

.../devicetree/bindings/iio/st,st-sensors.yaml | 41 ----------------------
drivers/iio/accel/Kconfig | 2 ++
drivers/iio/accel/fxls8962af-core.c | 2 +-
drivers/iio/adc/palmas_gpadc.c | 4 +--
drivers/iio/adc/ti-ads7950.c | 1 -
drivers/iio/humidity/hdc100x.c | 6 ++--
drivers/iio/imu/adis.c | 3 +-
7 files changed, 10 insertions(+), 49 deletions(-)