public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH v4 0/2] LTC4286 and LTC4287 driver support
@ 2023-11-09  1:49 Delphine CC Chiu
  2023-11-09  1:49 ` [PATCH v4 1/2] dt-bindings: hwmon: Add lltc ltc4286 driver bindings Delphine CC Chiu
  2023-11-09  1:49 ` [PATCH v4 2/2] hwmon: pmbus: Add ltc4286 driver Delphine CC Chiu
  0 siblings, 2 replies; 10+ messages in thread
From: Delphine CC Chiu @ 2023-11-09  1:49 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

v4 - 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          |  51 +++++
 Documentation/hwmon/index.rst                 |   1 +
 Documentation/hwmon/ltc4286.rst               |  95 ++++++++++
 MAINTAINERS                                   |  10 +
 drivers/hwmon/pmbus/Kconfig                   |  10 +
 drivers/hwmon/pmbus/Makefile                  |   1 +
 drivers/hwmon/pmbus/ltc4286.c                 | 177 ++++++++++++++++++
 7 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] 10+ messages in thread

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

Thread overview: 10+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-11-09  1:49 [PATCH v4 0/2] LTC4286 and LTC4287 driver support Delphine CC Chiu
2023-11-09  1:49 ` [PATCH v4 1/2] dt-bindings: hwmon: Add lltc ltc4286 driver bindings Delphine CC Chiu
2023-11-09 17:09   ` Conor Dooley
2023-11-15  8:38     ` Delphine_CC_Chiu/WYHQ/Wiwynn
2023-11-15 12:17       ` Krzysztof Kozlowski
2023-11-21  2:27         ` Delphine_CC_Chiu/WYHQ/Wiwynn
2023-11-09  1:49 ` [PATCH v4 2/2] hwmon: pmbus: Add ltc4286 driver Delphine CC Chiu
2023-11-09 17:27   ` Guenter Roeck
2023-11-09 19:50     ` Guenter Roeck
2023-11-15  8:46     ` 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