From: Jonathan Cameron <jic23@kernel.org>
To: gregkh@linuxfoundation.org, linux-iio@vger.kernel.org
Subject: [PULL] 1st set of IIO fixes for 5.17
Date: Sun, 20 Feb 2022 18:42:05 +0000 [thread overview]
Message-ID: <20220220184205.4eb4ef85@jic23-huawei> (raw)
The following changes since commit e783362eb54cd99b2cac8b3a9aeac942e6f6ac07:
Linux 5.17-rc1 (2022-01-23 10:12:53 +0200)
are available in the Git repository at:
https://git.kernel.org/pub/scm/linux/kernel/git/jic23/iio.git tags/iio-fixes-for-5.17a
for you to fetch changes up to ea85bf906466191b58532bb19f4fbb4591f0a77e:
iio: imu: st_lsm6dsx: wait for settling time in st_lsm6dsx_read_oneshot (2022-02-07 20:45:49 +0000)
----------------------------------------------------------------
1st set of IIO fixes for the 5.17 cycle.
Several drivers:
- Fix a failure to disable runtime in probe error paths. All cases
were introduced in the same rework patch.
adi,ad7124
- Fix incorrect register masking.
adi,ad74413r
- Avoid referencing negative array offsets.
- Use ngpio size when iterating over mask not numebr of channels.
- Fix issue with wrong mask uage getting GPIOs.
adi,admv1014
- Drop check on unsigned less than 0.
adi,ads16480
- Correctly handle devices that don't have burst mode support.
fsl,fxls8962af
- Add missing padding needed between address and data for SPI transfers.
men_z188
- Fix iomap leak in error path.
st,lsm6dsx
- Wait for setting time in oneshot reads to get a stable result.
ti,tsc2046
- Prevent an array overflow.
----------------------------------------------------------------
Christophe JAILLET (1):
iio: adc: men_z188_adc: Fix a resource leak in an error handling path
Cosmin Tanislav (3):
iio: adc: ad7124: fix mask used for setting AIN_BUFP & AIN_BUFM bits
iio: addac: ad74413r: use ngpio size when iterating over mask
iio: addac: ad74413r: correct comparator gpio getters mask usage
Kees Cook (1):
iio: addac: ad74413r: Do not reference negative array offsets
Lorenzo Bianconi (1):
iio: imu: st_lsm6dsx: wait for settling time in st_lsm6dsx_read_oneshot
Miaoqian Lin (1):
iio: Fix error handling for PM
Muhammad Usama Anjum (1):
iio: frequency: admv1013: remove the always true condition
Nuno Sá (1):
iio:imu:adis16480: fix buffering for devices with no burst mode
Oleksij Rempel (1):
iio: adc: tsc2046: fix memory corruption by preventing array overflow
Sean Nyekjaer (1):
iio: accel: fxls8962af: add padding to regmap for SPI
drivers/iio/accel/bmc150-accel-core.c | 5 ++++-
drivers/iio/accel/fxls8962af-core.c | 12 ++++++++++--
drivers/iio/accel/fxls8962af-i2c.c | 2 +-
drivers/iio/accel/fxls8962af-spi.c | 2 +-
drivers/iio/accel/fxls8962af.h | 3 ++-
drivers/iio/accel/kxcjk-1013.c | 5 ++++-
drivers/iio/accel/mma9551.c | 5 ++++-
drivers/iio/accel/mma9553.c | 5 ++++-
drivers/iio/adc/ad7124.c | 2 +-
drivers/iio/adc/men_z188_adc.c | 9 ++++++++-
drivers/iio/adc/ti-tsc2046.c | 4 ++--
drivers/iio/addac/ad74413r.c | 17 ++++++++---------
drivers/iio/frequency/admv1013.c | 2 +-
drivers/iio/gyro/bmg160_core.c | 5 ++++-
drivers/iio/imu/adis16480.c | 7 ++++++-
drivers/iio/imu/kmx61.c | 5 ++++-
drivers/iio/imu/st_lsm6dsx/st_lsm6dsx_core.c | 6 +++++-
drivers/iio/magnetometer/bmc150_magn.c | 5 +++--
18 files changed, 72 insertions(+), 29 deletions(-)
next reply other threads:[~2022-02-20 18:35 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2022-02-20 18:42 Jonathan Cameron [this message]
2022-02-21 16:58 ` [PULL] 1st set of IIO fixes for 5.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=20220220184205.4eb4ef85@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