From: Jonathan Cameron <jic23@kernel.org>
To: gregkh@linuxfoundation.org, linux-iio@vger.kernel.org
Subject: [PULL] First set of IIO fixes for the 5.5 cycle.
Date: Sun, 8 Dec 2019 19:13:34 +0000 [thread overview]
Message-ID: <20191208191334.614889c6@archlinux> (raw)
The following changes since commit 2611045e3555cd0d75837ae69ffd70ef51e28bf7:
staging: vchiq: Refactor indentation in vchiq_platform_conn_state_changed() (2019-11-15 14:14:55 +0800)
are available in the Git repository at:
git://git.kernel.org/pub/scm/linux/kernel/git/jic23/iio.git tags/iio-fixes-for-5.5a
for you to fetch changes up to 9fd229c478fbf77c41c8528aa757ef14210365f6:
iio: adc: max9611: Fix too short conversion time delay (2019-12-08 18:10:30 +0000)
----------------------------------------------------------------
First set of fixes for IIO in the 5.5 cycle.
Mixture of old things people have just hit, and a few late breaking
issues with things that went in during the merge window.
Being sent promptly to resolve potential DT breakage causing
issues for binding test builds.
* ad7606
- Avoid reading extra data from the device over what was intended.
* ad7124
- Enable the internal reference when in use.
* ad7292
- Fix up license for newly added binding. Better to not have this go
out in a release with more limited header than intended.
- Fix a constraint on number of channels.
* ad7949
- Fix an issue which can result in readouts being from the wrong channel.
* hdc100x
- Fix wrong ABI usage (units) for relative humidity channel.
* intel mrfld
- Allocate right amount of private data (currently allocating too much).
* ltc2983
- Avoid a potential issue with machine endianness and wrong length device
tree read.
* max1027
- Clean up leak of an iio_trigger on probe failure.
* max9611
- Ensure we sleep long enough to successfully initialize the sensor.
* mpu6050
- Fix wrong ABI usage (units) for temperature channel.
* st_accel
- Fix an unused variable warning.
* st_lsm6dsx
- Fix decimation factor issue that can lead to missaligned datasets
(and hence garbage)
- Fix an issue with how we track enabled fifo channels.
- Avoid powering off the device if wake up events are enabled.
----------------------------------------------------------------
Andrea Merello (1):
iio: ad7949: fix channels mixups
Beniamin Bia (1):
iio: adc: ad7606: fix reading unnecessary data from device
Chris Lesiak (1):
iio: humidity: hdc100x: fix IIO_HUMIDITYRELATIVE channel reporting
Chuhong Yuan (1):
iio: adc: max1027: fix not unregistered iio trigger
Colin Ian King (1):
iio: temperature: ltc2983: fix u32 read into a unsigned long long
Dan Carpenter (1):
iio: adc: intel_mrfld_adc: Allocating too much data in probe()
Geert Uytterhoeven (1):
iio: adc: max9611: Fix too short conversion time delay
Jean-Baptiste Maneyrol (1):
iio: imu: inv_mpu6050: fix temperature reporting using bad unit
Lorenzo Bianconi (3):
iio: imu: st_lsm6dsx: fix decimation factor estimation
iio: imu: st_lsm6dsx: track hw FIFO buffering with fifo_mask
iio: imu: st_lsm6dsx: do not power-off accel if events are enabled
Marcelo Schmitt (2):
dt-bindings: iio: adc: ad7292: Update SPDX identifier
dt-bindings: iio: adc: ad7292: fix constraint over channel quantity
Mircea Caprioru (1):
iio: adc: ad7124: Enable internal reference
YueHaibing (1):
iio: st_accel: Fix unused variable warning
.../devicetree/bindings/iio/adc/adi,ad7292.yaml | 5 ++-
drivers/iio/accel/st_accel_core.c | 8 +++-
drivers/iio/adc/ad7124.c | 7 ++-
drivers/iio/adc/ad7606.c | 2 +-
drivers/iio/adc/ad7949.c | 22 +++++++---
drivers/iio/adc/intel_mrfld_adc.c | 2 +-
drivers/iio/adc/max1027.c | 8 +++-
drivers/iio/adc/max9611.c | 16 ++++---
drivers/iio/humidity/hdc100x.c | 2 +-
drivers/iio/imu/inv_mpu6050/inv_mpu_core.c | 23 +++++-----
drivers/iio/imu/inv_mpu6050/inv_mpu_iio.h | 16 +++++--
drivers/iio/imu/st_lsm6dsx/st_lsm6dsx.h | 6 +--
drivers/iio/imu/st_lsm6dsx/st_lsm6dsx_buffer.c | 50 ++++++++++++++--------
drivers/iio/imu/st_lsm6dsx/st_lsm6dsx_core.c | 34 ++++++++++++---
drivers/iio/temperature/ltc2983.c | 6 ++-
15 files changed, 142 insertions(+), 65 deletions(-)
next reply other threads:[~2019-12-08 19:13 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2019-12-08 19:13 Jonathan Cameron [this message]
2019-12-09 8:30 ` [PULL] First set of IIO fixes for the 5.5 cycle 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=20191208191334.614889c6@archlinux \
--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.