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

Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]
From: MyungJoo Ham
Date: Monday, January 3, 2011 - 10:17 pm

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

--
Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]

Messages in current thread:
[PATCH v3 0/4] MFD MAX8998/LP3974 Driver Update, MyungJoo Ham, (Thu Dec 23, 1:53 am)
[PATCH v3 2/4] MFD MAX8998/LP3974: Support LP3974 RTC, MyungJoo Ham, (Thu Dec 23, 1:53 am)
[PATCH v4 0/3] MFD MAX8998/LP3974 Driver Update, MyungJoo Ham, (Mon Jan 3, 10:17 pm)
[PATCH v4 1/3] MFD MAX8998/LP3974: Support LP3974 RTC, MyungJoo Ham, (Mon Jan 3, 10:17 pm)
[PATCH v4 3/3] MFD MAX8998/LP3974: Support Charger, MyungJoo Ham, (Mon Jan 3, 10:17 pm)