* [PULL] 1st set of IIO fixes for the 5.15 cycles
@ 2021-10-04 19:27 Jonathan Cameron
2021-10-05 9:21 ` Greg KH
0 siblings, 1 reply; 2+ messages in thread
From: Jonathan Cameron @ 2021-10-04 19:27 UTC (permalink / raw)
To: gregkh, linux-iio
The following changes since commit 6880fa6c56601bb8ed59df6c30fd390cc5f6dd8f:
Linux 5.15-rc1 (2021-09-12 16:28:37 -0700)
are available in the Git repository at:
https://git.kernel.org/pub/scm/linux/kernel/git/jic23/iio.git tags/iio-fixes-for-5.15a
for you to fetch changes up to 26d90b5590579def54382a2fc34cfbe8518a9851:
iio: light: opt3001: Fixed timeout error when 0 lux (2021-10-03 16:43:25 +0100)
----------------------------------------------------------------
1st set of IIO fixes for the 5.15 cycle
Usual mixed back of minor bug fixes.
adi,ad7192, ad7780, ad7793
* Fix incorrect IRQ_FLAG types. As the IRQ line is shared with the data
line we can be sure of the polarity and edge like nature. They were
previously either left unspecified or as level interrupts which may
cause problems on power up.
adi,adis16475
* Fix a deadlock by calling unlocked function when lock already held. Also
deal with making sure lock is released correctly.
adi,adis16480
* Fix assumption that all devices support sleep mode.
aspeed,adc
* Add missing platform_set_drvdata() so we can get the indio_dev in remove
as was being assumed.
fsl,fxls8962af
* Return IRQ_HANDLED on flush rather than a positive 'error' code.
maxim,max1207
* Fix a wrong shift on 12-bit devices that will lead to incorrect scale.
* Fix wrong number of channels on max1X31 devices due to allocating them twice.
mediatek,mt6577
* Fix a failure to apply scaling to IIO_CHAN_INFO_PROCESSED
renesas,rzg2l
* Fix failure to return -EBUSY on timeout due to ignored error code.
* Add a missing clk_disable_unprepare() on error in runtime_resume.
samsung,ssp_spi
* Fix an error code to always be returned on invalid length.
* Add some range checking to ensure resilience against bad data leading
to potential overflow.
ti,adc128s052
* Fix an error handling path that leaves regulator on if probe fails.
ti,dac5571
* Add missing return value in a switch default.
ti,opt3001
* Fix case where sensor returns 0 lux and we were previously accidentally
returning that this was a timeout.
----------------------------------------------------------------
Alexandru Tachici (3):
iio: adc: ad7192: Add IRQ flag
iio: adc: ad7780: Fix IRQ flag
iio: adc: ad7793: Fix IRQ flag
Billy Tsai (1):
iio: adc: aspeed: set driver data when adc probe.
Christophe JAILLET (1):
iio: adc128s052: Fix the error handling path of 'adc128_probe()'
Colin Ian King (1):
iio: adc: rzg2l_adc: Fix -EBUSY timeout error return
Dan Carpenter (3):
iio: dac: ti-dac5571: fix an error code in probe()
iio: ssp_sensors: fix error code in ssp_print_mcu_debug()
iio: ssp_sensors: add more range checking in ssp_parse_dataframe()
Hui Liu (1):
iio: mtk-auxadc: fix case IIO_CHAN_INFO_PROCESSED
Jiri Valek - 2N (1):
iio: light: opt3001: Fixed timeout error when 0 lux
Miquel Raynal (2):
iio: adc: max1027: Fix wrong shift with 12-bit devices
iio: adc: max1027: Fix the number of max1X31 channels
Nuno Sá (2):
iio: adis16475: fix deadlock on frequency set
iio: adis16480: fix devices that do not support sleep mode
Sean Nyekjaer (1):
iio: accel: fxls8962af: return IRQ_HANDLED when fifo is flushed
Yang Yingliang (1):
iio: adc: rzg2l_adc: add missing clk_disable_unprepare() in rzg2l_adc_pm_runtime_resume()
drivers/iio/accel/fxls8962af-core.c | 2 +-
drivers/iio/adc/ad7192.c | 1 +
drivers/iio/adc/ad7780.c | 2 +-
drivers/iio/adc/ad7793.c | 2 +-
drivers/iio/adc/aspeed_adc.c | 1 +
drivers/iio/adc/max1027.c | 3 +--
drivers/iio/adc/mt6577_auxadc.c | 8 ++++++++
drivers/iio/adc/rzg2l_adc.c | 6 ++++--
drivers/iio/adc/ti-adc128s052.c | 6 ++++++
drivers/iio/common/ssp_sensors/ssp_spi.c | 11 +++++++++--
drivers/iio/dac/ti-dac5571.c | 1 +
drivers/iio/imu/adis16475.c | 3 ++-
drivers/iio/imu/adis16480.c | 14 +++++++++++---
drivers/iio/light/opt3001.c | 6 +++---
14 files changed, 50 insertions(+), 16 deletions(-)
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2021-10-05 9:22 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2021-10-04 19:27 [PULL] 1st set of IIO fixes for the 5.15 cycles Jonathan Cameron
2021-10-05 9:21 ` Greg KH
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox