mbox series

[PULL] IIO: 1st set of fixes for 6.9

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

Pull-request

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

Message

Jonathan Cameron April 21, 2024, 5:57 p.m. UTC
The following changes since commit bfa8f18691ed2e978e4dd51190569c434f93e268:

  Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi (2024-03-22 13:31:07 -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.9a

for you to fetch changes up to 74a72baf204fd509bbe8b53eec35e39869d94341:

  iio:imu: adis16475: Fix sync mode setting (2024-04-06 16:46:02 +0100)

----------------------------------------------------------------
IIO: 1st set of fixes for the 6.9 cycle.

adi,asdis16475
- Write the correct field in the register when setting the sync mode.
bosch,bmp280
- Wrong chip specific data being used for the bme280 in the SPI driver.
- Fix that we can't use chip IDs because Bosch reuses them for incompatible
  devices (some require a padding byte, others don't).
maxim,max30102 (dt binding)
- Fix incorrect property check to actually match on a device from the
  binding rather than a completely different one due to a typo.
memsic,mxc4005
- Fix wrong masking of interrupt register accidentally disabling temperature
  compensation. Also hammer initial state to 0 as it's not documented
  if interrupts are masked after reset.
- Explicit reset on probe() and resume() as some devices do not power up
  correctly without a reset.

----------------------------------------------------------------
Hans de Goede (2):
      iio: accel: mxc4005: Interrupt handling fixes
      iio: accel: mxc4005: Reset chip on probe() and resume()

Javier Carrasco (1):
      dt-bindings: iio: health: maxim,max30102: fix compatible check

Ramona Gradinariu (1):
      iio:imu: adis16475: Fix sync mode setting

Vasileios Amoiridis (2):
      iio: pressure: Fixes BME280 SPI driver data
      iio: pressure: Fixes SPI support for BMP3xx devices

 .../bindings/iio/health/maxim,max30102.yaml        |  2 +-
 drivers/iio/accel/mxc4005.c                        | 92 ++++++++++++++++++++--
 drivers/iio/imu/adis16475.c                        |  4 +-
 drivers/iio/pressure/bmp280-core.c                 |  1 +
 drivers/iio/pressure/bmp280-spi.c                  | 13 +--
 drivers/iio/pressure/bmp280.h                      |  1 +
 6 files changed, 95 insertions(+), 18 deletions(-)

Comments

Greg KH April 24, 2024, 4:27 a.m. UTC | #1
On Sun, Apr 21, 2024 at 06:57:16PM +0100, Jonathan Cameron wrote:
> The following changes since commit bfa8f18691ed2e978e4dd51190569c434f93e268:
> 
>   Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi (2024-03-22 13:31:07 -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.9a

Pulled and pushed out, thanks.

greg k-h