]> git.proxmox.com Git - mirror_ubuntu-artful-kernel.git/commit - drivers/mfd/Kconfig
mfd: Add support for the MediaTek MT6397 PMIC
authorFlora Fu <flora.fu@mediatek.com>
Sun, 22 Feb 2015 12:15:29 +0000 (13:15 +0100)
committerLee Jones <lee.jones@linaro.org>
Wed, 4 Mar 2015 08:18:27 +0000 (08:18 +0000)
commit6df8dd5c185b212d3d7364402df58bff0e67ace4
tree111743466d36b07117d87131645aaba303392e05
parent82a00c49ed97cf5b9aa96bd6cda2021720578ecc
mfd: Add support for the MediaTek MT6397 PMIC

This adds support for the MediaTek MT6397 PMIC. This is a
multifunction device with the following sub modules:

- Regulator
- RTC
- Audio codec
- GPIO
- Clock

It is interfaced to the host controller using SPI interface by a proprietary
hardware called PMIC wrapper or pwrap. MT6397 MFD is a child device of the
pwrap.

Signed-off-by: Flora Fu, MediaTek
Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
Signed-off-by: Lee Jones <lee.jones@linaro.org>
drivers/mfd/Kconfig
drivers/mfd/Makefile
drivers/mfd/mt6397-core.c [new file with mode: 0644]
include/linux/mfd/mt6397/core.h [new file with mode: 0644]
include/linux/mfd/mt6397/registers.h [new file with mode: 0644]