mbox series

[PULL] 2nd set of IIO fixes for the 5.7 cycle.

Message ID 20200511201150.13576144@archlinux (mailing list archive)
State New, archived
Headers show
Series [PULL] 2nd set of IIO fixes for the 5.7 cycle. | expand

Pull-request

https://git.kernel.org/pub/scm/linux/kernel/git/jic23/iio.git tags/iio-fixes-for-5.7b

Message

Jonathan Cameron May 11, 2020, 7:11 p.m. UTC
The following changes since commit c532cc617e6edc4398a9ec5c8f470833966f9f9f:

  Merge tag 'iio-fixes-for-5.7a' of git://git.kernel.org/pub/scm/linux/kernel/git/jic23/iio into staging-linus (2020-04-20 14:07:00 +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.7b

for you to fetch changes up to 928edefbc18cd8433f7df235c6e09a9306e7d580:

  iio: sca3000: Remove an erroneous 'get_device()' (2020-05-10 10:53:36 +0100)

----------------------------------------------------------------
iio-fixes-for-5.7b Second set of fixes for IIO in the 5.7 cycle.

Usual mixed bag of breakage in new code and ancient bugs.

ad2s1210
- Fix missing CS change needed to actually read anything.
atlas-sensor
- Avoid clashing scan index with the timestamp channel.
sca3000
- Fix a randomly placed get_device in an error message print.
st_lsm6dsx
- Fix missing unlock in error path.
stm32-adc
- Fix which device is used to request DMA to ensure it's one
  that has actually been registered at point of use.
stm32-dfsdm
- Fix which device is used to request DMA to ensure it's one
  that has actually been registered at poitn of use.
ti-ads8344
- Fix channel selection.
vf610 dac
- Fix some missing error handling code.

----------------------------------------------------------------
Christophe JAILLET (2):
      iio: dac: vf610: Fix an error handling path in 'vf610_dac_probe()'
      iio: sca3000: Remove an erroneous 'get_device()'

Dan Carpenter (1):
      iio: imu: st_lsm6dsx: unlock on error in st_lsm6dsx_shub_write_raw()

Dragos Bogdan (1):
      staging: iio: ad2s1210: Fix SPI reading

Fabrice Gasnier (2):
      iio: adc: stm32-adc: fix device used to request dma
      iio: adc: stm32-dfsdm: fix device used to request dma

Gregory CLEMENT (1):
      iio: adc: ti-ads8344: Fix channel selection

Matt Ranostay (1):
      iio: chemical: atlas-sensor: correct DO-SM channels

 drivers/iio/accel/sca3000.c                  |  2 +-
 drivers/iio/adc/stm32-adc.c                  |  8 ++++----
 drivers/iio/adc/stm32-dfsdm-adc.c            | 21 +++++++++++----------
 drivers/iio/adc/ti-ads8344.c                 |  8 +++++---
 drivers/iio/chemical/atlas-sensor.c          | 14 +++++++++++++-
 drivers/iio/dac/vf610_dac.c                  |  1 +
 drivers/iio/imu/st_lsm6dsx/st_lsm6dsx_shub.c |  7 +++++--
 drivers/staging/iio/resolver/ad2s1210.c      | 17 ++++++++++++-----
 8 files changed, 52 insertions(+), 26 deletions(-)

Comments

Greg Kroah-Hartman May 15, 2020, 2:05 p.m. UTC | #1
On Mon, May 11, 2020 at 08:11:50PM +0100, Jonathan Cameron wrote:
> The following changes since commit c532cc617e6edc4398a9ec5c8f470833966f9f9f:
> 
>   Merge tag 'iio-fixes-for-5.7a' of git://git.kernel.org/pub/scm/linux/kernel/git/jic23/iio into staging-linus (2020-04-20 14:07:00 +0200)

Pulled and pushed out, thanks.

greg k-h