devicetree.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 0/3] hwmon: Add driver for Astera Labs PT516XX retimer
@ 2023-12-05  7:47 Cosmo Chou
  2023-12-05  7:47 ` [PATCH 1/3] dt-bindings: vendor-prefixes: add asteralabs Cosmo Chou
                   ` (3 more replies)
  0 siblings, 4 replies; 12+ messages in thread
From: Cosmo Chou @ 2023-12-05  7:47 UTC (permalink / raw)
  To: jdelvare, linux, robh+dt, krzysztof.kozlowski+dt, conor+dt,
	corbet, heiko, jernej.skrabec, macromorgan, linus.walleij
  Cc: linux-hwmon, devicetree, linux-kernel, linux-doc, chou.cosmo,
	cosmo.chou

This driver implements support for temperature monitoring of Astera Labs
PT5161L series PCIe retimer chips.

Cosmo Chou (3):
  dt-bindings: vendor-prefixes: add asteralabs
  dt-bindings: hwmon: pt516xx: add bindings
  hwmon: Add driver for Astera Labs PT516XX retimer

 .../bindings/hwmon/asteralabs,pt516xx.yaml    |  36 +
 .../devicetree/bindings/vendor-prefixes.yaml  |   2 +
 Documentation/hwmon/index.rst                 |   1 +
 Documentation/hwmon/pt516xx.rst               |  48 ++
 MAINTAINERS                                   |   8 +
 drivers/hwmon/Kconfig                         |  10 +
 drivers/hwmon/Makefile                        |   1 +
 drivers/hwmon/pt516xx.c                       | 648 ++++++++++++++++++
 8 files changed, 754 insertions(+)
 create mode 100644 Documentation/devicetree/bindings/hwmon/asteralabs,pt516xx.yaml
 create mode 100644 Documentation/hwmon/pt516xx.rst
 create mode 100644 drivers/hwmon/pt516xx.c

-- 
2.34.1


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

end of thread, other threads:[~2023-12-11 17:43 UTC | newest]

Thread overview: 12+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-12-05  7:47 [PATCH 0/3] hwmon: Add driver for Astera Labs PT516XX retimer Cosmo Chou
2023-12-05  7:47 ` [PATCH 1/3] dt-bindings: vendor-prefixes: add asteralabs Cosmo Chou
2023-12-05 16:45   ` Conor Dooley
2023-12-05  7:47 ` [PATCH 2/3] dt-bindings: hwmon: pt516xx: add bindings Cosmo Chou
2023-12-05 16:46   ` Conor Dooley
2023-12-06  8:02     ` Cosmo Chou
2023-12-05  7:47 ` [PATCH 3/3] hwmon: Add driver for Astera Labs PT516XX retimer Cosmo Chou
2023-12-05 15:55   ` Guenter Roeck
2023-12-09  8:02     ` Cosmo Chou
2023-12-05 23:24   ` kernel test robot
2023-12-11 17:43   ` Rob Herring
2023-12-05 14:45 ` [PATCH 0/3] " Guenter Roeck

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