Re: [PATCH v3 2/3] hwmon: add Texas Instruments TPS23861 driver

2020-12-30 Thread Guenter Roeck
On Tue, Dec 22, 2020 at 03:30:11PM +0100, Robert Marko wrote: > Add basic monitoring support as well as port on/off control for Texas > Instruments TPS23861 PoE PSE IC. > > Signed-off-by: Robert Marko > Cc: Luka Perkov > --- > Changes in v3: > * Leave only standard values in hwmon hwmon > * Drop

[PATCH v3 2/3] hwmon: add Texas Instruments TPS23861 driver

2020-12-22 Thread Robert Marko
Add basic monitoring support as well as port on/off control for Texas Instruments TPS23861 PoE PSE IC. Signed-off-by: Robert Marko Cc: Luka Perkov --- Changes in v3: * Leave only standard values in hwmon hwmon * Drop custom sysfs entries * Use debugfs to provide non standard debug information *