[PATCH v3 0/3] Add OF support for Microchip emc2305 fan controller

florin.leotescu@oss.nxp.com posted 3 patches 11 months, 1 week ago
There is a newer version of this series
.../bindings/hwmon/microchip,emc2305.yaml     | 43 +++++++++++++++++++
drivers/hwmon/emc2305.c                       | 36 ++++++----------
2 files changed, 55 insertions(+), 24 deletions(-)
create mode 100644 Documentation/devicetree/bindings/hwmon/microchip,emc2305.yaml
[PATCH v3 0/3] Add OF support for Microchip emc2305 fan controller
Posted by florin.leotescu@oss.nxp.com 11 months, 1 week ago
From: Florin Leotescu <florin.leotescu@nxp.com>

This patch series add initial OF support for Microchip emc2305 fan controller.

Changes since v2:
- Removed the introduction of new properties for now and we only 
  enable basic OF support.
- Link to previous version: 
  https://lore.kernel.org/linux-arm-kernel/20250219133221.2641041-3-florin.leotescu@oss.nxp.com/T/

Florin Leotescu (3):
  dt-bindings: hwmon: Add Microchip emc2305 yaml schema
  hwmon: emc2305: Add OF support
  hwmon: emc2305: Use devm_thermal_of_cooling_device_register

 .../bindings/hwmon/microchip,emc2305.yaml     | 43 +++++++++++++++++++
 drivers/hwmon/emc2305.c                       | 36 ++++++----------
 2 files changed, 55 insertions(+), 24 deletions(-)
 create mode 100644 Documentation/devicetree/bindings/hwmon/microchip,emc2305.yaml

-- 
2.34.1