mbox series

[PATCHv3,0/2] cpcap charger and battery changes to deal with dropped voltage

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

Message

Tony Lindgren Oct. 16, 2019, 10:41 p.m. UTC
Hi,

Here are the changes for v5.5 merge window to optionally allow reconfiguring the
charge voltage if folks want to do that.

These depend on v5.3 + [PATCH] power: supply: cpcap-charger: Limit voltage to 4.2V
for battery merged into v5.4-rc1 so we can keep the 4.2V fix usable for earlier
kernels as needed.

Regards,

Tony


Changes since v2:

- Fix up typo for 4.1V spotted by Pavel

Changes since v1:

- Sent the 4.2V charger change separately as a fix

Tony Lindgren (2):
  power: supply: cpcap-battery: Fix handling of lowered charger voltage
  power: supply: cpcap-charger: Allow changing constant charge voltage

 drivers/power/supply/cpcap-battery.c | 85 +++++++++++++++++++++++++---
 drivers/power/supply/cpcap-charger.c | 83 +++++++++++++++++++++++++++
 2 files changed, 161 insertions(+), 7 deletions(-)

Comments

Sebastian Reichel Oct. 20, 2019, 8:35 p.m. UTC | #1
Hi,

On Wed, Oct 16, 2019 at 03:41:20PM -0700, Tony Lindgren wrote:
> Hi,
> 
> Here are the changes for v5.5 merge window to optionally allow reconfiguring the
> charge voltage if folks want to do that.
> 
> These depend on v5.3 + [PATCH] power: supply: cpcap-charger: Limit voltage to 4.2V
> for battery merged into v5.4-rc1 so we can keep the 4.2V fix usable for earlier
> kernels as needed.
> 
> Regards,
> 
> Tony
> 
> 
> Changes since v2:
> 
> - Fix up typo for 4.1V spotted by Pavel
> 
> Changes since v1:
> 
> - Sent the 4.2V charger change separately as a fix
> 
> Tony Lindgren (2):
>   power: supply: cpcap-battery: Fix handling of lowered charger voltage
>   power: supply: cpcap-charger: Allow changing constant charge voltage
> 
>  drivers/power/supply/cpcap-battery.c | 85 +++++++++++++++++++++++++---
>  drivers/power/supply/cpcap-charger.c | 83 +++++++++++++++++++++++++++
>  2 files changed, 161 insertions(+), 7 deletions(-)

Thanks, queued.

-- Sebastian