public inbox for linux-i2c@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH v3 0/2] LTC4286 and LTC4287 driver support
@ 2023-10-31  7:21 Delphine CC Chiu
  2023-10-31  7:21 ` [PATCH v3 1/2] dt-bindings: hwmon: Add lltc ltc4286 driver bindings Delphine CC Chiu
  2023-10-31  7:21 ` [PATCH v3 2/2] hwmon: pmbus: Add ltc4286 driver Delphine CC Chiu
  0 siblings, 2 replies; 8+ messages in thread
From: Delphine CC Chiu @ 2023-10-31  7:21 UTC (permalink / raw)
  To: patrick
  Cc: Delphine CC Chiu, Jean Delvare, Guenter Roeck, Rob Herring,
	Krzysztof Kozlowski, Conor Dooley, Jonathan Corbet, linux-i2c,
	linux-hwmon, devicetree, linux-kernel, linux-doc

v3 - Add LTC4286 and LTC4287 binding document
   - Add LTC4286 and LTC4287 driver

Delphine CC Chiu (2):
  dt-bindings: hwmon: Add lltc ltc4286 driver bindings
  hwmon: pmbus: Add ltc4286 driver

 .../bindings/hwmon/lltc,ltc4286.yaml          |  52 +++++
 Documentation/hwmon/ltc4286.rst               |  95 ++++++++++
 MAINTAINERS                                   |  10 +
 drivers/hwmon/pmbus/Kconfig                   |   9 +
 drivers/hwmon/pmbus/Makefile                  |   1 +
 drivers/hwmon/pmbus/ltc4286.c                 | 178 ++++++++++++++++++
 6 files changed, 345 insertions(+)
 create mode 100644 Documentation/devicetree/bindings/hwmon/lltc,ltc4286.yaml
 create mode 100644 Documentation/hwmon/ltc4286.rst
 create mode 100644 drivers/hwmon/pmbus/ltc4286.c

-- 
2.25.1


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

end of thread, other threads:[~2023-11-07  3:21 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-10-31  7:21 [PATCH v3 0/2] LTC4286 and LTC4287 driver support Delphine CC Chiu
2023-10-31  7:21 ` [PATCH v3 1/2] dt-bindings: hwmon: Add lltc ltc4286 driver bindings Delphine CC Chiu
2023-10-31 17:06   ` Conor Dooley
2023-10-31 17:11     ` Guenter Roeck
2023-11-07  3:12     ` Delphine_CC_Chiu/WYHQ/Wiwynn
2023-10-31  7:21 ` [PATCH v3 2/2] hwmon: pmbus: Add ltc4286 driver Delphine CC Chiu
2023-10-31 18:09   ` Guenter Roeck
2023-11-07  3:21     ` Delphine_CC_Chiu/WYHQ/Wiwynn

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