linux-arm-kernel.lists.infradead.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 0/3] mfd: axp20x: Add support for PMIC axp202 and axp209
@ 2014-02-08 16:03 Carlo Caione
  2014-02-08 16:03 ` [PATCH 1/3] mfd: axp20x: Add mfd driver for axp20x PMIC Carlo Caione
                   ` (2 more replies)
  0 siblings, 3 replies; 23+ messages in thread
From: Carlo Caione @ 2014-02-08 16:03 UTC (permalink / raw)
  To: linux-arm-kernel

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

^ permalink raw reply	[flat|nested] 23+ messages in thread

end of thread, other threads:[~2014-02-12 17:16 UTC | newest]

Thread overview: 23+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-02-08 16:03 [PATCH 0/3] mfd: axp20x: Add support for PMIC axp202 and axp209 Carlo Caione
2014-02-08 16:03 ` [PATCH 1/3] mfd: axp20x: Add mfd driver for axp20x PMIC Carlo Caione
2014-02-10 20:02   ` Maxime Ripard
2014-02-10 20:25     ` [linux-sunxi] " Carlo Caione
2014-02-10 21:19   ` Lee Jones
2014-02-10 22:34     ` [linux-sunxi] " Carlo Caione
2014-02-11  6:58       ` Carlo Caione
2014-02-11  9:15       ` Lee Jones
2014-02-11  9:33         ` Carlo Caione
2014-02-11 10:08           ` Lee Jones
2014-02-08 16:03 ` [PATCH 2/3] mfd: axp20x: Add dtsi for axp20x Carlo Caione
2014-02-10 19:59   ` Maxime Ripard
2014-02-10 20:09     ` [linux-sunxi] " Carlo Caione
2014-02-10 20:08   ` Lee Jones
2014-02-10 20:10     ` Carlo Caione
2014-02-08 16:03 ` [PATCH 3/3] mfd: axp20x: Add bindings documentation Carlo Caione
2014-02-10 20:05   ` Lee Jones
2014-02-10 20:12   ` Maxime Ripard
2014-02-10 20:37     ` [linux-sunxi] " Carlo Caione
2014-02-10 22:01       ` Maxime Ripard
2014-02-10 22:38         ` Carlo Caione
2014-02-12 17:16           ` Mark Brown
2014-02-12 17:12   ` Mark Brown

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).