hwmon: Add driver for Astera Labs PT5161L retimer
authorCosmo Chou <chou.cosmo@gmail.com>
Tue, 6 Feb 2024 12:54:20 +0000 (20:54 +0800)
committerGuenter Roeck <linux@roeck-us.net>
Sun, 25 Feb 2024 20:37:37 +0000 (12:37 -0800)
commit1b2ca93cd0592b1fcbc6f8b64e02552bc15f4bb4
tree1a506f318045bca186977fe3a08750b7321e3202
parent1a793caf6f6991716cb07583ed7c27de84ef0cba
hwmon: Add driver for Astera Labs PT5161L retimer

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

This driver implementation originates from the CSDK available at
Link: https://github.com/facebook/openbmc/tree/helium/common/recipes-lib/retimer-v2.14
The communication protocol utilized is based on the I2C/SMBus standard.

Signed-off-by: Cosmo Chou <chou.cosmo@gmail.com>
Link: https://lore.kernel.org/r/20240206125420.3884300-2-chou.cosmo@gmail.com
Signed-off-by: Guenter Roeck <linux@roeck-us.net>
Documentation/hwmon/index.rst
Documentation/hwmon/pt5161l.rst [new file with mode: 0644]
MAINTAINERS
drivers/hwmon/Kconfig
drivers/hwmon/Makefile
drivers/hwmon/pt5161l.c [new file with mode: 0644]