All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH resend v2 0/6] regulator: axp20x: Add support for AXP809 PMIC
@ 2016-05-31 16:23 ` Chen-Yu Tsai
  0 siblings, 0 replies; 34+ messages in thread
From: Chen-Yu Tsai @ 2016-05-31 16:23 UTC (permalink / raw)
  To: Mark Brown, Liam Girdwood, Maxime Ripard
  Cc: Chen-Yu Tsai, linux-arm-kernel, linux-kernel, Lee Jones

Hi everyone,

These are the remaining patches of my AXP809 PMIC support series. The
mfd parts and regulator fixes were merged in v4.7-rc1. What's left are
the AXP809 regulator driver and dts changes.

Patch 1 adds AXP809 support to the axp20x regulator driver. This patch
depends on patch 3, and patches already in regulator/topic/axp20x.

Patch 2 adds a dtsi file for AXP809.

Patch 3 enables AXP809 support on the A80 Optimus board.

Patch 4 enables AXP809 support on the Cubieboard 4.

Patch 5 disables the dummy regulators from sunxi-common-regulators.dtsi
on the A80 Optimus board. These aren't used in the board DTS anymore.

Patch 6 disables the dummy regulators from sunxi-common-regulators.dtsi,
on the Cubieboard4. These aren't used in the board DTS anymore.


Chen-Yu Tsai (6):
  regulator: axp20x: support AXP809 variant
  ARM: dts: sunxi: Add dtsi file for AXP809 PMIC
  ARM: dts: sun9i: a80-optimus: Add AXP809 PMIC device node and
    regulators
  ARM: dts: sun9i: cubieboard4: Add AXP809 PMIC device node and
    regulators
  ARM: dts: sun9i: a80-optimus: Disable dummy regulators vcc3v0, vcc3v3,
    vcc5v0
  ARM: dts: sun9i: cubieboard4: Disable dummy regulators vcc3v0, vcc3v3,
    vcc5v0

 .../dts/{sun9i-a80-cubieboard4.dts => axp809.dtsi} |  98 ++------------
 arch/arm/boot/dts/sun9i-a80-cubieboard4.dts        | 143 ++++++++++++++++++++-
 arch/arm/boot/dts/sun9i-a80-optimus.dts            | 143 ++++++++++++++++++++-
 drivers/regulator/axp20x-regulator.c               | 119 ++++++++++++-----
 4 files changed, 380 insertions(+), 123 deletions(-)
 copy arch/arm/boot/dts/{sun9i-a80-cubieboard4.dts => axp809.dtsi} (52%)

-- 
2.8.1

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

end of thread, other threads:[~2016-06-02 14:15 UTC | newest]

Thread overview: 34+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2016-05-31 16:23 [PATCH resend v2 0/6] regulator: axp20x: Add support for AXP809 PMIC Chen-Yu Tsai
2016-05-31 16:23 ` Chen-Yu Tsai
2016-05-31 16:23 ` [PATCH resend v2 1/6] regulator: axp20x: support AXP809 variant Chen-Yu Tsai
2016-05-31 16:23   ` Chen-Yu Tsai
2016-05-31 17:36   ` Mark Brown
2016-05-31 17:36     ` Mark Brown
2016-06-01  2:03     ` Chen-Yu Tsai
2016-06-01  2:03       ` Chen-Yu Tsai
2016-06-02 10:27       ` Mark Brown
2016-06-02 10:27         ` Mark Brown
2016-06-02 11:05         ` Chen-Yu Tsai
2016-06-02 11:05           ` Chen-Yu Tsai
2016-06-02 13:25           ` Mark Brown
2016-06-02 13:25             ` Mark Brown
2016-06-02 14:14             ` Chen-Yu Tsai
2016-06-02 14:14               ` Chen-Yu Tsai
2016-05-31 16:23 ` [PATCH resend v2 2/6] ARM: dts: sunxi: Add dtsi file for AXP809 PMIC Chen-Yu Tsai
2016-05-31 16:23   ` Chen-Yu Tsai
2016-05-31 16:23 ` [PATCH resend v2 3/6] ARM: dts: sun9i: a80-optimus: Add AXP809 PMIC device node and regulators Chen-Yu Tsai
2016-05-31 16:23   ` Chen-Yu Tsai
2016-05-31 16:23 ` [PATCH resend v2 4/6] ARM: dts: sun9i: cubieboard4: " Chen-Yu Tsai
2016-05-31 16:23   ` Chen-Yu Tsai
2016-05-31 16:23 ` [PATCH resend v2 5/6] ARM: dts: sun9i: a80-optimus: Disable dummy regulators vcc3v0, vcc3v3, vcc5v0 Chen-Yu Tsai
2016-05-31 16:23   ` Chen-Yu Tsai
2016-05-31 19:01   ` Maxime Ripard
2016-05-31 19:01     ` Maxime Ripard
2016-06-01  2:45     ` Chen-Yu Tsai
2016-06-01  2:45       ` Chen-Yu Tsai
2016-06-01  7:01       ` Maxime Ripard
2016-06-01  7:01         ` Maxime Ripard
2016-05-31 16:23 ` [PATCH resend v2 6/6] ARM: dts: sun9i: cubieboard4: " Chen-Yu Tsai
2016-05-31 16:23   ` Chen-Yu Tsai
2016-05-31 19:02 ` [PATCH resend v2 0/6] regulator: axp20x: Add support for AXP809 PMIC Maxime Ripard
2016-05-31 19:02   ` Maxime Ripard

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.