summaryrefslogtreecommitdiffstats
path: root/drivers/powercap/dtpm.c
AgeCommit message (Expand)AuthorFilesLines
2022-03-01powercap: DTPM: Fix spelling mistake "initialze" -> "initialize"Colin Ian King1-1/+1
2022-03-01powercap: DTPM: dtpm_node_callback[] can be statickernel test robot1-1/+1
2022-02-23powercap/dtpm: Move the 'root' reset placeDaniel Lezcano1-3/+2
2022-02-23powercap/dtpm: Destroy hierarchy functionDaniel Lezcano1-0/+43
2022-02-23powercap/dtpm: Fixup kfree for virtual nodeDaniel Lezcano1-2/+2
2022-02-23powercap/dtpm: Change locking schemeDaniel Lezcano1-68/+27
2022-02-04powercap/drivers/dtpm: Add hierarchy creationDaniel Lezcano1-3/+187
2022-02-04powercap/drivers/dtpm: Convert the init table section to a simple arrayDaniel Lezcano1-0/+2
2021-12-23powercap/drivers/dtpm: Reduce trace verbosityDaniel Lezcano1-3/+3
2021-12-03powercap: DTPM: Drop unused local variable from init_dtpm()Rafael J. Wysocki1-2/+0
2021-12-01powercap/drivers/dtpm: Disable DTPM at boot timeDaniel Lezcano1-3/+0
2021-10-21powercap/drivers/dtpm: Fix power limit initializationDaniel Lezcano1-1/+3
2021-10-21powercap/drivers/dtpm: Use container_of instead of a private data fieldDaniel Lezcano1-12/+6
2021-10-21powercap/drivers/dtpm: Simplify the dtpm tableDaniel Lezcano1-2/+2
2021-10-21powercap/drivers/dtpm: Encapsulate even more the codeDaniel Lezcano1-27/+27
2021-03-01powercap/drivers/dtpm: Fix root node initializationDaniel Lezcano1-0/+3
2021-01-07powercap/drivers/dtpm: Fix an IS_ERR() vs NULL checkDan Carpenter1-2/+2
2021-01-07powercap/drivers/dtpm: Fix some missing unlock bugsDan Carpenter1-5/+12
2021-01-07powercap/drivers/dtpm: Fix a double shift bugDan Carpenter1-1/+1
2020-12-30powercap/drivers/dtpm: Fix __udivdi3 and __aeabi_uldivmod unresolved symbolsDaniel Lezcano1-3/+3
2020-12-22powercap/drivers/dtpm: Add API for dynamic thermal power managementDaniel Lezcano1-0/+473