From: Jonathan Cameron <jic23@kernel.org>
To: gregkh@linuxfoundation.org, linux-iio@vger.kernel.org
Subject: [PULL] IIO: 1st set of fixes for 6.17
Date: Tue, 19 Aug 2025 18:40:05 +0100 [thread overview]
Message-ID: <20250819184005.301b9cf5@jic23-huawei> (raw)
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(-)
next reply other threads:[~2025-08-19 17:40 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2025-08-19 17:40 Jonathan Cameron [this message]
2025-08-20 9:05 ` [PULL] IIO: 1st set of fixes for 6.17 Greg KH
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20250819184005.301b9cf5@jic23-huawei \
--to=jic23@kernel.org \
--cc=gregkh@linuxfoundation.org \
--cc=linux-iio@vger.kernel.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.