Re: [PATCH 1/2] power: supply: Add HWMON compatibility layer

2019-05-30 Thread Guenter Roeck
On Thu, May 30, 2019 at 01:08:35PM -0700, Andrey Smirnov wrote: > On Wed, May 29, 2019 at 5:40 AM Guenter Roeck wrote: > > > > On 5/29/19 12:11 AM, Andrey Smirnov wrote: > > > Add code implementing HWMON adapter/compatibility layer to allow > > > expositing various sensors present on power supply

Re: [PATCH 1/2] power: supply: Add HWMON compatibility layer

2019-05-30 Thread Andrey Smirnov
On Wed, May 29, 2019 at 5:40 AM Guenter Roeck wrote: > > On 5/29/19 12:11 AM, Andrey Smirnov wrote: > > Add code implementing HWMON adapter/compatibility layer to allow > > expositing various sensors present on power supply devices via HWMON > > subsystem. This is done in order to allow userspace

Re: [PATCH 1/2] power: supply: Add HWMON compatibility layer

2019-05-29 Thread Guenter Roeck
On 5/29/19 12:11 AM, Andrey Smirnov wrote: Add code implementing HWMON adapter/compatibility layer to allow expositing various sensors present on power supply devices via HWMON subsystem. This is done in order to allow userspace to use single ABI/library(libsensors) to access/manipulate all of th

[PATCH 1/2] power: supply: Add HWMON compatibility layer

2019-05-29 Thread Andrey Smirnov
Add code implementing HWMON adapter/compatibility layer to allow expositing various sensors present on power supply devices via HWMON subsystem. This is done in order to allow userspace to use single ABI/library(libsensors) to access/manipulate all of the sensors of the system. Signed-off-by: Andr