1. 9edf48a opp: Change return type of devm_pm_opp_attach_genpd() by Dmitry Osipenko · 3 years, 10 months ago
  2. c41c8a3 opp: Change return type of devm_pm_opp_register_set_opp_helper() by Dmitry Osipenko · 3 years, 10 months ago
  3. 9c4f220 opp: Add devres wrapper for dev_pm_opp_set_supported_hw by Yangtao Li · 3 years, 10 months ago
  4. 32aee78 opp: Add devres wrapper for dev_pm_opp_set_regulators by Yangtao Li · 3 years, 10 months ago
  5. a74f681 opp: Add devres wrapper for dev_pm_opp_set_clkname by Yangtao Li · 3 years, 10 months ago
  6. 606a5d42 opp: Don't drop extra references to OPPs accidentally by Beata Michalska · 3 years, 10 months ago
  7. de04241 opp: Don't skip freq update for different frequency by Jonathan Marek · 3 years, 11 months ago
  8. 7d8658ef OPP: Add function to look up required OPP's for a given OPP by Saravana Kannan · 4 years ago
  9. d4a4c7a opp: Don't ignore clk_get() errors other than -ENOENT by Viresh Kumar · 4 years ago
  10. 870d5d9 opp: Update bandwidth requirements based on scaling up/down by Viresh Kumar · 4 years ago
  11. 7eba0c7 opp: Allow lazy-linking of required-opps by Viresh Kumar · 5 years ago
  12. 240ae50 opp: Remove dev_pm_opp_set_bw() by Viresh Kumar · 4 years ago
  13. abbe348 opp: Implement dev_pm_opp_set_opp() by Viresh Kumar · 4 years ago
  14. 509e477 opp: Update parameters of _set_opp_custom() by Viresh Kumar · 4 years ago
  15. 35e74b2 opp: Allow _generic_set_opp_clk_only() to work for non-freq devices by Viresh Kumar · 4 years ago
  16. 3f62670 opp: Allow _generic_set_opp_regulator() to work for non-freq devices by Viresh Kumar · 4 years ago
  17. f0b88fa4 opp: Allow _set_opp() to work for non-freq devices by Viresh Kumar · 4 years ago
  18. 386ba85 opp: Split _set_opp() out of dev_pm_opp_set_rate() by Viresh Kumar · 4 years ago
  19. 81c4d8a opp: Keep track of currently programmed OPP by Viresh Kumar · 4 years ago
  20. 1d3c42c opp: No need to check clk for errors by Viresh Kumar · 4 years ago
  21. 5ad58bb opp: Rename _opp_set_rate_zero() by Viresh Kumar · 4 years ago
  22. 04b447d opp: Make _set_opp_custom() work without regulators by Dmitry Osipenko · 4 years ago
  23. 38bb343 opp: Prepare for ->set_opp() helper to work without regulators by Viresh Kumar · 4 years ago
  24. f2f4d2b opp: Handle missing OPP table in dev_pm_opp_xlate_performance_state() by Dmitry Osipenko · 4 years ago
  25. b4b9e22 opp: Add devm_pm_opp_attach_genpd by Dmitry Osipenko · 4 years ago
  26. a3c47af opp: Add devm_pm_opp_register_set_opp_helper by Dmitry Osipenko · 4 years ago
  27. 32439ac opp: Defer acquiring the clk until OPPs are added by Viresh Kumar · 4 years ago
  28. ce8073d opp: Add dev_pm_opp_sync_regulators() by Dmitry Osipenko · 4 years ago
  29. 597ff54 opp: Add dev_pm_opp_get_required_pstate() by Dmitry Osipenko · 4 years ago
  30. 8dd5cad opp: Add dev_pm_opp_find_level_ceil() by Dmitry Osipenko · 4 years ago
  31. d758eaf opp: Staticize _add_opp_table() by Viresh Kumar · 4 years ago
  32. cf65948 opp: Filter out OPPs based on availability of a required-OPP by Dmitry Osipenko · 4 years ago
  33. 32715be opp: Fix adding OPP entries in a wrong order if rate is unavailable by Dmitry Osipenko · 4 years ago
  34. 0e1d9ca opp: Call the missing clk_put() on error by Viresh Kumar · 4 years ago
  35. 976509b opp: fix memory leak in _allocate_opp_table by Quanyang Wang · 4 years ago
  36. c7bf875 opp: Allow dev_pm_opp_put_*() APIs to accept NULL opp_table by Viresh Kumar · 4 years, 2 months ago
  37. e77dcb0 opp: Don't create an OPP table from dev_pm_opp_get_opp_table() by Viresh Kumar · 4 years, 2 months ago
  38. cf1fac9 opp: Reduce the size of critical section in _opp_kref_release() by Viresh Kumar · 4 years, 1 month ago
  39. 9e62eda opp: Don't return opp_dev from _find_opp_dev() by Viresh Kumar · 4 years, 2 months ago
  40. 27c0948 opp: Allocate the OPP table outside of opp_table_lock by Viresh Kumar · 4 years, 2 months ago
  41. ef43f01 opp: Always add entries in dev_list with opp_table->lock held by Viresh Kumar · 4 years, 2 months ago
  42. e0df59d opp: Reduce the size of critical section in _opp_table_kref_release() by Viresh Kumar · 4 years, 2 months ago
  43. 47efcbc opp: Fix early exit from dev_pm_opp_register_set_opp_helper() by Viresh Kumar · 4 years, 2 months ago
  44. 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
  45. a5663c9 opp: Allow opp-level to be set to 0 by Viresh Kumar · 4 years, 4 months ago
  46. cb60e96 opp: Prevent memory leak in dev_pm_opp_attach_genpd() by Viresh Kumar · 4 years, 4 months ago
  47. 2c59138 opp: Set required OPPs in reverse order when scaling down by Stephan Gerhold · 4 years, 5 months ago
  48. 60cdeae opp: Reduce code duplication in _set_required_opps() by Stephan Gerhold · 4 years, 5 months ago
  49. 475ac8e opp: Drop unnecessary check from dev_pm_opp_attach_genpd() by Viresh Kumar · 4 years, 4 months ago
  50. 3a55787 Merge branch 'opp/defer-probe' into HEAD by Viresh Kumar · 4 years, 4 months ago
  51. 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
  52. 922ff07 opp: Don't drop reference for an OPP table that was never parsed by Viresh Kumar · 4 years, 4 months ago
  53. dd461cd opp: Allow dev_pm_opp_get_opp_table() to return -EPROBE_DEFER by Stephan Gerhold · 4 years, 5 months ago
  54. 8aaf626 opp: Remove _dev_pm_opp_find_and_remove_table() wrapper by Viresh Kumar · 4 years, 4 months ago
  55. f3364e1 opp: Split out _opp_set_rate_zero() by Viresh Kumar · 4 years, 5 months ago
  56. 10b2173 opp: Reuse the enabled flag in !target_freq path by Viresh Kumar · 4 years, 5 months ago
  57. 72f80ce opp: Rename regulator_enabled and use it as status of all resources by Viresh Kumar · 4 years, 5 months ago
  58. a4501ba opp: Enable resources again if they were disabled earlier by Rajendra Nayak · 4 years, 5 months ago
  59. d4ec88d opp: Put opp table in dev_pm_opp_set_rate() if _set_opp_bw() fails by Stephen Boyd · 4 years, 5 months ago
  60. 8979ef7 opp: Put opp table in dev_pm_opp_set_rate() for empty tables by Stephen Boyd · 4 years, 5 months ago
  61. 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
  62. 3ae1f39 OPP: Add and export helper to set bandwidth by Sibi Sankar · 4 years, 7 months ago
  63. 06a8a05 opp: Allow disabled OPPs in dev_pm_opp_get_freq() by Andrew-sh.Cheng · 4 years, 5 months ago
  64. 0364915 opp: core: Add missing export for dev_pm_opp_adjust_voltage by Valdis Klētnieks · 4 years, 6 months ago
  65. b00e667 opp: Remove bandwidth votes when target_freq is zero by Viresh Kumar · 4 years, 7 months ago
  66. 8d45719 opp: core: add regulators enable and disable by Kamil Konieczny · 5 years ago
  67. b23dfa3 opp: Reorder the code for !target_freq case by Viresh Kumar · 4 years, 8 months ago
  68. fe2af40 opp: Update the bandwidth on OPP frequency changes by Georgi Djakov · 4 years, 8 months ago
  69. 6d3f922 opp: Add support for parsing interconnect bandwidth by Georgi Djakov · 4 years, 8 months ago
  70. 6c591ee OPP: Add helpers for reading the binding properties by Saravana Kannan · 4 years, 8 months ago
  71. aca48b6 opp: Manage empty OPP tables with clk handle by Rajendra Nayak · 4 years, 9 months ago
  72. 03758d6 opp: Replace list_kref with a local counter by Viresh Kumar · 5 years ago
  73. 25cb20a PM / OPP: Support adjusting OPP voltages at runtime by Stephen Boyd · 5 years ago
  74. 24957db opp: core: Revert "add regulators enable and disable" by Marek Szyprowski · 5 years ago
  75. 7f93ff7 opp: core: add regulators enable and disable by k.konieczny@partner.samsung.com · 5 years ago
  76. 11e1a16 opp: Don't decrement uninitialized list_kref by Viresh Kumar · 5 years ago
  77. 71419d8 opp: Add dev_pm_opp_find_level_exact() by Niklas Cassel · 5 years ago
  78. 17a8f86 opp: Return genpd virtual devices from dev_pm_opp_attach_genpd() by Viresh Kumar · 5 years ago
  79. baea35e opp: Not all power-domains are scalable by Viresh Kumar · 5 years ago
  80. 41de256 Merge branch 'opp/linux-next' of git://git.kernel.org/pub/scm/linux/kernel/git/vireshk/pm by Rafael J. Wysocki · 6 years ago
  81. 560d1bc opp: Don't use IS_ERR on invalid supplies by Dmitry Osipenko · 6 years ago
  82. d2912cb treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500 by Thomas Gleixner · 6 years ago
  83. cd7ea58 opp: Make dev_pm_opp_set_rate() handle freq = 0 to drop performance votes by Rajendra Nayak · 6 years ago
  84. b3e3759 opp: Don't overwrite rounded clk rate by Stephen Boyd · 6 years ago
  85. c0ab9e0 opp: Allocate genpd_virt_devs from dev_pm_opp_attach_genpd() by Viresh Kumar · 6 years ago
  86. 6319aee opp: Attach genpds to devices from within OPP core by Viresh Kumar · 6 years ago
  87. 2f36bde OPP: Introduce dev_pm_opp_find_freq_ceil_by_volt() by Andrew-sh.Cheng · 6 years ago
  88. faef080 PM / OPP: Update performance state when freq == old_freq by Viresh Kumar · 6 years ago
  89. ef80068 Merge tag 'pm-5.1-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm by Linus Torvalds · 6 years ago
  90. 405bcfff1 Merge tag 'qcom-drivers-for-5.1' of git://git.kernel.org/pub/scm/linux/kernel/git/agross/linux into arm/drivers by Arnd Bergmann · 6 years ago
  91. 78317ed Merge branch 'opp/linux-next' of git://git.kernel.org/pub/scm/linux/kernel/git/vireshk/pm into pm-opp by Rafael J. Wysocki · 6 years ago
  92. a2dea4c opp: no need to check return value of debugfs_create functions by Greg Kroah-Hartman · 6 years ago
  93. 285881b PM / OPP: Remove unused parameter of _generic_set_opp_clk_only() by Viresh Kumar · 6 years ago
  94. 5b93ac5 OPP: Add support for parsing the 'opp-level' property by Rajendra Nayak · 6 years ago
  95. 1690d8b cpufreq: scpi/scmi: Fix freeing of dynamic OPPs by Viresh Kumar · 6 years ago
  96. ade0c94 Merge branch 'opp/genpd/propagation' into opp/linux-next by Viresh Kumar · 6 years ago
  97. c8a5910 OPP: Add dev_pm_opp_xlate_performance_state() helper by Viresh Kumar · 6 years ago
  98. 46f48ac OPP: Fix missing debugfs supply directory for OPPs by Viresh Kumar · 6 years ago
  99. 90e3577 OPP: Use opp_table->regulators to verify no regulator case by Viresh Kumar · 6 years ago
  100. ca1b5d7 OPP: Configure all required OPPs by Viresh Kumar · 7 years ago