mbox series

[PULL] 3rd set of IIO fixes for 6.1

Message ID 20221116185610.4efb044b@jic23-huawei (mailing list archive)
State Handled Elsewhere
Headers show
Series [PULL] 3rd set of IIO fixes for 6.1 | expand

Pull-request

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

Message

Jonathan Cameron Nov. 16, 2022, 6:56 p.m. UTC
The following changes since commit 38e9f21f648ed3f9125fe09378da9b2eb08b12d9:

  Merge tag 'iio-fixes-for-6.1b' of https://git.kernel.org/pub/scm/linux/kernel/git/jic23/iio into char-misc-linus (2022-11-05 11:29:29 +0100)

are available in the Git repository at:

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

for you to fetch changes up to 398e3479874f381cca8726ca5d8a31e1bf35a3cd:

  dt-bindings: iio: adc: Remove the property "aspeed,trim-data-valid" (2022-11-14 20:20:19 +0000)

----------------------------------------------------------------
3rd set of IIO fixes for the 6.1 cycle.

Usual mixed bunch of driver fixes.

* sw-triggers
  - Fix failure to cleanup up list registration in an error path.
* aspeed,adc
  - Drop the trim valid dts property as it doesn't account for unprogrammed
    OTP and that can be easily detected without it.
* avago,apds9960:
  - Fix register address for gesture gain.
* bosch,bma400
  - Fix a memory leak in an error path.
* rohm,rpr0521
  - Fix missing dependency on IIO_BUFFER/IIO_TRIGGERED_BUFFER.
* ti,afe4403/4404
  - Fix out of band read by moving reads down to where they are used.

----------------------------------------------------------------
Alejandro Concepción Rodríguez (1):
      iio: light: apds9960: fix wrong register for gesture gain

Billy Tsai (2):
      iio: adc: aspeed: Remove the trim valid dts property.
      dt-bindings: iio: adc: Remove the property "aspeed,trim-data-valid"

Chen Zhongjin (1):
      iio: core: Fix entry not deleted when iio_register_sw_trigger_type() fails

Dong Chenchen (1):
      iio: accel: bma400: Fix memory leak in bma400_get_steps_reg()

Paul Gazzillo (1):
      iio: light: rpr0521: add missing Kconfig dependencies

Wei Yongjun (2):
      iio: health: afe4403: Fix oob read in afe4403_read_raw
      iio: health: afe4404: Fix oob read in afe4404_[read|write]_raw

 .../devicetree/bindings/iio/adc/aspeed,ast2600-adc.yaml      |  7 -------
 drivers/iio/accel/bma400_core.c                              |  4 +++-
 drivers/iio/adc/aspeed_adc.c                                 | 11 +++++------
 drivers/iio/health/afe4403.c                                 |  5 +++--
 drivers/iio/health/afe4404.c                                 | 12 +++++++-----
 drivers/iio/industrialio-sw-trigger.c                        |  6 +++++-
 drivers/iio/light/Kconfig                                    |  2 ++
 drivers/iio/light/apds9960.c                                 | 12 ++++++------
 8 files changed, 31 insertions(+), 28 deletions(-)

Comments

Greg KH Nov. 22, 2022, 5:19 p.m. UTC | #1
On Wed, Nov 16, 2022 at 06:56:10PM +0000, Jonathan Cameron wrote:
> The following changes since commit 38e9f21f648ed3f9125fe09378da9b2eb08b12d9:
> 
>   Merge tag 'iio-fixes-for-6.1b' of https://git.kernel.org/pub/scm/linux/kernel/git/jic23/iio into char-misc-linus (2022-11-05 11:29:29 +0100)
> 
> are available in the Git repository at:
> 
>   https://git.kernel.org/pub/scm/linux/kernel/git/jic23/iio.git tags/iio-fixes-for-6.1c

Pulled and pushed out, thanks.

greg k-h