[GIT PULL] Staging driver fixes for 4.0-rc3

From: Greg KH
Date: Sun Mar 08 2015 - 08:51:29 EST


The following changes since commit c517d838eb7d07bbe9507871fab3931deccff539:

Linux 4.0-rc1 (2015-02-22 18:21:14 -0800)

are available in the git repository at:

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

for you to fetch changes up to abe46b8932dd9a6dfc3698e3eb121809b7b9ed28:

staging: comedi: adv_pci1710: fix AI INSN_READ for non-zero channel (2015-03-01 19:25:59 -0800)

----------------------------------------------------------------
staging driver fixes for 4.0-rc3

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

Details are in the shortlog, nothing major, mostly IIO fixes for
reported issues.

All have been in linux-next successfully.

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

----------------------------------------------------------------
Andrey Smirnov (1):
IIO: si7020: Allocate correct amount of memory in devm_iio_device_alloc

Angelo Compagnucci (1):
iio:adc:mcp3422 Fix incorrect scales table

Arnd Bergmann (1):
iio: ak8975: fix AK09911 dependencies

Geert Uytterhoeven (1):
iio: common: ssp_sensors: Protect PM-only functions to kill warning

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

H Hartley Sweeten (2):
staging: comedi: comedi_isadma: fix "stalled" detect in comedi_isadma_disable_on_sample()
staging: comedi: vmk80xx: remove "firmware version" kernel messages

Ian Abbott (1):
staging: comedi: adv_pci1710: fix AI INSN_READ for non-zero channel

Jonathan Cameron (1):
Revert "iio:humidity:si7020: fix pointer to i2c client"

Kristina MartÅenko (4):
iio: mxs-lradc: separate touchscreen and buffer virtual channels
iio: mxs-lradc: make ADC reads not disable touchscreen interrupts
iio: mxs-lradc: make ADC reads not unschedule touchscreen conversions
iio: mxs-lradc: only update the buffer when its conversions have finished

Nicholas Mc Guire (1):
iio: iadc: wait_for_completion_timeout time in jiffies

Rasmus Villemoes (2):
staging: iio: ad2s1200: Fix sign extension
iio: imu: adis16400: Fix sign extension

Richard Weinberger (3):
iio: dht11: Fix out-of-bounds read
iio: dht11: Add locking
iio: dht11: IRQ fixes

Roberta Dobrescu (2):
iio: light: jsa1212: Select REGMAP_I2C
iio: light: gp2ap020a00f: Select REGMAP_I2C

Srinivas Pandruvada (1):
iio: imu: inv_mpu6050: Prevent dereferencing NULL

Stefan Wahren (1):
iio: mxs-lradc: fix iio channel map regression

Urs FÃssler (1):
iio: ad5686: fix optional reference voltage declaration

drivers/iio/adc/mcp3422.c | 17 +-
drivers/iio/adc/qcom-spmi-iadc.c | 3 +-
drivers/iio/common/ssp_sensors/ssp_dev.c | 2 +
drivers/iio/dac/ad5686.c | 2 +-
drivers/iio/humidity/dht11.c | 69 +++++----
drivers/iio/humidity/si7020.c | 6 +-
drivers/iio/imu/adis16400_core.c | 3 +-
drivers/iio/imu/inv_mpu6050/inv_mpu_core.c | 6 +-
drivers/iio/light/Kconfig | 2 +
drivers/iio/magnetometer/Kconfig | 2 +
drivers/staging/comedi/drivers/adv_pci1710.c | 3 +-
drivers/staging/comedi/drivers/comedi_isadma.c | 5 +-
drivers/staging/comedi/drivers/vmk80xx.c | 71 ---------
drivers/staging/iio/adc/mxs-lradc.c | 207 +++++++++++++------------
drivers/staging/iio/resolver/ad2s1200.c | 3 +-
15 files changed, 175 insertions(+), 226 deletions(-)
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/