1. c236525 PM / OPP: Move error message to debug level by Fabio Estevam · 7 years ago
  2. 7ac62bc PM / OPP: Don't use OPP structure outside of rcu protected section by Viresh Kumar · 8 years ago
  3. c7a8a0a PM / OPP: Pass opp_table to dev_pm_opp_put_regulator() by Stephen Boyd · 8 years ago
  4. 4df27c9 PM / OPP: avoid maybe-uninitialized warning by Arnd Bergmann · 8 years ago
  5. 067b7ce PM / OPP: optimize dev_pm_opp_set_rate() performance a bit by Jisheng Zhang · 8 years ago
  6. c854120 Merge back new material for v4.7. by Rafael J. Wysocki · 8 years ago
  7. f47b72a PM / OPP: Move CONFIG_OF dependent code in a separate file by Viresh Kumar · 8 years ago
  8. 21f8a99 PM / OPP: Remove useless check by Viresh Kumar · 8 years ago
  9. 411466c PM / OPP: add non-OF versions of dev_pm_opp_{cpumask_, }remove_table by Sudeep Holla · 8 years ago
  10. 2c2709d PM / OPP: Rename structures for clarity by Viresh Kumar · 8 years ago
  11. a5da644 PM / OPP: Fix incorrect comments by Viresh Kumar · 8 years ago
  12. 0c717d0 PM / OPP: Initialize regulator pointer to an error value by Viresh Kumar · 8 years ago
  13. c88c395 PM / OPP: Initialize u_volt_min/max to a valid value by Viresh Kumar · 8 years ago
  14. 78ecc56 PM / OPP: Fix NULL pointer dereference crash when disabling OPPs by Jon Hunter · 8 years ago
  15. 6a0712f PM / OPP: Add dev_pm_opp_set_rate() by Viresh Kumar · 8 years ago
  16. d54974c PM / OPP: Manage device clk by Viresh Kumar · 8 years ago
  17. 50f8cfb PM / OPP: Parse clock-latency and voltage-tolerance for v1 bindings by Viresh Kumar · 8 years ago
  18. 2174344 PM / OPP: Introduce dev_pm_opp_get_max_transition_latency() by Viresh Kumar · 8 years ago
  19. 655c9df PM / OPP: Introduce dev_pm_opp_get_max_volt_latency() by Viresh Kumar · 8 years ago
  20. 7d34d56 PM / OPP: Disable OPPs that aren't supported by the regulator by Viresh Kumar · 8 years ago
  21. 9f8ea96 PM / OPP: get/put regulators from OPP core by Viresh Kumar · 8 years ago
  22. 5ff24d6 PM / OPP: Use snprintf() instead of sprintf() by Viresh Kumar · 8 years ago
  23. fd8d8e6 PM / OPP: Fix parsing of opp-microvolt and opp-microamp properties by Bartlomiej Zolnierkiewicz · 8 years ago
  24. 01fb4d3 PM / OPP: Parse 'opp-<prop>-<name>' bindings by Viresh Kumar · 9 years ago
  25. 7de36b0 PM / OPP: Parse 'opp-supported-hw' binding by Viresh Kumar · 9 years ago
  26. deaa514 PM / OPP: Add debugfs support by Viresh Kumar · 9 years ago
  27. 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
  28. baf51c4 Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/rzhang/linux by Linus Torvalds · 9 years ago
  29. 1ede53f Merge branch 'pm-opp' by Rafael J. Wysocki · 9 years ago
  30. 0597e81 PM / OPP: Add opp_rcu_lockdep_assert() to _find_device_opp() by Viresh Kumar · 9 years ago
  31. 4a3a135 PM / OPP: Hold dev_opp_list_lock for writers by Viresh Kumar · 9 years ago
  32. 87b4115 PM / OPP: Protect updates to list_dev with mutex by Viresh Kumar · 9 years ago
  33. ad623c3 PM / OPP: Parse all power-supply related bindings together by Viresh Kumar · 9 years ago
  34. b64b9c3 PM / OPP: Rename routines specific to old bindings with _v1 by Viresh Kumar · 9 years ago
  35. d6d2a52 PM / OPP: Improve print messages with pr_fmt by Viresh Kumar · 9 years ago
  36. 394f716 Merge branch 'pm-opp' by Rafael J. Wysocki · 9 years ago
  37. f59d3ee PM / OPP: Move cpu specific code to opp/cpu.c by Viresh Kumar · 9 years ago
  38. 33692dc PM / OPP: Move opp core to its own directory by Viresh Kumar · 9 years ago[Renamed from drivers/base/power/opp.c]
  39. 8f8d37b PM / OPP: Prefix exported opp routines with dev_pm_opp_ by Viresh Kumar · 9 years ago
  40. f0489a5 PM / OPP: Rename opp init/free table routines by Viresh Kumar · 9 years ago
  41. 1840995 PM / OPP: reuse of_parse_phandle() by Viresh Kumar · 9 years ago
  42. 7c97666 Merge branch 'pm-opp' by Rafael J. Wysocki · 9 years ago
  43. 1b2b90c PM / OPP: Return suspend_opp only if it is enabled by Viresh Kumar · 9 years ago
  44. 4eafbd1 PM / OPP: add dev_pm_opp_get_suspend_opp() helper by Bartlomiej Zolnierkiewicz · 9 years ago
  45. 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
  46. 50a3cb0 PM / OPP: Drop unlikely before IS_ERR(_OR_NULL) by Viresh Kumar · 9 years ago
  47. 68fa9f0 PM / OPP: Fix static checker warning (broken 64bit big endian systems) by Viresh Kumar · 9 years ago
  48. 1f821ed PM / OPP: Free resources and properly return error on failure by Viresh Kumar · 9 years ago
  49. 19445b2 PM / OPP: add dev_pm_opp_is_turbo() helper by Bartlomiej Zolnierkiewicz · 9 years ago
  50. 8d4d4e9 PM / OPP: Add helpers for initializing CPU OPPs by Viresh Kumar · 9 years ago
  51. ad656a6 PM / OPP: Add support for opp-suspend by Viresh Kumar · 9 years ago
  52. 0644165 PM / OPP: Add OPP sharing information to OPP library by Viresh Kumar · 9 years ago
  53. 3ca9bb3 PM / OPP: Add clock-latency-ns support by Viresh Kumar · 9 years ago
  54. 2746590 PM / OPP: Add support to parse "operating-points-v2" bindings by Viresh Kumar · 9 years ago
  55. 23dacf6 PM / OPP: Break _opp_add_dynamic() into smaller functions by Viresh Kumar · 9 years ago
  56. aa5f2f8 PM / OPP: Allocate dev_opp from _add_device_opp() by Viresh Kumar · 9 years ago
  57. 3bac42c PM / OPP: Create _remove_device_opp() for freeing dev_opp by Viresh Kumar · 9 years ago
  58. 737002b PM / OPP: Relocate few routines by Viresh Kumar · 9 years ago
  59. f78f5b9 rcu: Rename rcu_lockdep_assert() to RCU_LOCKDEP_WARN() by Paul E. McKenney · 9 years ago
  60. 59d84ca PM / OPP / clk: Remove unnecessary OOM message by Quentin Lambert · 9 years ago
  61. 04bf1c7 PM / OPP: Assert RCU lock in exported functions by Krzysztof Kozlowski · 9 years ago
  62. 984f16c PM / OPP: Update kernel documentation by Nishanth Menon · 9 years ago
  63. 327854c PM / OPP: Ensure consistent naming of static functions by Nishanth Menon · 9 years ago
  64. 4679ec3 PM / OPP: export dev_pm_opp_get_notifier by Nishanth Menon · 9 years ago
  65. b4718c0 PM / OPP: take RCU lock in dev_pm_opp_get_opp_count by Dmitry Torokhov · 9 years ago
  66. 0fe30da PM / OPP: fix warning in of_free_opp_table() by Dmitry Torokhov · 9 years ago
  67. b02ded2 PM / OPP: add some lockdep annotations by Dmitry Torokhov · 9 years ago
  68. 6ce4184 PM / OPP: do error handling at the bottom of dev_pm_opp_add_dynamic() by Viresh Kumar · 10 years ago
  69. 07cce74 PM / OPP: handle allocation of device_opp in a separate routine by Viresh Kumar · 10 years ago
  70. 29df0ee PM / OPP: reuse find_device_opp() instead of duplicating code by Viresh Kumar · 10 years ago
  71. 86453b4 PM / OPP: Staticize __dev_pm_opp_remove() by Viresh Kumar · 10 years ago
  72. 1c6a662 PM / OPP: replace kfree with kfree_rcu while freeing 'struct device_opp' by Viresh Kumar · 10 years ago
  73. 2a6127d0 PM / OPP: remove double calls to find_device_opp() by Viresh Kumar · 10 years ago
  74. 7284a00 PM / OPP: set new_opp->dev_opp to a valid dev_opp by Viresh Kumar · 10 years ago
  75. b4037aa PM / OPP replace kfree_rcu() with call_srcu() in opp_set_availability() by Viresh Kumar · 10 years ago
  76. 129eec5 PM / OPP Introduce APIs to remove OPPs by Viresh Kumar · 10 years ago
  77. 38393409 PM / OPP mark OPPs as 'static' or 'dynamic' by Viresh Kumar · 10 years ago
  78. a7470db PM / OPP don't match for existing OPPs when list is empty by Viresh Kumar · 10 years ago
  79. cd1a068 PM / OPP rename 'head' as 'rcu_head' or 'srcu_head' based on its type by Viresh Kumar · 10 years ago
  80. 057beb1 Merge branch 'pm-cpufreq' by Rafael J. Wysocki · 10 years ago
  81. 64ce854 PM / OPP: discard duplicate OPPs by Chander Kashyap · 10 years ago
  82. 086abb5 PM / OPP: fix incorrect OPP count handling in of_init_opp_table by Chander Kashyap · 10 years ago
  83. a0dd7b7 PM / OPP: Move cpufreq specific OPP functions out of generic OPP library by Nishanth Menon · 10 years ago
  84. 0f5c890 PM / OPP: Remove cpufreq wrapper dependency on internal data organization by Nishanth Menon · 10 years ago
  85. 4272b96 drivers/base: delete non-required instances of include <linux/init.h> by Paul Gortmaker · 10 years ago
  86. e4db1c7 PM / OPP: rename header to linux/pm_opp.h by Nishanth Menon · 11 years ago
  87. 47d43ba PM / OPP: rename data structures to dev_pm equivalents by Nishanth Menon · 11 years ago
  88. 5d4879c PM / OPP: rename functions to dev_pm_opp* by Nishanth Menon · 11 years ago
  89. b071f2b PM / OPP: Export opp_add() by Viresh Kumar · 11 years ago
  90. 5070158 cpufreq: rename index as driver_data in cpufreq_frequency_table by Viresh Kumar · 11 years ago
  91. cd787b34 PM / OPP: add documentation to RCU head in struct opp by Nishanth Menon · 11 years ago
  92. 74c46c6 PM / OPP: Export more symbols for module usage by Mark Langsdorf · 11 years ago
  93. b2ccd76 PM / OPP: switch exported symbols to GPL variant by Nishanth Menon · 11 years ago
  94. ea83f81 PM / OPP: using kfree_rcu() to simplify the code by Wei Yongjun · 12 years ago
  95. 0779726 PM / OPP: predictable fail results for opp_find* functions, v2 by Nishanth Menon · 12 years ago
  96. 80126ce PM / OPP: Export symbols for module usage. by Liam Girdwood · 12 years ago
  97. dde8437 PM / OPP: RCU reclaim by Vincent Guittot · 12 years ago
  98. b496dfb PM / OPP: Initialize OPP table from device tree by Shawn Guo · 12 years ago
  99. 51990e8 device.h: cleanup users outside of linux/include (C files) by Paul Gortmaker · 12 years ago
  100. 156acb1 PM / OPP: Use ERR_CAST instead of ERR_PTR(PTR_ERR()) by Thomas Meyer · 13 years ago