aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/powercap/dtpm_cpu.c
AgeCommit message (Expand)AuthorFilesLines
2024-04-16powercap: DTPM: Avoid explicit cpumask allocation on stackDawei Li1-6/+2
2024-03-11Merge branch 'pm-em'Rafael J. Wysocki1-11/+30
2024-02-16powercap: dtpm_cpu: Fix error check against freq_qos_add_request()Daniel Lezcano1-1/+1
2024-02-08powercap/dtpm_cpu: Use new Energy Model interface to get tableLukasz Luba1-10/+29
2023-12-05powercap: DTPM: Fix missing cpufreq_cpu_put() callsLukasz Luba1-4/+13
2023-11-28powercap: DTPM: Fix unneeded conversions to micro-WattsLukasz Luba1-5/+1
2022-08-02Merge tag 'pm-5.20-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafa...Linus Torvalds1-3/+2
2022-07-15PM: EM: convert power field to micro-Watts precision and align driversLukasz Luba1-3/+2
2022-06-28sched, drivers: Remove max param from effective_cpu_util()/sched_cpu_util()Dietmar Eggemann1-24/+9
2022-04-13powercap: DTPM: Check for Energy Model typeLukasz Luba1-1/+1
2022-02-23powercap/dtpm_cpu: Add exit functionDaniel Lezcano1-0/+7
2022-02-23powercap/dtpm_cpu: Reset per_cpu variable in the release functionDaniel Lezcano1-0/+7
2022-02-04powercap/drivers/dtpm: Add CPU DT initialization supportDaniel Lezcano1-6/+30
2022-02-04powercap/drivers/dtpm: Convert the init table section to a simple arrayDaniel Lezcano1-1/+4
2021-11-10powercap: DTPM: Fix suspend failure and kernel warningDaniel Lezcano1-6/+3
2021-10-21powercap/drivers/dtpm: Scale the power with the loadDaniel Lezcano1-7/+39
2021-10-21powercap/drivers/dtpm: Use container_of instead of a private data fieldDaniel Lezcano1-25/+23
2021-10-21powercap/drivers/dtpm: Simplify the dtpm tableDaniel Lezcano1-1/+3
2021-10-21powercap/drivers/dtpm: Encapsulate even more the codeDaniel Lezcano1-81/+67
2021-01-07powercap/drivers/dtpm: Fix size of object being allocatedColin Ian King1-1/+1
2020-12-22powercap/drivers/dtpm: Add CPU energy model based supportDaniel Lezcano1-0/+257