]> git.karo-electronics.de Git - karo-tx-linux.git/commit
mfd: AXP20x: Add mfd driver for AXP20x PMIC
authorCarlo Caione <carlo@caione.org>
Thu, 1 May 2014 12:29:27 +0000 (14:29 +0200)
committerLee Jones <lee.jones@linaro.org>
Fri, 23 May 2014 09:34:09 +0000 (10:34 +0100)
commitcd667a505389ca4de219091903ea8713fa36572c
tree9c3fcede088b20d7ea445b3538d17d5e454f83ec
parentd343fc9f8142d3e166b0d7720217826b97968c31
mfd: AXP20x: Add mfd driver for AXP20x PMIC

This patch introduces the preliminary support for PMICs X-Powers AXP202
and AXP209. The AXP209 and AXP202 are the PMUs (Power Management Unit)
used by A10, A13 and A20 SoCs and developed by X-Powers, a sister company
of Allwinner.

The core enables support for two subsystems:
- PEK (Power Enable Key)
- Regulators

Signed-off-by: Carlo Caione <carlo@caione.org>
Signed-off-by: Lee Jones <lee.jones@linaro.org>
drivers/mfd/Kconfig
drivers/mfd/Makefile
drivers/mfd/axp20x.c [new file with mode: 0644]
include/linux/mfd/axp20x.h [new file with mode: 0644]