Merge tag 'thermal-v6.1-rc1-2' of https://git.kernel.org/pub/scm/linux/kernel/git/thermal/linux
Pull thermal control fixes for 6.1-rc1 from Daniel Lezcano: "- Used the platform data to get the sensor id instead of parsing the device in the driver and remove the dedicated OF function (Daniel Lezcano) - Fixed Kconfig dependency for the QCom tsens driver (Jonathan Cameron) - Fixed missing const annotation for the RCar ops driver and removed a duplicate parameter check (Lad Prabhakar) - Fixed a NULL pointer dereference when calling set_trip_temp() (Lad Prabhakar) - Fixed the fourth hardware id in the QCom tsens driver (Vincent Knecht)" * tag 'thermal-v6.1-rc1-2' of https://git.kernel.org/pub/scm/linux/kernel/git/thermal/linux: thermal/drivers/qcom/tsens-v0_1: Fix MSM8939 fourth sensor hw_id thermal/core: Add a check before calling set_trip_temp() thermal/core: Drop valid pointer check for type thermal/drivers/rcar_thermal: Constify static thermal_zone_device_ops thermal/drivers/qcom: Drop false build dependency of all QCOM drivers on QCOM_TSENS thermal/of: Remove the thermal_zone_of_get_sensor_id() function thermal/drivers/imx_sc: Rely on the platform data to get the resource id
No related branches found
No related tags found
Showing
- drivers/thermal/Makefile 1 addition, 1 deletiondrivers/thermal/Makefile
- drivers/thermal/imx_sc_thermal.c 33 additions, 35 deletionsdrivers/thermal/imx_sc_thermal.c
- drivers/thermal/qcom/tsens-v0_1.c 1 addition, 1 deletiondrivers/thermal/qcom/tsens-v0_1.c
- drivers/thermal/rcar_thermal.c 1 addition, 1 deletiondrivers/thermal/rcar_thermal.c
- drivers/thermal/thermal_core.c 1 addition, 1 deletiondrivers/thermal/thermal_core.c
- drivers/thermal/thermal_of.c 0 additions, 44 deletionsdrivers/thermal/thermal_of.c
- drivers/thermal/thermal_sysfs.c 5 additions, 3 deletionsdrivers/thermal/thermal_sysfs.c
- include/linux/thermal.h 0 additions, 10 deletionsinclude/linux/thermal.h
Loading
Please register or sign in to comment