]> git.openfabrics.org - ~emulex/infiniband.git/commit
mfd: tps65912: Add new mfd device
authorMargarita Olaya <magi@slimlogic.co.uk>
Thu, 9 Jun 2011 19:50:00 +0000 (14:50 -0500)
committerSamuel Ortiz <sameo@linux.intel.com>
Sun, 31 Jul 2011 21:28:22 +0000 (23:28 +0200)
commit36e52873c6393b569f2befcdd1847929211892b8
treedbc25ce026ec1bfe69702766048db78c5e7e3702
parent8504d638041d50901b8bfba4fe646bd0bbb5cbb9
mfd: tps65912: Add new mfd device

The tps65912 chip is a power management IC. It contains the following
components:

- Regulators
- GPIO controller

The core driver is registered as a platform driver, it provides communication
through I2C and SPI interfaces.

Signed-off-by: Margarita Olaya Cabrera <magi@slimlogic.co.uk>
Acked-by: Samuel Ortiz <sameo@linux.intel.com>
Acked-by: Liam Girdwood <lrg@ti.com>
Signed-off-by: Samuel Ortiz <sameo@linux.intel.com>
drivers/mfd/Kconfig
drivers/mfd/Makefile
drivers/mfd/tps65912-core.c [new file with mode: 0644]
drivers/mfd/tps65912-i2c.c [new file with mode: 0644]
drivers/mfd/tps65912-spi.c [new file with mode: 0644]
include/linux/mfd/tps65912.h [new file with mode: 0644]