aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/opp/of.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2021-06-18opp: Allow required-opps to be used for non genpd use casesHsin-Yi Wang1-22/+2
2021-05-20opp: use list_del_init instead of list_del/INIT_LIST_HEADYang Yingliang1-2/+1
2021-03-15opp: Add devres wrapper for dev_pm_opp_of_add_tableYangtao Li1-0/+36
2021-02-02opp: Allow lazy-linking of required-oppsViresh Kumar1-5/+117
2021-02-02opp: Print OPP level in debug message of _opp_add_static_v2()Dmitry Osipenko1-2/+3
2021-02-02opp: Add dev_pm_opp_of_add_table_noclk()Viresh Kumar1-0/+18
2021-02-02opp: Defer acquiring the clk until OPPs are addedViresh Kumar1-4/+4
2021-02-02opp: Create _of_add_table_indexed() to reduce code duplicationViresh Kumar1-48/+33
2021-02-02opp: Correct debug message in _opp_add_static_v2()Dmitry Osipenko1-2/+2
2020-12-15Merge branch 'pm-cpufreq'Rafael J. Wysocki1-1/+1
2020-12-09Merge branch 'opp/empty' into opp/linux-nextViresh Kumar1-2/+5
2020-12-09opp: of: Allow empty opp-table with opp-sharedNicola Mazzucato1-2/+5
2020-12-09opp: Don't create an OPP table from dev_pm_opp_get_opp_table()Viresh Kumar1-2/+2
2020-11-10PM: EM: Add a flag indicating units of power values in Energy ModelLukasz Luba1-1/+1
2020-11-06opp: Allocate the OPP table outside of opp_table_lockViresh Kumar1-2/+3
2020-10-27opp: Don't always remove static OPPs in _of_add_opp_table_v1()Viresh Kumar1-0/+2
2020-09-16opp: Allow opp-level to be set to 0Viresh Kumar1-13/+7
2020-09-16opp: Allow opp-supported-hw to contain multiple versionsViresh Kumar1-14/+33
2020-09-16Merge branch 'opp/defer-probe' into HEADViresh Kumar1-15/+28
2020-09-16opp: Handle multiple calls for same OPP table in _of_add_opp_table_v1()Viresh Kumar1-11/+24
2020-08-25opp: Allow dev_pm_opp_get_opp_table() to return -EPROBE_DEFERStephan Gerhold1-4/+4
2020-08-24opp: Remove _dev_pm_opp_find_and_remove_table() wrapperViresh Kumar1-1/+1
2020-08-03Merge branches 'pm-em' and 'pm-core'Rafael J. Wysocki1-31/+45
2020-07-16opp: Increase parsed_static_opps in _of_add_opp_table_v1()Walter Lozano1-0/+4
2020-06-24OPP: refactor dev_pm_opp_of_register_em() and update related driversLukasz Luba1-26/+45
2020-06-24PM / EM: update callback structure and add device pointerLukasz Luba1-7/+2
2020-06-01opp: Don't parse icc paths unnecessarilySibi Sankar1-1/+44
2020-05-29opp: Add sanity checks in _read_opp_key()Georgi Djakov1-7/+13
2020-05-29opp: Add support for parsing interconnect bandwidthGeorgi Djakov1-1/+113
2020-05-13OPP: Add helpers for reading the binding propertiesSaravana Kannan1-18/+26
2019-12-10opp: Replace list_kref with a local counterViresh Kumar1-15/+11
2019-12-10opp: Free static OPPs on errors while adding themViresh Kumar1-4/+13
2019-10-23opp: Reinitialize the list_kref before adding the static OPPs againViresh Kumar1-0/+7
2019-10-10opp: of: drop incorrect lockdep_assert_held()Viresh Kumar1-2/+0
2019-07-26opp: of: Support multiple suspend OPPs defined in DTAnson Huang1-3/+6
2019-07-26opp: Don't decrement uninitialized list_krefViresh Kumar1-17/+4
2019-06-26Merge branch 'opp/linux-next' of git://git.kernel.org/pub/scm/linux/kernel/git/vireshk/pmRafael J. Wysocki1-28/+2
2019-06-19treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500Thomas Gleixner1-4/+1
2019-05-20opp: Allocate genpd_virt_devs from dev_pm_opp_attach_genpd()Viresh Kumar1-28/+2
2019-03-11OPP: Fix handling of multiple power domainsRajendra Nayak1-2/+14
2019-03-06Merge tag 'pm-5.1-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pmLinus Torvalds1-0/+99
2019-02-07PM / OPP: Introduce a power estimation helperQuentin Perret1-0/+99
2019-01-22OPP: Add support for parsing the 'opp-level' propertyRajendra Nayak1-0/+2
2018-12-14Merge branch 'opp/genpd/propagation' into opp/linux-nextViresh Kumar1-41/+278
2018-12-14OPP: Don't return 0 on error from of_get_required_opp_performance_state()Viresh Kumar1-5/+5
2018-12-14OPP: Improve _find_table_of_opp_np()Viresh Kumar1-4/+10
2018-12-11OPP: Fix missing debugfs supply directory for OPPsViresh Kumar1-4/+16
2018-11-23OPP: Fix parsing of multiple phandles in "operating-points-v2" propertyViresh Kumar1-4/+2
2018-11-05OPP: Remove of_dev_pm_opp_find_required_opp()Viresh Kumar1-54/+0
2018-11-05OPP: Rename and relocate of_genpd_opp_to_performance_state()Viresh Kumar1-0/+44