From: Jonathan Cameron <jic23@kernel.org>
To: gregkh@linuxfoundation.org, linux-iio@vger.kernel.org
Subject: [PULL] 1st set of IIO fixes for 5.14
Date: Mon, 9 Aug 2021 20:16:26 +0100 [thread overview]
Message-ID: <20210809201626.36d04053@jic23-huawei> (raw)
The following changes since commit e73f0f0ee7541171d89f2e2491130c7771ba58d3:
Linux 5.14-rc1 (2021-07-11 15:07:40 -0700)
are available in the Git repository at:
https://git.kernel.org/pub/scm/linux/kernel/git/jic23/iio.git tags/iio-fixes-5.14a
for you to fetch changes up to 5afc1540f13804a31bb704b763308e17688369c5:
iio: adc: Fix incorrect exit of for-loop (2021-07-31 14:46:05 +0100)
----------------------------------------------------------------
First set of fixes for IIO in the 5.14 cycle
adi,adis:
- Ensure GPIO pin direction set explicitly in driver.
fxls8952af:
- Fix use of ret when not initialized.
- Fix issue with use of module symbol from built in.
hdc100x:
- Add a margin to conversion time as some parts run to slowly.
palmas-adc:
- Fix a wrong exit condition that leads to adc period always being set
to maximum value.
st,sensors:
- Drop a wrong restriction on number of interrupts in dt binding.
ti-ads7950:
- Ensure CS deasserted after channel read.
----------------------------------------------------------------
Antti Keränen (1):
iio: adis: set GPIO reset pin direction
Arnd Bergmann (1):
iio: accel: fxls8962af: fix i2c dependency
Chris Lesiak (1):
iio: humidity: hdc100x: Add margin to the conversion time
Colin Ian King (1):
iio: adc: Fix incorrect exit of for-loop
Maxime Ripard (1):
dt-bindings: iio: st: Remove wrong items length check
Sean Nyekjaer (1):
iio: accel: fxls8962af: fix potential use of uninitialized symbol
Uwe Kleine-König (1):
iio: adc: ti-ads7950: Ensure CS is deasserted after reading channels
.../devicetree/bindings/iio/st,st-sensors.yaml | 41 ----------------------
drivers/iio/accel/Kconfig | 2 ++
drivers/iio/accel/fxls8962af-core.c | 2 +-
drivers/iio/adc/palmas_gpadc.c | 4 +--
drivers/iio/adc/ti-ads7950.c | 1 -
drivers/iio/humidity/hdc100x.c | 6 ++--
drivers/iio/imu/adis.c | 3 +-
7 files changed, 10 insertions(+), 49 deletions(-)
next reply other threads:[~2021-08-09 19:13 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2021-08-09 19:16 Jonathan Cameron [this message]
2021-08-10 7:07 ` [PULL] 1st set of IIO fixes for 5.14 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=20210809201626.36d04053@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