Re: [PATCH v2 6/6] power: supply: add AC power supply driver for AXP813

2018-10-08 Thread Quentin Schulz
Hi Oskari, On Sun, Oct 07, 2018 at 12:18:36AM +0300, Oskari Lemmela wrote: > AXP813 and AXP803 PMICs can control input current and > minimum voltage. > > Both of these values are configurable. > > Signed-off-by: Oskari Lemmela > --- > drivers/power/supply/axp20x_ac_power.c | 92 +++

[PATCH v2 6/6] power: supply: add AC power supply driver for AXP813

2018-10-06 Thread Oskari Lemmela
AXP813 and AXP803 PMICs can control input current and minimum voltage. Both of these values are configurable. Signed-off-by: Oskari Lemmela --- drivers/power/supply/axp20x_ac_power.c | 92 ++ 1 file changed, 92 insertions(+) diff --git a/drivers/power/supply/axp20x_ac_p