[PATCH v2 0/2] leds: add MAX8997-LED driver

From: Donggeun Kim
Date: Wed Dec 14 2011 - 04:25:12 EST


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.

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

---
Changes for v2:
- update confusing comment

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

--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/