summaryrefslogtreecommitdiffstats
path: root/drivers/opp/of.c
AgeCommit message (Expand)AuthorLines
2022-05-25Merge tag 'opp-updates-5.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Rafael J. Wysocki-1/+1
2022-04-13PM: EM: Change the order of arguments in the .active_power() callbackLukasz Luba-3/+3
2022-04-11OPP: call of_node_put() on error path in _bandwidth_supported()Dan Carpenter-1/+1
2022-03-03OPP: Add support of "opp-microwatt" for EM registrationLukasz Luba-1/+60
2022-03-03OPP: Add "opp-microwatt" supporting codeLukasz Luba-2/+45
2021-10-08opp: Fix return in _opp_add_static_v2()YueHaibing-1/+1
2021-10-04opp: Add more resource-managed variants of dev_pm_opp_of_add_table()Dmitry Osipenko-7/+39
2021-10-04opp: Fix required-opps phandle array count checkPavankumar Kondeti-1/+1
2021-08-30Merge back new PM domains material for v5.15.Rafael J. Wysocki-10/+2
2021-08-16opp: Don't print an error if required-opps is missingRajendra Nayak-10/+2
2021-08-04opp: remove WARN when no valid OPPs remainMichał Mirosław-2/+3
2021-06-18opp: Allow required-opps to be used for non genpd use casesHsin-Yi Wang-22/+2
2021-05-20opp: use list_del_init instead of list_del/INIT_LIST_HEADYang Yingliang-2/+1
2021-03-15opp: Add devres wrapper for dev_pm_opp_of_add_tableYangtao Li-0/+36
2021-02-02opp: Allow lazy-linking of required-oppsViresh Kumar-5/+117
2021-02-02opp: Print OPP level in debug message of _opp_add_static_v2()Dmitry Osipenko-2/+3
2021-02-02opp: Add dev_pm_opp_of_add_table_noclk()Viresh Kumar-0/+18
2021-02-02opp: Defer acquiring the clk until OPPs are addedViresh Kumar-4/+4
2021-02-02opp: Create _of_add_table_indexed() to reduce code duplicationViresh Kumar-48/+33
2021-02-02opp: Correct debug message in _opp_add_static_v2()Dmitry Osipenko-2/+2
2020-12-15Merge branch 'pm-cpufreq'Rafael J. Wysocki-1/+1
2020-12-09Merge branch 'opp/empty' into opp/linux-nextViresh Kumar-2/+5
2020-12-09opp: of: Allow empty opp-table with opp-sharedNicola Mazzucato-2/+5
2020-12-09opp: Don't create an OPP table from dev_pm_opp_get_opp_table()Viresh Kumar-2/+2
2020-11-10PM: EM: Add a flag indicating units of power values in Energy ModelLukasz Luba-1/+1
2020-11-06opp: Allocate the OPP table outside of opp_table_lockViresh Kumar-2/+3
2020-10-27opp: Don't always remove static OPPs in _of_add_opp_table_v1()Viresh Kumar-0/+2
2020-09-16opp: Allow opp-level to be set to 0Viresh Kumar-13/+7
2020-09-16opp: Allow opp-supported-hw to contain multiple versionsViresh Kumar-14/+33
2020-09-16Merge branch 'opp/defer-probe' into HEADViresh Kumar-15/+28
2020-09-16opp: Handle multiple calls for same OPP table in _of_add_opp_table_v1()Viresh Kumar-11/+24
2020-08-25opp: Allow dev_pm_opp_get_opp_table() to return -EPROBE_DEFERStephan Gerhold-4/+4
2020-08-24opp: Remove _dev_pm_opp_find_and_remove_table() wrapperViresh Kumar-1/+1
2020-08-03Merge branches 'pm-em' and 'pm-core'Rafael J. Wysocki-31/+45
2020-07-16opp: Increase parsed_static_opps in _of_add_opp_table_v1()Walter Lozano-0/+4
2020-06-24OPP: refactor dev_pm_opp_of_register_em() and update related driversLukasz Luba-26/+45
2020-06-24PM / EM: update callback structure and add device pointerLukasz Luba-7/+2
2020-06-01opp: Don't parse icc paths unnecessarilySibi Sankar-1/+44
2020-05-29opp: Add sanity checks in _read_opp_key()Georgi Djakov-7/+13
2020-05-29opp: Add support for parsing interconnect bandwidthGeorgi Djakov-1/+113
2020-05-13OPP: Add helpers for reading the binding propertiesSaravana Kannan-18/+26
2019-12-10opp: Replace list_kref with a local counterViresh Kumar-15/+11
2019-12-10opp: Free static OPPs on errors while adding themViresh Kumar-4/+13
2019-10-23opp: Reinitialize the list_kref before adding the static OPPs againViresh Kumar-0/+7
2019-10-10opp: of: drop incorrect lockdep_assert_held()Viresh Kumar-2/+0
2019-07-26opp: of: Support multiple suspend OPPs defined in DTAnson Huang-3/+6
2019-07-26opp: Don't decrement uninitialized list_krefViresh Kumar-17/+4
2019-06-26Merge branch 'opp/linux-next' of git://git.kernel.org/pub/scm/linux/kernel/gi...Rafael J. Wysocki-28/+2
2019-06-19treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500Thomas Gleixner-4/+1
2019-05-20opp: Allocate genpd_virt_devs from dev_pm_opp_attach_genpd()Viresh Kumar-28/+2