Merge branch 'release' of git://git.kernel.org/pub/scm/linux/kernel/git/rzhang/linux
Pull thermal management update from Zhang Rui: "Highlights: - Introduction of thermal policy support, together with three new thermal governors, including step_wise, user_space, fire_share. - Introduction of ST-Ericsson db8500_thermal driver and ST-Ericsson db8500_cpufreq_cooling driver. - Thermal Kconfig file and Makefile refactor. - Fixes for generic thermal layer, generic cpucooling, rcar thermal driver and Exynos thermal driver." * 'release' of git://git.kernel.org/pub/scm/linux/kernel/git/rzhang/linux: (36 commits) Thermal: Fix DEFAULT_THERMAL_GOVERNOR Thermal: fix a NULL pointer dereference when generic thermal layer is built as a module thermal: rcar: add rcar_zone_to_priv() macro thermal: rcar: fixup the unit of temperature thermal: cpu cooling: allow module builds thermal: cpu cooling: use const parameter while registering Thermal: Add ST-Ericsson DB8500 thermal properties and platform data. Thermal: Add ST-Ericsson DB8500 thermal driver. drivers/thermal/Makefile refactor Exynos: Add missing dependency Refactor drivers/thermal/Kconfig thermal: cpu_cooling: Make 'notify_device' static Thermal: Remove the cooling_cpufreq_list. Thermal: fix bug of counting cpu frequencies. Thermal: add indent for code alignment. thermal: rcar_thermal: remove explicitly used devm_kfree/iounap() thermal: user_space: Add missing static storage class specifiers thermal: fair_share: Add missing static storage class specifiers thermal: step_wise: Add missing static storage class specifiers Thermal: Fix oops and unlocking in thermal_sys.c ...
Showing
- Documentation/devicetree/bindings/thermal/db8500-thermal.txt 44 additions, 0 deletionsDocumentation/devicetree/bindings/thermal/db8500-thermal.txt
- Documentation/thermal/sysfs-api.txt 64 additions, 0 deletionsDocumentation/thermal/sysfs-api.txt
- arch/arm/boot/dts/dbx5x0.dtsi 14 additions, 0 deletionsarch/arm/boot/dts/dbx5x0.dtsi
- arch/arm/boot/dts/snowball.dts 31 additions, 0 deletionsarch/arm/boot/dts/snowball.dts
- arch/arm/configs/u8500_defconfig 2 additions, 0 deletionsarch/arm/configs/u8500_defconfig
- arch/arm/mach-ux500/board-mop500.c 64 additions, 0 deletionsarch/arm/mach-ux500/board-mop500.c
- drivers/acpi/thermal.c 3 additions, 3 deletionsdrivers/acpi/thermal.c
- drivers/platform/x86/acerhdf.c 1 addition, 1 deletiondrivers/platform/x86/acerhdf.c
- drivers/platform/x86/intel_mid_thermal.c 1 addition, 1 deletiondrivers/platform/x86/intel_mid_thermal.c
- drivers/power/power_supply_core.c 1 addition, 1 deletiondrivers/power/power_supply_core.c
- drivers/staging/omap-thermal/omap-thermal-common.c 1 addition, 1 deletiondrivers/staging/omap-thermal/omap-thermal-common.c
- drivers/thermal/Kconfig 75 additions, 7 deletionsdrivers/thermal/Kconfig
- drivers/thermal/Makefile 14 additions, 3 deletionsdrivers/thermal/Makefile
- drivers/thermal/cpu_cooling.c 28 additions, 79 deletionsdrivers/thermal/cpu_cooling.c
- drivers/thermal/db8500_cpufreq_cooling.c 108 additions, 0 deletionsdrivers/thermal/db8500_cpufreq_cooling.c
- drivers/thermal/db8500_thermal.c 531 additions, 0 deletionsdrivers/thermal/db8500_thermal.c
- drivers/thermal/exynos_thermal.c 1 addition, 1 deletiondrivers/thermal/exynos_thermal.c
- drivers/thermal/fair_share.c 133 additions, 0 deletionsdrivers/thermal/fair_share.c
- drivers/thermal/rcar_thermal.c 8 additions, 19 deletionsdrivers/thermal/rcar_thermal.c
- drivers/thermal/spear_thermal.c 1 addition, 1 deletiondrivers/thermal/spear_thermal.c
Loading
Please register or sign in to comment