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