Re: [PATCH v8 1/4] power: supply: core: add quick charge type property

From: Greg KH
Date: Fri Aug 14 2020 - 02:09:53 EST


On Fri, Aug 14, 2020 at 11:46:54AM +0800, Qiwu Huang wrote:
> From: Qiwu Huang <huangqiwu@xxxxxxxxxx>
>
> Reports the kind of quick charge type based on
> different adapter power.
>
> Signed-off-by: Qiwu Huang <huangqiwu@xxxxxxxxxx>
> ---
> Documentation/ABI/testing/sysfs-class-power | 21 +++++++++
> drivers/power/supply/power_supply_sysfs.c | 1 +
> drivers/power/supply/qcom_smbb.c | 51 +++++++++++++++++++++
> include/linux/power_supply.h | 14 ++++++
> 4 files changed, 87 insertions(+)

You should also submit your driver that uses these new attributes at the
same time. What happened to that request? Otherwise no one really
knows how these are being used, or if they even are used by anyone.

thanks,

greg k-h