Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1381760
| From | Crestez Dan Leonard <leonard.crestez@intel.com> |
|---|---|
| Newsgroups | linux.kernel |
| Subject | [PATCH v3 0/5] Support for max44000 Ambient and Infrared Proximity Sensor |
| Date | 2016-04-18 16:40 +0200 |
| Message-ID | <rpivf-79W-3@gated-at.bofh.it> (permalink) |
| Organization | linux.* mail to news gateway |
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
Back to linux.kernel | Previous | Next — Next in thread | Find similar | Unroll thread
[PATCH v3 0/5] Support for max44000 Ambient and Infrared Proximity Sensor Crestez Dan Leonard <leonard.crestez@intel.com> - 2016-04-18 16:40 +0200
[PATCH v3 2/5] max44000: Initial support for proximity reading Crestez Dan Leonard <leonard.crestez@intel.com> - 2016-04-18 16:40 +0200
Re: [PATCH v3 2/5] max44000: Initial support for proximity reading Jonathan Cameron <jic23@kernel.org> - 2016-04-24 11:30 +0200
[PATCH v3 5/5] max44000: Initial triggered buffer support Crestez Dan Leonard <leonard.crestez@intel.com> - 2016-04-18 16:40 +0200
Re: [PATCH v3 5/5] max44000: Initial triggered buffer support Jonathan Cameron <jic23@kernel.org> - 2016-04-24 11:30 +0200
[PATCH v3 3/5] max44000: Support controlling LED current output Crestez Dan Leonard <leonard.crestez@intel.com> - 2016-04-18 16:40 +0200
Re: [PATCH v3 3/5] max44000: Support controlling LED current output Jonathan Cameron <jic23@kernel.org> - 2016-04-24 11:30 +0200
[PATCH v3 1/5] max44000: Initial support Crestez Dan Leonard <leonard.crestez@intel.com> - 2016-04-18 16:40 +0200
Re: [PATCH v3 1/5] max44000: Initial support Jonathan Cameron <jic23@kernel.org> - 2016-04-24 11:20 +0200
csiph-web