From: Jonathan Cameron <jic23@kernel.org>
To: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Cc: Linux IIO List <linux-iio@vger.kernel.org>
Subject: [PULL] Fourth set of IIO fixes for the 3.16 cycle
Date: Sun, 13 Jul 2014 20:11:02 +0100 [thread overview]
Message-ID: <53C2D9C6.5070102@kernel.org> (raw)
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(-)
next reply other threads:[~2014-07-13 19:08 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2014-07-13 19:11 Jonathan Cameron [this message]
2014-07-13 22:48 ` [PULL] Fourth set of IIO fixes for the 3.16 cycle Greg Kroah-Hartman
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=53C2D9C6.5070102@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.