public inbox for linux-i2c@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/2] Add support for LT3074 low voltage linear regulator
@ 2025-01-24 15:39 Cedric Encarnacion
  2025-01-24 15:39 ` [PATCH 1/2] dt-bindings: trivial-devices: add lt3074 Cedric Encarnacion
  2025-01-24 15:39 ` [PATCH 2/2] hwmon: (pmbus/lt3074): add support for lt3074 Cedric Encarnacion
  0 siblings, 2 replies; 13+ messages in thread
From: Cedric Encarnacion @ 2025-01-24 15:39 UTC (permalink / raw)
  To: Rob Herring, Krzysztof Kozlowski, Conor Dooley, Jean Delvare,
	Guenter Roeck, Jonathan Corbet, Delphine CC Chiu
  Cc: devicetree, linux-kernel, linux-hwmon, linux-doc, linux-i2c,
	Cedric Encarnacion

Introduce hardware monitoring and regulator support for LT3074. The
component is an ultrafast, ultralow noise 3A, 5.5V dropout linear
regulator with a PMBus serial interface that allows telemetry for
input/output voltage, output current, and die temperature. It has a
single channel and requires a bias voltage which can be monitored via
manufacturer-specific registers.

Signed-off-by: Cedric Encarnacion <cedricjustine.encarnacion@analog.com>
---
Cedric Encarnacion (2):
      dt-bindings: trivial-devices: add lt3074
      hwmon: (pmbus/lt3074): add support for lt3074

 .../devicetree/bindings/trivial-devices.yaml       |   2 +
 Documentation/hwmon/index.rst                      |   1 +
 Documentation/hwmon/lt3074.rst                     |  72 ++++++++++++
 drivers/hwmon/pmbus/Kconfig                        |  18 +++
 drivers/hwmon/pmbus/Makefile                       |   1 +
 drivers/hwmon/pmbus/lt3074.c                       | 122 +++++++++++++++++++++
 6 files changed, 216 insertions(+)
---
base-commit: a76539b293677c5c163b9285b0cd8dd420d33989
change-id: 20250124-upstream-lt3074-123384246e0b

Best regards,
-- 
Cedric Encarnacion <cedricjustine.encarnacion@analog.com>


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

end of thread, other threads:[~2025-02-17 10:52 UTC | newest]

Thread overview: 13+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-01-24 15:39 [PATCH 0/2] Add support for LT3074 low voltage linear regulator Cedric Encarnacion
2025-01-24 15:39 ` [PATCH 1/2] dt-bindings: trivial-devices: add lt3074 Cedric Encarnacion
2025-01-27  7:52   ` Krzysztof Kozlowski
2025-02-06  9:05     ` Encarnacion, Cedric justine
2025-02-09 12:01       ` Krzysztof Kozlowski
2025-02-17  9:30         ` Encarnacion, Cedric justine
2025-02-17 10:52           ` Krzysztof Kozlowski
2025-01-24 15:39 ` [PATCH 2/2] hwmon: (pmbus/lt3074): add support for lt3074 Cedric Encarnacion
2025-01-25 22:44   ` kernel test robot
2025-01-25 22:53   ` Guenter Roeck
2025-01-27 20:35   ` kernel test robot
2025-01-29 16:14   ` Guenter Roeck
2025-02-06  9:06     ` Encarnacion, Cedric justine

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox