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

From: Greg KH
Date: Sun Jul 01 2018 - 04:40:42 EST


The following changes since commit 7daf201d7fe8334e2d2364d4e8ed3394ec9af819:

Linux 4.18-rc2 (2018-06-24 20:54:29 +0800)

are available in the Git repository at:

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

for you to fetch changes up to ebc2dc5f9b231c1b64047c6717cd464104f086f4:

Merge tag 'iio-fixes-4.18a' of git://git.kernel.org/pub/scm/linux/kernel/git/jic23/iio into staging-linus (2018-06-26 07:45:52 +0800)

----------------------------------------------------------------
Staging/IIO fixes for 4.18-rc3

Here are a few small staging and IIO driver fixes for 4.18-rc3.

Nothing major or big, all just fixes for reported problems since
4.18-rc1. All of these have been in linux-next this week with no
reported problems.

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

----------------------------------------------------------------
Colin Ian King (1):
iio: tsl2x7x/tsl2772: avoid potential division by zero

Dan Carpenter (1):
staging: comedi: quatech_daqp_cs: fix no-op loop daqp_ao_insn_write()

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

Hans de Goede (1):
iio: imu: inv_mpu6050: Fix probe() failure on older ACPI based machines

Laura Abbott (1):
staging: android: ion: Return an ERR_PTR in ion_map_kernel

Leonard Crestez (1):
iio: mma8452: Fix ignoring MMA8452_INT_DRDY

Phil Reid (1):
iio: buffer: fix the function signature to match implementation

Tomasz Duszynski (1):
iio: pressure: bmp280: fix relative humidity unit

drivers/iio/accel/mma8452.c | 2 +-
drivers/iio/imu/inv_mpu6050/inv_mpu_core.c | 2 ++
drivers/iio/light/tsl2772.c | 2 ++
drivers/iio/pressure/bmp280-core.c | 5 ++---
drivers/staging/android/ion/ion_heap.c | 2 +-
drivers/staging/comedi/drivers/quatech_daqp_cs.c | 2 +-
include/linux/iio/buffer-dma.h | 2 +-
7 files changed, 10 insertions(+), 7 deletions(-)