Re: [PATCHv2 3/6] power: supply: gpio-charger: add charge-current-limit feature

2020-06-19 Thread Sebastian Reichel
Hi, On Mon, Jun 15, 2020 at 11:58:44AM -0600, Rob Herring wrote: > On Sat, Jun 06, 2020 at 12:44:00AM +0200, Sebastian Reichel wrote: > > Add new charge-current-limit feature to gpio-charger. > > > > Signed-off-by: Sebastian Reichel > > --- > > .../bindings/power/supply/gpio-charger.yaml |

Re: [PATCHv2 3/6] power: supply: gpio-charger: add charge-current-limit feature

2020-06-15 Thread Rob Herring
On Sat, Jun 06, 2020 at 12:44:00AM +0200, Sebastian Reichel wrote: > Add new charge-current-limit feature to gpio-charger. > > Signed-off-by: Sebastian Reichel > --- > .../bindings/power/supply/gpio-charger.yaml | 31 > drivers/power/supply/gpio-charger.c | 140

Re: [PATCHv2 3/6] power: supply: gpio-charger: add charge-current-limit feature

2020-06-10 Thread Linus Walleij
On Sat, Jun 6, 2020 at 12:44 AM Sebastian Reichel wrote: > Add new charge-current-limit feature to gpio-charger. > > Signed-off-by: Sebastian Reichel That's really neat and useful. Reviewed-by: Linus Walleij Yours, Linus Walleij

[PATCHv2 3/6] power: supply: gpio-charger: add charge-current-limit feature

2020-06-05 Thread Sebastian Reichel
Add new charge-current-limit feature to gpio-charger. Signed-off-by: Sebastian Reichel --- .../bindings/power/supply/gpio-charger.yaml | 31 drivers/power/supply/gpio-charger.c | 140 ++ 2 files changed, 171 insertions(+) diff --git