[GIT PATCH] Staging driver fixes for 3.9-rc2

From: Greg KH
Date: Wed Mar 13 2013 - 16:57:41 EST


The following changes since commit 6dbe51c251a327e012439c4772097a13df43c5b8:

Linux 3.9-rc1 (2013-03-03 15:11:05 -0800)

are available in the git repository at:

git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/staging.git/ tags/staging-3.9-rc2

for you to fetch changes up to 564c526a1bed5e42b5cd52cfe1752c4296ef17a6:

staging: comedi: dt9812: use CR_CHAN() for channel number (2013-03-11 10:21:05 -0700)

----------------------------------------------------------------
Staging tree fixes for 3.9-rc2

Here are some drivers/staging and drivers/iio fixes for 3.9 (the two are
still pretty intertwined, hence them coming both from my tree still.)
Nothing major, just a few things that have been reported by users, all
of these have been in linux-next for a while.

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

----------------------------------------------------------------
Denis CIOCCA (1):
iio:common:st_sensors fixed all warning messages about uninitialized variables

Geert Uytterhoeven (1):
staging/vt6656: Fix too large integer constant warning on 32-bit

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

Guenter Roeck (2):
iio/imu: inv_mpu6050 depends on IIO_BUFFER
iio: Fix build error seen if IIO_TRIGGER is defined but IIO_BUFFER is not

Ian Abbott (1):
staging: comedi: dt9812: use CR_CHAN() for channel number

Kumar Amit Mehta (3):
staging: comedi: drivers: usbdux.c: fix DMA buffers on stack
staging: comedi: drivers: usbduxfast.c: fix for DMA buffers on stack
staging: comedi: drivers: usbduxsigma.c: fix DMA buffers on stack

Lars-Peter Clausen (3):
iio:ad5064: Fix address of the second channel for ad5065/ad5045/ad5025
iio:ad5064: Fix off by one in DAC value range check
iio:ad5064: Initialize register cache correctly

Malcolm Priestley (1):
staging: vt6656: Fix oops on resume from suspend.

Philipp Zabel (1):
staging: imx/drm: request irq only after adding the crtc

drivers/iio/common/st_sensors/st_sensors_core.c | 9 ++++----
drivers/iio/dac/ad5064.c | 64 +++++++++++++++++++++++++++++++---------------------
drivers/iio/imu/inv_mpu6050/Kconfig | 1 +
drivers/staging/comedi/drivers/dt9812.c | 16 ++++++++-----
drivers/staging/comedi/drivers/usbdux.c | 31 +++++++++++++++----------
drivers/staging/comedi/drivers/usbduxfast.c | 30 ++++++++++++++----------
drivers/staging/comedi/drivers/usbduxsigma.c | 27 ++++++++++++++--------
drivers/staging/imx-drm/ipuv3-crtc.c | 23 ++++++++++---------
drivers/staging/vt6656/card.c | 2 +-
drivers/staging/vt6656/main_usb.c | 4 ----
include/linux/iio/common/st_sensors.h | 9 +++++---
11 files changed, 126 insertions(+), 90 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/