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

From: Greg KH
Date: Sun Jun 11 2017 - 03:42:57 EST


The following changes since commit 08332893e37af6ae779367e78e444f8f9571511d:

Linux 4.12-rc2 (2017-05-21 19:30:23 -0700)

are available in the git repository at:

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

for you to fetch changes up to 26f4b1f7a8da3eaa6c32e12f87c9f5388196dc67:

staging: ccree: fix buffer copy (2017-06-06 16:23:27 +0200)

----------------------------------------------------------------
Staging/IIO fixes for 4.12-rc5

These are mostly all IIO driver fixes, resolving a number of tiny
issues. There's also a ccree and lustre fix in here as well, both
fix problems found in those codebases.

All have been in linux-next with no reported issues.

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

----------------------------------------------------------------
Arnd Bergmann (1):
staging: ccree: add CRYPTO dependency

Dan Carpenter (2):
iio: adc: Max9611: checking for ERR_PTR instead of NULL in probe
iio: adc: ti_am335x_adc: allocating too much in probe

Eduardo Molinas (2):
iio: adc: sun4i-gpadc-iio: Fix module autoload when PLATFORM devices are registered
iio: adc: sun4i-gpadc-iio: Fix module autoload when OF devices are registered

Franziska Naepelt (1):
iio: light: ltr501 Fix interchanged als/ps register field

Gilad Ben-Yossef (1):
staging: ccree: fix buffer copy

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

Jacopo Mondi (1):
iio: adc: max9611: Fix attribute measure unit

Marcin Niestroj (1):
iio: trigger: fix NULL pointer dereference in iio_trigger_write_current()

Matt Ranostay (3):
iio: proximity: as3935: recalibrate RCO after resume
iio: proximity: as3935: fix AS3935_INT mask
iio: proximity: as3935: fix iio_trigger_poll issue

Oleg Drokin (1):
staging/lustre/lov: remove set_fs() call from lov_getstripe()

Quentin Schulz (1):
iio: adc: sun4i-gpadc-iio: fix parent device being used in devm function

Raveendra Padasalagi (1):
iio: adc: bcm_iproc_adc: swap primary and secondary isr handler's

drivers/iio/adc/bcm_iproc_adc.c | 8 +++---
drivers/iio/adc/max9611.c | 10 ++++----
drivers/iio/adc/sun4i-gpadc-iio.c | 38 ++++++++++++++++++----------
drivers/iio/adc/ti_am335x_adc.c | 2 +-
drivers/iio/industrialio-trigger.c | 3 ++-
drivers/iio/light/ltr501.c | 4 +--
drivers/iio/proximity/as3935.c | 14 +++++-----
drivers/staging/ccree/Kconfig | 2 +-
drivers/staging/ccree/ssi_buffer_mgr.c | 3 ++-
drivers/staging/lustre/lustre/lov/lov_pack.c | 9 -------
10 files changed, 47 insertions(+), 46 deletions(-)