Re: [PATCH v3 0/2] HWMON compatibility layer for power supplies

2019-06-05 Thread Chris Healy
> This small series contains the code I wrote to expose various power > supply sensors via HWMON layer in order to be able to access all of > the sensors in the system with libsensors. > > Changes since [v2]: Full series is tested using the UCS1002. Tested-by: cphe...@gmail.com

[PATCH v3 0/2] HWMON compatibility layer for power supplies

2019-06-05 Thread Andrey Smirnov
Everyone: This small series contains the code I wrote to expose various power supply sensors via HWMON layer in order to be able to access all of the sensors in the system with libsensors. Changes since [v2]: - Added missing static specified to devm_power_supply_add_hwmon_sysfs() - Collec