]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commit7ad89907b236414da6978935ab1699a5107571f9
tree500b88f82e1010a0ce56d363830dba31809eeb52
parentcf883416afcba587d81efd83f1e58f9f4715f199
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]