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