[GIT PULL] Staging/IIO driver fixes for 5.2-rc3

From: Greg KH
Date: Thu May 30 2019 - 21:51:13 EST


The following changes since commit a188339ca5a396acc588e5851ed7e19f66b0ebd9:

Linux 5.2-rc1 (2019-05-19 15:47:09 -0700)

are available in the Git repository at:

git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/staging.git tags/staging-5.2-rc3

for you to fetch changes up to e61ff0fba72d981449c90b5299cebb74534b6f7c:

staging: kpc2000: Add dependency on MFD_CORE to kconfig symbol 'KPC2000' (2019-05-24 09:41:09 +0200)

----------------------------------------------------------------
Staging/IIO driver fixes for 5.2-rc3

Here are some Staging and IIO driver fixes to resolve some reported
problems for 5.2-rc3.

Nothing major here, just some tiny changes, full details are in the
shortlog.

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

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

----------------------------------------------------------------
Chengguang Xu (1):
staging: erofs: set sb->s_root to NULL when failing from __getname()

Dan Carpenter (4):
staging: kpc2000: double unlock in error handling in kpc_dma_transfer()
Staging: vc04_services: Fix a couple error codes
staging: vc04_services: prevent integer overflow in create_pagelist()
staging: wilc1000: Fix some double unlock bugs in wilc_wlan_cleanup()

Geordan Neukum (1):
staging: kpc2000: Add dependency on MFD_CORE to kconfig symbol 'KPC2000'

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

Max Filippov (1):
staging: kpc2000: fix build error on xtensa

Ruslan Babayev (1):
iio: dac: ds4422/ds4424 fix chip verification

Sean Nyekjaer (1):
iio: adc: ti-ads8688: fix timestamp is not updated in buffer

Steve Moskovchenko (1):
iio: imu: mpu6050: Fix FIFO layout for ICM20602

Tim Collier (1):
staging: wlan-ng: fix adapter initialization failure

Tomer Maimon (1):
iio: adc: modify NPCM ADC read reference voltage

Vincent Stehlé (1):
iio: adc: ads124: avoid buffer overflow

YueHaibing (1):
staging: kpc2000: Fix build error without CONFIG_UIO

drivers/iio/adc/npcm_adc.c | 2 +-
drivers/iio/adc/ti-ads124s08.c | 2 +-
drivers/iio/adc/ti-ads8688.c | 2 +-
drivers/iio/dac/ds4424.c | 2 +-
drivers/iio/imu/inv_mpu6050/inv_mpu_core.c | 46 ++++++++++++++++++++--
drivers/iio/imu/inv_mpu6050/inv_mpu_iio.h | 20 +++++++++-
drivers/iio/imu/inv_mpu6050/inv_mpu_ring.c | 3 ++
drivers/staging/erofs/super.c | 1 +
drivers/staging/kpc2000/Kconfig | 2 +
drivers/staging/kpc2000/kpc_dma/fileops.c | 4 +-
.../vc04_services/bcm2835-camera/controls.c | 4 +-
.../interface/vchiq_arm/vchiq_2835_arm.c | 9 +++++
drivers/staging/wilc1000/wilc_wlan.c | 8 +++-
drivers/staging/wlan-ng/hfa384x_usb.c | 3 +-
14 files changed, 91 insertions(+), 17 deletions(-)