Re: [PATCH v5 3/4] power: supply: core: add wireless signal strength property

2020-07-21 Thread ivan
On Tue, Jul 21, 2020 at 6:32 PM Greg KH wrote: > > On Tue, Jul 21, 2020 at 06:21:20PM +0800, ivan wrote: > > On Tue, Jul 21, 2020 at 4:19 PM Greg KH wrote: > > > > > > On Tue, Jul 21, 2020 at 01:59:36PM +0800, Qiwu Huang wrote: > > > > From: Qiwu Huang > > > > > > > > reports wireless signal str

Re: [PATCH v5 3/4] power: supply: core: add wireless signal strength property

2020-07-21 Thread Greg KH
On Tue, Jul 21, 2020 at 06:21:20PM +0800, ivan wrote: > On Tue, Jul 21, 2020 at 4:19 PM Greg KH wrote: > > > > On Tue, Jul 21, 2020 at 01:59:36PM +0800, Qiwu Huang wrote: > > > From: Qiwu Huang > > > > > > reports wireless signal strength. > > > The value show degree of coupling between tx and rx

Re: [PATCH v5 3/4] power: supply: core: add wireless signal strength property

2020-07-21 Thread ivan
On Tue, Jul 21, 2020 at 4:19 PM Greg KH wrote: > > On Tue, Jul 21, 2020 at 01:59:36PM +0800, Qiwu Huang wrote: > > From: Qiwu Huang > > > > reports wireless signal strength. > > The value show degree of coupling between tx and rx. > > > > Signed-off-by: Qiwu Huang > > --- > > Documentation/ABI/

Re: [PATCH v5 3/4] power: supply: core: add wireless signal strength property

2020-07-21 Thread Greg KH
On Tue, Jul 21, 2020 at 01:59:36PM +0800, Qiwu Huang wrote: > From: Qiwu Huang > > reports wireless signal strength. > The value show degree of coupling between tx and rx. > > Signed-off-by: Qiwu Huang > --- > Documentation/ABI/testing/sysfs-class-power | 10 ++ > drivers/power/supply/

[PATCH v5 3/4] power: supply: core: add wireless signal strength property

2020-07-20 Thread Qiwu Huang
From: Qiwu Huang reports wireless signal strength. The value show degree of coupling between tx and rx. Signed-off-by: Qiwu Huang --- Documentation/ABI/testing/sysfs-class-power | 10 ++ drivers/power/supply/power_supply_sysfs.c | 1 + include/linux/power_supply.h|