All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH RESEND 0/2] leds: add MAX8997-LED driver
@ 2011-12-13  8:13 Donggeun Kim
  2011-12-13  8:13 ` [PATCH RESEND 1/2] MFD: MAX8997: add platform data and devices for LED control Donggeun Kim
  2011-12-13  8:13 ` [PATCH RESEND 2/2] leds: add suuport for MAX8997-LED driver Donggeun Kim
  0 siblings, 2 replies; 5+ messages in thread
From: Donggeun Kim @ 2011-12-13  8:13 UTC (permalink / raw)
  To: linux-kernel
  Cc: sameo, rpurdie, broonie, myungjoo.ham, kyungmin.park, dg77.kim

MAX8997 integrates several 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.

Resend:
 - rebase to reflect the merged MAX8997 MUIC driver

These patches are available at:
git://git.infradead.org/users/kmpark/linux-2.6-samsung maxim-mfd

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 |  372 +++++++++++++++++++++++++++++++++++++++++++
 drivers/mfd/max8997.c       |    3 +-
 include/linux/mfd/max8997.h |   25 +++-
 5 files changed, 406 insertions(+), 2 deletions(-)
 create mode 100644 drivers/leds/leds-max8997.c

-- 
1.7.4.1


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

end of thread, other threads:[~2011-12-14  2:38 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-12-13  8:13 [PATCH RESEND 0/2] leds: add MAX8997-LED driver Donggeun Kim
2011-12-13  8:13 ` [PATCH RESEND 1/2] MFD: MAX8997: add platform data and devices for LED control Donggeun Kim
2011-12-13 20:59   ` Samuel Ortiz
2011-12-14  2:38     ` Donggeun Kim
2011-12-13  8:13 ` [PATCH RESEND 2/2] leds: add suuport for MAX8997-LED driver Donggeun Kim

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.