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

From: Greg KH
Date: Sat Aug 12 2017 - 22:20:29 EST


The following changes since commit 520eccdfe187591a51ea9ab4c1a024ae4d0f68d9:

Linux 4.13-rc2 (2017-07-23 16:15:17 -0700)

are available in the git repository at:

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

for you to fetch changes up to cef988642cdac44e910a27cb6e8166c96f86a0df:

staging: comedi: comedi_fops: do not call blocking ops when !TASK_RUNNING (2017-07-30 08:38:43 -0700)

----------------------------------------------------------------
staging/iio fixes for 4.13-rc5

Here are some Staging and IIO driver fixes for 4.13-rc5.

Nothing major, just a number of small fixes for reported issues. All of
these have been in linux-next for a while now with no reported issues.
Full details are in the shortlog.

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

----------------------------------------------------------------
Akinobu Mita (1):
iio: light: tsl2563: use correct event code

Arnd Bergmann (1):
staging:iio:resolver:ad2s1210 fix negative IIO_ANGL_VEL read

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

Hans de Goede (3):
iio: adc: Revert "axp288: Drop bogus AXP288_ADC_TS_PIN_CTRL register modifications"
iio: adc: axp288: Fix the GPADC pin reading often wrongly returning 0
iio: accel: bmc150: Always restore device to normal mode after suspend-resume

Ian Abbott (1):
staging: comedi: comedi_fops: do not call blocking ops when !TASK_RUNNING

Lorenzo Bianconi (2):
iio: pressure: st_pressure_core: disable multiread by default for LPS22HB
iio: accel: st_accel: add SPI-3wire support

Mykola Kostenok (1):
iio: aspeed-adc: wait for initial sequence.

Quentin Schulz (1):
iio: adc: sun4i-gpadc-iio: fix unbalanced irq enable/disable

Stefan-Gabriel Mirea (1):
iio: adc: vf610_adc: Fix VALT selection value for REFSEL bits

drivers/iio/accel/bmc150-accel-core.c | 9 +-----
drivers/iio/accel/st_accel_core.c | 32 +++++++++++++++++++
drivers/iio/adc/aspeed_adc.c | 26 +++++++++++++++
drivers/iio/adc/axp288_adc.c | 42 ++++++++++++++++++++++++-
drivers/iio/adc/sun4i-gpadc-iio.c | 3 +-
drivers/iio/adc/vf610_adc.c | 2 +-
drivers/iio/common/st_sensors/st_sensors_core.c | 29 +++++++++++++++++
drivers/iio/light/tsl2563.c | 2 +-
drivers/iio/pressure/st_pressure_core.c | 2 +-
drivers/staging/comedi/comedi_fops.c | 3 ++
drivers/staging/iio/resolver/ad2s1210.c | 2 +-
include/linux/iio/common/st_sensors.h | 7 +++++
include/linux/platform_data/st_sensors_pdata.h | 2 ++
13 files changed, 146 insertions(+), 15 deletions(-)