[GIT PULL] Staging/IIO driver fixes for 4.10-rc3

From: Greg KH
Date: Sun Jan 08 2017 - 08:04:25 EST


The following changes since commit 0c744ea4f77d72b3dcebb7a8f2684633ec79be88:

Linux 4.10-rc2 (2017-01-01 14:31:53 -0800)

are available in the git repository at:

git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/staging.git/ tags/staging-4.10-rc3

for you to fetch changes up to 01d0f715869161dc70e2bf66fcdf6533a6a782cd:

MAINTAINERS: add greybus subsystem mailing list (2017-01-07 17:05:42 +0100)

----------------------------------------------------------------
Staging/IIO fixes for 4.10-rc3

Here are some staging and IIO driver fixes for 4.10-rc3.

Most of these are minor IIO fixes of reported issues, along with one
network driver fix to resolve an issue. And a MAINTAINERS update with a
new mailing list. All of these, except the MAINTAINERS file update,
have been in linux-next with no reported issues (the MAINTAINERS patch
happened on Friday...)

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

----------------------------------------------------------------
Akinobu Mita (1):
iio: max44000: correct value in illuminance_integration_time_available

Florian Fainelli (1):
staging: octeon: Call SET_NETDEV_DEV()

Geert Uytterhoeven (1):
iio: adc: TI_AM335X_ADC should depend on HAS_DMA

Greg Kroah-Hartman (2):
Merge tag 'iio-fixes-for-4.10a' of git://git.kernel.org/.../jic23/iio into staging-linus
MAINTAINERS: add greybus subsystem mailing list

Linus Walleij (1):
iio: accel: st_accel: fix LIS3LV02 reading and scaling

Lorenzo Bianconi (1):
iio: common: st_sensors: fix channel data parsing

Marcin Niestroj (1):
iio: bmi160: Fix time needed to sleep after command execution

William Breathitt Gray (3):
iio: 104-quad-8: Fix index control configuration
iio: 104-quad-8: Fix off-by-one errors when addressing IOR
iio: 104-quad-8: Fix active level mismatch for the preset enable option

MAINTAINERS | 1 +
drivers/iio/accel/st_accel_core.c | 12 +++++++++--
drivers/iio/adc/Kconfig | 2 +-
drivers/iio/common/st_sensors/st_sensors_buffer.c | 4 +++-
drivers/iio/common/st_sensors/st_sensors_core.c | 13 +++++++++++-
drivers/iio/counter/104-quad-8.c | 13 +++++++-----
drivers/iio/imu/bmi160/bmi160_core.c | 25 ++++++-----------------
drivers/iio/light/max44000.c | 2 +-
drivers/staging/octeon/ethernet.c | 2 ++
include/linux/iio/common/st_sensors.h | 12 +++++++++++
10 files changed, 56 insertions(+), 30 deletions(-)