* [PULL] Fourth set of IIO fixes for the 3.16 cycle
@ 2014-07-13 19:11 Jonathan Cameron
2014-07-13 22:48 ` Greg Kroah-Hartman
0 siblings, 1 reply; 2+ messages in thread
From: Jonathan Cameron @ 2014-07-13 19:11 UTC (permalink / raw)
To: Greg Kroah-Hartman; +Cc: Linux IIO List
The following changes since commit bdac8ca90e07edde8bbef5396784f7011e6e5b8d:
Merge tag 'iio-fixes-for-3.16c' of git://git.kernel.org/pub/scm/linux/kernel/git/jic23/iio into staging-linus (2014-07-08 15:43:45 -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.16d
for you to fetch changes up to 71702e6e52c8312f4c6797a9787d0f8b5656156f:
iio: mma8452: Use correct acceleration units. (2014-07-12 13:18:55 +0100)
----------------------------------------------------------------
4th set of fixes for IIO in the 3.16 cycle
* Fix incorrect handling of the iio_event_spec mask_shared_by_type
bitmap. The point of this was to allow multiple channels to specify
elements that lead to the same sysfs attribute. A but in the handling
meant that this failed. The handling is modified to be similar to that
used for the main IIO info_mask_shared_by_type which works correclty.
* The acceleration scale factors reported by the mma8452 driver gave
accelerations in g, wherease the IIO ABI is in m/s^2. The fix simply
corrects the reported scale factors.
----------------------------------------------------------------
Martin Fuzzey (1):
iio: mma8452: Use correct acceleration units.
Srinivas Pandruvada (1):
iio:core: Handle error when mask type is not separate
drivers/iio/accel/mma8452.c | 8 +++++++-
drivers/iio/industrialio-event.c | 3 +++
2 files changed, 10 insertions(+), 1 deletion(-)
^ permalink raw reply [flat|nested] 2+ messages in thread
* Re: [PULL] Fourth set of IIO fixes for the 3.16 cycle
2014-07-13 19:11 [PULL] Fourth set of IIO fixes for the 3.16 cycle Jonathan Cameron
@ 2014-07-13 22:48 ` Greg Kroah-Hartman
0 siblings, 0 replies; 2+ messages in thread
From: Greg Kroah-Hartman @ 2014-07-13 22:48 UTC (permalink / raw)
To: Jonathan Cameron; +Cc: Linux IIO List
On Sun, Jul 13, 2014 at 08:11:02PM +0100, Jonathan Cameron wrote:
> The following changes since commit bdac8ca90e07edde8bbef5396784f7011e6e5b8d:
>
> Merge tag 'iio-fixes-for-3.16c' of git://git.kernel.org/pub/scm/linux/kernel/git/jic23/iio into staging-linus (2014-07-08 15:43:45 -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.16d
Pulled and pushed out, thanks.
greg k-h
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2014-07-13 22:48 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-07-13 19:11 [PULL] Fourth set of IIO fixes for the 3.16 cycle Jonathan Cameron
2014-07-13 22:48 ` 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.