Re: [PATCH v2 2/3] hwmon (xdpe12284): Add support for xdpe11280

From: Guenter Roeck
Date: Thu Feb 17 2022 - 14:25:42 EST


On 2/17/22 10:38, sylv wrote:
[ ... ]


That makes me wonder if the chip needs to be added to this driver in
the first
place, or if it could be added to pmbus.c instead. Any idea ?

Oh, we did wrote a standalone driver too, and it works fine.
Maybe it's better to upsteam it instead. :)

No, I meant if it would make sense to just add something like

{"xdpe11280", (kernel_ulong_t)&pmbus_info_one },

to drivers/hwmon/pmbus/pmbus.c.

You only really need a standalone driver if it does something
special, such as a workaround for some register access (like
the xdpe12284 driver), or if support for manufacturer specific
registers is desired or needed. That would, for example, be useful
if the xdpe11280 supports per-phase sensors.

Thanks,
Guenter