From: Jonathan Cameron <jic23@kernel.org>
To: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Subject: [PULL] IIO new drivers, features and cleanups for 3.14 - set 3
Date: Wed, 08 Jan 2014 20:00:10 +0000 [thread overview]
Message-ID: <52CDAE4A.7000200@kernel.org> (raw)
The following changes since commit a6e8e3a470bf96575eebfa9dbfda6e1ec8929fb8:
Merge tag 'iio-for-3.14b' of git://git.kernel.org/pub/scm/linux/kernel/git/jic23/iio into staging-next (2013-12-24 10:30:57 -0800)
are available in the git repository at:
git://git.kernel.org/pub/scm/linux/kernel/git/jic23/iio.git tags/iio-for-3.14c
for you to fetch changes up to 38125b2c935b0037787ca213f96a7b976eba3199:
iio: mxs-lradc: convert is_divided to a bitmap (2014-01-01 14:31:56 +0000)
----------------------------------------------------------------
Third round of new drivers, features and cleanups for IIO in the 3.14 cycle.
One new driver a spot of new functionality and a cleanup.
* New driver for the Capella CM32181 ambient light sensor. This is the first
driver directly from Kevin at Capella with more already in the pipeline.
* Support for configurable predividers on the mxs lradc
* Convert a field to a bitmap in mxs lradc instead of using an array of
unsigned longs to store boolean values.
----------------------------------------------------------------
Alexandre Belloni (1):
iio: mxs-lradc: convert is_divided to a bitmap
Hector Palacios (3):
iio: mxs-lradc: add scale attribute to channels
iio: mxs-lradc: add scale_available file to channels
iio: mxs-lradc: add write_raw function to modify scale
Kevin Tsai (1):
iio: add Capella CM32181 ambient light sensor driver.
.../devicetree/bindings/i2c/trivial-devices.txt | 1 +
drivers/iio/light/Kconfig | 11 +
drivers/iio/light/Makefile | 1 +
drivers/iio/light/cm32181.c | 379 +++++++++++++++++++++
drivers/staging/iio/adc/mxs-lradc.c | 222 +++++++++++-
5 files changed, 611 insertions(+), 3 deletions(-)
create mode 100644 drivers/iio/light/cm32181.c
next reply other threads:[~2014-01-08 20:00 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2014-01-08 20:00 Jonathan Cameron [this message]
2014-01-08 20:02 ` [PULL] IIO new drivers, features and cleanups for 3.14 - set 3 Jonathan Cameron
2014-01-08 20:24 ` 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=52CDAE4A.7000200@kernel.org \
--to=jic23@kernel.org \
--cc=gregkh@linuxfoundation.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.