public inbox for linux-i2c@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/2] Add adm1281 support
@ 2024-04-17  0:07 Jose Ramon San Buenaventura
  2024-04-17  0:07 ` [PATCH 1/2] dt-bindings: hwmon: adm1275: add adm1281 Jose Ramon San Buenaventura
  2024-04-17  0:07 ` [PATCH 2/2] hwmon: pmbus: adm1275: add adm1281 support Jose Ramon San Buenaventura
  0 siblings, 2 replies; 10+ messages in thread
From: Jose Ramon San Buenaventura @ 2024-04-17  0:07 UTC (permalink / raw)
  To: linux-hwmon, devicetree, linux-kernel, linux-doc, linux-i2c
  Cc: Jean Delvare, Guenter Roeck, Rob Herring, Krzysztof Kozlowski,
	Conor Dooley, Jonathan Corbet, Delphine CC Chiu,
	Jose Ramon San Buenaventura

The ADM1281 is also a Hot-swap controller designed to be a drop-in
replacement to the ADM1278. The currently available adm1275 driver supports
the adm1278 and this patch adds support for the adm1281, specifically
adding support for STATUS_CML register reads.
 
An existing patch was found that adds support for the adm1281 but has not 
been followed up since November 22, 2023. This patch aims to serve as a
follow up or an improvement of the previously submitted patch especially
since the code was tested on the actual adm1281 evaluation board.

Jose Ramon San Buenaventura (2):
  dt-bindings: hwmon: adm1275: add adm1281
  hwmon: pmbus: adm1275: add adm1281 support

 .../bindings/hwmon/adi,adm1275.yaml           |  4 ++-
 Documentation/hwmon/adm1275.rst               | 14 +++++++---
 drivers/hwmon/pmbus/Kconfig                   |  4 +--
 drivers/hwmon/pmbus/adm1275.c                 | 27 +++++++++++++++++--
 4 files changed, 41 insertions(+), 8 deletions(-)


base-commit: 96fca68c4fbf77a8185eb10f7557e23352732ea2
-- 
2.39.2


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

end of thread, other threads:[~2024-04-19 12:33 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-04-17  0:07 [PATCH 0/2] Add adm1281 support Jose Ramon San Buenaventura
2024-04-17  0:07 ` [PATCH 1/2] dt-bindings: hwmon: adm1275: add adm1281 Jose Ramon San Buenaventura
2024-04-17 15:15   ` Conor Dooley
2024-04-17  0:07 ` [PATCH 2/2] hwmon: pmbus: adm1275: add adm1281 support Jose Ramon San Buenaventura
2024-04-17  0:32   ` Guenter Roeck
2024-04-17 15:24     ` Guenter Roeck
2024-04-18  8:31       ` SanBuenaventura, Jose
2024-04-18 11:55         ` Guenter Roeck
2024-04-19  2:46           ` SanBuenaventura, Jose
2024-04-19 12:33             ` Guenter Roeck

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