[PATCH v4 0/3] MFD MAX8998/LP3974 Driver Update

From: MyungJoo Ham
Date: Tue Jan 04 2011 - 00:24:37 EST


update at v4
1. Removed "MFD MAX8998/LP3974: Support Hibernation" as this patch
is already applied.
2. "MFD MAX8998/LP3974: Support LP3974 RTC": RTC register delay chip bug
information is included at platform data, not at the device id.
Note that the other two patches remain the same and the ACK from the
previous patch release is attached.

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 (3):
MFD MAX8998/LP3974: Support LP3974 RTC
regulator MAX8998/LP3974: Support DVS-GPIO.
MFD MAX8998/LP3974: Support Charger

drivers/mfd/max8998.c | 30 ++++-
drivers/power/Kconfig | 7 +
drivers/power/Makefile | 1 +
drivers/power/max8998.c | 265 +++++++++++++++++++++++++++++++++++
drivers/regulator/max8998.c | 223 ++++++++++++++++++++++++++---
drivers/rtc/rtc-max8998.c | 54 +++++++-
include/linux/mfd/max8998-private.h | 12 ++-
include/linux/mfd/max8998.h | 45 +++++-
8 files changed, 599 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/