[GIT PULL] Staging driver fixes for 4.6-rc7

From: Greg KH
Date: Sat May 07 2016 - 13:45:02 EST


The following changes since commit bf16200689118d19de1b8d2a3c314fc21f5dc7bb:

Linux 4.6-rc3 (2016-04-10 17:58:30 -0700)

are available in the git repository at:

git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/staging.git/ tags/staging-4.6-rc7

for you to fetch changes up to 2b86c4a84377b74a6ec0ec9463feb0803bcb1066:

Merge tag 'iio-fixes-for-4.6d' of git://git.kernel.org/pub/scm/linux/kernel/git/jic23/iio into staging-linus (2016-05-05 15:38:07 -0700)

----------------------------------------------------------------
Staging/IIO driver fixes for 4.6-rc7

Well, it's really just IIO drivers here, some small fixes that resolve
some "crash on boot" errors that have shown up in the -rc series, and
other bugfixes that are required.

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

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

----------------------------------------------------------------
Daniel Baluta (1):
iio: imu: mpu6050: Fix name/chip_id when using ACPI

Greg Kroah-Hartman (2):
Merge tag 'iio-fixes-for-4.6c' of git://git.kernel.org/.../jic23/iio into staging-linus
Merge tag 'iio-fixes-for-4.6d' of git://git.kernel.org/.../jic23/iio into staging-linus

Krzysztof Kozlowski (1):
iio: ak8975: Fix NULL pointer exception on early interrupt

Marek Vasut (1):
iio:adc:at91-sama5d2: Repair crash on module removal

Matt Ranostay (1):
iio: imu: mpu6050: fix possible NULL dereferences

Richard Leitner (1):
iio: ak8975: fix maybe-uninitialized warning

drivers/iio/adc/at91-sama5d2_adc.c | 2 ++
drivers/iio/imu/inv_mpu6050/inv_mpu_i2c.c | 30 +++++++++++++++++++++++++++---
drivers/iio/imu/inv_mpu6050/inv_mpu_spi.c | 3 ++-
drivers/iio/magnetometer/ak8975.c | 6 +++---
4 files changed, 34 insertions(+), 7 deletions(-)