mbox series

[0/3] cpcap charger and battery changes to deal with dropped voltage

Message ID 20190917215253.17880-1-tony@atomide.com (mailing list archive)
Headers show
Series cpcap charger and battery changes to deal with dropped voltage | expand

Message

Tony Lindgren Sept. 17, 2019, 9:52 p.m. UTC
Hi,

With lowered charge voltage fixes in set "[PATCH 0/3] cpcap charger and
battery fixes", the first two patches deal with the lower voltage using
POWER_SUPPLY_PROP_CONSTANT_CHARGE_VOLTAGE and make it configurable.

The third patch makes charging work for higher rates by lowering the
charge current basedon chrgcurr1 interrupts.

As far as I'm concerned, all these can easily wait for v5.5 merge window.

Regards,

Tony


Tony Lindgren (3):
  power: supply: cpcap-battery: Fix handling of lowered charger voltage
  power: supply: cpcap-charger: Allow changing constant charge voltage
  power: supply: cpcap-charger: Adjust current based on charger
    interrupts

 drivers/power/supply/cpcap-battery.c |  86 +++++++++++-
 drivers/power/supply/cpcap-charger.c | 188 ++++++++++++++++++++++++---
 2 files changed, 250 insertions(+), 24 deletions(-)