ARM Sunxi Platform Development
 help / color / mirror / Atom feed
* [PATCH v3 0/3] regulator: Add AXP717 boost support
@ 2024-08-16  0:18 Andre Przywara
  2024-08-16  0:18 ` [PATCH v3 1/3] dt-bindings: mfd: x-powers,axp152: add boost regulator Andre Przywara
                   ` (4 more replies)
  0 siblings, 5 replies; 7+ messages in thread
From: Andre Przywara @ 2024-08-16  0:18 UTC (permalink / raw)
  To: Lee Jones, Rob Herring, Krzysztof Kozlowski, Conor Dooley,
	Chen-Yu Tsai, Liam Girdwood, Mark Brown
  Cc: devicetree, linux-kernel, linux-sunxi, Chris Morgan, John Watts,
	Ryan Walklin, Philippe Simons

This is remainder of the AXP717 fix series, containing support for the
boost regulator. This is meant to increase the battery voltage to the 5
volts required to provide the USB VBUS power.
It's the usual trinity of DT bindings patch (1/3), the MFD part
describing the PMIC registers (2/3) and the final patch to model the
regulator (3/3).
Compared to v2, this drops the merged patches, and just retains the
boost related parts. It also changes the internal name of the register
to AXP717_MODULE_EN_CONTROL_2, since there is another control register
we will need later for battery support.

Please have a look and test!

Cheers,
Andre

Changelog v2 .. v3:
- drop already merged fix patches
- rename control register name to make room for second control register
- rebase on top of v6.11-rc3
- add review tags

Andre Przywara (3):
  dt-bindings: mfd: x-powers,axp152: add boost regulator
  mfd: axp20x: AXP717: Add support for boost regulator
  regulator: axp20x: AXP717: Add boost regulator

 Documentation/devicetree/bindings/mfd/x-powers,axp152.yaml | 2 +-
 drivers/mfd/axp20x.c                                       | 2 ++
 drivers/regulator/axp20x-regulator.c                       | 4 ++++
 include/linux/mfd/axp20x.h                                 | 3 +++
 4 files changed, 10 insertions(+), 1 deletion(-)

-- 
2.39.4


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

end of thread, other threads:[~2024-09-09 15:25 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-08-16  0:18 [PATCH v3 0/3] regulator: Add AXP717 boost support Andre Przywara
2024-08-16  0:18 ` [PATCH v3 1/3] dt-bindings: mfd: x-powers,axp152: add boost regulator Andre Przywara
2024-08-16  0:18 ` [PATCH v3 2/3] mfd: axp20x: AXP717: Add support for " Andre Przywara
2024-08-16  0:18 ` [PATCH v3 3/3] regulator: axp20x: AXP717: Add " Andre Przywara
2024-08-19 16:31 ` [PATCH v3 0/3] regulator: Add AXP717 boost support Chen-Yu Tsai
2024-08-19 16:33   ` Mark Brown
2024-09-09 15:25 ` Mark Brown

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox