public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH v3 0/3] Add ktd2692 Flash LED driver using LED Flash class
@ 2015-03-20  5:31 Ingi Kim
  2015-03-20  5:31 ` [PATCH v3 1/3] of: Add vendor prefix for Kinetic technologies Ingi Kim
                   ` (2 more replies)
  0 siblings, 3 replies; 10+ messages in thread
From: Ingi Kim @ 2015-03-20  5:31 UTC (permalink / raw)
  To: cooloney, rpurdie, robh+dt, pawel.moll, mark.rutland,
	ijc+devicetree, galak
  Cc: sakari.ailus, j.anaszewski, varkabhadram, 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 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      |  34 ++
 .../devicetree/bindings/vendor-prefixes.txt        |   1 +
 drivers/leds/Kconfig                               |   9 +
 drivers/leds/Makefile                              |   1 +
 drivers/leds/leds-ktd2692.c                        | 438 +++++++++++++++++++++
 5 files changed, 483 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] 10+ messages in thread

end of thread, other threads:[~2015-03-23  2:50 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-03-20  5:31 [PATCH v3 0/3] Add ktd2692 Flash LED driver using LED Flash class Ingi Kim
2015-03-20  5:31 ` [PATCH v3 1/3] of: Add vendor prefix for Kinetic technologies Ingi Kim
2015-03-20 15:46   ` Rob Herring
2015-03-23  2:20     ` Ingi Kim
2015-03-20  5:31 ` [PATCH v3 2/3] leds: ktd2692: add device tree bindings for ktd2692 Ingi Kim
2015-03-20 15:49   ` Rob Herring
2015-03-23  2:22     ` Ingi Kim
2015-03-20  5:31 ` [PATCH v3 3/3] leds: Add ktd2692 flash LED driver Ingi Kim
2015-03-20 16:26   ` Jacek Anaszewski
2015-03-23  2:50     ` Ingi Kim

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox