public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/2] Add support for ADP1051/ADP1055 and LTP8800-1A/-2/-4A
@ 2024-11-20  3:58 Cedric Encarnacion
  2024-11-20  3:58 ` [PATCH 1/2] dt-bindings: hwmon: (pmbus/adp1050): Add bindings for adp1051, adp1055 and ltp8800 Cedric Encarnacion
  2024-11-20  3:58 ` [PATCH 2/2] hwmon: (pmbus/adp1050): add support " Cedric Encarnacion
  0 siblings, 2 replies; 25+ messages in thread
From: Cedric Encarnacion @ 2024-11-20  3:58 UTC (permalink / raw)
  To: devicetree, linux-kernel, linux-i2c, linux-doc, linux-hwmon
  Cc: Guenter Roeck, Jean Delvare, Jonathan Corbet, Delphine CC Chiu,
	Rob Herring, Krzysztof Kozlowski, Conor Dooley, Radu Sabau,
	Uwe Kleine-König, Alexis Czezar Torreno, Cedric Encarnacion,
	Andy Shevchenko

The ADP1051, and ADP1055 have 6 PWM for individual monitoring. ADP1051
can monitor input/output voltages, input/output currents, and temperature.
ADP1055 is similar and can also monitor power.

The LTP8800-1A/-2/-4A is a 150A/135A/200A step-down μModule regulator that
provides microprocessor core voltage from 54V power distribution
architecture. It features remote configurability and telemetry monitoring
of power management parameters over PMBus.

This patch combines existing patch series adding support for adp1051/
adp1055 and ltp8800-XX. Below are references to the original patch series.

ADP1051/ADP1055:
Link: https://lore.kernel.org/20241106090311.17536-1-alexisczezar.torreno@analog.com
Link: https://lore.kernel.org/20241106090311.17536-2-alexisczezar.torreno@analog.com
Link: https://lore.kernel.org/20241106090311.17536-3-alexisczezar.torreno@analog.com

LTP8800-1A/-2/-4A:
Link: https://lore.kernel.org/20241106030918.24849-1-cedricjustine.encarnacion@analog.com
Link: https://lore.kernel.org/20241106030918.24849-2-cedricjustine.encarnacion@analog.com
Link: https://lore.kernel.org/20241106030918.24849-3-cedricjustine.encarnacion@analog.com

changes from v1 of original ADP1051/ADP1055 patch series:

adp1050:
  * Removed stray change in "includes" and stray blank line
  * The requested datasheet link to be added is in the documentation
  * Patterned format of pmbus_driver_info of new devices to the existing
    one

Bindings:
  * Removed abnormal newline

changes from v2 of original LTP8800 patch series:

adp1050:
  * Extended adp1050 to support ltp8800-xx devices instead of separate
    client driver
  * Used PMBUS_REGULATOR_ONE

Cedric Encarnacion (2):
  dt-bindings: hwmon: (pmbus/adp1050): Add bindings for adp1051, adp1055
    and ltp8800
  hwmon: (pmbus/adp1050): add support for adp1051, adp1055 and ltp8800

 .../bindings/hwmon/pmbus/adi,adp1050.yaml     | 15 +++-
 Documentation/hwmon/adp1050.rst               | 63 ++++++++++++++--
 drivers/hwmon/pmbus/Kconfig                   |  9 +++
 drivers/hwmon/pmbus/adp1050.c                 | 72 ++++++++++++++++++-
 4 files changed, 150 insertions(+), 9 deletions(-)


base-commit: 3996187f80a0e24bff1959609065d49041cf648d
-- 
2.39.5


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

end of thread, other threads:[~2024-11-29  9:12 UTC | newest]

Thread overview: 25+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-11-20  3:58 [PATCH 0/2] Add support for ADP1051/ADP1055 and LTP8800-1A/-2/-4A Cedric Encarnacion
2024-11-20  3:58 ` [PATCH 1/2] dt-bindings: hwmon: (pmbus/adp1050): Add bindings for adp1051, adp1055 and ltp8800 Cedric Encarnacion
2024-11-20 17:11   ` Conor Dooley
2024-11-20 17:35     ` Krzysztof Kozlowski
2024-11-20 18:07       ` Guenter Roeck
2024-11-20 18:39         ` Krzysztof Kozlowski
2024-11-25  2:44           ` Encarnacion, Cedric justine
2024-11-29  9:12             ` Nuno Sá
2024-11-20 18:00     ` Guenter Roeck
2024-11-23 19:56       ` Conor Dooley
2024-11-23 19:58         ` Conor Dooley
2024-11-25  2:44           ` Encarnacion, Cedric justine
2024-11-25 18:48             ` Conor Dooley
2024-11-20  3:58 ` [PATCH 2/2] hwmon: (pmbus/adp1050): add support " Cedric Encarnacion
2024-11-20  5:00   ` Randy Dunlap
2024-11-20 13:45     ` Andy Shevchenko
2024-11-20 13:52   ` Andy Shevchenko
2024-11-20 14:53     ` Guenter Roeck
2024-11-20 16:29       ` Andy Shevchenko
2024-11-25  3:07         ` Encarnacion, Cedric justine
2024-11-20 14:39   ` Guenter Roeck
2024-11-21 21:54   ` kernel test robot
2024-11-22 13:46   ` kernel test robot
2024-11-23  3:11   ` kernel test robot
2024-11-27  0:56   ` kernel test robot

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