summaryrefslogtreecommitdiffstats
path: root/drivers/powercap/dtpm.c
Commit message (Expand)AuthorAgeFilesLines
* 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