[PATCH v3 0/4] MFD MAX8998/LP3974 Driver Update

From: MyungJoo Ham
Date: Thu Dec 23 2010 - 03:54:35 EST


update at v3
1. Removed independant bugfixes from the patch set.
2. Power Supply API supported.
3. Removed regulators that became useless by introducing Power Supply API.

update at v2
1. Seperated features
2. Added style fixes

v1: "[PATCH] MFD MAX8998/LP3974: Add Features: hibernation, charger,
and other misc."

MyungJoo Ham (4):
MFD MAX8998/LP3974: Support Hibernation
MFD MAX8998/LP3974: Support LP3974 RTC
regulator MAX8998/LP3974: Support DVS-GPIO.
MFD MAX8998/LP3974: Support Charger

drivers/mfd/max8998-irq.c | 7 +
drivers/mfd/max8998.c | 155 ++++++++++++++++++++-
drivers/power/Kconfig | 7 +
drivers/power/Makefile | 1 +
drivers/power/max8998.c | 265 +++++++++++++++++++++++++++++++++++
drivers/regulator/max8998.c | 223 ++++++++++++++++++++++++++---
drivers/rtc/rtc-max8998.c | 55 +++++++-
include/linux/mfd/max8998-private.h | 15 ++-
include/linux/mfd/max8998.h | 42 +++++-
9 files changed, 732 insertions(+), 38 deletions(-)
create mode 100644 drivers/power/max8998.c

--
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/