mfd: Add MAX8907 core driver
authorGyungoh Yoo <jack.yoo@maxim-ic.com>
Wed, 15 Aug 2012 16:28:46 +0000 (10:28 -0600)
committerSamuel Ortiz <sameo@linux.intel.com>
Mon, 17 Sep 2012 13:03:28 +0000 (15:03 +0200)
commita91d2f8d6e4c0fd3d6e1a2b5609eb93b114effb6
tree500b88f82e1010a0ce56d363830dba31809eeb52
parent7fb9c1a4851562e9f9b522ff929c0742797f301a
mfd: Add MAX8907 core driver

The MAX8907 is an I2C-based power-management IC containing voltage
regulators, a reset controller, a real-time clock, and a touch-screen
controller.

The original driver was written by:
* Gyungoh Yoo <jack.yoo@maxim-ic.com>

Various fixes and enhancements by:
* Jin Park <jinyoungp@nvidia.com>
* Tom Cherry <tcherry@nvidia.com>
* Prashant Gaikwad <pgaikwad@nvidia.com>
* Dan Willemsen <dwillemsen@nvidia.com>
* Laxman Dewangan <ldewangan@nvidia.com>

During upstreaming, I (swarren):
* Converted to regmap.
* Converted to regmap-irq.
* Allowed probing from device tree.
* Renamed from max8907c->max8907, since the driver covers at least the
  C and B revisions.
* General cleanup.

Signed-off-by: Gyungoh Yoo <jack.yoo@maxim-ic.com>
Signed-off-by: Stephen Warren <swarren@nvidia.com>
Reviewed-by: Mark Brown <broonie@opensource.wolfsonmicro.com> #v3
Signed-off-by: Samuel Ortiz <sameo@linux.intel.com>
Documentation/devicetree/bindings/regulator/max8907.txt [new file with mode: 0644]
drivers/mfd/Kconfig
drivers/mfd/Makefile
drivers/mfd/max8907.c [new file with mode: 0644]
include/linux/mfd/max8907.h [new file with mode: 0644]