devicetree.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH v2 0/3] hwmon: Add driver for Astera Labs PT5161L retimer
@ 2023-12-14  6:05 Cosmo Chou
  2023-12-14  6:05 ` [PATCH v2 1/3] dt-bindings: vendor-prefixes: add asteralabs Cosmo Chou
                   ` (2 more replies)
  0 siblings, 3 replies; 9+ messages in thread
From: Cosmo Chou @ 2023-12-14  6:05 UTC (permalink / raw)
  To: linux, robh+dt, krzysztof.kozlowski+dt, conor+dt, jdelvare,
	corbet, broonie, naresh.solanki, vincent, patrick.rudolph,
	luca.ceresoli, bhelgaas, festevam, alexander.stein, heiko,
	jernej.skrabec, macromorgan, forbidden405, sre, linus.walleij
  Cc: devicetree, linux-kernel, linux-hwmon, linux-doc, chou.cosmo,
	cosmo.chou

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/

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 (3):
  dt-bindings: vendor-prefixes: add asteralabs
  dt-bindings: trivial-devices: add Astera Labs PT5161L
  hwmon: Add driver for Astera Labs PT5161L retimer

 .../devicetree/bindings/trivial-devices.yaml  |   2 +
 .../devicetree/bindings/vendor-prefixes.yaml  |   2 +
 Documentation/hwmon/index.rst                 |   1 +
 Documentation/hwmon/pt5161l.rst               |  42 ++
 MAINTAINERS                                   |   7 +
 drivers/hwmon/Kconfig                         |  10 +
 drivers/hwmon/Makefile                        |   1 +
 drivers/hwmon/pt5161l.c                       | 558 ++++++++++++++++++
 8 files changed, 623 insertions(+)
 create mode 100644 Documentation/hwmon/pt5161l.rst
 create mode 100644 drivers/hwmon/pt5161l.c

-- 
2.34.1


^ permalink raw reply	[flat|nested] 9+ messages in thread

end of thread, other threads:[~2023-12-15 18:54 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-12-14  6:05 [PATCH v2 0/3] hwmon: Add driver for Astera Labs PT5161L retimer Cosmo Chou
2023-12-14  6:05 ` [PATCH v2 1/3] dt-bindings: vendor-prefixes: add asteralabs Cosmo Chou
2023-12-14 16:05   ` Conor Dooley
2023-12-14  6:05 ` [PATCH v2 2/3] dt-bindings: trivial-devices: add Astera Labs PT5161L Cosmo Chou
2023-12-14 16:06   ` Conor Dooley
2023-12-14  6:05 ` [PATCH v2 3/3] hwmon: Add driver for Astera Labs PT5161L retimer Cosmo Chou
2023-12-14 20:07   ` kernel test robot
2023-12-14 20:57   ` Guenter Roeck
2023-12-15 18:53     ` Cosmo Chou

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).