[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <df8fc719-0fa0-0ac6-ed7e-0e018f999f80@alliedtelesis.co.nz>
Date: Wed, 17 Mar 2021 01:22:39 +0000
From: Chris Packham <Chris.Packham@...iedtelesis.co.nz>
To: "robh+dt@...nel.org" <robh+dt@...nel.org>,
"jdelvare@...e.com" <jdelvare@...e.com>,
"linux@...ck-us.net" <linux@...ck-us.net>
CC: "devicetree@...r.kernel.org" <devicetree@...r.kernel.org>,
"linux-hwmon@...r.kernel.org" <linux-hwmon@...r.kernel.org>,
"linux-kernel@...r.kernel.org" <linux-kernel@...r.kernel.org>
Subject: Re: [PATCH v2 3/3] hwmon: (pmbus): Add driver for BluTek BPA-RS600
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@...iedtelesis.co.nz>
> ---
>
> 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.
Powered by blists - more mailing lists