public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/2] Add RT5033 Flash LED driver
@ 2015-10-02  9:41 Ingi Kim
  2015-10-02  9:41 ` [PATCH 1/2] leds: rt5033: add DT binding for RT5033 Ingi Kim
                   ` (2 more replies)
  0 siblings, 3 replies; 10+ messages in thread
From: Ingi Kim @ 2015-10-02  9:41 UTC (permalink / raw)
  To: robh+dt, pawel.moll, mark.rutland, ijc+devicetree, galak, rpurdie,
	j.anaszewski
  Cc: sameo, lee.jones, devicetree, linux-kernel, linux-leds

This patch adds ktd2692 Flash LED driver with LED Flash class

Ingi Kim (2):
  leds: rt5033: add DT binding for RT5033
  leds: rt5033: Add RT5033 Flash led device driver

 .../devicetree/bindings/leds/leds-rt5033.txt       |  38 ++++
 drivers/leds/Kconfig                               |   8 +
 drivers/leds/Makefile                              |   1 +
 drivers/leds/leds-rt5033.c                         | 222 +++++++++++++++++++++
 drivers/mfd/rt5033.c                               |   3 +
 include/linux/mfd/rt5033-private.h                 |  67 ++++++-
 include/linux/mfd/rt5033.h                         |  27 ++-
 7 files changed, 355 insertions(+), 11 deletions(-)
 create mode 100644 Documentation/devicetree/bindings/leds/leds-rt5033.txt
 create mode 100644 drivers/leds/leds-rt5033.c

-- 
2.0.5


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

end of thread, other threads:[~2015-10-05 10:40 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-10-02  9:41 [PATCH 0/2] Add RT5033 Flash LED driver Ingi Kim
2015-10-02  9:41 ` [PATCH 1/2] leds: rt5033: add DT binding for RT5033 Ingi Kim
2015-10-02 14:31   ` Rob Herring
2015-10-05 10:40     ` Ingi Kim
2015-10-02  9:41 ` [PATCH 2/2] leds: rt5033: Add RT5033 Flash led device driver Ingi Kim
2015-10-02 10:04   ` kbuild test robot
2015-10-05  7:21   ` Lee Jones
2015-10-05 10:36     ` Ingi Kim
2015-10-02 14:59 ` [PATCH 0/2] Add RT5033 Flash LED driver Jacek Anaszewski
2015-10-05  2:11   ` Ingi Kim

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