]> git.karo-electronics.de Git - karo-tx-linux.git/commit
mfd: tps65912: Add driver for the TPS65912 PMIC
authorAndrew F. Davis <afd@ti.com>
Mon, 25 Jan 2016 15:43:45 +0000 (09:43 -0600)
committerLee Jones <lee.jones@linaro.org>
Thu, 11 Feb 2016 16:30:59 +0000 (16:30 +0000)
commit796f5692daac4ea47fa5252af742976cd1955f0b
tree3a500e08e0cfa98e534da43fbe1679d88ee592ae
parent65b6555971d0498b18a0b2fdc6dd7c822f2d69b7
mfd: tps65912: Add driver for the TPS65912 PMIC

This patch adds support for TPS65912 PMIC MFD core. It provides
communication through the I2C and SPI interfaces. It contains
the following components:

 - Regulators
 - GPIO controller

Signed-off-by: Andrew F. Davis <afd@ti.com>
Signed-off-by: Lee Jones <lee.jones@linaro.org>
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]