]> git.baikalelectronics.ru Git - kernel.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)
commit698f0936a424ed7a23b42ca17c7919e332dc14aa
treedbc25ce026ec1bfe69702766048db78c5e7e3702
parentd356aa972ee11c76bee59bdd98686df6d0a9788b
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]