2022-01-07 19:58:32

by Rivera-Matos, Ricardo

[permalink] [raw]
Subject: [PATCH v2 0/2] Introduces bypass charge type property

Hello,

This patch series introduces a new POWER_SUPPLY_CHARGE_TYPE for bypass charging
operation.

In fast charging ICs, the bypass operation is used to bypass the charging path
around the charging IC's integrated power converter to its load. This allows
for "smart" wall adaptors (such as USB PPS standard power adaptors) to handle
the power conversion and heat dissipation externally.

Best Regards,
Ricardo

Ricardo Rivera-Matos (2):
power: supply: Introduces bypass charging property
power: supply: bq25980: Implements POWER_SUPPLY_CHARGE_TYPE_BYPASS

drivers/power/supply/bq25980_charger.c | 2 +-
drivers/power/supply/power_supply_sysfs.c | 1 +
include/linux/power_supply.h | 1 +
3 files changed, 3 insertions(+), 1 deletion(-)

--
2.25.1



2022-01-28 07:14:27

by Rivera-Matos, Ricardo

[permalink] [raw]
Subject: Re: [PATCH v2 0/2] Introduces bypass charge type property



> On Jan 7, 2022, at 1:58 PM, Ricardo Rivera-Matos <[email protected]> wrote:
>
> Hello,
>
> This patch series introduces a new POWER_SUPPLY_CHARGE_TYPE for bypass charging
> operation.
>
> In fast charging ICs, the bypass operation is used to bypass the charging path
> around the charging IC's integrated power converter to its load. This allows
> for "smart" wall adaptors (such as USB PPS standard power adaptors) to handle
> the power conversion and heat dissipation externally.
>
> Best Regards,
> Ricardo
>
> Ricardo Rivera-Matos (2):
> power: supply: Introduces bypass charging property
> power: supply: bq25980: Implements POWER_SUPPLY_CHARGE_TYPE_BYPASS
>
> drivers/power/supply/bq25980_charger.c | 2 +-
> drivers/power/supply/power_supply_sysfs.c | 1 +
> include/linux/power_supply.h | 1 +
> 3 files changed, 3 insertions(+), 1 deletion(-)
>
> --
> 2.25.1
>

A gentle bump.

Ricardo