[PATCH v4 0/3] AXP1530 PMIC

Martin Botka posted 3 patches 2 years, 9 months ago
There is a newer version of this series
.../bindings/mfd/x-powers,axp152.yaml         |  1 +
drivers/mfd/axp20x-i2c.c                      |  2 +
drivers/mfd/axp20x.c                          | 62 +++++++++++++++++++
drivers/regulator/axp20x-regulator.c          | 44 +++++++++++++
include/linux/mfd/axp20x.h                    | 34 ++++++++++
5 files changed, 143 insertions(+)
[PATCH v4 0/3] AXP1530 PMIC
Posted by Martin Botka 2 years, 9 months ago
Hello,

This patch series adds support for the AXP1530 PMIC which is controlled via the
I2C bus.

Changes in v2:
Remove RSB support.
Drop .id = 0
Add dt-binding for the AXP1530

Changes in v3:
Move AXP1530 dt-binding to alphabetical order

Changes in v4:
Fix indentation

Martin Botka (3):
  dt-bindings: mfd: x-powers,axp152: Document the AXP1530 variant
  mfd: ax20x: Add suppport for AXP1530 PMIC
  regulator: axp20x: Add support for AXP1530 variant

 .../bindings/mfd/x-powers,axp152.yaml         |  1 +
 drivers/mfd/axp20x-i2c.c                      |  2 +
 drivers/mfd/axp20x.c                          | 62 +++++++++++++++++++
 drivers/regulator/axp20x-regulator.c          | 44 +++++++++++++
 include/linux/mfd/axp20x.h                    | 34 ++++++++++
 5 files changed, 143 insertions(+)

-- 
2.38.1