Linux Hardware Monitor development
 help / color / mirror / Atom feed
* [PATCH 0/2] Add Support for LTC4296-1
@ 2024-10-25 11:56 Antoniu Miclaus
  2024-10-25 11:56 ` [PATCH 1/2] dt-bindings: hwmon: add ltc4296-1 support Antoniu Miclaus
  2024-10-25 11:56 ` [PATCH 2/2] hwmon: ltc4296-1: add driver support Antoniu Miclaus
  0 siblings, 2 replies; 6+ messages in thread
From: Antoniu Miclaus @ 2024-10-25 11:56 UTC (permalink / raw)
  To: Jean Delvare, Guenter Roeck, Rob Herring, Krzysztof Kozlowski,
	Conor Dooley, Antoniu Miclaus, linux-hwmon, devicetree,
	linux-kernel

This is an initial driver support containing the features that are
used in current projects.

The LTC4296-1 is an IEEE 802.3cg-compliant, five port, single-pair
power over Ethernet (SPoE), power sourcing equipment (PSE)
controller. SPoE simplifies system design and installation with
standardized power and Ethernet data over a single-pair cable.

Antoniu Miclaus (2):
  dt-bindings: hwmon: add ltc4296-1 support
  hwmon: ltc4296-1: add driver support

 .../bindings/hwmon/adi,ltc4296-1.yaml         | 105 +++
 drivers/hwmon/Kconfig                         |  10 +
 drivers/hwmon/Makefile                        |   1 +
 drivers/hwmon/ltc4296-1.c                     | 644 ++++++++++++++++++
 4 files changed, 760 insertions(+)
 create mode 100644 Documentation/devicetree/bindings/hwmon/adi,ltc4296-1.yaml
 create mode 100644 drivers/hwmon/ltc4296-1.c

-- 
2.46.2


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

end of thread, other threads:[~2024-10-28  7:42 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-10-25 11:56 [PATCH 0/2] Add Support for LTC4296-1 Antoniu Miclaus
2024-10-25 11:56 ` [PATCH 1/2] dt-bindings: hwmon: add ltc4296-1 support Antoniu Miclaus
2024-10-28  7:42   ` Krzysztof Kozlowski
2024-10-25 11:56 ` [PATCH 2/2] hwmon: ltc4296-1: add driver support Antoniu Miclaus
2024-10-25 14:22   ` Guenter Roeck
2024-10-25 15:01     ` Oleksij Rempel

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