aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/opp/debugfs.c
AgeCommit message (Expand)AuthorFilesLines
2024-03-11OPP: debugfs: Fix warning around icc_get_name()Viresh Kumar1-2/+4
2024-03-11OPP: debugfs: Fix warning with W=1 buildsViresh Kumar1-4/+4
2023-10-06OPP: debugfs: Fix warning with W=1 buildsViresh Kumar1-1/+1
2023-06-19OPP: Simplify the over-designed pstate <-> level danceViresh Kumar1-3/+0
2023-06-19OPP: pstate is only valid for genpd OPP tablesViresh Kumar1-1/+3
2023-02-08OPP: fix error checking in opp_migrate_dentry()Qi Zheng1-1/+1
2022-07-12OPP: Allow multiple clocks for a deviceViresh Kumar1-4/+23
2022-04-11opp: use list iterator only inside the loopXiaomeng Tong1-3/+7
2022-03-03OPP: Add "opp-microwatt" supporting codeLukasz Luba1-0/+3
2022-02-11opp: Expose of-node's name in debugfsViresh Kumar1-0/+5
2020-05-29opp: Expose bandwidth information via debugfsViresh Kumar1-0/+42
2019-06-19treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500Thomas Gleixner1-4/+1
2019-02-07opp: no need to check return value of debugfs_create functionsGreg Kroah-Hartman1-81/+29
2018-05-09PM / OPP: "opp-hz" is optional for power domainsViresh Kumar1-2/+13
2017-10-14PM / OPP: Support updating performance state of device's power domainViresh Kumar1-0/+3
2017-10-11PM / OPP: Use snprintf() to avoid kasprintf() and kfree()Arvind Yadav1-4/+3
2017-10-03PM / OPP: Move the OPP directory out of power/Viresh Kumar1-0/+249