public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH v4 0/3] Add support for ADP1051/ADP1055 and LTP8800-1A/-2/-4A
@ 2025-01-24 15:17 Cedric Encarnacion
  2025-01-24 15:17 ` [PATCH v4 1/3] dt-bindings: hwmon: (pmbus/adp1050): Add adp1051, adp1055 and ltp8800 Cedric Encarnacion
                   ` (3 more replies)
  0 siblings, 4 replies; 10+ messages in thread
From: Cedric Encarnacion @ 2025-01-24 15:17 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

This patch is a continuation of this series:

Link: https://lore.kernel.org/20241120035826.3920-1-cedricjustine.encarnacion@analog.com

which is a combined series from two original patch series for each of the
above family of devices. Both LTP8800 and ADP1051/55 have similar set of
registers. The series was v2 of one and v3 of another. Hence, as suggested,
this patch proceeds to v4 which succeeds the highest.

v4:
  * Removed stray change.
  * Removed wildcards. Used the device names instead.
  * Separate patch for adding regulator support.
  * Removed const keyword from pmbus_driver_info at probe.
  * Added doc entries for LTP8800 in adp1050.rst.

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

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


base-commit: a76539b293677c5c163b9285b0cd8dd420d33989
-- 
2.39.5


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

end of thread, other threads:[~2025-01-25 12:44 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-01-24 15:17 [PATCH v4 0/3] Add support for ADP1051/ADP1055 and LTP8800-1A/-2/-4A Cedric Encarnacion
2025-01-24 15:17 ` [PATCH v4 1/3] dt-bindings: hwmon: (pmbus/adp1050): Add adp1051, adp1055 and ltp8800 Cedric Encarnacion
2025-01-24 16:33   ` Conor Dooley
2025-01-24 15:17 ` [PATCH v4 2/3] hwmon: (pmbus/adp1050): Add support for " Cedric Encarnacion
2025-01-24 16:23   ` Andy Shevchenko
2025-01-25  4:44   ` kernel test robot
2025-01-25  5:56   ` kernel test robot
2025-01-25 12:43   ` kernel test robot
2025-01-24 15:17 ` [PATCH v4 3/3] hwmon: (pmbus/adp1050): Add regulator support for ltp8800 Cedric Encarnacion
2025-01-24 16:24 ` [PATCH v4 0/3] Add support for ADP1051/ADP1055 and LTP8800-1A/-2/-4A Andy Shevchenko

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