[GIT PULL] Staging/IIO driver fixes for 4.8-rc6

From: Greg KH
Date: Sun Sep 11 2016 - 05:08:32 EST


The following changes since commit c6935931c1894ff857616ff8549b61236a19148f:

Linux 4.8-rc5 (2016-09-04 14:31:46 -0700)

are available in the git repository at:

git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/staging.git/ tags/staging-4.8-rc6

for you to fetch changes up to 72d508ad488a63678396cf1039fc5a65e04caa9e:

Merge tag 'iio-fixes-for-4.8b' of git://git.kernel.org/pub/scm/linux/kernel/git/jic23/iio into staging-linus (2016-09-09 13:44:37 +0200)

----------------------------------------------------------------
Staging/IIO fixes for 4.8-rc6

Here are a few small IIO fixes for 4.8-rc6.

Nothing major, full details are in the shortlog, all of these have been
in linux-next with no reported issues.

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

----------------------------------------------------------------
Colin Ian King (1):
iio: ensure ret is initialized to zero before entering do loop

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

Gregor Boirie (2):
tools:iio:iio_generic_buffer: fix trigger-less mode
iio:core: fix IIO_VAL_FRACTIONAL sign handling

Kweh, Hock Leong (1):
iio: fix pressure data output unit in hid-sensor-attributes

Linus Walleij (1):
iio: accel: kxsd9: Fix scaling bug

Olof Johansson (1):
iio: accel: bmc150: reset chip at init time

drivers/iio/accel/bmc150-accel-core.c | 11 +++++++++++
drivers/iio/accel/kxsd9.c | 1 +
drivers/iio/common/hid-sensors/hid-sensor-attributes.c | 4 ++--
drivers/iio/industrialio-buffer.c | 4 ++--
drivers/iio/industrialio-core.c | 5 ++---
tools/iio/iio_generic_buffer.c | 2 +-
6 files changed, 19 insertions(+), 8 deletions(-)