[GIT PULL] Staging driver fixes for 4.7-rc4

From: Greg KH
Date: Sat Jun 18 2016 - 11:52:59 EST


The following changes since commit af8c34ce6ae32addda3788d54a7e340cad22516b:

Linux 4.7-rc2 (2016-06-05 14:31:26 -0700)

are available in the git repository at:

git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/staging.git/ tags/staging-4.7-rc4

for you to fetch changes up to bc8201e3e1885614a5cd3a5f70a79d08f99152fd:

Revert "Staging: rtl8188eu: rtw_efuse: Use sizeof type *pointer instead of sizeof type." (2016-06-17 11:21:45 -0700)

----------------------------------------------------------------
Staging fixes for 4.7-rc4

Here are a number of IIO and Staging bugfixes for 4.7-rc4.

Nothing huge, the normal amount of iio driver fixes, and some small
staging driver bugfixes for some reported problems (2 are reverts of
patches that went into 4.7-rc1). All have been in linux-next with no
reported issues.

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

----------------------------------------------------------------
Akinobu Mita (1):
iio: pressure: bmp280: fix error message for wrong chip id

Alison Schofield (1):
iio: humidity: hdc100x: correct humidity integration time mask

Crestez Dan Leonard (4):
max44000: Remove scale from proximity
iio: st_sensors: Init trigger before irq request
iio: st_sensors: Disable DRDY at init time
iio: Fix error handling in iio_trigger_attach_poll_func

Dan Carpenter (2):
iio: dac: ad5592r: Off by one bug in ad5592r_alloc_channels()
iio: humidity: am2315: Remove a stray unlock

Daniel Baluta (2):
iio: bmi160: Fix output data rate for accel
iio: bmi160: Fix ODR setting

Doug Oucharek (1):
staging: lustre: lnet: Don't access NULL NI on failure path

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

Gregor Boirie (1):
iio:st_pressure: fix sampling gains (bring inline with ABI)

Hans de Goede (2):
Revert "Staging: drivers: rtl8188eu: use sizeof(*ptr) instead of sizeof(struct)"
Revert "Staging: rtl8188eu: rtw_efuse: Use sizeof type *pointer instead of sizeof type."

Linus Walleij (4):
iio: light: bh1780: return after write
iio: bh1780: dereference the client properly
iio: light: bh1780: assign a static name
iio: st_sensors: switch to a threaded interrupt

Matt Ranostay (5):
iio: proximity: as3935: correct IIO_CHAN_INFO_RAW output
iio: proximity: as3935: remove triggered buffer processing
iio: proximity: as3935: fix buffer stack trashing
iio: humidity: hdc100x: fix IIO_TEMP channel reporting
iio: hudmidity: hdc100x: fix incorrect shifting and scaling

Yong Li (1):
iio: light apds9960: Add the missing dev.parent

.../ABI/testing/sysfs-bus-iio-proximity-as3935 | 2 +-
drivers/iio/accel/st_accel_buffer.c | 2 +-
drivers/iio/accel/st_accel_core.c | 1 +
drivers/iio/common/st_sensors/st_sensors_buffer.c | 25 ++----
drivers/iio/common/st_sensors/st_sensors_core.c | 8 ++
drivers/iio/common/st_sensors/st_sensors_trigger.c | 96 ++++++++++++++++++++--
drivers/iio/dac/ad5592r-base.c | 2 +-
drivers/iio/gyro/st_gyro_buffer.c | 2 +-
drivers/iio/gyro/st_gyro_core.c | 1 +
drivers/iio/humidity/am2315.c | 4 +-
drivers/iio/humidity/hdc100x.c | 20 ++---
drivers/iio/imu/bmi160/bmi160_core.c | 16 ++--
drivers/iio/industrialio-trigger.c | 23 ++++--
drivers/iio/light/apds9960.c | 1 +
drivers/iio/light/bh1780.c | 10 ++-
drivers/iio/light/max44000.c | 1 -
drivers/iio/magnetometer/st_magn_buffer.c | 2 +-
drivers/iio/magnetometer/st_magn_core.c | 1 +
drivers/iio/pressure/bmp280.c | 4 +-
drivers/iio/pressure/st_pressure_buffer.c | 2 +-
drivers/iio/pressure/st_pressure_core.c | 81 +++++++++++-------
drivers/iio/proximity/as3935.c | 17 ++--
.../staging/lustre/lnet/klnds/o2iblnd/o2iblnd_cb.c | 7 +-
drivers/staging/rtl8188eu/core/rtw_efuse.c | 2 +-
drivers/staging/rtl8188eu/hal/usb_halinit.c | 3 +-
include/linux/iio/common/st_sensors.h | 9 +-
26 files changed, 237 insertions(+), 105 deletions(-)