devicetree.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH v9 0/3] Add ktd2692 Flash LED driver using LED Flash class
@ 2015-05-12  8:37 Ingi Kim
  2015-05-12  8:37 ` [PATCH v9 1/3] of: Add vendor prefix for Kinetic technologies Ingi Kim
                   ` (2 more replies)
  0 siblings, 3 replies; 9+ messages in thread
From: Ingi Kim @ 2015-05-12  8:37 UTC (permalink / raw)
  To: cooloney, rpurdie, robh+dt, pawel.moll, mark.rutland,
	ijc+devicetree, galak
  Cc: sakari.ailus, j.anaszewski, varkabhadram, joe, sw0312.kim,
	cw00.choi, jh80.chung, ideal.song, devicetree, linux-kernel,
	linux-leds

This patch adds ktd2692 Flash LED driver with LED Flash class

Change in v9:
	- Fix style of description with existing drivers
	- Follow binding rule

Change in v8:
	- Add led-max-microamp mandatory property for LEDs current
	  base on Jacek's patch [1]
	  patch [1] [PATCH v6] DT: leds: Improve description of
	  flash LEDs related properties
	- Fix brightness calculation by max-microamp properties

Change in v7:
	- Add flash-max-microamp property for Flash LED
	- Change gpio-legacy interface to gpio consumer interface

Change in v6 resend:
	- Adjust indent using checkpatch.pl script with strict option

Change in v6:
	- Change goto label to if-else
	- Change DT binding style for LED device binding

Change in v5:
	- Clean up the code
	- Fix help message of Kconfig
	- Fix issue related with regulator and mutex usage
	- Remove tab spaces in bindings

Change in v4:
	- Clean up the code
	- Modify binding documentation of ktd2692

Change in v3:
	- Clean up the code
	- Add aux gpio pin to control Flash LED

Change in v2:
	- Introduction of LED Flash class as Jacek's comment
	- Supplement of binding documentation
	- Rename gpio control pin and remove unused pin
	- Add regulator for the Flash LED

Ingi Kim (3):
  of: Add vendor prefix for Kinetic technologies
  leds: ktd2692: add device tree bindings for ktd2692
  leds: Add ktd2692 flash LED driver

 .../devicetree/bindings/leds/leds-ktd2692.txt      |  50 +++
 .../devicetree/bindings/vendor-prefixes.txt        |   1 +
 drivers/leds/Kconfig                               |   9 +
 drivers/leds/Makefile                              |   1 +
 drivers/leds/leds-ktd2692.c                        | 443 +++++++++++++++++++++
 5 files changed, 504 insertions(+)
 create mode 100644 Documentation/devicetree/bindings/leds/leds-ktd2692.txt
 create mode 100644 drivers/leds/leds-ktd2692.c

-- 
2.0.5

^ permalink raw reply	[flat|nested] 9+ messages in thread

end of thread, other threads:[~2015-05-12 17:44 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-05-12  8:37 [PATCH v9 0/3] Add ktd2692 Flash LED driver using LED Flash class Ingi Kim
2015-05-12  8:37 ` [PATCH v9 1/3] of: Add vendor prefix for Kinetic technologies Ingi Kim
2015-05-12 17:41   ` Bryan Wu
2015-05-12  8:37 ` [PATCH v9 2/3] leds: ktd2692: add device tree bindings for ktd2692 Ingi Kim
2015-05-12 12:39   ` Jacek Anaszewski
2015-05-12 17:42     ` Bryan Wu
2015-05-12  8:37 ` [PATCH v9 3/3] leds: Add ktd2692 flash LED driver Ingi Kim
2015-05-12 12:40   ` Jacek Anaszewski
     [not found]     ` <5551F4AE.9050900-Sze3O3UU22JBDgjK7y7TUQ@public.gmane.org>
2015-05-12 17:44       ` Bryan Wu

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).