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

From: Greg KH
Date: Sun Nov 13 2016 - 05:16:10 EST


The following changes since commit a909d3e636995ba7c349e2ca5dbb528154d4ac30:

Linux 4.9-rc3 (2016-10-29 13:52:02 -0700)

are available in the git repository at:

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

for you to fetch changes up to d70674eeaa5efdefb99928691161578ae0a80316:

iio: maxim_thermocouple: detect invalid storage size in read() (2016-11-13 10:08:32 +0100)

----------------------------------------------------------------
Staging/IIO fixes for 4.9-rc5

Here are a few small staging and iio driver fixes for reported issues.
The last one was cherry-picked from my -next branch to resolve a build
warning that Arnd fixed, in his quest to be able to turn
-Wmaybe-uninitialized back on again. That patch, and all of the others,
have been in linux-next for a while with no reported issues.

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

----------------------------------------------------------------
Arnd Bergmann (2):
staging: iio: ad5933: avoid uninitialized variable in error case
iio: maxim_thermocouple: detect invalid storage size in read()

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

Huacai Chen (1):
staging: sm750fb: Fix bugs introduced by early commits

Ian Abbott (1):
staging: comedi: ni_tio: fix buggy ni_tio_clock_period_ps() return value

Johan Hovold (1):
staging: greybus: arche-platform: fix device reference leak

Lorenzo Bianconi (1):
iio: st_sensors: fix scale configuration for h3lis331dl

Marc Dietrich (1):
staging: nvec: remove managed resource from PS2 driver

Paul Fertser (2):
drivers: staging: nvec: remove bogus reset command for PS/2 interface
Revert "staging: nvec: ps2: change serio type to passthrough"

Song Hongyan (2):
iio: orientation: hid-sensor-rotation: Add PM function (fix non working driver)
iio: hid-sensors: Increase the precision of scale to fix wrong reading interpretation.

drivers/iio/accel/st_accel_core.c | 12 +++--
.../iio/common/hid-sensors/hid-sensor-attributes.c | 56 +++++++++++-----------
drivers/iio/common/st_sensors/st_sensors_core.c | 8 ++--
drivers/iio/orientation/hid-sensor-rotation.c | 1 +
drivers/iio/temperature/maxim_thermocouple.c | 2 +
drivers/staging/comedi/drivers/ni_tio.c | 3 +-
drivers/staging/greybus/arche-platform.c | 1 +
drivers/staging/iio/impedance-analyzer/ad5933.c | 17 ++++---
drivers/staging/nvec/nvec_ps2.c | 8 +---
drivers/staging/sm750fb/ddk750_reg.h | 8 ++--
10 files changed, 63 insertions(+), 53 deletions(-)