* [PULL] IIO: Fixes for 6.15 set 2 (or merge window given timing)
@ 2025-05-18 17:57 Jonathan Cameron
2025-05-21 12:15 ` Greg KH
0 siblings, 1 reply; 2+ messages in thread
From: Jonathan Cameron @ 2025-05-18 17:57 UTC (permalink / raw)
To: gregkh; +Cc: linux-iio
The following changes since commit 65995e97a1caacf0024bebda3332b8d1f0f443c4:
Drivers: hv: Make the sysfs node size for the ring buffer dynamic (2025-05-02 13:59:02 +0200)
are available in the Git repository at:
https://git.kernel.org/pub/scm/linux/kernel/git/jic23/iio.git tags/iio-fixes-for-6.15b
for you to fetch changes up to 9c78317b42e7c32523c91099859bc4721e9f75dd:
iio: accel: fxls8962af: Fix temperature scan element sign (2025-05-15 17:17:02 +0100)
----------------------------------------------------------------
IIO: 2nd set of fixes for 6.15 (or 6.16 merge window)
Usual mixed bag.
adi,ad4851
- Avoid a buffer overrun due to bug in pointer arithmetic.
adi,ad7173
- Fix compiling if gpiolib is not enabled
adi,ad7606
- Fix raw reads for 18-bit chips by ensuring we mask out upper bits
as some SPI controllers do not do so for 18bit words.
- Fix wrong masking for register writes.
adi,ad7944
- Mask high bits for raw reads.
adi,axi-adc
- Add check on whether the busy flag has cleared before first access.
invensense,icm42600
- Fix the temperature offset to take scale into account.
nxp,fxls8962af
- Fix temperature to be in milli degrees Celsius not degrees.
- Fix sign of temperature channel.
----------------------------------------------------------------
Angelo Dureghello (1):
iio: dac: adi-axi-dac: fix bus read
Antoniu Miclaus (1):
iio: adc: ad4851: fix ad4858 chan pointer handling
David Lechner (4):
iio: adc: ad7173: fix compiling without gpiolib
iio: adc: ad7606: fix raw read for 18-bit chips
iio: adc: ad7606_spi: fix reg write value mask
iio: adc: ad7944: mask high bits on direct read
Sean Nyekjaer (3):
iio: imu: inv_icm42600: Fix temperature calculation
iio: accel: fxls8962af: Fix temperature calculation
iio: accel: fxls8962af: Fix temperature scan element sign
drivers/iio/accel/fxls8962af-core.c | 15 +++++++++++++--
drivers/iio/adc/Kconfig | 5 +++--
drivers/iio/adc/ad4851.c | 14 +++++++-------
drivers/iio/adc/ad7173.c | 15 +--------------
drivers/iio/adc/ad7606.c | 21 ++++++++++-----------
drivers/iio/adc/ad7606_spi.c | 2 +-
drivers/iio/adc/ad7944.c | 2 ++
drivers/iio/dac/adi-axi-dac.c | 8 ++++++++
drivers/iio/imu/inv_icm42600/inv_icm42600_temp.c | 8 +++++---
9 files changed, 50 insertions(+), 40 deletions(-)
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2025-05-21 12:15 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-05-18 17:57 [PULL] IIO: Fixes for 6.15 set 2 (or merge window given timing) Jonathan Cameron
2025-05-21 12:15 ` Greg KH
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox