Merge branch 'release' of git://git.kernel.org/pub/scm/linux/kernel/git/lenb/linux
Pull ACPI & Thermal updates from Len Brown: "The generic Linux thermal layer is gaining some new capabilities (generic cooling via cpufreq) and some new customers (ARM). Also, an ACPI EC bug fix plus a regression fix." * 'release' of git://git.kernel.org/pub/scm/linux/kernel/git/lenb/linux: (30 commits) tools/power/acpi/acpidump: remove duplicated include from acpidump.c ACPI idle, CPU hotplug: Fix NULL pointer dereference during hotplug cpuidle / ACPI: fix potential NULL pointer dereference ACPI: EC: Add a quirk for CLEVO M720T/M730T laptop ACPI: EC: Make the GPE storm threshold a module parameter thermal: Exynos: Fix NULL pointer dereference in exynos_unregister_thermal() Thermal: Fix bug on cpu_cooling, cooling device's id conflict problem. thermal: exynos: Use devm_* functions ARM: exynos: add thermal sensor driver platform data support thermal: exynos: register the tmu sensor with the kernel thermal layer thermal: exynos5: add exynos5250 thermal sensor driver support hwmon: exynos4: move thermal sensor driver to driver/thermal directory thermal: add generic cpufreq cooling implementation Fix a build error. thermal: Fix potential NULL pointer accesses thermal: add Renesas R-Car thermal sensor support thermal: fix potential out-of-bounds memory access Thermal: Introduce locking for cdev.thermal_instances list. Thermal: Unify the code for both active and passive cooling Thermal: Introduce simple arbitrator for setting device cooling state ...
Showing
- Documentation/thermal/cpu-cooling-api.txt 32 additions, 0 deletionsDocumentation/thermal/cpu-cooling-api.txt
- Documentation/thermal/exynos_thermal 3 additions, 32 deletionsDocumentation/thermal/exynos_thermal
- Documentation/thermal/sysfs-api.txt 8 additions, 1 deletionDocumentation/thermal/sysfs-api.txt
- drivers/acpi/ec.c 25 additions, 5 deletionsdrivers/acpi/ec.c
- drivers/acpi/processor_idle.c 2 additions, 1 deletiondrivers/acpi/processor_idle.c
- drivers/acpi/thermal.c 71 additions, 22 deletionsdrivers/acpi/thermal.c
- drivers/cpuidle/cpuidle.c 1 addition, 1 deletiondrivers/cpuidle/cpuidle.c
- drivers/hwmon/Kconfig 0 additions, 10 deletionsdrivers/hwmon/Kconfig
- drivers/hwmon/Makefile 0 additions, 1 deletiondrivers/hwmon/Makefile
- drivers/hwmon/exynos4_tmu.c 0 additions, 518 deletionsdrivers/hwmon/exynos4_tmu.c
- drivers/platform/x86/acerhdf.c 3 additions, 2 deletionsdrivers/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 3 additions, 2 deletionsdrivers/staging/omap-thermal/omap-thermal-common.c
- drivers/thermal/Kconfig 26 additions, 0 deletionsdrivers/thermal/Kconfig
- drivers/thermal/Makefile 4 additions, 1 deletiondrivers/thermal/Makefile
- drivers/thermal/cpu_cooling.c 449 additions, 0 deletionsdrivers/thermal/cpu_cooling.c
- drivers/thermal/exynos_thermal.c 997 additions, 0 deletionsdrivers/thermal/exynos_thermal.c
- drivers/thermal/rcar_thermal.c 260 additions, 0 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