[PATCH 0/5] thermal/drivers: airoha: Add support for AN7583

Christian Marangi posted 5 patches 6 months, 3 weeks ago
There is a newer version of this series
...n7581-thermal.yaml => airoha-thermal.yaml} |  42 +-
drivers/thermal/airoha_thermal.c              | 368 +++++++++++++++---
2 files changed, 340 insertions(+), 70 deletions(-)
rename Documentation/devicetree/bindings/thermal/{airoha,en7581-thermal.yaml => airoha-thermal.yaml} (52%)
[PATCH 0/5] thermal/drivers: airoha: Add support for AN7583
Posted by Christian Marangi 6 months, 3 weeks ago
This small series implement all the required changes to
support Airoha AN7583 Thermal Sensor.

The SoC dropped the Monitor subsystem and only provide
temperature reading. Some generalization was required
to at least save the common code with also the help of
reg field API.

Also this driver will live under the Chip SCU regmap
entirely under a syscon hence the yaml schema
change to reject reg properties.

Christian Marangi (5):
  thermal: airoha: Convert to regmap API
  thermal/drivers: airoha: Generalize probe function
  thermal/drivers: airoha: Generalize get_thermal_ADC and set_mux
    function
  dt-bindings: thermal: airoha: Rename and Document AN7583 support
  thermal/drivers: airoha: Add support for AN7583 Thermal Sensor

 ...n7581-thermal.yaml => airoha-thermal.yaml} |  42 +-
 drivers/thermal/airoha_thermal.c              | 368 +++++++++++++++---
 2 files changed, 340 insertions(+), 70 deletions(-)
 rename Documentation/devicetree/bindings/thermal/{airoha,en7581-thermal.yaml => airoha-thermal.yaml} (52%)

-- 
2.48.1