[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-Id: <cover.1460400449.git.leonard.crestez@intel.com>
Date: Mon, 11 Apr 2016 21:52:37 +0300
From: Crestez Dan Leonard <leonard.crestez@...el.com>
To: Jonathan Cameron <jic23@...nel.org>, linux-iio@...r.kernel.org
Cc: linux-kernel@...r.kernel.org, Hartmut Knaack <knaack.h@....de>,
Lars-Peter Clausen <lars@...afoo.de>,
Peter Meerwald-Stadler <pmeerw@...erw.net>,
Daniel Baluta <daniel.baluta@...el.com>,
Crestez Dan Leonard <leonard.crestez@...el.com>
Subject: [PATCH v2 0/5] Support for max44000 Ambient and Infrared Proximity Sensor
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
I'm not sure about only partially resetting the device on probe.
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 | 649 +++++++++++++++++++++++++++++++++++++++++++
3 files changed, 661 insertions(+)
create mode 100644 drivers/iio/light/max44000.c
--
2.5.5
Powered by blists - more mailing lists