]> git.ipfire.org Git - thirdparty/kernel/linux.git/commit
hwmon: (pmbus/lt3074) add support for lt3074
authorCedric Encarnacion <cedricjustine.encarnacion@analog.com>
Mon, 21 Apr 2025 12:18:19 +0000 (20:18 +0800)
committerGuenter Roeck <linux@roeck-us.net>
Wed, 23 Apr 2025 14:18:27 +0000 (07:18 -0700)
commitc66c5bda7f24a7dae2b5b789025e4b8418eb0fae
treeccb72b39fa9eed1761f9348ffe02f203a715127c
parent48834a4e794302c162a73e1680c76cd73847bbdb
hwmon: (pmbus/lt3074) add support for lt3074

Add hardware monitoring and regulator support for LT3074. The LT3074 is an
ultrafast, ultralow noise 3A, 5.5V dropout linear regulator. The PMBus
serial interface allows telemetry for input/output voltage, bias voltage,
output current, and die temperature.

Signed-off-by: Cedric Encarnacion <cedricjustine.encarnacion@analog.com>
Link: https://lore.kernel.org/r/20250421-upstream-lt3074-v3-2-71636322f9fe@analog.com
Signed-off-by: Guenter Roeck <linux@roeck-us.net>
Documentation/hwmon/index.rst
Documentation/hwmon/lt3074.rst [new file with mode: 0644]
MAINTAINERS
drivers/hwmon/pmbus/Kconfig
drivers/hwmon/pmbus/Makefile
drivers/hwmon/pmbus/lt3074.c [new file with mode: 0644]