mbox series

[v2,0/2] thermal: rcar_gen3_thermal: Add support for trip points

Message ID 20210804091818.2196806-1-niklas.soderlund+renesas@ragnatech.se
Headers show
Series thermal: rcar_gen3_thermal: Add support for trip points | expand

Message

Niklas Söderlund Aug. 4, 2021, 9:18 a.m. UTC
Hi Daniel,

This small series adds support for the .set_trips() to the
rcar_gen3_thermal driver on the platforms that supports it.

Patch 1/2 adds the actual trip point support while patch 2/2 is a drive-by fix of a
datatype found while working on this feature.

The work is based on-top of v5.14-rc1 and tested on M3-N and V3U
without any regressions or other issues.

Niklas Söderlund (2):
  thermal: rcar_gen3_thermal: Add support for hardware trip points
  thermal: rcar_gen3_thermal: Store TSC id as unsigned int

 drivers/thermal/rcar_gen3_thermal.c | 110 ++++++++++++++++++++++++++--
 1 file changed, 103 insertions(+), 7 deletions(-)