On Fri, 7 Jun 2024 17:12:51 +0200 Alex Bee <knaerzche@xxxxxxxxx> wrote: > Hi Aidan, > > Am 17.10.22 um 01:43 schrieb Aidan MacDonald: > > This series adds support for the AXP192 PMIC to the AXP20x MFD driver > > framework, including support for regulators, ADCs, and AC/USB/battery > > power supplies. > > > > v6 is a resend of v5 from July -- the patches haven't changed at all > > but I've rebased them on the latest git master branch. > I'm not entirely sure if I've found the latest version of the patches - at > least b4 didn't find a newer. It looks a lot like only mfd and usb-power > patches have been applied for some reason. Are you planing to resend the > other ones? This was delayed originally by a dependency on a header in mfd and that is obviously resolved now. I think everyone was expecting a resend of the series or for Lee to pick up the dependent ones and so we all stopped tracking it. Anyhow, I had the two IIO cleanups already, but I've now picked up the 3rd patch (where the dependency was) as well. Thanks, Jonathan > > Regards, > Alex > > > Aidan MacDonald (13): > > dt-bindings: mfd: add bindings for AXP192 MFD device > > dt-bindings: iio: adc: axp209: Add AXP192 compatible > > dt-bindings: power: supply: axp20x: Add AXP192 compatible > > dt-bindings: power: axp20x-battery: Add AXP192 compatible > > mfd: axp20x: Add support for AXP192 > > regulator: axp20x: Add support for AXP192 > > iio: adc: axp20x_adc: Minor code cleanups > > iio: adc: axp20x_adc: Replace adc_en2 flag with adc_en2_mask field > > iio: adc: axp20x_adc: Add support for AXP192 > > power: supply: axp20x_usb_power: Add support for AXP192 > > power: axp20x_battery: Add constant charge current table > > power: axp20x_battery: Support battery status without fuel gauge > > power: axp20x_battery: Add support for AXP192 > > > > .../bindings/iio/adc/x-powers,axp209-adc.yaml | 18 + > > .../bindings/mfd/x-powers,axp152.yaml | 1 + > > .../x-powers,axp20x-battery-power-supply.yaml | 1 + > > .../x-powers,axp20x-usb-power-supply.yaml | 1 + > > drivers/iio/adc/axp20x_adc.c | 356 ++++++++++++++++-- > > drivers/mfd/axp20x-i2c.c | 2 + > > drivers/mfd/axp20x.c | 141 +++++++ > > drivers/power/supply/axp20x_battery.c | 142 ++++++- > > drivers/power/supply/axp20x_usb_power.c | 84 ++++- > > drivers/regulator/axp20x-regulator.c | 100 ++++- > > include/linux/mfd/axp20x.h | 84 +++++ > > 11 files changed, 856 insertions(+), 74 deletions(-) > >