[GIT PULL] Staging/IIO driver fixes for 5.7-rc7

From: Greg KH
Date: Sat May 23 2020 - 09:17:46 EST


The following changes since commit 2ef96a5bb12be62ef75b5828c0aab838ebb29cb8:

Linux 5.7-rc5 (2020-05-10 15:16:58 -0700)

are available in the Git repository at:

git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/staging.git tags/staging-5.7-rc7

for you to fetch changes up to bcb392871813ef9e233645557d6dd85bb1a6f41a:

Merge tag 'iio-fixes-for-5.7b' of https://git.kernel.org/pub/scm/linux/kernel/git/jic23/iio into staging-linus (2020-05-15 16:04:24 +0200)

----------------------------------------------------------------
Staging/IIO fixes for 5.7-rc7

Here are some small staging and IIO driver fixes for 5.7-rc7

Nothing major, just a collection of IIO driver fixes for reported
issues, and a few small staging driver fixes that people have found.
Full details are in the shortlog.

All of these have been in linux-next for a while with no reported
issues.

Signed-off-by: Greg Kroah-Hartman <gregkh@xxxxxxxxxxxxxxxxxxx>

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

Dan Carpenter (2):
iio: imu: st_lsm6dsx: unlock on error in st_lsm6dsx_shub_write_raw()
staging: wfx: unlock on error path

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

Greg Kroah-Hartman (1):
Merge tag 'iio-fixes-for-5.7b' of https://git.kernel.org/.../jic23/iio into staging-linus

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

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

Oscar Carter (1):
staging: greybus: Fix uninitialized scalar variable

Wei Yongjun (1):
staging: kpc2000: fix error return code in kp2000_pcie_probe()

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/greybus/uart.c | 4 ++--
drivers/staging/iio/resolver/ad2s1210.c | 17 ++++++++++++-----
drivers/staging/kpc2000/kpc2000/core.c | 9 ++++-----
drivers/staging/wfx/scan.c | 4 +++-
11 files changed, 61 insertions(+), 34 deletions(-)