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>
Tue, 3 Jun 2014 07:11:25 +0000 (08:11 +0100)
commitcfb61a419630a810033f2777aba724ab6b1272b3
treea5ca017af08d96d1101fa527e26ccceff0a4a696
parent45330bb434214c83841171eb4c591da74367a589
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]