On 17/03/21 9:30 am, Chris Packham wrote: > The BPA-RS600 is a compact 600W AC to DC removable power supply module. > > Signed-off-by: Chris Packham <chris.packham@xxxxxxxxxxxxxxxxxxx> > --- > > Notes: > Changes in v2: > - Whitespace and line length cleanup > - Add comments about commands that return data but shouldn't be used > > Documentation/hwmon/bpa-rs600.rst | 74 +++++++++++++ > drivers/hwmon/pmbus/Kconfig | 9 ++ > drivers/hwmon/pmbus/Makefile | 1 + > drivers/hwmon/pmbus/bpa-rs600.c | 172 ++++++++++++++++++++++++++++++ > 4 files changed, 256 insertions(+) > create mode 100644 Documentation/hwmon/bpa-rs600.rst > create mode 100644 drivers/hwmon/pmbus/bpa-rs600.c > > > +config SENSORS_BPA_RS600 > + tristate "BluTek BPD-RS600 Power Supplies" > + help > + If you say yes here you get hardware monitoring support for BluTek > + BPD-RS600 Power Supplies. > + > + This driver can also be built as a module. If so, the module will > + be called bpd-rs600. > + I've used BPD here but it should be BPA (A == AC, D == DC). I'll get that ready for a v3.