| From: |
| MyungJoo Ham <myungjoo.ham@samsung.com> |
| To: |
| linux-kernel@vger.kernel.org, linux-i2c@vger.kernel.org |
| Subject: |
| [PATCH 0/2] MAX8997/8966 MFD (PMIC+RTC+...) Initial Release |
| Date: |
| Fri, 14 Jan 2011 15:53:36 +0900 |
| Message-ID: |
| <1294988018-25100-1-git-send-email-myungjoo.ham@samsung.com> |
| Cc: |
| Liam Girdwood <lrg@slimlogic.co.uk>,
Samuel Ortiz <sameo@linux.intel.com>,
Mark Brown <broonie@opensource.wolfsonmicro.com>,
kyungmin.park@samsung.com, myungjoo.ham@gmail.com |
| Archive-link: |
| Article, Thread
|
MAX8997/8966 has
- PMIC
- RTC
- MUIC (usb switch)
- Flash control
- Haptic control
- Fuel Gauge (MAX17042 compatible)
- Battery charger control
This patch adds an initial driver for Maxim Semiconductor 8997/8966's
PMIC function.
MyungJoo Ham (2):
MAX8997/8966 MFD Driver Initial Release (PMIC+RTC+MUIC+Haptic+...)
MAX8997/8966 PMIC Regulator Driver Initial Release
drivers/mfd/Kconfig | 12 +
drivers/mfd/Makefile | 1 +
drivers/mfd/max8997.c | 211 +++++++++
drivers/regulator/Kconfig | 9 +
drivers/regulator/Makefile | 1 +
drivers/regulator/max8997.c | 867 +++++++++++++++++++++++++++++++++++
include/linux/mfd/max8997-private.h | 238 ++++++++++
include/linux/mfd/max8997.h | 106 +++++
8 files changed, 1445 insertions(+), 0 deletions(-)
create mode 100644 drivers/mfd/max8997.c
create mode 100644 drivers/regulator/max8997.c
create mode 100644 include/linux/mfd/max8997-private.h
create mode 100644 include/linux/mfd/max8997.h
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/