]> git.baikalelectronics.ru Git - kernel.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)
commit0ff790de19db14279011d51d0a486260737390ee
tree3a500e08e0cfa98e534da43fbe1679d88ee592ae
parent9c67b4fc70aac897e37a86cae3c80251eab7cbe0
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]