On Fri, Dec 7, 2018 at 3:28 PM Lee Jones <lee.jones@xxxxxxxxxx> wrote: > > On Wed, 05 Dec 2018, Sebastian Reichel wrote: > > > Hi, > > > > On Fri, Nov 30, 2018 at 04:31:28PM +0800, Chen-Yu Tsai wrote: > > > On Wed, Nov 21, 2018 at 1:52 AM Oskari Lemmela <oskari@xxxxxxxxxxx> wrote: > > > > > > > > AXP813 AC power supply support with input current and > > > > voltage limiting support. > > > > > > > > AXP803 AC and battery power supply support. > > > > > > > > Changes in v6: > > > > * Collected tags > > > > * Rebase to master > > > > * Dropped AXP803 compatible patches > > > > > > > > Changes in v5: > > > > * Return correct input current limit for values 0x6 and 0x7 > > > > * Add specific compatibles for AXP803 > > > > * Change commit messages > > > > * Add Vasily Khoruzhick Pinebook DTS patch > > > > > > > > Changes in v4: > > > > * Change order of axp20x-gpio in axp20x.c > > > > * Fix indentation and spaces to tabs in axp20x.c > > > > > > > > Changes in v3: > > > > * Reorder ac_power_supply DT node > > > > * Rename axp20x_ac_power_set_property function > > > > * Split mfd commit > > > > > > > > Changes in v2: > > > > * Reuse axp813 compatibles for axp803 > > > > * Refactor axp20x_ac_power.c > > > > > > > > > > > > Oskari Lemmela (7): > > > > dt-bindings: power: supply: axp20x: add AXP813 AC power DT binding > > > > ARM: dts: axp81x: add AC power supply subnode > > > > arm64: dts: allwinner: axp803: add AC and battery power supplies > > > > arm64: dts: allwinner: a64: sopine-baseboard: enable power supplies > > > > power: supply: add AC power supply driver for AXP813 > > > > mfd: axp20x: Add AC power supply cell for AXP813 > > > > mfd: axp20x: Add supported cells for AXP803 > > > > > > > > Vasily Khoruzhick (1): > > > > arm64: dts: allwinner: a64: pinebook: enable power supplies > > > > > > Since this series has been fully reviewed, and the devices it > > > adds/enables aren't critical, i.e. won't cause the system to fail > > > if the drivers are missing, I've merged the dts patches for 4.21. > > > > > > Hopefully Sebastian and Lee will get around to merging the driver > > > patches. > > > > I queued the power-supply driver changes and prepared a signed > > immutable tag for Lee: > > > > The following changes since commit 651022382c7f8da46cb4872a545ee1da6d097d2a: > > > > Linux 4.20-rc1 (2018-11-04 15:37:52 -0800) > > > > are available in the Git repository at: > > > > ssh://git@xxxxxxxxxxxxxxxxxxx/pub/scm/linux/kernel/git/sre/linux-power-supply.git tags/psy-mfd-axp813-immutable-for-v4.21-signed > > > > for you to fetch changes up to 7693b5643fd2d682de90733b67fc8032b9646911: > > > > power: supply: add AC power supply driver for AXP813 (2018-12-05 18:49:32 +0100) > > > > ---------------------------------------------------------------- > > Immutable branch between mfd and power-supply for driver > > changes related to axp813. > > > > Signed-off-by: Sebastian Reichel <sebastian.reichel@xxxxxxxxxxxxx> > > > > ---------------------------------------------------------------- > > Oskari Lemmela (2): > > dt-bindings: power: supply: axp20x: add AXP813 AC power DT binding > > power: supply: add AC power supply driver for AXP813 > > > > .../bindings/power/supply/axp20x_ac_power.txt | 3 + > > drivers/power/supply/axp20x_ac_power.c | 94 ++++++++++++++++++++++ > > include/linux/mfd/axp20x.h | 1 + > > 3 files changed, 98 insertions(+) > > What patches are left now? Just 7 and 8? That's right. If you could merge them, that'd be great. Thanks Lee. ChenYu