aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLukasz Luba <[email protected]>2020-06-03 15:14:20 +0100
committerDaniel Lezcano <[email protected]>2020-07-21 15:06:02 +0200
commit8bcd0178d37bdbb90cf8502518e9720ea51e2d51 (patch)
treeb9131cc22bfe7dff6aa03735b440b74810ffde4b
parent679d10df716b78ece007414817ff6219f217afc9 (diff)
MAINTAINERS: Add maintenance information for IPA
Add entry for ARM Intelligent Power Allocation - thermal governor. Signed-off-by: Lukasz Luba <[email protected]> Signed-off-by: Daniel Lezcano <[email protected]> Link: https://lore.kernel.org/r/[email protected]
-rw-r--r--MAINTAINERS8
1 files changed, 8 insertions, 0 deletions
diff --git a/MAINTAINERS b/MAINTAINERS
index 496fd4eafb68..cc9837e04091 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -16963,6 +16963,14 @@ F: drivers/thermal/cpufreq_cooling.c
F: drivers/thermal/cpuidle_cooling.c
F: include/linux/cpu_cooling.h
+THERMAL/POWER_ALLOCATOR
+M: Lukasz Luba <[email protected]>
+S: Maintained
+F: Documentation/driver-api/thermal/power_allocator.rst
+F: drivers/thermal/power_allocator.c
+F: include/trace/events/thermal_power_allocator.h
+
THINKPAD ACPI EXTRAS DRIVER
M: Henrique de Moraes Holschuh <[email protected]>