mbox series

[PULL] 1st set of IIO fixes for 5.14

Message ID 20210809201626.36d04053@jic23-huawei (mailing list archive)
State Not Applicable
Headers show
Series [PULL] 1st set of IIO fixes for 5.14 | expand

Pull-request

https://git.kernel.org/pub/scm/linux/kernel/git/jic23/iio.git tags/iio-fixes-5.14a

Message

Jonathan Cameron Aug. 9, 2021, 7:16 p.m. UTC
The following changes since commit e73f0f0ee7541171d89f2e2491130c7771ba58d3:

  Linux 5.14-rc1 (2021-07-11 15:07:40 -0700)

are available in the Git repository at:

  https://git.kernel.org/pub/scm/linux/kernel/git/jic23/iio.git tags/iio-fixes-5.14a

for you to fetch changes up to 5afc1540f13804a31bb704b763308e17688369c5:

  iio: adc: Fix incorrect exit of for-loop (2021-07-31 14:46:05 +0100)

----------------------------------------------------------------
First set of fixes for IIO in the 5.14 cycle

adi,adis:
 - Ensure GPIO pin direction set explicitly in driver.
fxls8952af:
 - Fix use of ret when not initialized.
 - Fix issue with use of module symbol from built in.
hdc100x:
 - Add a margin to conversion time as some parts run to slowly.
palmas-adc:
 - Fix a wrong exit condition that leads to adc period always being set
   to maximum value.
st,sensors:
 - Drop a wrong restriction on number of interrupts in dt binding.
ti-ads7950:
 - Ensure CS deasserted after channel read.

----------------------------------------------------------------
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

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(-)

Comments

Greg KH Aug. 10, 2021, 7:07 a.m. UTC | #1
On Mon, Aug 09, 2021 at 08:16:26PM +0100, Jonathan Cameron wrote:
> The following changes since commit e73f0f0ee7541171d89f2e2491130c7771ba58d3:
> 
>   Linux 5.14-rc1 (2021-07-11 15:07:40 -0700)
> 
> are available in the Git repository at:
> 
>   https://git.kernel.org/pub/scm/linux/kernel/git/jic23/iio.git tags/iio-fixes-5.14a

Pulled and pushed out, thanks.

greg k-h