Re: [PATCH] hwmon:(adm1275) Enable adm1278 ADM1278_TEMP1_EN

2020-05-29 Thread Patrick Williams
On Thu, May 28, 2020 at 07:45:23PM +0530, Manikandan Elumalai wrote: Hi Manikandan, Adding the PMBus maintainers... > > The adm1278 temperature sysfs attribute need it for one of the our openbmc > platform . > This functionality is not enabled by default, so PMON_CONFIG needs to be > modifie

Re: [PATCH] hwmon:(adm1275) Enable adm1278 ADM1278_TEMP1_EN

2020-05-29 Thread Manikandan
On Thu, May 28, 2020 at 05:34:22PM +, Vijay Khemka wrote: > > > On 5/28/20, 7:15 AM, "Manikandan Elumalai" > wrote: > > > The adm1278 temperature sysfs attribute need it for one of the our > openbmc platform . > This functionality is not enabled by default, so PMON_CONFIG n

Re: [PATCH] hwmon:(adm1275) Enable adm1278 ADM1278_TEMP1_EN

2020-05-28 Thread Vijay Khemka
On 5/28/20, 7:15 AM, "Manikandan Elumalai" wrote: The adm1278 temperature sysfs attribute need it for one of the our openbmc platform . This functionality is not enabled by default, so PMON_CONFIG needs to be modified in order to enable it. There is no Signed-off-by.

[PATCH] hwmon:(adm1275) Enable adm1278 ADM1278_TEMP1_EN

2020-05-28 Thread Manikandan Elumalai
The adm1278 temperature sysfs attribute need it for one of the our openbmc platform . This functionality is not enabled by default, so PMON_CONFIG needs to be modified in order to enable it. --- drivers/hwmon/pmbus/adm1275.c | 15 +++ 1 file changed, 15 insertions(+) diff --git