Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/rzhang/linux
Pull thermal management updates from Zhang Rui: - add thermal driver for R-Car Gen3 thermal sensors. - add thermal driver for ZTE' zx2967 family thermal sensors. - convert thermal ID allocation from IDR to IDA. - fix a possible NULL dereference in imx thermal driver. - fix a ti-soc-thermal driver dependency issue so that critical thermal control is still available when CPU_THERMAL is not defined. - update binding information for QorIQ thermal driver. - a couple of cleanups in thermal core, intel_powerclamp, exynos, dra752-thermal, mtk-thermal driver. * 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/rzhang/linux: powerpc/mpc85xx: Update TMU device tree node for T1023/T1024 powerpc/mpc85xx: Update TMU device tree node for T1040/T1042 dt-bindings: Update QorIQ TMU thermal bindings thermal: mtk_thermal: Staticise a number of data variables thermal: arm: dra752: Remove all TSHUT related definitions thermal: arm: dra752: Remove TSHUT configuration thermal: ti-soc-thermal: Remove CPU_THERMAL Dependency from TI_THERMAL thermal: imx: Fix possible NULL dereference. thermal: exynos: Remove parsing unused samsung,tmu_cal_mode property thermal: zx2967: add thermal driver for ZTE's zx2967 family thermal: use cpumask_var_t for on-stack cpu masks dt: bindings: add documentation for zx2967 family thermal sensor thermal/intel_powerclamp: Remove set-but-not-used variables thermal: rcar_gen3_thermal: Add R-Car Gen3 thermal driver thermal: rcar_gen3_thermal: Document the R-Car Gen3 thermal: convert devfreq_cooling to use an IDA thermal: convert cpu_cooling to use an IDA thermal: convert clock cooling to use an IDA thermal core: convert ID allocation to IDA
Showing
- Documentation/devicetree/bindings/thermal/qoriq-thermal.txt 7 additions, 0 deletionsDocumentation/devicetree/bindings/thermal/qoriq-thermal.txt
- Documentation/devicetree/bindings/thermal/rcar-gen3-thermal.txt 56 additions, 0 deletions...ntation/devicetree/bindings/thermal/rcar-gen3-thermal.txt
- Documentation/devicetree/bindings/thermal/zx2967-thermal.txt 116 additions, 0 deletionsDocumentation/devicetree/bindings/thermal/zx2967-thermal.txt
- arch/powerpc/boot/dts/fsl/t1023si-post.dtsi 2 additions, 2 deletionsarch/powerpc/boot/dts/fsl/t1023si-post.dtsi
- arch/powerpc/boot/dts/fsl/t1040si-post.dtsi 2 additions, 2 deletionsarch/powerpc/boot/dts/fsl/t1040si-post.dtsi
- drivers/thermal/Kconfig 17 additions, 0 deletionsdrivers/thermal/Kconfig
- drivers/thermal/Makefile 2 additions, 0 deletionsdrivers/thermal/Makefile
- drivers/thermal/clock_cooling.c 8 additions, 42 deletionsdrivers/thermal/clock_cooling.c
- drivers/thermal/cpu_cooling.c 37 additions, 65 deletionsdrivers/thermal/cpu_cooling.c
- drivers/thermal/devfreq_cooling.c 9 additions, 44 deletionsdrivers/thermal/devfreq_cooling.c
- drivers/thermal/imx_thermal.c 4 additions, 0 deletionsdrivers/thermal/imx_thermal.c
- drivers/thermal/intel_powerclamp.c 0 additions, 4 deletionsdrivers/thermal/intel_powerclamp.c
- drivers/thermal/mtk_thermal.c 8 additions, 8 deletionsdrivers/thermal/mtk_thermal.c
- drivers/thermal/rcar_gen3_thermal.c 335 additions, 0 deletionsdrivers/thermal/rcar_gen3_thermal.c
- drivers/thermal/samsung/exynos_tmu.c 0 additions, 1 deletiondrivers/thermal/samsung/exynos_tmu.c
- drivers/thermal/samsung/exynos_tmu.h 0 additions, 1 deletiondrivers/thermal/samsung/exynos_tmu.h
- drivers/thermal/thermal_core.c 26 additions, 49 deletionsdrivers/thermal/thermal_core.c
- drivers/thermal/ti-soc-thermal/Kconfig 0 additions, 1 deletiondrivers/thermal/ti-soc-thermal/Kconfig
- drivers/thermal/ti-soc-thermal/dra752-bandgap.h 0 additions, 19 deletionsdrivers/thermal/ti-soc-thermal/dra752-bandgap.h
- drivers/thermal/ti-soc-thermal/dra752-thermal-data.c 1 addition, 27 deletionsdrivers/thermal/ti-soc-thermal/dra752-thermal-data.c
Loading
Please register or sign in to comment