From: Cosmo Chou <chou.cosmo@gmail.com>
To: linux@roeck-us.net, robh+dt@kernel.org,
krzysztof.kozlowski+dt@linaro.org, conor+dt@kernel.org,
jdelvare@suse.com, corbet@lwn.net, broonie@kernel.org,
naresh.solanki@9elements.com, vincent@vtremblay.dev,
patrick.rudolph@9elements.com, luca.ceresoli@bootlin.com,
bhelgaas@google.com, festevam@denx.de,
alexander.stein@ew.tq-group.com, heiko@sntech.de,
jernej.skrabec@gmail.com, macromorgan@hotmail.com,
forbidden405@foxmail.com, sre@kernel.org,
linus.walleij@linaro.org
Cc: devicetree@vger.kernel.org, linux-kernel@vger.kernel.org,
linux-hwmon@vger.kernel.org, linux-doc@vger.kernel.org,
chou.cosmo@gmail.com, cosmo.chou@quantatw.com
Subject: [PATCH v5 0/1] hwmon: Add driver for Astera Labs PT5161L retimer
Date: Mon, 5 Feb 2024 23:20:12 +0800 [thread overview]
Message-ID: <20240205152013.3833940-1-chou.cosmo@gmail.com> (raw)
This driver implements support for temperature monitoring of Astera Labs
PT5161L series PCIe retimer chips.
LINK: [v1] https://lore.kernel.org/all/20231205074723.3546295-1-chou.cosmo@gmail.com/
v5:
- Fix warning and check messages of 'checkpatch --strict'
- Without resubmitting the applied patches
v4:
- Rebased
v3:
- Revise pt5161l.rst
- Revise the style of comments
- Remove unused pec_enable
- Add back safe access wide registers
- fix build warning
v2:
- Add "asteralabs,pt5161l" to trivial-devices.yaml
- Change naming PT516XX/pt516xx to PT5161L/pt5161l
- Separated debugfs files for health status
- Revise the style of comments
- Remove unused defines
- Remove including unused header files
- Remove unnecessary debugging messages
- Revise the data parsing for a big-endian system
- Use read_block_data instead of accessing wide registers
- Remove the debugfs files when the device is unloaded
- Add acpi_match_table
Cosmo Chou (1):
hwmon: Add driver for Astera Labs PT5161L retimer
Documentation/hwmon/index.rst | 1 +
Documentation/hwmon/pt5161l.rst | 42 ++
MAINTAINERS | 7 +
drivers/hwmon/Kconfig | 10 +
drivers/hwmon/Makefile | 1 +
drivers/hwmon/pt5161l.c | 673 ++++++++++++++++++++++++++++++++
6 files changed, 734 insertions(+)
create mode 100644 Documentation/hwmon/pt5161l.rst
create mode 100644 drivers/hwmon/pt5161l.c
--
2.34.1
next reply other threads:[~2024-02-05 15:20 UTC|newest]
Thread overview: 12+ messages / expand[flat|nested] mbox.gz Atom feed top
2024-02-05 15:20 Cosmo Chou [this message]
2024-02-05 15:20 ` [PATCH v5 1/1] hwmon: Add driver for Astera Labs PT5161L retimer Cosmo Chou
2024-02-05 15:26 ` Krzysztof Kozlowski
2024-02-05 16:15 ` Guenter Roeck
2024-02-06 7:33 ` Krzysztof Kozlowski
2024-02-06 15:19 ` Guenter Roeck
2024-02-05 19:43 ` Guenter Roeck
2024-02-06 3:05 ` Cosmo Chou
2024-02-06 3:26 ` Guenter Roeck
2024-02-06 3:53 ` Cosmo Chou
2024-02-06 4:02 ` Guenter Roeck
2024-02-06 4:16 ` Cosmo Chou
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=20240205152013.3833940-1-chou.cosmo@gmail.com \
--to=chou.cosmo@gmail.com \
--cc=alexander.stein@ew.tq-group.com \
--cc=bhelgaas@google.com \
--cc=broonie@kernel.org \
--cc=conor+dt@kernel.org \
--cc=corbet@lwn.net \
--cc=cosmo.chou@quantatw.com \
--cc=devicetree@vger.kernel.org \
--cc=festevam@denx.de \
--cc=forbidden405@foxmail.com \
--cc=heiko@sntech.de \
--cc=jdelvare@suse.com \
--cc=jernej.skrabec@gmail.com \
--cc=krzysztof.kozlowski+dt@linaro.org \
--cc=linus.walleij@linaro.org \
--cc=linux-doc@vger.kernel.org \
--cc=linux-hwmon@vger.kernel.org \
--cc=linux-kernel@vger.kernel.org \
--cc=linux@roeck-us.net \
--cc=luca.ceresoli@bootlin.com \
--cc=macromorgan@hotmail.com \
--cc=naresh.solanki@9elements.com \
--cc=patrick.rudolph@9elements.com \
--cc=robh+dt@kernel.org \
--cc=sre@kernel.org \
--cc=vincent@vtremblay.dev \
/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;
as well as URLs for NNTP newsgroup(s).