[PATCH 0/3] mfd: axp20x: Add support for PMIC axp202 and axp209
Carlo Caione
carlo at caione.org
Sat Feb 8 11:03:45 EST 2014
This set of patches add prelinary support for PMIC X-Powers axp202 and axp209.
Only two subsystem are supported at the moment: power enable key (PEK) and
regulators. Drivers for these two sub-system will be submitted in later
patch-sets.
Carlo Caione (3):
mfd: axp20x: Add mfd driver for axp20x PMIC
mfd: axp20x: Add dtsi for axp20x
mfd: axp20x: Add bindings documentation
Documentation/devicetree/bindings/mfd/axp20x.txt | 87 ++++++++
arch/arm/boot/dts/axp20x.dtsi | 9 +
drivers/mfd/Kconfig | 12 ++
drivers/mfd/Makefile | 1 +
drivers/mfd/axp20x.c | 251 +++++++++++++++++++++++
include/linux/mfd/axp20x.h | 178 ++++++++++++++++
6 files changed, 538 insertions(+)
create mode 100644 Documentation/devicetree/bindings/mfd/axp20x.txt
create mode 100644 arch/arm/boot/dts/axp20x.dtsi
create mode 100644 drivers/mfd/axp20x.c
create mode 100644 include/linux/mfd/axp20x.h
--
1.8.5.3
More information about the linux-arm-kernel
mailing list