mbox series

[PULL] 1st set of IIO fixes for 6.6

Message ID 20231005182024.66b68b41@jic23-huawei (mailing list archive)
State Handled Elsewhere
Headers show
Series [PULL] 1st set of IIO fixes for 6.6 | expand

Pull-request

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

Message

Jonathan Cameron Oct. 5, 2023, 5:20 p.m. UTC
The following changes since commit 0bb80ecc33a8fb5a682236443c1e740d5c917d1d:

  Linux 6.6-rc1 (2023-09-10 16:28:41 -0700)

are available in the Git repository at:

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

for you to fetch changes up to fd39d9668f2ce9f4b05ad55e8c8d80c098073e0b:

  iio: pressure: ms5611: ms5611_prom_is_valid false negative bug (2023-10-05 18:06:46 +0100)

----------------------------------------------------------------
1st set of IIO fixes for 6.6

Note last minute rebase to fix up a stale Fixes tag. All patches have been
in Linux-next for some time.

adi,ad3552r
 - Fix swapped device IDs for the two parts that are supported.
adi,ad7192
 - Use the right reference voltage source.
adi,ad7292
 - Fix additionalProperties to be false, not true.
adi,ad74413
 - Add missing Kconfig depends on IIO_BUFFER and IIO_TRIGGERED_BUFFER
adi,admv1013
 - Fix up some corner cases for the mixer vgate register value.
bosch,bmp280
 - Fix a null pointer dereference caused by a wrong boolean operator.
bosch,bno055
 - Add missing Kconfig depends on IIO_BUFFER and IIO_TRIGGERED_BUFFER
freescale,imx8eqxp
 - Fix some wrong register addresses.
google,cros_ec
 - Fix a use after free if very badly timed buffer disable occurs by
   holding the device in buffered mode.
infineon,dps310
 - Expand a timeout so we don't hit it on working parts.
meas,m5611
 - Allow for a ROM CRC of 0 as it is a valid value and there are devices
   out there where it happens.
murata,irsd200
 - Make sure the buffer used to build up the scan is large enough to take
   the timestamp.
rohm,bu27010 binding
 - Add a missing required vdd-supply
vishay,vcnl4000
 - Don't power down chip in wrong place.

----------------------------------------------------------------
Alexander Zangerl (1):
      iio: pressure: ms5611: ms5611_prom_is_valid false negative bug

Alisa-Dariana Roman (1):
      iio: adc: ad7192: Correct reference voltage

Antoniu Miclaus (2):
      iio: admv1013: add mixer_vgate corner cases
      iio: addac: Kconfig: update ad74413r selections

GONG, Ruiqi (1):
      iio: irsd200: fix -Warray-bounds bug in irsd200_trigger_handler

Jonathan Cameron (1):
      iio: imu: bno055: Fix missing Kconfig dependencies

Krzysztof Kozlowski (1):
      dt-bindings: iio: rohm,bu27010: add missing vdd-supply to example

Lakshmi Yadlapati (1):
      iio: pressure: dps310: Adjust Timeout Settings

Marcelo Schmitt (1):
      iio: dac: ad3552r: Correct device IDs

MÃ¥rten Lindahl (1):
      iio: light: vcnl4000: Don't power on/off chip in config

Phil Elwell (1):
      iio: pressure: bmp280: Fix NULL pointer exception

Philipp Rossak (1):
      iio: adc: imx8qxp: Fix address for command buffer registers

Rob Herring (1):
      dt-bindings: iio: adc: adi,ad7292: Fix additionalProperties on channel nodes

Tzung-Bi Shih (1):
      iio: cros_ec: fix an use-after-free in cros_ec_sensors_push_data()

 .../devicetree/bindings/iio/adc/adi,ad7292.yaml    |  2 +-
 .../bindings/iio/light/rohm,bu27010.yaml           |  1 +
 drivers/iio/adc/ad7192.c                           | 29 +++++++++++++++++++---
 drivers/iio/adc/imx8qxp-adc.c                      |  4 +--
 drivers/iio/addac/Kconfig                          |  2 ++
 .../common/cros_ec_sensors/cros_ec_sensors_core.c  |  6 ++++-
 drivers/iio/dac/ad3552r.c                          |  4 +--
 drivers/iio/frequency/admv1013.c                   |  4 +--
 drivers/iio/imu/bno055/Kconfig                     |  2 ++
 drivers/iio/light/vcnl4000.c                       |  1 -
 drivers/iio/pressure/bmp280-core.c                 |  2 +-
 drivers/iio/pressure/dps310.c                      |  8 +++---
 drivers/iio/pressure/ms5611_core.c                 |  2 +-
 drivers/iio/proximity/irsd200.c                    |  6 ++---
 14 files changed, 51 insertions(+), 22 deletions(-)

Comments

Greg KH Oct. 6, 2023, 3:01 p.m. UTC | #1
On Thu, Oct 05, 2023 at 06:20:24PM +0100, Jonathan Cameron wrote:
> The following changes since commit 0bb80ecc33a8fb5a682236443c1e740d5c917d1d:
> 
>   Linux 6.6-rc1 (2023-09-10 16:28:41 -0700)
> 
> are available in the Git repository at:
> 
>   https://git.kernel.org/pub/scm/linux/kernel/git/jic23/iio.git tags/iio-fixes-for-6.6a

Pulled and pushed out, thanks.

greg k-h