Skip to content

Commit 316eaf1

Browse files
committed
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
2 parents e42617b + 6e456dc commit 316eaf1

File tree

2 files changed

+3
-5
lines changed

2 files changed

+3
-5
lines changed

MAINTAINERS

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -16314,12 +16314,10 @@ F: drivers/media/radio/radio-raremono.c
1631416314

1631516315
THERMAL
1631616316
M: Zhang Rui <[email protected]>
16317-
M: Eduardo Valentin <[email protected]>
16318-
R: Daniel Lezcano <[email protected]>
16317+
M: Daniel Lezcano <[email protected]>
1631916318
R: Amit Kucheria <[email protected]>
1632016319
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
1632316321
Q: https://patchwork.kernel.org/project/linux-pm/list/
1632416322
S: Supported
1632516323
F: drivers/thermal/

drivers/thermal/Kconfig

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,7 @@ config THERMAL_DEFAULT_GOV_USER_SPACE
108108

109109
config THERMAL_DEFAULT_GOV_POWER_ALLOCATOR
110110
bool "power_allocator"
111-
select THERMAL_GOV_POWER_ALLOCATOR
111+
depends on THERMAL_GOV_POWER_ALLOCATOR
112112
help
113113
Select this if you want to control temperature based on
114114
system and device power allocation. This governor can only

0 commit comments

Comments
 (0)