summaryrefslogtreecommitdiffstats
path: root/drivers/powercap/dtpm.c
Commit message (Expand)AuthorAgeFilesLines
* powercap: DTPM: Fix spelling mistake "initialze" -> "initialize"Colin Ian King2022-03-011-1/+1
* powercap: DTPM: dtpm_node_callback[] can be statickernel test robot2022-03-011-1/+1
* powercap/dtpm: Move the 'root' reset placeDaniel Lezcano2022-02-231-3/+2
* powercap/dtpm: Destroy hierarchy functionDaniel Lezcano2022-02-231-0/+43
* powercap/dtpm: Fixup kfree for virtual nodeDaniel Lezcano2022-02-231-2/+2
* powercap/dtpm: Change locking schemeDaniel Lezcano2022-02-231-68/+27
* powercap/drivers/dtpm: Add hierarchy creationDaniel Lezcano2022-02-041-3/+187
* powercap/drivers/dtpm: Convert the init table section to a simple arrayDaniel Lezcano2022-02-041-0/+2
* powercap/drivers/dtpm: Reduce trace verbosityDaniel Lezcano2021-12-231-3/+3
* powercap: DTPM: Drop unused local variable from init_dtpm()Rafael J. Wysocki2021-12-031-2/+0
* powercap/drivers/dtpm: Disable DTPM at boot timeDaniel Lezcano2021-12-011-3/+0
* powercap/drivers/dtpm: Fix power limit initializationDaniel Lezcano2021-10-211-1/+3
* powercap/drivers/dtpm: Use container_of instead of a private data fieldDaniel Lezcano2021-10-211-12/+6
* powercap/drivers/dtpm: Simplify the dtpm tableDaniel Lezcano2021-10-211-2/+2
* powercap/drivers/dtpm: Encapsulate even more the codeDaniel Lezcano2021-10-211-27/+27
* powercap/drivers/dtpm: Fix root node initializationDaniel Lezcano2021-03-011-0/+3
* powercap/drivers/dtpm: Fix an IS_ERR() vs NULL checkDan Carpenter2021-01-071-2/+2
* powercap/drivers/dtpm: Fix some missing unlock bugsDan Carpenter2021-01-071-5/+12
* powercap/drivers/dtpm: Fix a double shift bugDan Carpenter2021-01-071-1/+1
* powercap/drivers/dtpm: Fix __udivdi3 and __aeabi_uldivmod unresolved symbolsDaniel Lezcano2020-12-301-3/+3
* powercap/drivers/dtpm: Add API for dynamic thermal power managementDaniel Lezcano2020-12-221-0/+473