From: Crestez Dan Leonard <leonard.crestez@intel.com>
To: Jonathan Cameron <jic23@kernel.org>, linux-iio@vger.kernel.org
Cc: linux-kernel@vger.kernel.org, Hartmut Knaack <knaack.h@gmx.de>,
Lars-Peter Clausen <lars@metafoo.de>,
Peter Meerwald-Stadler <pmeerw@pmeerw.net>,
Daniel Baluta <daniel.baluta@intel.com>,
Crestez Dan Leonard <leonard.crestez@intel.com>
Subject: [PATCH v3 0/5] Support for max44000 Ambient and Infrared Proximity Sensor
Date: Mon, 18 Apr 2016 17:31:52 +0300 [thread overview]
Message-ID: <cover.1460989642.git.leonard.crestez@intel.com> (raw)
Changes since v2:
* Drop reg_defaults from regmap_config
* Use REGCACHE_RBTREE
* Implement readable/writable/volatile reg with switches
* Use test_bit when checking the scan mask
* Add _INT_TIME info_mask in patch 4 rather than 2
* Cleaner spacing in max44000_remove
Changes since v1:
* Remove max44000_data.client
* Maintain alphabetical order in kconfig/makefile
* Avoid pointless inlines
* Remove explicit CONFIG_OF because no special handling is done
* Set storagebits = 16 for proximity channel and avoid VLAs
* Expand MAX44000_REGMASK for readability/reviewability
* Clear irq bits at the end of the probe function
* Only write important bits on probe rather than everything
Crestez Dan Leonard (5):
max44000: Initial support
max44000: Initial support for proximity reading
max44000: Support controlling LED current output
max44000: Expose ambient sensor scaling
max44000: Initial triggered buffer support
drivers/iio/light/Kconfig | 11 +
drivers/iio/light/Makefile | 1 +
drivers/iio/light/max44000.c | 637 +++++++++++++++++++++++++++++++++++++++++++
3 files changed, 649 insertions(+)
create mode 100644 drivers/iio/light/max44000.c
--
2.5.5
next reply other threads:[~2016-04-18 14:31 UTC|newest]
Thread overview: 11+ messages / expand[flat|nested] mbox.gz Atom feed top
2016-04-18 14:31 Crestez Dan Leonard [this message]
2016-04-18 14:31 ` [PATCH v3 1/5] max44000: Initial support Crestez Dan Leonard
2016-04-24 9:10 ` Jonathan Cameron
2016-04-18 14:31 ` [PATCH v3 2/5] max44000: Initial support for proximity reading Crestez Dan Leonard
2016-04-24 9:20 ` Jonathan Cameron
2016-04-18 14:31 ` [PATCH v3 3/5] max44000: Support controlling LED current output Crestez Dan Leonard
2016-04-24 9:21 ` Jonathan Cameron
2016-04-18 14:31 ` [PATCH v3 4/5] max44000: Expose ambient sensor scaling Crestez Dan Leonard
2016-04-24 9:23 ` Jonathan Cameron
2016-04-18 14:31 ` [PATCH v3 5/5] max44000: Initial triggered buffer support Crestez Dan Leonard
2016-04-24 9:24 ` Jonathan Cameron
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=cover.1460989642.git.leonard.crestez@intel.com \
--to=leonard.crestez@intel.com \
--cc=daniel.baluta@intel.com \
--cc=jic23@kernel.org \
--cc=knaack.h@gmx.de \
--cc=lars@metafoo.de \
--cc=linux-iio@vger.kernel.org \
--cc=linux-kernel@vger.kernel.org \
--cc=pmeerw@pmeerw.net \
/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.