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

This patch supports flash led of RT5033 PMIC.

Changes since v3:
 - Use mutex and work queue
 - Split brightness set func (sync / async)
 - Add flash API (flash_brightness_set)
 - Move struct(rt5033_led_config_data) to local area
 - Code clean

Changes since v2:
 - Split MFC code from rt5033 flash led patch
 - Fix typo error
 - Change naming of mfd register back again
 - Fix compile error

Ingi Kim (3):
  leds: rt5033: Add DT binding for RT5033
  mfd: rt5033: Add RT5033 Flash led sub device
  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                         | 314 +++++++++++++++++++++
 drivers/mfd/rt5033.c                               |   3 +
 include/linux/mfd/rt5033-private.h                 |  49 ++++
 include/linux/mfd/rt5033.h                         |  13 +
 7 files changed, 426 insertions(+)
 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] 9+ messages in thread

end of thread, other threads:[~2015-10-28  3:48 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-10-23  5:48 [PATCH v3 0/3] Add RT5033 Flash LED driver Ingi Kim
2015-10-23  5:48 ` [PATCH v3 1/3] leds: rt5033: Add DT binding for RT5033 Ingi Kim
2015-10-26 10:11   ` Jacek Anaszewski
2015-10-28  3:48     ` Ingi Kim
     [not found] ` <1445579285-6866-1-git-send-email-ingi2.kim-Sze3O3UU22JBDgjK7y7TUQ@public.gmane.org>
2015-10-23  5:48   ` [PATCH v3 2/3] mfd: rt5033: Add RT5033 Flash led sub device Ingi Kim
2015-10-26  8:18     ` Lee Jones
2015-10-23  5:48 ` [PATCH v3 3/3] leds: rt5033: Add RT5033 Flash led device driver Ingi Kim
2015-10-26 10:10   ` Jacek Anaszewski
2015-10-27  1:00     ` Ingi Kim

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).