Linux IIO development
 help / color / mirror / Atom feed
* [PULL] IIO: 2nd set of fixes for 6.13 (or 6.14)
@ 2025-01-15 19:20 Jonathan Cameron
  2025-01-16 12:46 ` Greg KH
  0 siblings, 1 reply; 2+ messages in thread
From: Jonathan Cameron @ 2025-01-15 19:20 UTC (permalink / raw)
  To: gregkh, linux-iio

The following changes since commit e16ebd9d839d1252ff15c29d37b0cf303ddd2662:

  Merge tag 'mhi-fixes-for-v6.13' of ssh://gitolite.kernel.org/pub/scm/linux/kernel/git/mani/mhi into char-misc-linus (2024-12-16 16:30:58 +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.13b

for you to fetch changes up to 012b8276f08a67b9f2e2fd0f35363ae4a75e5267:

  iio: dac: ad3552r-hs: clear reset status flag (2025-01-12 13:36:01 +0000)

----------------------------------------------------------------
IIO: 2nd set of fixes for the 6.13 cycle.

Given timing so late in cycle and that they are all confined to
specific drivers, it is fine for these to go upstream early in the
6.14 cycle.

hid-sensors
- Handle processed attention channel rather than just returning
  an error.
adi,ad3552r
- Fix output ranges for ad3541r and ad3542r.
- Clear the reset status flag so that we can pick up any resets
  during operation.
adi,ad5791
- Fix a misleading dt binding example where the sense of the
  interrupt was reversed.
adi,ad7606
- Fix some hard coded offsets that should be taking the number of
  channels on a particular part into account. These were missed
  due to some racing changes.
ams,as73211
- Fix an off by one in optimized path for just reading the colour
  channels.
bosch,bme680
- Fix type of variable passed as pointer, ensuring it works on
  big endian systems and doesn't expose uninitialized data.

----------------------------------------------------------------
Angelo Dureghello (2):
      iio: dac: ad3552r-common: fix ad3541/2r ranges
      iio: dac: ad3552r-hs: clear reset status flag

Axel Haslam (1):
      dt-bindings: iio: dac: ad5791: ldac gpio is active low

Dan Carpenter (1):
      iio: chemical: bme680: Fix uninitialized variable in __bme680_read_raw()

Guillaume Stols (1):
      iio: adc: ad7606: Fix hardcoded offset in the ADC channels

Javier Carrasco (1):
      iio: light: as73211: fix channel handling in only-color triggered buffer

Ricardo Ribalda (1):
      iio: hid-sensor-prox: Fix invalid read_raw for attention

 .../devicetree/bindings/iio/dac/adi,ad5791.yaml    |  2 +-
 drivers/iio/adc/ad7606.c                           | 48 +++++++++++++---------
 drivers/iio/adc/ad7606.h                           |  2 +-
 drivers/iio/chemical/bme680_core.c                 |  4 +-
 drivers/iio/dac/ad3552r-common.c                   |  5 +--
 drivers/iio/dac/ad3552r-hs.c                       |  6 +++
 drivers/iio/dac/ad3552r.h                          |  8 ++--
 drivers/iio/light/as73211.c                        | 24 +++++++++--
 drivers/iio/light/hid-sensor-prox.c                |  1 +
 9 files changed, 64 insertions(+), 36 deletions(-)

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2025-01-16 12:47 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-01-15 19:20 [PULL] IIO: 2nd set of fixes for 6.13 (or 6.14) Jonathan Cameron
2025-01-16 12:46 ` Greg KH

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox