From: Jonathan Cameron <jic23@kernel.org>
To: Greg KH <gregkh@linuxfoundation.org>,
"linux-iio@vger.kernel.org" <linux-iio@vger.kernel.org>
Subject: [PULL] IIO fixes for 3.10 - set 1
Date: Wed, 22 May 2013 23:08:07 +0100 [thread overview]
Message-ID: <519D41C7.10304@kernel.org> (raw)
The following changes since commit c7b0cf3e712775e8e2015c2f4582864159540be6:
staging: imx-drm: imx-tve: Check the return value of 'regulator_enable()' (2013-05-21 10:48:54 -0700)
are available in the git repository at:
git://git.kernel.org/pub/scm/linux/kernel/git/jic23/iio.git tags/iio-fixes-for-3.10a
for you to fetch changes up to 927b4dc3e440a060bd7d9a7ecb83c3dcd80adc84:
iio: exynos_adc: fix wrong structure extration in suspend and resume (2013-05-22 22:15:20 +0100)
----------------------------------------------------------------
First round of IIO fixes for the 3.10 cycle.
The usual mixed bag of little fixes.
1) A fix for mxs-lradc having missed out on some global abi changes that and
hence being unable to start up buffered output.
2) Clean up error handling in tsl2x7x
3) A build fix for some of the dac drivers when they have spi master support
built in, but i2c support build as a module.
4) Add a missing disable after a oneshot capture to the st sensor core.
5) Exynos adc driver took a novel an incorrect route to get at its private
data store.
----------------------------------------------------------------
Axel Lin (1):
iio: dac: Fix build error when CONFIG_SPI_MASTER=y && CONFIG_I2C=m
Denis CIOCCA (1):
iio:common:st: added disable function after read info raw data
Michał Mirosław (1):
staging/iio/mxs-lradc: fix preenable for multiple buffers
Naveen Krishna Chatradhi (1):
iio: exynos_adc: fix wrong structure extration in suspend and resume
Wei Yongjun (1):
staging:iio:light:tsl2x7x: fix the error handling in tsl2x7x_probe()
drivers/iio/adc/exynos_adc.c | 8 ++++----
drivers/iio/common/st_sensors/st_sensors_core.c | 2 ++
drivers/iio/dac/Kconfig | 6 +++---
drivers/staging/iio/adc/mxs-lradc.c | 5 ++---
drivers/staging/iio/light/tsl2x7x_core.c | 9 +++++----
5 files changed, 16 insertions(+), 14 deletions(-)
next reply other threads:[~2013-05-22 22:08 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2013-05-22 22:08 Jonathan Cameron [this message]
2013-05-22 22:15 ` [PULL] IIO fixes for 3.10 - set 1 Greg KH
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=519D41C7.10304@kernel.org \
--to=jic23@kernel.org \
--cc=gregkh@linuxfoundation.org \
--cc=linux-iio@vger.kernel.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.