1. 7627929 PM / OPP: Fix get sharing CPUs when hotplug is used by Waldemar Rymarkiewicz · 7 years ago
  2. 5b60697 PM / OPP: OF: Use pr_debug() instead of pr_err() while adding OPP table by Viresh Kumar · 7 years ago
  3. 829a4e8 PM / OPP: Add dev_pm_opp_{set|put}_clkname() by Viresh Kumar · 7 years ago
  4. 1fae788 PM / OPP: Don't create debugfs "supply-0" directory unnecessarily by Viresh Kumar · 8 years ago
  5. 688a48b PM / OPP: opp-microvolt is not optional if regulators are set by Viresh Kumar · 8 years ago
  6. 478256b PM / OPP: Don't create copy of regulators unnecessarily by Viresh Kumar · 8 years ago
  7. c74b32f PM / OPP: Reorganize _generic_set_opp_regulator() by Viresh Kumar · 8 years ago
  8. 8cc3111 PM / OPP: fix off-by-one bug in dev_pm_opp_get_max_volt_latency loop by Andrzej Hajda · 8 years ago
  9. 0764c60 PM / OPP: Expose _of_get_opp_desc_node as dev_pm_opp API by Dave Gerlach · 8 years ago
  10. 6ac4239 PM / OPP: Make _find_opp_table_unlocked() static by Wei Yongjun · 8 years ago
  11. cdd3e61 PM / OPP: Simplify dev_pm_opp_get_max_volt_latency() by Viresh Kumar · 8 years ago
  12. a7f3987 PM / OPP: Simplify _opp_set_availability() by Viresh Kumar · 8 years ago
  13. 052c6f1 PM / OPP: Move away from RCU locking by Viresh Kumar · 8 years ago
  14. 5b650b3 PM / OPP: Take kref from _find_opp_table() by Viresh Kumar · 8 years ago
  15. 8a31d9d9 PM / OPP: Update OPP users to put reference by Viresh Kumar · 8 years ago
  16. 7034764 PM / OPP: Add 'struct kref' to struct dev_pm_opp by Viresh Kumar · 8 years ago
  17. b83c189 PM / OPP: Use dev_pm_opp_get_opp_table() instead of _add_opp_table() by Viresh Kumar · 8 years ago
  18. 31641cd PM / OPP: Take reference of the OPP table while adding/removing OPPs by Viresh Kumar · 8 years ago
  19. fa30184 PM / OPP: Return opp_table from dev_pm_opp_set_*() routines by Viresh Kumar · 8 years ago
  20. f067a98 PM / OPP: Add 'struct kref' to OPP table by Viresh Kumar · 8 years ago
  21. 37a73ec PM / OPP: Add per OPP table mutex by Viresh Kumar · 8 years ago
  22. b6160e2 PM / OPP: Split out part of _add_opp_table() and _remove_opp_table() by Viresh Kumar · 8 years ago
  23. dc2c9ad PM / OPP: Don't expose srcu_head to register notifiers by Viresh Kumar · 8 years ago
  24. 3aa26a3 PM / OPP: Rename dev_pm_opp_get_suspend_opp() and return OPP rate by Viresh Kumar · 8 years ago
  25. 8cd2f6e PM / OPP: Don't allocate OPP table from _opp_allocate() by Viresh Kumar · 8 years ago
  26. 9274c89 PM / OPP: Rename and split _dev_pm_opp_remove_table() by Viresh Kumar · 8 years ago
  27. 969fceb PM / OPP: Add light weight _opp_free() routine by Viresh Kumar · 8 years ago
  28. 04a86a8 PM / OPP: Error out on failing to add static OPPs for v1 bindings by Viresh Kumar · 8 years ago
  29. 63a69ea PM / OPP: Rename _allocate_opp() to _opp_allocate() by Viresh Kumar · 8 years ago
  30. 1715371 PM / OPP: Remove useless TODO by Viresh Kumar · 8 years ago
  31. 7f8538e PM / OPP: Fix memory leak while adding duplicate OPPs by Viresh Kumar · 8 years ago
  32. e231f8d PM / OPP: Don't WARN on multiple calls to dev_pm_opp_set_regulators() by Viresh Kumar · 8 years ago
  33. 4dab160 PM / OPP: Allow platform specific custom set_opp() callbacks by Viresh Kumar · 8 years ago
  34. 9473558 PM / OPP: Separate out _generic_set_opp() by Viresh Kumar · 8 years ago
  35. dfbe467 PM / OPP: Add infrastructure to manage multiple regulators by Viresh Kumar · 8 years ago
  36. ce31781 PM / OPP: Pass struct dev_pm_opp_supply to _set_opp_voltage() by Viresh Kumar · 8 years ago
  37. 0f0fe7e PM / OPP: Manage supply's voltage/current in a separate structure by Viresh Kumar · 8 years ago
  38. dc39d06 PM / OPP: Don't use OPP structure outside of rcu protected section by Viresh Kumar · 8 years ago
  39. 91291d9 PM / OPP: Pass opp_table to dev_pm_opp_put_regulator() by Stephen Boyd · 8 years ago
  40. 349aa92 PM / OPP: fix debug/error messages in dev_pm_opp_of_get_sharing_cpus() by Masahiro Yamada · 8 years ago
  41. 4bee77d PM / OPP: make _of_get_opp_desc_node() a static function by Masahiro Yamada · 8 years ago
  42. a4ee454 PM / OPP: Don't support OPP if it provides supported-hw but platform does not by Dave Gerlach · 8 years ago
  43. 4df27c9 PM / OPP: avoid maybe-uninitialized warning by Arnd Bergmann · 8 years ago
  44. 067b7ce PM / OPP: optimize dev_pm_opp_set_rate() performance a bit by Jisheng Zhang · 8 years ago
  45. 79ee2e8 PM / OPP: Add 'UNKNOWN' status for shared_opp in struct opp_table by Viresh Kumar · 9 years ago
  46. c854120 Merge back new material for v4.7. by Rafael J. Wysocki · 9 years ago
  47. f47b72a PM / OPP: Move CONFIG_OF dependent code in a separate file by Viresh Kumar · 9 years ago
  48. 21f8a99 PM / OPP: Remove useless check by Viresh Kumar · 9 years ago
  49. 411466c PM / OPP: add non-OF versions of dev_pm_opp_{cpumask_, }remove_table by Sudeep Holla · 9 years ago
  50. ddbb74b PM / OPP: pass cpumask by reference by Arnd Bergmann · 9 years ago
  51. 6f707da PM / OPP: Add dev_pm_opp_get_sharing_cpus() by Viresh Kumar · 9 years ago
  52. dde370b PM / OPP: Mark cpumask as const in dev_pm_opp_set_sharing_cpus() by Viresh Kumar · 9 years ago
  53. 46e7a4e PM / OPP: Mark shared-opp for non-dt case by Viresh Kumar · 9 years ago
  54. 2c93104 PM / OPP: Relocate dev_pm_opp_set_sharing_cpus() by Viresh Kumar · 9 years ago
  55. 45ca36a PM / OPP: Add missing doc style comments by Viresh Kumar · 9 years ago
  56. 2d74c6d PM / OPP: Propagate the error returned by _find_opp_table() by Viresh Kumar · 9 years ago
  57. 2c2709d PM / OPP: Rename structures for clarity by Viresh Kumar · 9 years ago
  58. a5da644 PM / OPP: Fix incorrect comments by Viresh Kumar · 9 years ago
  59. 0c717d0 PM / OPP: Initialize regulator pointer to an error value by Viresh Kumar · 9 years ago
  60. c88c395 PM / OPP: Initialize u_volt_min/max to a valid value by Viresh Kumar · 9 years ago
  61. 78ecc56 PM / OPP: Fix NULL pointer dereference crash when disabling OPPs by Jon Hunter · 9 years ago
  62. 6a0712f PM / OPP: Add dev_pm_opp_set_rate() by Viresh Kumar · 9 years ago
  63. d54974c PM / OPP: Manage device clk by Viresh Kumar · 9 years ago
  64. 50f8cfb PM / OPP: Parse clock-latency and voltage-tolerance for v1 bindings by Viresh Kumar · 9 years ago
  65. 2174344 PM / OPP: Introduce dev_pm_opp_get_max_transition_latency() by Viresh Kumar · 9 years ago
  66. 655c9df PM / OPP: Introduce dev_pm_opp_get_max_volt_latency() by Viresh Kumar · 9 years ago
  67. 7d34d56 PM / OPP: Disable OPPs that aren't supported by the regulator by Viresh Kumar · 9 years ago
  68. 9f8ea96 PM / OPP: get/put regulators from OPP core by Viresh Kumar · 9 years ago
  69. 5ff24d6 PM / OPP: Use snprintf() instead of sprintf() by Viresh Kumar · 9 years ago
  70. d9de19b PM / OPP: Set cpu_dev->id in cpumask first by Pi-Cheng Chen · 9 years ago
  71. fd8d8e6 PM / OPP: Fix parsing of opp-microvolt and opp-microamp properties by Bartlomiej Zolnierkiewicz · 9 years ago
  72. 01fb4d3 PM / OPP: Parse 'opp-<prop>-<name>' bindings by Viresh Kumar · 9 years ago
  73. 7de36b0 PM / OPP: Parse 'opp-supported-hw' binding by Viresh Kumar · 9 years ago
  74. dc4e7b1 PM / OPP: Add missing doc comments by Viresh Kumar · 9 years ago
  75. deaa514 PM / OPP: Add debugfs support by Viresh Kumar · 9 years ago
  76. 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
  77. baf51c4 Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/rzhang/linux by Linus Torvalds · 9 years ago
  78. 1ede53f Merge branch 'pm-opp' by Rafael J. Wysocki · 9 years ago
  79. 0597e81 PM / OPP: Add opp_rcu_lockdep_assert() to _find_device_opp() by Viresh Kumar · 9 years ago
  80. 4a3a135 PM / OPP: Hold dev_opp_list_lock for writers by Viresh Kumar · 9 years ago
  81. 87b4115 PM / OPP: Protect updates to list_dev with mutex by Viresh Kumar · 9 years ago
  82. 1794ec1 PM / OPP: Propagate error properly from dev_pm_opp_set_sharing_cpus() by Viresh Kumar · 9 years ago
  83. ad623c3 PM / OPP: Parse all power-supply related bindings together by Viresh Kumar · 9 years ago
  84. b64b9c3f PM / OPP: Rename routines specific to old bindings with _v1 by Viresh Kumar · 9 years ago
  85. d6d2a52 PM / OPP: Improve print messages with pr_fmt by Viresh Kumar · 9 years ago
  86. 394f716 Merge branch 'pm-opp' by Rafael J. Wysocki · 9 years ago
  87. a6eed75 PM / OPP: passing NULL to PTR_ERR() by Dan Carpenter · 9 years ago
  88. f59d3ee PM / OPP: Move cpu specific code to opp/cpu.c by Viresh Kumar · 9 years ago
  89. 33692dc PM / OPP: Move opp core to its own directory by Viresh Kumar · 9 years ago