- 27ff8187 opp: Fix return in _opp_add_static_v2() by YueHaibing · 3 years, 3 months ago
- e69709f opp: Add more resource-managed variants of dev_pm_opp_of_add_table() by Dmitry Osipenko · 3 years, 3 months ago
- 3734b9f opp: Change type of dev_pm_opp_attach_genpd(names) argument by Dmitry Osipenko · 3 years, 3 months ago
- 8b7912f opp: Fix required-opps phandle array count check by Pavankumar Kondeti · 3 years, 3 months ago
- fe58335 Merge branches 'pm-pci', 'pm-sleep', 'pm-domains' and 'powercap' by Rafael J. Wysocki · 3 years, 4 months ago
- bc0d0b1 Merge back new PM domains material for v5.15. by Rafael J. Wysocki · 3 years, 4 months ago
- 19526d0 opp: core: Check for pending links before reading required_opp pointers by Marijn Suijten · 3 years, 4 months ago
- 020d86f opp: Don't print an error if required-opps is missing by Rajendra Nayak · 3 years, 5 months ago
- c3ddfe6 opp: Drop empty-table checks from _put functions by Dmitry Osipenko · 3 years, 4 months ago
- 335ffab opp: remove WARN when no valid OPPs remain by Michał Mirosław · 3 years, 5 months ago
- 4fa82a87 opp: Allow required-opps to be used for non genpd use cases by Hsin-Yi Wang · 3 years, 6 months ago
- ac9fd3c opp: use list_del_init instead of list_del/INIT_LIST_HEAD by Yang Yingliang · 3 years, 7 months ago
- 9edf48a opp: Change return type of devm_pm_opp_attach_genpd() by Dmitry Osipenko · 3 years, 10 months ago
- c41c8a3 opp: Change return type of devm_pm_opp_register_set_opp_helper() by Dmitry Osipenko · 3 years, 10 months ago
- 3d5cfbb opp: Add devres wrapper for dev_pm_opp_of_add_table by Yangtao Li · 3 years, 10 months ago
- 9c4f220 opp: Add devres wrapper for dev_pm_opp_set_supported_hw by Yangtao Li · 3 years, 10 months ago
- 32aee78 opp: Add devres wrapper for dev_pm_opp_set_regulators by Yangtao Li · 3 years, 10 months ago
- a74f681 opp: Add devres wrapper for dev_pm_opp_set_clkname by Yangtao Li · 3 years, 10 months ago
- 606a5d42 opp: Don't drop extra references to OPPs accidentally by Beata Michalska · 3 years, 10 months ago
- de04241 opp: Don't skip freq update for different frequency by Jonathan Marek · 3 years, 10 months ago
- 7d8658ef OPP: Add function to look up required OPP's for a given OPP by Saravana Kannan · 3 years, 11 months ago
- d4a4c7a opp: Don't ignore clk_get() errors other than -ENOENT by Viresh Kumar · 4 years ago
- 870d5d9 opp: Update bandwidth requirements based on scaling up/down by Viresh Kumar · 4 years ago
- 7eba0c7 opp: Allow lazy-linking of required-opps by Viresh Kumar · 5 years ago
- 240ae50 opp: Remove dev_pm_opp_set_bw() by Viresh Kumar · 4 years ago
- abbe348 opp: Implement dev_pm_opp_set_opp() by Viresh Kumar · 4 years ago
- 509e477 opp: Update parameters of _set_opp_custom() by Viresh Kumar · 4 years ago
- 35e74b2 opp: Allow _generic_set_opp_clk_only() to work for non-freq devices by Viresh Kumar · 4 years ago
- 3f62670 opp: Allow _generic_set_opp_regulator() to work for non-freq devices by Viresh Kumar · 4 years ago
- f0b88fa4 opp: Allow _set_opp() to work for non-freq devices by Viresh Kumar · 4 years ago
- 386ba85 opp: Split _set_opp() out of dev_pm_opp_set_rate() by Viresh Kumar · 4 years ago
- 81c4d8a opp: Keep track of currently programmed OPP by Viresh Kumar · 4 years ago
- 1d3c42c opp: No need to check clk for errors by Viresh Kumar · 4 years ago
- 5ad58bb opp: Rename _opp_set_rate_zero() by Viresh Kumar · 4 years ago
- 04b447d opp: Make _set_opp_custom() work without regulators by Dmitry Osipenko · 4 years ago
- 38bb343 opp: Prepare for ->set_opp() helper to work without regulators by Viresh Kumar · 4 years ago
- b6ecd5d opp: Print OPP level in debug message of _opp_add_static_v2() by Dmitry Osipenko · 4 years ago
- f2f4d2b opp: Handle missing OPP table in dev_pm_opp_xlate_performance_state() by Dmitry Osipenko · 4 years ago
- b4b9e22 opp: Add devm_pm_opp_attach_genpd by Dmitry Osipenko · 4 years ago
- a3c47af opp: Add devm_pm_opp_register_set_opp_helper by Dmitry Osipenko · 4 years ago
- 559fef0 opp: Add dev_pm_opp_of_add_table_noclk() by Viresh Kumar · 4 years ago
- 32439ac opp: Defer acquiring the clk until OPPs are added by Viresh Kumar · 4 years ago
- 406e476 opp: Create _of_add_table_indexed() to reduce code duplication by Viresh Kumar · 4 years ago
- ce8073d opp: Add dev_pm_opp_sync_regulators() by Dmitry Osipenko · 4 years ago
- 597ff54 opp: Add dev_pm_opp_get_required_pstate() by Dmitry Osipenko · 4 years ago
- 8dd5cad opp: Add dev_pm_opp_find_level_ceil() by Dmitry Osipenko · 4 years ago
- d758eaf opp: Staticize _add_opp_table() by Viresh Kumar · 4 years ago
- d7b9d9b opp: Correct debug message in _opp_add_static_v2() by Dmitry Osipenko · 4 years ago
- cf65948 opp: Filter out OPPs based on availability of a required-OPP by Dmitry Osipenko · 4 years ago
- 32715be opp: Fix adding OPP entries in a wrong order if rate is unavailable by Dmitry Osipenko · 4 years ago
- 0e1d9ca opp: Call the missing clk_put() on error by Viresh Kumar · 4 years ago
- 976509b opp: fix memory leak in _allocate_opp_table by Quanyang Wang · 4 years ago
- e1f1320 Merge branch 'pm-cpufreq' by Rafael J. Wysocki · 4 years ago
- 2c07b0f Merge branch 'opp/empty' into opp/linux-next by Viresh Kumar · 4 years, 1 month ago
- 6ee70e8 opp: of: Allow empty opp-table with opp-shared by Nicola Mazzucato · 4 years, 1 month ago
- c7bf875 opp: Allow dev_pm_opp_put_*() APIs to accept NULL opp_table by Viresh Kumar · 4 years, 2 months ago
- e77dcb0 opp: Don't create an OPP table from dev_pm_opp_get_opp_table() by Viresh Kumar · 4 years, 2 months ago
- cf1fac9 opp: Reduce the size of critical section in _opp_kref_release() by Viresh Kumar · 4 years, 1 month ago
- c250d50 PM: EM: Add a flag indicating units of power values in Energy Model by Lukasz Luba · 4 years, 2 months ago
- 9e62eda opp: Don't return opp_dev from _find_opp_dev() by Viresh Kumar · 4 years, 2 months ago
- 27c0948 opp: Allocate the OPP table outside of opp_table_lock by Viresh Kumar · 4 years, 2 months ago
- ef43f01 opp: Always add entries in dev_list with opp_table->lock held by Viresh Kumar · 4 years, 2 months ago
- e0df59d opp: Reduce the size of critical section in _opp_table_kref_release() by Viresh Kumar · 4 years, 2 months ago
- 47efcbc opp: Fix early exit from dev_pm_opp_register_set_opp_helper() by Viresh Kumar · 4 years, 2 months ago
- 1f6620f opp: Don't always remove static OPPs in _of_add_opp_table_v1() by Viresh Kumar · 4 years, 2 months ago
- 757e2821 Merge branch 'opp/linux-next' of git://git.kernel.org/pub/scm/linux/kernel/git/vireshk/pm by Rafael J. Wysocki · 4 years, 3 months ago
- a5663c9 opp: Allow opp-level to be set to 0 by Viresh Kumar · 4 years, 4 months ago
- cb60e96 opp: Prevent memory leak in dev_pm_opp_attach_genpd() by Viresh Kumar · 4 years, 4 months ago
- 0ff25c9 opp: Allow opp-supported-hw to contain multiple versions by Viresh Kumar · 4 years, 4 months ago
- 2c59138 opp: Set required OPPs in reverse order when scaling down by Stephan Gerhold · 4 years, 5 months ago
- 60cdeae opp: Reduce code duplication in _set_required_opps() by Stephan Gerhold · 4 years, 5 months ago
- 475ac8e opp: Drop unnecessary check from dev_pm_opp_attach_genpd() by Viresh Kumar · 4 years, 4 months ago
- 3a55787 Merge branch 'opp/defer-probe' into HEAD by Viresh Kumar · 4 years, 3 months ago
- 90d46d7 opp: Handle multiple calls for same OPP table in _of_add_opp_table_v1() by Viresh Kumar · 4 years, 4 months ago
- 763700f Merge branch 'opp/fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/vireshk/pm by Rafael J. Wysocki · 4 years, 4 months ago
- 922ff07 opp: Don't drop reference for an OPP table that was never parsed by Viresh Kumar · 4 years, 4 months ago
- dd461cd opp: Allow dev_pm_opp_get_opp_table() to return -EPROBE_DEFER by Stephan Gerhold · 4 years, 5 months ago
- 8aaf626 opp: Remove _dev_pm_opp_find_and_remove_table() wrapper by Viresh Kumar · 4 years, 4 months ago
- f3364e1 opp: Split out _opp_set_rate_zero() by Viresh Kumar · 4 years, 5 months ago
- 10b2173 opp: Reuse the enabled flag in !target_freq path by Viresh Kumar · 4 years, 5 months ago
- 72f80ce opp: Rename regulator_enabled and use it as status of all resources by Viresh Kumar · 4 years, 5 months ago
- a4501ba opp: Enable resources again if they were disabled earlier by Rajendra Nayak · 4 years, 5 months ago
- d4ec88d opp: Put opp table in dev_pm_opp_set_rate() if _set_opp_bw() fails by Stephen Boyd · 4 years, 5 months ago
- 8979ef7 opp: Put opp table in dev_pm_opp_set_rate() for empty tables by Stephen Boyd · 4 years, 5 months ago
- 9ac1fb1 Merge branch 'cpufreq/arm/linux-next' of git://git.kernel.org/pub/scm/linux/kernel/git/vireshk/pm by Rafael J. Wysocki · 4 years, 5 months ago
- 5b56420 Merge branches 'pm-em' and 'pm-core' by Rafael J. Wysocki · 4 years, 5 months ago
- 3ae1f39 OPP: Add and export helper to set bandwidth by Sibi Sankar · 4 years, 7 months ago
- 06a8a05 opp: Allow disabled OPPs in dev_pm_opp_get_freq() by Andrew-sh.Cheng · 4 years, 5 months ago
- 0e510bf opp: ti-opp-supply: Replace HTTP links with HTTPS ones by Alexander A. Klimov · 4 years, 6 months ago
- 0364915 opp: core: Add missing export for dev_pm_opp_adjust_voltage by Valdis Klētnieks · 4 years, 6 months ago
- 6544abc opp: Increase parsed_static_opps in _of_add_opp_table_v1() by Walter Lozano · 4 years, 5 months ago
- 0e0ffa8 OPP: refactor dev_pm_opp_of_register_em() and update related drivers by Lukasz Luba · 4 years, 7 months ago
- d0351cc PM / EM: update callback structure and add device pointer by Lukasz Luba · 4 years, 7 months ago
- a7f7f62 treewide: replace '---help---' in Kconfig files with 'help' by Masahiro Yamada · 4 years, 7 months ago
- 45679f9 opp: Don't parse icc paths unnecessarily by Sibi Sankar · 4 years, 7 months ago
- b00e667 opp: Remove bandwidth votes when target_freq is zero by Viresh Kumar · 4 years, 7 months ago
- 8d45719 opp: core: add regulators enable and disable by Kamil Konieczny · 5 years ago
- b23dfa3 opp: Reorder the code for !target_freq case by Viresh Kumar · 4 years, 8 months ago
- 0430b1d opp: Expose bandwidth information via debugfs by Viresh Kumar · 4 years, 7 months ago
- fe2af40 opp: Update the bandwidth on OPP frequency changes by Georgi Djakov · 4 years, 8 months ago