-
- Downloads
Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/evalenti/linux-soc-thermal
Pull thermal management updates from Eduardo Valentin: - rework tsens driver to add support for tsens-v2 (Amit Kucheria) - rework armada thermal driver to use syscon and multichannel support (Miquel Raynal) - fixes to TI SoC, IMX, Exynos, RCar, and hwmon drivers * 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/evalenti/linux-soc-thermal: (34 commits) thermal: armada: fix copy-paste error in armada_thermal_probe() thermal: rcar_thermal: avoid NULL dereference in absence of IRQ resources thermal: samsung: Remove Exynos5440 clock handling left-overs thermal: tsens: Fix negative temperature reporting thermal: tsens: switch from of_iomap() to devm_ioremap_resource() thermal: tsens: Rename variable thermal: tsens: Add generic support for TSENS v2 IP thermal: tsens: Rename tsens-8996 to tsens-v2 for reuse thermal: tsens: Add support to split up register address space into two dt: thermal: tsens: Document the fallback DT property for v2 of TSENS IP thermal: tsens: Get rid of unused fields in structure thermal_hwmon: Pass the originating device down to hwmon_device_register_with_info thermal_hwmon: Sanitize attribute name passed to hwmon dt-bindings: thermal: armada: add reference to new bindings dt-bindings: cp110: add the thermal node in the syscon file dt-bindings: cp110: update documentation since DT de-duplication dt-bindings: ap806: add the thermal node in the syscon file dt-bindings: cp110: prepare the syscon file to list other syscons nodes dt-bindings: ap806: prepare the syscon file to list other syscons nodes dt-bindings: cp110: rename cp110 syscon file ...
No related branches found
No related tags found
Showing
- Documentation/devicetree/bindings/arm/marvell/ap806-system-controller.txt 43 additions, 5 deletions...vicetree/bindings/arm/marvell/ap806-system-controller.txt
- Documentation/devicetree/bindings/arm/marvell/cp110-system-controller.txt 49 additions, 12 deletions...vicetree/bindings/arm/marvell/cp110-system-controller.txt
- Documentation/devicetree/bindings/thermal/armada-thermal.txt 5 additions, 0 deletionsDocumentation/devicetree/bindings/thermal/armada-thermal.txt
- Documentation/devicetree/bindings/thermal/qcom-tsens.txt 25 additions, 6 deletionsDocumentation/devicetree/bindings/thermal/qcom-tsens.txt
- drivers/thermal/armada_thermal.c 408 additions, 126 deletionsdrivers/thermal/armada_thermal.c
- drivers/thermal/imx_thermal.c 4 additions, 1 deletiondrivers/thermal/imx_thermal.c
- drivers/thermal/qcom/Makefile 1 addition, 1 deletiondrivers/thermal/qcom/Makefile
- drivers/thermal/qcom/tsens-common.c 21 additions, 8 deletionsdrivers/thermal/qcom/tsens-common.c
- drivers/thermal/qcom/tsens-v2.c 77 additions, 0 deletionsdrivers/thermal/qcom/tsens-v2.c
- drivers/thermal/qcom/tsens.c 3 additions, 0 deletionsdrivers/thermal/qcom/tsens.c
- drivers/thermal/qcom/tsens.h 5 additions, 3 deletionsdrivers/thermal/qcom/tsens.h
- drivers/thermal/rcar_thermal.c 1 addition, 1 deletiondrivers/thermal/rcar_thermal.c
- drivers/thermal/samsung/exynos_tmu.c 0 additions, 5 deletionsdrivers/thermal/samsung/exynos_tmu.c
- drivers/thermal/thermal_hwmon.c 2 additions, 1 deletiondrivers/thermal/thermal_hwmon.c
- drivers/thermal/ti-soc-thermal/dra752-bandgap.h 0 additions, 68 deletionsdrivers/thermal/ti-soc-thermal/dra752-bandgap.h
- drivers/thermal/ti-soc-thermal/dra752-thermal-data.c 0 additions, 65 deletionsdrivers/thermal/ti-soc-thermal/dra752-thermal-data.c
- drivers/thermal/ti-soc-thermal/omap3-thermal-data.c 0 additions, 6 deletionsdrivers/thermal/ti-soc-thermal/omap3-thermal-data.c
- drivers/thermal/ti-soc-thermal/omap4-thermal-data.c 0 additions, 10 deletionsdrivers/thermal/ti-soc-thermal/omap4-thermal-data.c
- drivers/thermal/ti-soc-thermal/omap4xxx-bandgap.h 0 additions, 10 deletionsdrivers/thermal/ti-soc-thermal/omap4xxx-bandgap.h
- drivers/thermal/ti-soc-thermal/omap5-thermal-data.c 1 addition, 45 deletionsdrivers/thermal/ti-soc-thermal/omap5-thermal-data.c
Loading
Please register or sign in to comment