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

From: Greg KH
Date: Fri Mar 20 2020 - 10:28:03 EST


The following changes since commit f8788d86ab28f61f7b46eb6be375f8a726783636:

Linux 5.6-rc3 (2020-02-23 16:17:42 -0800)

are available in the Git repository at:

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

for you to fetch changes up to 14800df6a020d38847fec77ac5a43dc221e5edfc:

Merge tag 'iio-fixes-for-5.6a' of git://git.kernel.org/pub/scm/linux/kernel/git/jic23/iio into staging-linus (2020-03-18 11:20:42 +0100)

----------------------------------------------------------------
Staging/IIO fixes for 5.6-rc7

Here are a number of small staging and IIO driver fixes for 5.6-rc7

Nothing major here, just resolutions for some reported problems:
- iio bugfixes for a number of different drivers
- greybus loopback_test fixes
- wfx driver fixes

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

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

----------------------------------------------------------------
Alexandru Tachici (1):
iio: accel: adxl372: Set iio_chan BE

Eugen Hristev (1):
iio: adc: at91-sama5d2_adc: fix differential channels in triggered mode

Fabrice Gasnier (1):
iio: trigger: stm32-timer: disable master mode when stopping

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

Johan Hovold (3):
staging: greybus: loopback_test: fix poll-mask build breakage
staging: greybus: loopback_test: fix potential path truncation
staging: greybus: loopback_test: fix potential path truncations

JÃrÃme Pouiller (5):
staging: wfx: fix warning about freeing in-use mutex during device unregister
staging: wfx: fix lines ending with a comma instead of a semicolon
staging: wfx: make warning about pending frame less scary
staging: wfx: fix RCU usage in wfx_join_finalize()
staging: wfx: fix RCU usage between hif_join() and ieee80211_bss_get_ie()

Michael Straube (1):
staging: rtl8188eu: Add device id for MERCUSYS MW150US v2

Olivier Moysan (1):
iio: adc: stm32-dfsdm: fix sleep in atomic context

Petr Åtetiar (1):
iio: chemical: sps30: fix missing triggered buffer dependency

Samuel Thibault (1):
staging/speakup: fix get_word non-space look-ahead

Stephan Gerhold (1):
iio: magnetometer: ak8974: Fix negative raw values in sysfs

Tomas Novotny (2):
iio: light: vcnl4000: update sampling periods for vcnl4200
iio: light: vcnl4000: update sampling periods for vcnl4040

Wen-chien Jesse Sung (1):
iio: st_sensors: remap SMO8840 to LIS2DH12

YueHaibing (1):
iio: ping: set pa_laser_ping_cfg in of_ping_match

drivers/iio/accel/adxl372.c | 1 +
drivers/iio/accel/st_accel_i2c.c | 2 +-
drivers/iio/adc/at91-sama5d2_adc.c | 15 ++++++++++
drivers/iio/adc/stm32-dfsdm-adc.c | 43 +++++++--------------------
drivers/iio/chemical/Kconfig | 2 ++
drivers/iio/light/vcnl4000.c | 15 +++++-----
drivers/iio/magnetometer/ak8974.c | 2 +-
drivers/iio/proximity/ping.c | 2 +-
drivers/iio/trigger/stm32-timer-trigger.c | 11 +++++--
drivers/staging/greybus/tools/loopback_test.c | 21 ++++++-------
drivers/staging/rtl8188eu/os_dep/usb_intf.c | 1 +
drivers/staging/speakup/main.c | 2 +-
drivers/staging/wfx/hif_tx.c | 15 +++++-----
drivers/staging/wfx/hif_tx.h | 2 +-
drivers/staging/wfx/hif_tx_mib.h | 15 ++++++----
drivers/staging/wfx/sta.c | 25 +++++++++-------
16 files changed, 95 insertions(+), 79 deletions(-)