public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/2] leds: add MAX8997-LED driver
@ 2011-11-29  8:49 Donggeun Kim
  2011-11-29  8:49 ` [PATCH 1/2] MFD: MAX8997: add platform data and devices for LED control Donggeun Kim
                   ` (2 more replies)
  0 siblings, 3 replies; 6+ messages in thread
From: Donggeun Kim @ 2011-11-29  8:49 UTC (permalink / raw)
  To: linux-kernel
  Cc: sameo, rpurdie, broonie, myungjoo.ham, kyungmin.park, dg77.kim

MAX8997 integrates serveral features in a single chip.
It includes PMIC (Power Management IC), RTC, charger, fuel gauge,
LED driver, and so on.
This patchset supports unimplemented LED driver of MAX8997.

Donggeun Kim (2):
  MFD: MAX8997: add platform data and devices for LED control
  leds: add suuport for MAX8997-LED driver

 drivers/leds/Kconfig        |    7 +
 drivers/leds/Makefile       |    1 +
 drivers/leds/leds-max8997.c |  373 +++++++++++++++++++++++++++++++++++++++++++
 drivers/mfd/max8997.c       |    2 +
 include/linux/mfd/max8997.h |   25 +++-
 5 files changed, 407 insertions(+), 1 deletions(-)
 create mode 100644 drivers/leds/leds-max8997.c

-- 
1.7.4.1


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

end of thread, other threads:[~2011-12-18 23:40 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-11-29  8:49 [PATCH 0/2] leds: add MAX8997-LED driver Donggeun Kim
2011-11-29  8:49 ` [PATCH 1/2] MFD: MAX8997: add platform data and devices for LED control Donggeun Kim
2011-11-29  8:49 ` [PATCH 2/2] leds: add suuport for MAX8997-LED driver Donggeun Kim
2011-12-09 10:32 ` [PATCH 0/2] leds: add " Kyungmin Park
2011-12-18 21:14   ` Samuel Ortiz
2011-12-18 23:40     ` Kyungmin Park

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