linux-doc.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 0/2] Add sq24905c support
@ 2025-08-04 12:48 ChiShih Tsai
  2025-08-04 12:48 ` [PATCH 1/2] dt-bindings: hwmon: adm1275: add " ChiShih Tsai
  2025-08-04 12:48 ` [PATCH 2/2] hwmon: (pmbus/adm1275) " ChiShih Tsai
  0 siblings, 2 replies; 6+ messages in thread
From: ChiShih Tsai @ 2025-08-04 12:48 UTC (permalink / raw)
  To: linux-hwmon, devicetree, linux-kernel, linux-doc
  Cc: jdelvare, linux, robh, krzk+dt, conor+dt, corbet, t630619,
	ChiShih Tsai

The SQ24905C is also a Hot-swap controller similar to the ADM1278, with the
following differences:
        * The MFR_ID register data is different.
        * The MFR_MODEL register data is different.

It also introduces two parameters "silergy,power-sample-average" and
"silergy,volt-curr-sample-average" for Digital Power Monitor. Device tree
bindings are updated accordingly.

The currently available ADM1275 driver supports the ADM1278 and this patch
adds support for the SQ24905C. The datasheet see link for reference.
https://www.silergy.com/download/downloadFile?id=5669&type=product&ftype=note

ChiShih Tsai (2):
  dt-bindings: hwmon: adm1275: add sq24905c support
  hwmon: (pmbus/adm1275) add sq24905c support

 .../bindings/hwmon/adi,adm1275.yaml           | 20 ++++++++++++++
 Documentation/hwmon/adm1275.rst               | 24 +++++++++++------
 drivers/hwmon/pmbus/Kconfig                   |  5 ++--
 drivers/hwmon/pmbus/adm1275.c                 | 27 +++++++++++++------
 4 files changed, 58 insertions(+), 18 deletions(-)

-- 
2.43.0


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

end of thread, other threads:[~2025-08-05  6:58 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-08-04 12:48 [PATCH 0/2] Add sq24905c support ChiShih Tsai
2025-08-04 12:48 ` [PATCH 1/2] dt-bindings: hwmon: adm1275: add " ChiShih Tsai
2025-08-04 15:59   ` Guenter Roeck
2025-08-05  6:58     ` Krzysztof Kozlowski
2025-08-04 12:48 ` [PATCH 2/2] hwmon: (pmbus/adm1275) " ChiShih Tsai
2025-08-04 20:04   ` Guenter Roeck

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).