summaryrefslogtreecommitdiffstats
path: root/drivers/powercap/dtpm_cpu.c
Commit message (Expand)AuthorAgeFilesLines
* powercap: DTPM: Fix missing cpufreq_cpu_put() callsLukasz Luba2023-12-051-4/+13
* powercap: DTPM: Fix unneeded conversions to micro-WattsLukasz Luba2023-11-281-5/+1
* Merge tag 'pm-5.20-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafa...Linus Torvalds2022-08-021-3/+2
|\
| * PM: EM: convert power field to micro-Watts precision and align driversLukasz Luba2022-07-151-3/+2
* | sched, drivers: Remove max param from effective_cpu_util()/sched_cpu_util()Dietmar Eggemann2022-06-281-24/+9
|/
* powercap: DTPM: Check for Energy Model typeLukasz Luba2022-04-131-1/+1
* powercap/dtpm_cpu: Add exit functionDaniel Lezcano2022-02-231-0/+7
* powercap/dtpm_cpu: Reset per_cpu variable in the release functionDaniel Lezcano2022-02-231-0/+7
* powercap/drivers/dtpm: Add CPU DT initialization supportDaniel Lezcano2022-02-041-6/+30
* powercap/drivers/dtpm: Convert the init table section to a simple arrayDaniel Lezcano2022-02-041-1/+4
* powercap: DTPM: Fix suspend failure and kernel warningDaniel Lezcano2021-11-101-6/+3
* powercap/drivers/dtpm: Scale the power with the loadDaniel Lezcano2021-10-211-7/+39
* powercap/drivers/dtpm: Use container_of instead of a private data fieldDaniel Lezcano2021-10-211-25/+23
* powercap/drivers/dtpm: Simplify the dtpm tableDaniel Lezcano2021-10-211-1/+3
* powercap/drivers/dtpm: Encapsulate even more the codeDaniel Lezcano2021-10-211-81/+67
* powercap/drivers/dtpm: Fix size of object being allocatedColin Ian King2021-01-071-1/+1
* powercap/drivers/dtpm: Add CPU energy model based supportDaniel Lezcano2020-12-221-0/+257