1. b6aa983 PM / OPP: Add dev_pm_opp_{un}register_get_pstate_helper() by Viresh Kumar · 7 years ago
  2. 009acd1 PM / OPP: Support updating performance state of device's power domain by Viresh Kumar · 7 years ago
  3. 604a7ae PM / OPP: Rename dev_pm_opp_register_put_opp_helper() by Viresh Kumar · 7 years ago
  4. 035ed07 PM / OPP: Move error message to debug level by Fabio Estevam · 7 years ago
  5. 7813dd6 PM / OPP: Move the OPP directory out of power/ by Viresh Kumar · 7 years ago[Renamed from drivers/base/power/opp/core.c]
  6. e4d8ae0 PM / OPP: Call notifier without holding opp_table->lock by Viresh Kumar · 7 years ago
  7. 829a4e8 PM / OPP: Add dev_pm_opp_{set|put}_clkname() by Viresh Kumar · 8 years ago
  8. 478256b PM / OPP: Don't create copy of regulators unnecessarily by Viresh Kumar · 8 years ago
  9. c74b32f PM / OPP: Reorganize _generic_set_opp_regulator() by Viresh Kumar · 8 years ago
  10. 8cc3111 PM / OPP: fix off-by-one bug in dev_pm_opp_get_max_volt_latency loop by Andrzej Hajda · 8 years ago
  11. 6ac4239 PM / OPP: Make _find_opp_table_unlocked() static by Wei Yongjun · 8 years ago
  12. cdd3e61 PM / OPP: Simplify dev_pm_opp_get_max_volt_latency() by Viresh Kumar · 8 years ago
  13. a7f3987 PM / OPP: Simplify _opp_set_availability() by Viresh Kumar · 8 years ago
  14. 052c6f1 PM / OPP: Move away from RCU locking by Viresh Kumar · 8 years ago
  15. 5b650b3 PM / OPP: Take kref from _find_opp_table() by Viresh Kumar · 8 years ago
  16. 8a31d9d9 PM / OPP: Update OPP users to put reference by Viresh Kumar · 8 years ago
  17. 7034764 PM / OPP: Add 'struct kref' to struct dev_pm_opp by Viresh Kumar · 8 years ago
  18. b83c189 PM / OPP: Use dev_pm_opp_get_opp_table() instead of _add_opp_table() by Viresh Kumar · 8 years ago
  19. 31641cd PM / OPP: Take reference of the OPP table while adding/removing OPPs by Viresh Kumar · 8 years ago
  20. fa30184 PM / OPP: Return opp_table from dev_pm_opp_set_*() routines by Viresh Kumar · 8 years ago
  21. f067a98 PM / OPP: Add 'struct kref' to OPP table by Viresh Kumar · 8 years ago
  22. 37a73ec PM / OPP: Add per OPP table mutex by Viresh Kumar · 8 years ago
  23. b6160e2 PM / OPP: Split out part of _add_opp_table() and _remove_opp_table() by Viresh Kumar · 8 years ago
  24. dc2c9ad PM / OPP: Don't expose srcu_head to register notifiers by Viresh Kumar · 8 years ago
  25. 3aa26a3 PM / OPP: Rename dev_pm_opp_get_suspend_opp() and return OPP rate by Viresh Kumar · 8 years ago
  26. 8cd2f6e PM / OPP: Don't allocate OPP table from _opp_allocate() by Viresh Kumar · 8 years ago
  27. 9274c89 PM / OPP: Rename and split _dev_pm_opp_remove_table() by Viresh Kumar · 8 years ago
  28. 969fceb PM / OPP: Add light weight _opp_free() routine by Viresh Kumar · 8 years ago
  29. 63a69ea PM / OPP: Rename _allocate_opp() to _opp_allocate() by Viresh Kumar · 8 years ago
  30. 7f8538e PM / OPP: Fix memory leak while adding duplicate OPPs by Viresh Kumar · 8 years ago
  31. e231f8d PM / OPP: Don't WARN on multiple calls to dev_pm_opp_set_regulators() by Viresh Kumar · 8 years ago
  32. 4dab160 PM / OPP: Allow platform specific custom set_opp() callbacks by Viresh Kumar · 8 years ago
  33. 9473558 PM / OPP: Separate out _generic_set_opp() by Viresh Kumar · 8 years ago
  34. dfbe467 PM / OPP: Add infrastructure to manage multiple regulators by Viresh Kumar · 8 years ago
  35. ce31781 PM / OPP: Pass struct dev_pm_opp_supply to _set_opp_voltage() by Viresh Kumar · 8 years ago
  36. 0f0fe7e PM / OPP: Manage supply's voltage/current in a separate structure by Viresh Kumar · 8 years ago
  37. dc39d06 PM / OPP: Don't use OPP structure outside of rcu protected section by Viresh Kumar · 8 years ago
  38. 91291d9 PM / OPP: Pass opp_table to dev_pm_opp_put_regulator() by Stephen Boyd · 8 years ago
  39. 4df27c9 PM / OPP: avoid maybe-uninitialized warning by Arnd Bergmann · 8 years ago
  40. 067b7ce PM / OPP: optimize dev_pm_opp_set_rate() performance a bit by Jisheng Zhang · 8 years ago
  41. c854120 Merge back new material for v4.7. by Rafael J. Wysocki · 9 years ago
  42. f47b72a PM / OPP: Move CONFIG_OF dependent code in a separate file by Viresh Kumar · 9 years ago
  43. 21f8a99 PM / OPP: Remove useless check by Viresh Kumar · 9 years ago
  44. 411466c PM / OPP: add non-OF versions of dev_pm_opp_{cpumask_, }remove_table by Sudeep Holla · 9 years ago
  45. 2c2709d PM / OPP: Rename structures for clarity by Viresh Kumar · 9 years ago
  46. a5da644 PM / OPP: Fix incorrect comments by Viresh Kumar · 9 years ago
  47. 0c717d0 PM / OPP: Initialize regulator pointer to an error value by Viresh Kumar · 9 years ago
  48. c88c395 PM / OPP: Initialize u_volt_min/max to a valid value by Viresh Kumar · 9 years ago
  49. 78ecc56 PM / OPP: Fix NULL pointer dereference crash when disabling OPPs by Jon Hunter · 9 years ago
  50. 6a0712f PM / OPP: Add dev_pm_opp_set_rate() by Viresh Kumar · 9 years ago
  51. d54974c PM / OPP: Manage device clk by Viresh Kumar · 9 years ago
  52. 50f8cfb PM / OPP: Parse clock-latency and voltage-tolerance for v1 bindings by Viresh Kumar · 9 years ago
  53. 2174344 PM / OPP: Introduce dev_pm_opp_get_max_transition_latency() by Viresh Kumar · 9 years ago
  54. 655c9df PM / OPP: Introduce dev_pm_opp_get_max_volt_latency() by Viresh Kumar · 9 years ago
  55. 7d34d56 PM / OPP: Disable OPPs that aren't supported by the regulator by Viresh Kumar · 9 years ago
  56. 9f8ea96 PM / OPP: get/put regulators from OPP core by Viresh Kumar · 9 years ago
  57. 5ff24d6 PM / OPP: Use snprintf() instead of sprintf() by Viresh Kumar · 9 years ago
  58. fd8d8e6 PM / OPP: Fix parsing of opp-microvolt and opp-microamp properties by Bartlomiej Zolnierkiewicz · 9 years ago
  59. 01fb4d3 PM / OPP: Parse 'opp-<prop>-<name>' bindings by Viresh Kumar · 9 years ago
  60. 7de36b0 PM / OPP: Parse 'opp-supported-hw' binding by Viresh Kumar · 9 years ago
  61. deaa514 PM / OPP: Add debugfs support by Viresh Kumar · 9 years ago
  62. be23c9d Merge tag 'pm+acpi-4.4-rc1-2' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm by Linus Torvalds · 9 years ago
  63. baf51c4 Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/rzhang/linux by Linus Torvalds · 9 years ago
  64. 1ede53f Merge branch 'pm-opp' by Rafael J. Wysocki · 9 years ago
  65. 0597e81 PM / OPP: Add opp_rcu_lockdep_assert() to _find_device_opp() by Viresh Kumar · 9 years ago
  66. 4a3a135 PM / OPP: Hold dev_opp_list_lock for writers by Viresh Kumar · 9 years ago
  67. 87b4115 PM / OPP: Protect updates to list_dev with mutex by Viresh Kumar · 9 years ago
  68. ad623c3 PM / OPP: Parse all power-supply related bindings together by Viresh Kumar · 9 years ago
  69. b64b9c3f PM / OPP: Rename routines specific to old bindings with _v1 by Viresh Kumar · 9 years ago
  70. d6d2a52 PM / OPP: Improve print messages with pr_fmt by Viresh Kumar · 9 years ago
  71. 394f716 Merge branch 'pm-opp' by Rafael J. Wysocki · 9 years ago
  72. f59d3ee PM / OPP: Move cpu specific code to opp/cpu.c by Viresh Kumar · 9 years ago
  73. 33692dc PM / OPP: Move opp core to its own directory by Viresh Kumar · 9 years ago[Renamed from drivers/base/power/opp.c]
  74. 8f8d37b PM / OPP: Prefix exported opp routines with dev_pm_opp_ by Viresh Kumar · 9 years ago
  75. f0489a5 PM / OPP: Rename opp init/free table routines by Viresh Kumar · 9 years ago
  76. 1840995 PM / OPP: reuse of_parse_phandle() by Viresh Kumar · 9 years ago
  77. 7c97666 Merge branch 'pm-opp' by Rafael J. Wysocki · 9 years ago
  78. 1b2b90c PM / OPP: Return suspend_opp only if it is enabled by Viresh Kumar · 9 years ago
  79. 4eafbd1 PM / OPP: add dev_pm_opp_get_suspend_opp() helper by Bartlomiej Zolnierkiewicz · 9 years ago
  80. ae98207 Merge tag 'pm+acpi-4.3-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm by Linus Torvalds · 9 years ago
  81. 50a3cb0 PM / OPP: Drop unlikely before IS_ERR(_OR_NULL) by Viresh Kumar · 9 years ago
  82. 68fa9f0 PM / OPP: Fix static checker warning (broken 64bit big endian systems) by Viresh Kumar · 9 years ago
  83. 1f821ed PM / OPP: Free resources and properly return error on failure by Viresh Kumar · 9 years ago
  84. 19445b2 PM / OPP: add dev_pm_opp_is_turbo() helper by Bartlomiej Zolnierkiewicz · 9 years ago
  85. 8d4d4e9 PM / OPP: Add helpers for initializing CPU OPPs by Viresh Kumar · 10 years ago
  86. ad656a6 PM / OPP: Add support for opp-suspend by Viresh Kumar · 10 years ago
  87. 0644165 PM / OPP: Add OPP sharing information to OPP library by Viresh Kumar · 9 years ago
  88. 3ca9bb3 PM / OPP: Add clock-latency-ns support by Viresh Kumar · 9 years ago
  89. 2746590 PM / OPP: Add support to parse "operating-points-v2" bindings by Viresh Kumar · 9 years ago
  90. 23dacf6 PM / OPP: Break _opp_add_dynamic() into smaller functions by Viresh Kumar · 9 years ago
  91. aa5f2f8 PM / OPP: Allocate dev_opp from _add_device_opp() by Viresh Kumar · 9 years ago
  92. 3bac42c PM / OPP: Create _remove_device_opp() for freeing dev_opp by Viresh Kumar · 9 years ago
  93. 737002b PM / OPP: Relocate few routines by Viresh Kumar · 9 years ago
  94. f78f5b9 rcu: Rename rcu_lockdep_assert() to RCU_LOCKDEP_WARN() by Paul E. McKenney · 10 years ago
  95. 59d84ca PM / OPP / clk: Remove unnecessary OOM message by Quentin Lambert · 10 years ago
  96. 04bf1c7 PM / OPP: Assert RCU lock in exported functions by Krzysztof Kozlowski · 10 years ago
  97. 984f16c PM / OPP: Update kernel documentation by Nishanth Menon · 10 years ago
  98. 327854c PM / OPP: Ensure consistent naming of static functions by Nishanth Menon · 10 years ago
  99. 4679ec3 PM / OPP: export dev_pm_opp_get_notifier by Nishanth Menon · 10 years ago
  100. b4718c0 PM / OPP: take RCU lock in dev_pm_opp_get_opp_count by Dmitry Torokhov · 10 years ago