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

From: Greg KH
Date: Sun Aug 27 2017 - 03:22:39 EST


The following changes since commit ef954844c7ace62f773f4f23e28d2d915adc419f:

Linux 4.13-rc5 (2017-08-13 16:01:32 -0700)

are available in the git repository at:

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

for you to fetch changes up to 2c68888f1d76c668024a9efa50af382df4f3cf8e:

Merge tag 'fixes-for-4.13b' of git://git.kernel.org/pub/scm/linux/kernel/git/jic23/iio into staging-linus (2017-08-20 10:45:54 -0700)

----------------------------------------------------------------
staging/iio fixes for 4.13-rc7

Here are few small staging driver fixes, and some more IIO driver fixes
for 4.13-rc7. Nothing major, just resolutions for some reported
problems.

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

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

----------------------------------------------------------------
Andreas Klinger (1):
iio: bmp280: properly initialize device for humidity reading

Charles Milette (1):
staging: rtl8188eu: add RNX-N150NUB support

Colin Ian King (1):
Revert "staging: fsl-mc: be consistent when checking strcmp() return"

Dragos Bogdan (1):
iio: imu: adis16480: Fix acceleration scale factor for adis16480

Fabrice Gasnier (6):
iio: trigger: stm32-timer: fix quadrature mode get routine
iio: trigger: stm32-timer: fix write_raw return value
iio: trigger: stm32-timer: fix get/set down count direction
iio: trigger: stm32-timer: add enable attribute
iio: adc: stm32: fix common clock rate
iio: trigger: stm32-timer: fix get trigger mode

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

Jonathan Corbet (1):
PATCH] iio: Fix some documentation warnings

Lorenzo Bianconi (2):
iio: magnetometer: st_magn: fix status register address for LSM303AGR
iio: magnetometer: st_magn: remove ihl property for LSM303AGR

Srinivas Pandruvada (1):
iio: hid-sensor-trigger: Fix the race with user space powering up sensors

Stefan Brüns (1):
iio: adc: ina219: Avoid underflow for sleeping time

drivers/iio/adc/ina2xx-adc.c | 2 +-
drivers/iio/adc/stm32-adc-core.c | 10 +--
.../iio/common/hid-sensors/hid-sensor-trigger.c | 8 +--
drivers/iio/imu/adis16480.c | 2 +-
drivers/iio/magnetometer/st_magn_core.c | 4 +-
drivers/iio/pressure/bmp280-core.c | 27 ++++++-
drivers/iio/pressure/bmp280.h | 5 ++
drivers/iio/trigger/stm32-timer-trigger.c | 82 ++++++++++++++++------
drivers/staging/fsl-mc/bus/fsl-mc-allocator.c | 6 +-
drivers/staging/rtl8188eu/os_dep/usb_intf.c | 1 +
include/linux/iio/iio.h | 2 +-
include/linux/iio/trigger.h | 4 +-
12 files changed, 107 insertions(+), 46 deletions(-)