Messages in this thread |  | | From | Martin Botka <> | Subject | [PATCH v3 0/3] AXP1530 PMIC | Date | Sun, 11 Dec 2022 02:21:29 +0100 |
| |
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
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
|  |