* [PULL] IIO fixes for 3.16 - set 3
@ 2014-07-08 20:32 Jonathan Cameron
2014-07-08 22:46 ` Greg Kroah-Hartman
0 siblings, 1 reply; 2+ messages in thread
From: Jonathan Cameron @ 2014-07-08 20:32 UTC (permalink / raw)
To: Greg Kroah-Hartman, Linux IIO List
The following changes since commit 6b64168de843b16e96a22f9e98c6afc92ee1da71:
Merge tag 'iio-fixes-for-3.16b' of git://git.kernel.org/pub/scm/linux/kernel/git/jic23/iio into staging-linus (2014-06-29 09:43:23 -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.16c
for you to fetch changes up to baa3c65298c089a9014b4e523a14ec2885cca1bc:
iio: ti_am335x_adc: Fix: Use same step id at FIFOs both ends (2014-07-08 21:21:22 +0100)
----------------------------------------------------------------
Third round of iio fixes for the 3.16 cycle.
* Lots of hid sensors component drivers had a bug due to a local variable
whose name suggested it was returned from the read_raw function not
infact being returned (ret vs ret_type). Fixed and unused ret removed.
* Block a possible race condition in tcs3472 by locking around some
dependant i2c messages.
* Fix bug in the am335x driver fifo setup that occurs if the final
channel enabled takes certain values.
----------------------------------------------------------------
Jan Kardell (1):
iio: ti_am335x_adc: Fix: Use same step id at FIFOs both ends
Peter Meerwald (1):
iio:tcs3472: Check for buffer enabled and locking
Sachin Kamat (6):
iio: hid-sensor-press: Fix return values
iio: hid-sensor-accel-3d: Fix return values
iio: hid-sensor-magn-3d: Fix return values
iio: hid-sensor-als: Fix return values
iio: hid-sensor-gyro-3d: Fix return values
iio: hid-sensor-prox: Fix return values
drivers/iio/accel/hid-sensor-accel-3d.c | 7 ++-----
drivers/iio/adc/ti_am335x_adc.c | 2 +-
drivers/iio/gyro/hid-sensor-gyro-3d.c | 7 ++-----
drivers/iio/light/hid-sensor-als.c | 7 ++-----
drivers/iio/light/hid-sensor-prox.c | 7 ++-----
drivers/iio/light/tcs3472.c | 11 ++++++++++-
drivers/iio/magnetometer/hid-sensor-magn-3d.c | 7 ++-----
drivers/iio/pressure/hid-sensor-press.c | 7 ++-----
8 files changed, 23 insertions(+), 32 deletions(-)
^ permalink raw reply [flat|nested] 2+ messages in thread
* Re: [PULL] IIO fixes for 3.16 - set 3
2014-07-08 20:32 [PULL] IIO fixes for 3.16 - set 3 Jonathan Cameron
@ 2014-07-08 22:46 ` Greg Kroah-Hartman
0 siblings, 0 replies; 2+ messages in thread
From: Greg Kroah-Hartman @ 2014-07-08 22:46 UTC (permalink / raw)
To: Jonathan Cameron; +Cc: Linux IIO List
On Tue, Jul 08, 2014 at 09:32:03PM +0100, Jonathan Cameron wrote:
> The following changes since commit 6b64168de843b16e96a22f9e98c6afc92ee1da71:
>
> Merge tag 'iio-fixes-for-3.16b' of git://git.kernel.org/pub/scm/linux/kernel/git/jic23/iio into staging-linus (2014-06-29 09:43:23 -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.16c
Pulled and pushed out, thanks.
greg k-h
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2014-07-08 22:41 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-07-08 20:32 [PULL] IIO fixes for 3.16 - set 3 Jonathan Cameron
2014-07-08 22:46 ` Greg Kroah-Hartman
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.