[PATCH 0/2] Add Support for LTC4296-1

From: Antoniu Miclaus
Date: Fri Oct 25 2024 - 08:01:12 EST


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