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