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

2020-08-25 Thread Pavel Machek
Hi! > > > > If we ported the full driver, we would break the existing driver > > > > structure because we would introduce more Qualcomm code. I think > > > > that's an unreasonable change. > > > > > > That doesn't make much sense. You have a working driver for these apis, > > > just submit it for

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

2020-08-24 Thread Qiwu Huang
On Mon, Aug 24, 2020 at 3:43 PM Greg KH wrote: > > On Mon, Aug 24, 2020 at 08:54:56AM +0800, Qiwu Huang wrote: > > On Tue, Aug 18, 2020 at 2:07 PM Greg KH wrote: > > > > > > On Tue, Aug 18, 2020 at 09:56:28AM +0800, Qiwu Huang wrote: > > > > On Fri, Aug 14, 2020 at 2:09 PM Greg KH > > > > wrote

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

2020-08-24 Thread Greg KH
On Mon, Aug 24, 2020 at 04:42:06PM +0800, Qiwu Huang wrote: > On Mon, Aug 24, 2020 at 3:43 PM Greg KH wrote: > > > > On Mon, Aug 24, 2020 at 08:54:56AM +0800, Qiwu Huang wrote: > > > On Tue, Aug 18, 2020 at 2:07 PM Greg KH > > > wrote: > > > > > > > > On Tue, Aug 18, 2020 at 09:56:28AM +0800, Qi

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

2020-08-24 Thread Greg KH
On Mon, Aug 24, 2020 at 08:54:56AM +0800, Qiwu Huang wrote: > On Tue, Aug 18, 2020 at 2:07 PM Greg KH wrote: > > > > On Tue, Aug 18, 2020 at 09:56:28AM +0800, Qiwu Huang wrote: > > > On Fri, Aug 14, 2020 at 2:09 PM Greg KH > > > wrote: > > > > > > > > On Fri, Aug 14, 2020 at 11:46:54AM +0800, Qi

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

2020-08-23 Thread Qiwu Huang
On Tue, Aug 18, 2020 at 2:07 PM Greg KH wrote: > > On Tue, Aug 18, 2020 at 09:56:28AM +0800, Qiwu Huang wrote: > > On Fri, Aug 14, 2020 at 2:09 PM Greg KH wrote: > > > > > > On Fri, Aug 14, 2020 at 11:46:54AM +0800, Qiwu Huang wrote: > > > > From: Qiwu Huang > > > > > > > > Reports the kind of q

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

2020-08-17 Thread Greg KH
On Tue, Aug 18, 2020 at 09:56:28AM +0800, Qiwu Huang wrote: > On Fri, Aug 14, 2020 at 2:09 PM Greg KH wrote: > > > > On Fri, Aug 14, 2020 at 11:46:54AM +0800, Qiwu Huang wrote: > > > From: Qiwu Huang > > > > > > Reports the kind of quick charge type based on > > > different adapter power. > > > >

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

2020-08-17 Thread Qiwu Huang
On Fri, Aug 14, 2020 at 2:09 PM Greg KH wrote: > > On Fri, Aug 14, 2020 at 11:46:54AM +0800, Qiwu Huang wrote: > > From: Qiwu Huang > > > > Reports the kind of quick charge type based on > > different adapter power. > > > > Signed-off-by: Qiwu Huang > > --- > > Documentation/ABI/testing/sysfs-c

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

2020-08-13 Thread Greg KH
On Fri, Aug 14, 2020 at 11:46:54AM +0800, Qiwu Huang wrote: > From: Qiwu Huang > > Reports the kind of quick charge type based on > different adapter power. > > Signed-off-by: Qiwu Huang > --- > Documentation/ABI/testing/sysfs-class-power | 21 + > drivers/power/supply/power_supply_sys

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

2020-08-13 Thread Qiwu Huang
From: Qiwu Huang Reports the kind of quick charge type based on different adapter power. Signed-off-by: Qiwu Huang --- Documentation/ABI/testing/sysfs-class-power | 21 + drivers/power/supply/power_supply_sysfs.c | 1 + drivers/power/supply/qcom_smbb.c| 51 ++