From: Greg KH <gregkh@linuxfoundation.org>
To: Linus Torvalds <torvalds@linux-foundation.org>,
Andrew Morton <akpm@linux-foundation.org>
Cc: linux-kernel@vger.kernel.org, devel@linuxdriverproject.org
Subject: [GIT PATCH] Staging driver fixes for 3.9-rc2
Date: Wed, 13 Mar 2013 13:57:33 -0700 [thread overview]
Message-ID: <20130313205733.GA17480@kroah.com> (raw)
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@linuxfoundation.org>
----------------------------------------------------------------
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(-)
reply other threads:[~2013-03-13 20:57 UTC|newest]
Thread overview: [no followups] expand[flat|nested] mbox.gz Atom feed
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20130313205733.GA17480@kroah.com \
--to=gregkh@linuxfoundation.org \
--cc=akpm@linux-foundation.org \
--cc=devel@linuxdriverproject.org \
--cc=linux-kernel@vger.kernel.org \
--cc=torvalds@linux-foundation.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.