* [PULL] IIO: 1st set of fixes for 6.17
@ 2025-08-19 17:40 Jonathan Cameron
2025-08-20 9:05 ` Greg KH
0 siblings, 1 reply; 2+ messages in thread
From: Jonathan Cameron @ 2025-08-19 17:40 UTC (permalink / raw)
To: gregkh, linux-iio
The following changes since commit 8f5ae30d69d7543eee0d70083daf4de8fe15d585:
Linux 6.17-rc1 (2025-08-10 19:41:16 +0300)
are available in the Git repository at:
https://git.kernel.org/pub/scm/linux/kernel/git/jic23/iio.git tags/iio-fixes-for-6.17a
for you to fetch changes up to 43c0f6456f801181a80b73d95def0e0fd134e1cc:
iio: pressure: bmp280: Use IS_ERR() in bmp280_common_probe() (2025-08-18 19:22:18 +0100)
----------------------------------------------------------------
IIO: 1st set of fixes for 6.17
Usual mixed bunch of ancient issues and relatively new ones.
adi,ad7124
- Fix channel lookup to use chan->address for indexing array.
adi,ad7173
- Stop accidentally enabling more configs than supported at one time.
adi,ad7380
- Fill in missing max_conversion_rate_hz for adaq4381-4
ams,as73211
- Fix uninitialized holes in scan data exposed to userspace.
bosch,bmp280
- Check for error when requesting optional GPIO rather than simply assuming
success or a NULL return when no GPIO provided.
invensense,icm42600
- Change error code returned to -EBUSY on a temperature read with neither
accelerometer nor gyroscope in use. Reduces chance of misinterpretation
by userspace.
kionix,sca3300
- Fix uninitialized holes in scan data exposed to userspace.
maxim,thermocouple
- Use a DMA-safe buffer for spi_read().
renesas,isl29501
- Fix ordering issue for big endian systems
renesas,rsg2l
- Fix an underflow issue around suspend/resume.
- Make sure driver data is in place before enabling runtime PM that uses
it.
rohm,bd79124
- Add missing GPIOLIB dependency. May rework in future to allow this to be
optional in future but for now this is the least invasive build fix.
----------------------------------------------------------------
Claudiu Beznea (2):
iio: adc: rzg2l: Cleanup suspend/resume path
iio: adc: rzg2l_adc: Set driver data before enabling runtime PM
David Lechner (6):
iio: accel: sca3300: fix uninitialized iio scan data
iio: proximity: isl29501: fix buffered read on big-endian systems
iio: adc: ad7173: prevent scan if too many setups requested
iio: temperature: maxim_thermocouple: use DMA-safe buffer for spi_read()
iio: adc: ad7124: fix channel lookup in syscalib functions
iio: adc: ad7380: fix missing max_conversion_rate_hz on adaq4381-4
Jean-Baptiste Maneyrol (1):
iio: imu: inv_icm42600: change invalid data error to -EBUSY
Jonathan Cameron (1):
iio: light: as73211: Ensure buffer holes are zeroed
Matti Vaittinen (1):
iio: adc: bd79124: Add GPIOLIB dependency
Salah Triki (1):
iio: pressure: bmp280: Use IS_ERR() in bmp280_common_probe()
drivers/iio/accel/sca3300.c | 2 +-
drivers/iio/adc/Kconfig | 2 +-
drivers/iio/adc/ad7124.c | 14 ++--
drivers/iio/adc/ad7173.c | 87 ++++++++++++++++++++----
drivers/iio/adc/ad7380.c | 1 +
drivers/iio/adc/rzg2l_adc.c | 33 +++------
drivers/iio/imu/inv_icm42600/inv_icm42600_temp.c | 6 +-
drivers/iio/light/as73211.c | 2 +-
drivers/iio/pressure/bmp280-core.c | 9 +--
drivers/iio/proximity/isl29501.c | 16 +++--
drivers/iio/temperature/maxim_thermocouple.c | 26 ++++---
11 files changed, 133 insertions(+), 65 deletions(-)
^ permalink raw reply [flat|nested] 2+ messages in thread
* Re: [PULL] IIO: 1st set of fixes for 6.17
2025-08-19 17:40 [PULL] IIO: 1st set of fixes for 6.17 Jonathan Cameron
@ 2025-08-20 9:05 ` Greg KH
0 siblings, 0 replies; 2+ messages in thread
From: Greg KH @ 2025-08-20 9:05 UTC (permalink / raw)
To: Jonathan Cameron; +Cc: linux-iio
On Tue, Aug 19, 2025 at 06:40:05PM +0100, Jonathan Cameron wrote:
> The following changes since commit 8f5ae30d69d7543eee0d70083daf4de8fe15d585:
>
> Linux 6.17-rc1 (2025-08-10 19:41:16 +0300)
>
> are available in the Git repository at:
>
> https://git.kernel.org/pub/scm/linux/kernel/git/jic23/iio.git tags/iio-fixes-for-6.17a
Pulled and pushed out, thanks.
greg k-h
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2025-08-20 9:06 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-08-19 17:40 [PULL] IIO: 1st set of fixes for 6.17 Jonathan Cameron
2025-08-20 9:05 ` Greg KH
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).