From: Delphine CC Chiu <Delphine_CC_Chiu@wiwynn.com>
To: patrick@stwcx.xyz, Geert Uytterhoeven <geert+renesas@glider.be>,
Magnus Damm <magnus.damm@gmail.com>
Cc: "Delphine CC Chiu" <Delphine_CC_Chiu@wiwynn.com>,
"Carsten Spieß" <mail@carsten-spiess.de>,
"Jean Delvare" <jdelvare@suse.com>,
"Guenter Roeck" <linux@roeck-us.net>,
"Rob Herring" <robh@kernel.org>,
"Krzysztof Kozlowski" <krzk+dt@kernel.org>,
"Conor Dooley" <conor+dt@kernel.org>,
"Jonathan Corbet" <corbet@lwn.net>,
linux-hwmon@vger.kernel.org, devicetree@vger.kernel.org,
linux-kernel@vger.kernel.org, linux-doc@vger.kernel.org,
linux-renesas-soc@vger.kernel.org
Subject: [PATCH v6 0/3] hwmon: (isl28022) new driver for ISL28022 power monitor
Date: Fri, 6 Sep 2024 14:14:15 +0800 [thread overview]
Message-ID: <20240906061421.9392-1-Delphine_CC_Chiu@wiwynn.com> (raw)
Driver for Renesas ISL28022 power monitor chip.
Found e.g. on Ubiquiti Edgerouter ER-6P
v6: shunt voltage in mV and revise code
v5: review comments incorporated
v4: property compatible fixed
v3: changelog added
v2: properties reworked
v2: calculations fixed
v2: shunt voltage input moved to debugfs
v2: documentation and devicetree schema reworked
v1: created
Carsten Spieß (2):
hwmon: (isl28022) new driver for ISL28022 power monitor
dt-bindings: hwmon: add renesas,isl28022
Delphine CC Chiu (1):
hwmon: (isl28022) support shunt voltage for ISL28022 power monitor
.../bindings/hwmon/renesas,isl28022.yaml | 64 +++
Documentation/hwmon/index.rst | 1 +
Documentation/hwmon/isl28022.rst | 63 +++
MAINTAINERS | 8 +
drivers/hwmon/Kconfig | 11 +
drivers/hwmon/Makefile | 1 +
drivers/hwmon/isl28022.c | 510 ++++++++++++++++++
7 files changed, 658 insertions(+)
create mode 100644 Documentation/devicetree/bindings/hwmon/renesas,isl28022.yaml
create mode 100644 Documentation/hwmon/isl28022.rst
create mode 100644 drivers/hwmon/isl28022.c
--
2.25.1
next reply other threads:[~2024-09-06 6:14 UTC|newest]
Thread overview: 11+ messages / expand[flat|nested] mbox.gz Atom feed top
2024-09-06 6:14 Delphine CC Chiu [this message]
2024-09-06 6:14 ` [PATCH v6 1/3] hwmon: (isl28022) new driver for ISL28022 power monitor Delphine CC Chiu
2024-09-06 6:35 ` Biju Das
2024-09-06 18:58 ` kernel test robot
2024-09-06 6:14 ` [PATCH v6 2/3] dt-bindings: hwmon: add renesas,isl28022 Delphine CC Chiu
2024-09-06 6:28 ` Biju Das
2024-09-06 7:29 ` Krzysztof Kozlowski
2024-09-06 6:14 ` [PATCH v6 3/3] hwmon: (isl28022) support shunt voltage for ISL28022 power monitor Delphine CC Chiu
2024-09-06 7:31 ` Krzysztof Kozlowski
2024-09-06 11:57 ` Guenter Roeck
2024-09-10 5:12 ` kernel test robot
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20240906061421.9392-1-Delphine_CC_Chiu@wiwynn.com \
--to=delphine_cc_chiu@wiwynn.com \
--cc=conor+dt@kernel.org \
--cc=corbet@lwn.net \
--cc=devicetree@vger.kernel.org \
--cc=geert+renesas@glider.be \
--cc=jdelvare@suse.com \
--cc=krzk+dt@kernel.org \
--cc=linux-doc@vger.kernel.org \
--cc=linux-hwmon@vger.kernel.org \
--cc=linux-kernel@vger.kernel.org \
--cc=linux-renesas-soc@vger.kernel.org \
--cc=linux@roeck-us.net \
--cc=magnus.damm@gmail.com \
--cc=mail@carsten-spiess.de \
--cc=patrick@stwcx.xyz \
--cc=robh@kernel.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox