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

From: Greg KH
Date: Fri Jun 21 2019 - 04:11:08 EST


The following changes since commit f2c7c76c5d0a443053e94adb9f0918fa2fb85c3a:

Linux 5.2-rc3 (2019-06-02 13:55:33 -0700)

are available in the Git repository at:

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

for you to fetch changes up to 9b9410766f5422d1e736783dc0c3a053eefedac4:

Merge branch 'erofs_fix' into staging-linus (2019-06-17 22:59:28 +0200)

----------------------------------------------------------------
Staging/IIO/Counter fixes for 5.2-rc6

Here are some small driver bugfixes for some staging/iio/counter
drivers.

Staging and IIO have been lumped together for a while, as those
subsystems cross the areas a log, and counter is used by IIO, so that's
why they are all in one pull request here.

These are small fixes for reported issues in some iio drivers, the erofs
filesystem, and a build issue for counter code.

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

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

----------------------------------------------------------------
Crt Mori (1):
iio: temperature: mlx90632 Relax the compatibility check

Fabio Estevam (1):
staging: iio: adt7316: Fix build errors when GPIOLIB is not set

Gao Xiang (1):
staging: erofs: add requirements field in superblock

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

Lorenzo Bianconi (1):
iio: imu: st_lsm6dsx: fix PM support for st_lsm6dsx i2c controller

Melissa Wen (1):
staging:iio:ad7150: fix threshold mode config bit

Patrick Havelange (1):
counter/ftm-quaddec: Add missing dependencies in Kconfig

drivers/counter/Kconfig | 1 +
drivers/iio/imu/st_lsm6dsx/st_lsm6dsx.h | 2 ++
drivers/iio/imu/st_lsm6dsx/st_lsm6dsx_core.c | 25 +++++++++++++++++--------
drivers/iio/temperature/mlx90632.c | 9 +++++++--
drivers/staging/erofs/erofs_fs.h | 13 ++++++++++---
drivers/staging/erofs/internal.h | 2 ++
drivers/staging/erofs/super.c | 19 +++++++++++++++++++
drivers/staging/iio/addac/adt7316.c | 3 ++-
drivers/staging/iio/cdc/ad7150.c | 19 +++++++++++--------
9 files changed, 71 insertions(+), 22 deletions(-)