Re: [PATCH v3 5/6] hwmon: pmbus: adm1266: read blackbox

2020-05-29 Thread Guenter Roeck
On 5/29/20 6:05 AM, alexandru.tach...@analog.com wrote: > From: Alexandru Tachici > > Use the nvmem kernel api to expose the black box > chip functionality to userspace. > This needs to be split into two functions: Add nvmem support, add debugfs file. Guenter > Signed-off-by: Alexandru Tachic

[PATCH v3 5/6] hwmon: pmbus: adm1266: read blackbox

2020-05-29 Thread alexandru.tachici
From: Alexandru Tachici Use the nvmem kernel api to expose the black box chip functionality to userspace. Signed-off-by: Alexandru Tachici --- drivers/hwmon/pmbus/adm1266.c | 160 ++ 1 file changed, 160 insertions(+) diff --git a/drivers/hwmon/pmbus/adm1266.c b