1. 7c41cdc OPP: Simplify the over-designed pstate <-> level dance by Viresh Kumar · 1 year, 9 months ago
  2. 04bd2ea OPP: don't drop performance constraint on OPP table removal by Viresh Kumar · 1 year, 9 months ago
  3. 167eb2b OPP: Staticize `lazy_opp_tables` in of.c by Viresh Kumar · 1 year, 9 months ago
  4. 528f2d8 OPP: Move required opps configuration to specialized callback by Viresh Kumar · 2 years ago
  5. 3466ea2 OPP: Don't drop opp->np reference while it is still in use by Liang He · 2 years, 8 months ago
  6. 2083da2 OPP: Allow multiple clocks for a device by Viresh Kumar · 2 years, 9 months ago
  7. 1efae8d OPP: Make dev_pm_opp_set_opp() independent of frequency by Viresh Kumar · 2 years, 9 months ago
  8. 4768914 OPP: Remove rate_not_available parameter to _opp_add() by Viresh Kumar · 2 years, 9 months ago
  9. 1f378c6 OPP: Remove custom OPP helper support by Viresh Kumar · 2 years, 8 months ago
  10. aee3352 OPP: Add support for config_regulators() helper by Viresh Kumar · 2 years, 8 months ago
  11. 11b9b66 OPP: Add dev_pm_opp_set_config() and friends by Viresh Kumar · 2 years, 10 months ago
  12. 0a43452 OPP: Track if clock name is configured by platform by Viresh Kumar · 2 years, 10 months ago
  13. 021dbec opp: Expose of-node's name in debugfs by Viresh Kumar · 3 years, 1 month ago
  14. 606a5d42 opp: Don't drop extra references to OPPs accidentally by Beata Michalska · 4 years ago
  15. de04241 opp: Don't skip freq update for different frequency by Jonathan Marek · 4 years, 1 month ago
  16. 7eba0c7 opp: Allow lazy-linking of required-opps by Viresh Kumar · 5 years ago
  17. 81c4d8a opp: Keep track of currently programmed OPP by Viresh Kumar · 4 years, 2 months ago
  18. 38bb343 opp: Prepare for ->set_opp() helper to work without regulators by Viresh Kumar · 4 years, 2 months ago
  19. 32439ac opp: Defer acquiring the clk until OPPs are added by Viresh Kumar · 4 years, 1 month ago
  20. d758eaf opp: Staticize _add_opp_table() by Viresh Kumar · 4 years, 1 month ago
  21. e77dcb0 opp: Don't create an OPP table from dev_pm_opp_get_opp_table() by Viresh Kumar · 4 years, 4 months ago
  22. 757e2821 Merge branch 'opp/linux-next' of git://git.kernel.org/pub/scm/linux/kernel/git/vireshk/pm by Rafael J. Wysocki · 4 years, 5 months ago
  23. 922ff07 opp: Don't drop reference for an OPP table that was never parsed by Viresh Kumar · 4 years, 6 months ago
  24. 8aaf626 opp: Remove _dev_pm_opp_find_and_remove_table() wrapper by Viresh Kumar · 4 years, 7 months ago
  25. 72f80ce opp: Rename regulator_enabled and use it as status of all resources by Viresh Kumar · 4 years, 7 months ago
  26. 8d45719 opp: core: add regulators enable and disable by Kamil Konieczny · 6 years ago
  27. 6d3f922 opp: Add support for parsing interconnect bandwidth by Georgi Djakov · 4 years, 10 months ago
  28. 6c591ee OPP: Add helpers for reading the binding properties by Saravana Kannan · 4 years, 10 months ago
  29. 03758d6 opp: Replace list_kref with a local counter by Viresh Kumar · 5 years ago
  30. d2912cb treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500 by Thomas Gleixner · 6 years ago
  31. 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
  32. a2dea4c opp: no need to check return value of debugfs_create functions by Greg Kroah-Hartman · 6 years ago
  33. 5b93ac5 OPP: Add support for parsing the 'opp-level' property by Rajendra Nayak · 6 years ago
  34. ade0c949 Merge branch 'opp/genpd/propagation' into opp/linux-next by Viresh Kumar · 6 years ago
  35. 46f48ac OPP: Fix missing debugfs supply directory for OPPs by Viresh Kumar · 6 years ago
  36. 4f018bc OPP: Add dev_pm_opp_{set|put}_genpd_virt_dev() helper by Viresh Kumar · 7 years ago
  37. da544b6 OPP: Populate OPPs from "required-opps" property by Viresh Kumar · 7 years ago
  38. 5d6d106 OPP: Populate required opp tables from "required-opps" property by Viresh Kumar · 7 years ago
  39. 61d8e7c OPP: Identify and mark genpd OPP tables by Viresh Kumar · 7 years ago
  40. 283d55e OPP: Prevent creating multiple OPP tables for devices sharing OPP nodes by Viresh Kumar · 7 years ago
  41. cdd6ed9 OPP: Use a single mechanism to free the OPP table by Viresh Kumar · 6 years ago
  42. 2a4eb73 OPP: Don't remove dynamic OPPs from _dev_pm_opp_remove_table() by Viresh Kumar · 6 years ago
  43. d0e8ae6 OPP: Create separate kref for static OPPs list by Viresh Kumar · 6 years ago
  44. f06ed90 OPP: Parse OPP table's DT properties from _of_init_opp_table() by Viresh Kumar · 7 years ago
  45. eb7c8743 OPP: Pass index to _of_init_opp_table() by Viresh Kumar · 7 years ago
  46. 3d25569 OPP: Protect dev_list with opp_table lock by Viresh Kumar · 7 years ago
  47. 404b136 OPP: Don't try to remove all OPP tables on failure by Viresh Kumar · 6 years ago
  48. 28fa4ac PM / OPP: Remove dev_pm_opp_{un}register_get_pstate_helper() by Viresh Kumar · 7 years ago
  49. a88bd2a PM / OPP: Implement of_dev_pm_opp_find_required_opp() by Viresh Kumar · 7 years ago
  50. a1e8c13 PM / OPP: "opp-hz" is optional for power domains by Viresh Kumar · 7 years ago
  51. b6aa9836 PM / OPP: Add dev_pm_opp_{un}register_get_pstate_helper() by Viresh Kumar · 7 years ago
  52. 009acd1 PM / OPP: Support updating performance state of device's power domain by Viresh Kumar · 7 years ago
  53. 7813dd6 PM / OPP: Move the OPP directory out of power/ by Viresh Kumar · 7 years ago[Renamed from drivers/base/power/opp/opp.h]
  54. 052c6f1 PM / OPP: Move away from RCU locking by Viresh Kumar · 8 years ago
  55. 7034764 PM / OPP: Add 'struct kref' to struct dev_pm_opp by Viresh Kumar · 8 years ago
  56. b83c189 PM / OPP: Use dev_pm_opp_get_opp_table() instead of _add_opp_table() by Viresh Kumar · 8 years ago
  57. f067a98 PM / OPP: Add 'struct kref' to OPP table by Viresh Kumar · 8 years ago
  58. 37a73ec PM / OPP: Add per OPP table mutex by Viresh Kumar · 8 years ago
  59. 8cd2f6e PM / OPP: Don't allocate OPP table from _opp_allocate() by Viresh Kumar · 8 years ago
  60. 9274c89 PM / OPP: Rename and split _dev_pm_opp_remove_table() by Viresh Kumar · 8 years ago
  61. 969fceb PM / OPP: Add light weight _opp_free() routine by Viresh Kumar · 8 years ago
  62. 63a69ea4 PM / OPP: Rename _allocate_opp() to _opp_allocate() by Viresh Kumar · 8 years ago
  63. 4dab160 PM / OPP: Allow platform specific custom set_opp() callbacks by Viresh Kumar · 8 years ago
  64. 9473558 PM / OPP: Separate out _generic_set_opp() by Viresh Kumar · 8 years ago
  65. dfbe467 PM / OPP: Add infrastructure to manage multiple regulators by Viresh Kumar · 8 years ago
  66. 0f0fe7e PM / OPP: Manage supply's voltage/current in a separate structure by Viresh Kumar · 8 years ago
  67. 4bee77d PM / OPP: make _of_get_opp_desc_node() a static function by Masahiro Yamada · 8 years ago
  68. 79ee2e8 PM / OPP: Add 'UNKNOWN' status for shared_opp in struct opp_table by Viresh Kumar · 9 years ago
  69. f47b72a PM / OPP: Move CONFIG_OF dependent code in a separate file by Viresh Kumar · 9 years ago
  70. 2c2709d PM / OPP: Rename structures for clarity by Viresh Kumar · 9 years ago
  71. d54974c PM / OPP: Manage device clk by Viresh Kumar · 9 years ago
  72. 50f8cfb PM / OPP: Parse clock-latency and voltage-tolerance for v1 bindings by Viresh Kumar · 9 years ago
  73. 9f8ea96 PM / OPP: get/put regulators from OPP core by Viresh Kumar · 9 years ago
  74. 01fb4d3 PM / OPP: Parse 'opp-<prop>-<name>' bindings by Viresh Kumar · 9 years ago
  75. 7de36b0 PM / OPP: Parse 'opp-supported-hw' binding by Viresh Kumar · 9 years ago
  76. dc4e7b1 PM / OPP: Add missing doc comments by Viresh Kumar · 9 years ago
  77. deaa514 PM / OPP: Add debugfs support by Viresh Kumar · 9 years ago
  78. 87b4115 PM / OPP: Protect updates to list_dev with mutex by Viresh Kumar · 9 years ago
  79. f59d3ee PM / OPP: Move cpu specific code to opp/cpu.c by Viresh Kumar · 10 years ago