From: Jonathan Cameron <jic23@kernel.org>
To: gregkh@linuxfoundation.org
Cc: linux-iio@vger.kernel.org
Subject: [PULL] IIO: Fixes for 6.15 set 2 (or merge window given timing)
Date: Sun, 18 May 2025 18:57:19 +0100 [thread overview]
Message-ID: <20250518185719.0c816d81@jic23-huawei> (raw)
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(-)
next reply other threads:[~2025-05-18 17:57 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2025-05-18 17:57 Jonathan Cameron [this message]
2025-05-21 12:15 ` [PULL] IIO: Fixes for 6.15 set 2 (or merge window given timing) 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=20250518185719.0c816d81@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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox