Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

Merge tag 'thermal-5.5-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/thermal/linux

Pull thermal fixes from Zhang Rui:
"Starting from this release cycle, we have Daniel Lezcano work as the
new thermal co-maintainer because Eduardo's email is bouncing for
sometime and we can not reach him. We also have a new shared git tree
so that both Daniel and I can actively working on it.

Specifics:

- Update MAINTAINER file for new thermal co-maintainer and new
thermal git tree address. (Daniel Lezcano, Florian Fainelli, Zhang
Rui)

- Fix a Kconfig warning. (YueHaibing)"

* tag 'thermal-5.5-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/thermal/linux:
MAINTAINERS: thermal: Change the git tree location
MAINTAINERS: thermal: Add Daniel Lezcano as the thermal maintainer
MAINTAINERS: thermal: Eduardo's email is bouncing
thermal: power_allocator: Fix Kconfig warning

+3 -5
+2 -4
MAINTAINERS
··· 16314 16314 16315 16315 THERMAL 16316 16316 M: Zhang Rui <rui.zhang@intel.com> 16317 - M: Eduardo Valentin <edubezval@gmail.com> 16318 - R: Daniel Lezcano <daniel.lezcano@linaro.org> 16317 + M: Daniel Lezcano <daniel.lezcano@linaro.org> 16319 16318 R: Amit Kucheria <amit.kucheria@verdurent.com> 16320 16319 L: linux-pm@vger.kernel.org 16321 - T: git git://git.kernel.org/pub/scm/linux/kernel/git/rzhang/linux.git 16322 - T: git git://git.kernel.org/pub/scm/linux/kernel/git/evalenti/linux-soc-thermal.git 16320 + T: git git://git.kernel.org/pub/scm/linux/kernel/git/thermal/linux.git 16323 16321 Q: https://patchwork.kernel.org/project/linux-pm/list/ 16324 16322 S: Supported 16325 16323 F: drivers/thermal/
+1 -1
drivers/thermal/Kconfig
··· 108 108 109 109 config THERMAL_DEFAULT_GOV_POWER_ALLOCATOR 110 110 bool "power_allocator" 111 - select THERMAL_GOV_POWER_ALLOCATOR 111 + depends on THERMAL_GOV_POWER_ALLOCATOR 112 112 help 113 113 Select this if you want to control temperature based on 114 114 system and device power allocation. This governor can only