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 PULL] Staging driver fixes for 4.0-rc3
Date: Sun, 8 Mar 2015 13:51:19 +0100 [thread overview]
Message-ID: <20150308125119.GA342@kroah.com> (raw)
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@linuxfoundation.org>
----------------------------------------------------------------
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(-)
reply other threads:[~2015-03-08 12:51 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=20150308125119.GA342@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.