Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1437611
| From | "H. Nikolaus Schaller" <hns@goldelico.com> |
|---|---|
| Newsgroups | linux.kernel |
| Subject | [PATCH v2 0/2] driver: leds: is31fl319x dimmable LED driver |
| Date | 2016-07-06 12:10 +0200 |
| Message-ID | <rRRWh-7RL-9@gated-at.bofh.it> (permalink) |
| Organization | linux.* mail to news gateway |
Changes V2: * suggested by David Rifshin * add more "compatible" strings for other chip variants/brands * renumber output <reg> values to expect a range of 1..9 * fixes for typos and DT example, Kconfig message * fix location in Makefile and Kconfig * remove some dead/not implemented code * use of_property_read_string for better error handling * coding style improvements * use devm_led_classdev_register and simplify error path * suggested by Jacek Anaszewski * fix more typos & writing style * separate bindings document into a second patch * max current property renamed and define uA instead of mA * debugging message improvements * remove platform data and header file completely and therefore require DT * use regmap to handle caching and locking + i2c serialization * suggested by Rob Herring * bindings documentation style improvements V1: 2016-04-18 20:43:18: This patch adds a driver for the is31fl3196/99 dimmable dual/triple rgb controller chips from ISSI. H. Nikolaus Schaller (2): drivers: led: is31fl319x: 1/3/6/9-channel light effect led driver Bindings documentation for ISSI is31fl319x driver .../devicetree/bindings/leds/is31fl319x.txt | 52 +++ drivers/leds/Kconfig | 8 + drivers/leds/Makefile | 1 + drivers/leds/leds-is31fl319x.c | 354 +++++++++++++++++++++ 4 files changed, 415 insertions(+) create mode 100644 Documentation/devicetree/bindings/leds/is31fl319x.txt create mode 100644 drivers/leds/leds-is31fl319x.c -- 2.7.3
Back to linux.kernel | Previous | Next — Next in thread | Find similar | Unroll thread
[PATCH v2 0/2] driver: leds: is31fl319x dimmable LED driver "H. Nikolaus Schaller" <hns@goldelico.com> - 2016-07-06 12:10 +0200
[PATCH v2 1/2] drivers: led: is31fl319x: 1/3/6/9-channel light effect led driver "H. Nikolaus Schaller" <hns@goldelico.com> - 2016-07-06 12:10 +0200
Re: [PATCH v2 1/2] drivers: led: is31fl319x: 1/3/6/9-channel light effect led driver Jacek Anaszewski <j.anaszewski@samsung.com> - 2016-07-07 10:50 +0200
Re: [PATCH v2 1/2] drivers: led: is31fl319x: 1/3/6/9-channel light effect led driver "H. Nikolaus Schaller" <hns@goldelico.com> - 2016-07-07 11:10 +0200
Re: [PATCH v2 1/2] drivers: led: is31fl319x: 1/3/6/9-channel light effect led driver Jacek Anaszewski <j.anaszewski@samsung.com> - 2016-07-07 13:40 +0200
Re: [PATCH v2 1/2] drivers: led: is31fl319x: 1/3/6/9-channel light effect led driver "H. Nikolaus Schaller" <hns@goldelico.com> - 2016-07-07 15:10 +0200
Re: [PATCH v2 1/2] drivers: led: is31fl319x: 1/3/6/9-channel light effect led driver Jacek Anaszewski <j.anaszewski@samsung.com> - 2016-07-07 16:20 +0200
[PATCH v2 2/2] Bindings documentation for ISSI is31fl319x driver "H. Nikolaus Schaller" <hns@goldelico.com> - 2016-07-06 12:10 +0200
csiph-web