On Thu, 28 Mar 2024 09:56:31 +0000 Lee Jones <lee@xxxxxxxxxx> wrote: Hi Lee, many thanks for picking this up! > Enjoy! > > The following changes since commit 4cece764965020c22cff7665b18a012006359095: > > Linux 6.9-rc1 (2024-03-24 14:10:05 -0700) > > are available in the Git repository at: > > git://git.kernel.org/pub/scm/linux/kernel/git/lee/mfd.git ib-mfd-regulator-v6.9 > > for you to fetch changes up to d2ac3df75c3a995064cfac0171e082a30d8c4c66: > > regulator: axp20x: add support for the AXP717 (2024-03-28 09:51:03 +0000) > > ---------------------------------------------------------------- > Immutable branch between MFD and Regulator due for the v6.9 merge window Did you mean v6.10 merge window? Or is there a plan to merge this into 6.9 still? Also I found some issue with the LDOs' supply voltage: there are not all the same, as described right now. Fix is quite easy, how do you want to take this? As a follow up patch? And would this be squashed or kept separate? Or do you want we to send a new version? If yes, based on what branch? Thanks, Andre > > ---------------------------------------------------------------- > Andre Przywara (4): > regulator: axp20x: fix typo-ed identifier > dt-bindings: mfd: x-powers,axp152: Document AXP717 > mfd: axp20x: Add support for AXP717 PMIC > regulator: axp20x: add support for the AXP717 > > .../devicetree/bindings/mfd/x-powers,axp152.yaml | 2 + > drivers/mfd/axp20x-i2c.c | 2 + > drivers/mfd/axp20x-rsb.c | 1 + > drivers/mfd/axp20x.c | 90 ++++++++++++++++++++ > drivers/regulator/axp20x-regulator.c | 94 +++++++++++++++++++-- > include/linux/mfd/axp20x.h | 98 ++++++++++++++++++++-- > 6 files changed, 277 insertions(+), 10 deletions(-) >