1. 94ab4c3 cpufreq: dt: Use .register_em() to register with energy model by Viresh Kumar · 3 years, 5 months ago
  2. c3135d2 cpufreq: dt: dev_pm_opp_of_cpumask_add_table() may return -EPROBE_DEFER by Quanyang Wang · 3 years, 9 months ago
  3. 5ae4a4b cpufreq: Remove CPUFREQ_STICKY flag by Viresh Kumar · 3 years, 11 months ago
  4. 5f6ffb8 cpufreq: dt: dev_pm_opp_put_regulators() accepts NULL argument by Viresh Kumar · 4 years, 2 months ago
  5. 873c985 cpufreq: dt: Don't (ab)use dev_pm_opp_get_opp_table() to create OPP table by Viresh Kumar · 4 years, 2 months ago
  6. a17a733 Merge branch 'cpufreq/arm/linux-next' of git://git.kernel.org/pub/scm/linux/kernel/git/vireshk/pm by Rafael J. Wysocki · 4 years, 3 months ago
  7. 1a0419b cpufreq: move invariance setter calls in cpufreq core by Ionela Voinescu · 4 years, 4 months ago
  8. dc279ac cpufreq: dt: Refactor initialization to handle probe deferral properly by Stephan Gerhold · 4 years, 5 months ago
  9. 0e0ffa8 OPP: refactor dev_pm_opp_of_register_em() and update related drivers by Lukasz Luba · 4 years, 7 months ago
  10. 8b17f17 cpufreq: dt: Add support for interconnect bandwidth scaling by Georgi Djakov · 4 years, 8 months ago
  11. 0c86862 cpufreq: dt: Allow platform specific intermediate callbacks by Peng Fan · 4 years, 10 months ago
  12. d2912cb treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500 by Thomas Gleixner · 6 years ago
  13. 1271d6d Merge branch 'pm-opp' by Rafael J. Wysocki · 6 years ago
  14. 263abfe cpufreq: dt: Implement online/offline() callbacks by Viresh Kumar · 6 years ago
  15. 76d004b cpufreq: dt: Register an Energy Model by Quentin Perret · 6 years ago
  16. e248d8d cpufreq: cpufreq-dt: Use auto-registration of thermal cooling device by Amit Kucheria · 6 years ago
  17. 51c99dd cpufreq: dt: Try freeing static OPPs only if we have added them by Viresh Kumar · 6 years ago
  18. 6778270 cpufreq: dt: Allow platform specific suspend/resume callbacks by Viresh Kumar · 7 years ago
  19. 29aa18a cpufreq: cpufreq-dt: Don't validate the frequency table twice by Viresh Kumar · 7 years ago
  20. 3ebb62f cpu_cooling: Keep only one of_cpufreq*cooling_register() helper by Viresh Kumar · 7 years ago
  21. f5f263f cpu_cooling: Make of_cpufreq_power_cooling_register() parse DT by Viresh Kumar · 7 years ago
  22. 400ec74 cpufreq: dt: invoke frequency-invariance setter function by Dietmar Eggemann · 7 years ago
  23. 99d14d0 cpufreq: Process remote callbacks from any CPU if the platform permits by Viresh Kumar · 7 years ago
  24. 4d753aa thermal: cpu_cooling: use cpufreq_policy to register cooling device 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. dfbe467 PM / OPP: Add infrastructure to manage multiple regulators by Viresh Kumar · 8 years ago
  27. 91291d9 PM / OPP: Pass opp_table to dev_pm_opp_put_regulator() by Stephen Boyd · 8 years ago
  28. 297a662 cpufreq: dt: Support governor tunables per policy by Viresh Kumar · 8 years ago
  29. e86eee6 cpufreq: dt: Remove unused code by Viresh Kumar · 8 years ago
  30. eb96924 cpufreq: dt: Kill platform-data by Viresh Kumar · 9 years ago
  31. 1530b99 cpufreq: dt: Identify cpu-sharing for platforms without operating-points-v2 by Viresh Kumar · 9 years ago
  32. b318556 cpufreq: dt: Drop stale comment by Viresh Kumar · 9 years ago
  33. dd02a3d cpufreq: dt: No need to allocate resources anymore by Viresh Kumar · 9 years ago
  34. df2c8ec cpufreq: dt: No need to fetch voltage-tolerance by Viresh Kumar · 9 years ago
  35. 78c3ba5 cpufreq: dt: Use dev_pm_opp_set_rate() to switch frequency by Viresh Kumar · 9 years ago
  36. 755b888 cpufreq: dt: Reuse dev_pm_opp_get_max_transition_latency() by Viresh Kumar · 9 years ago
  37. 6def6ea cpufreq: dt: Unsupported OPPs are already disabled by Viresh Kumar · 9 years ago
  38. 050794a cpufreq: dt: Pass regulator name to the OPP core by Viresh Kumar · 9 years ago
  39. 391d9ae cpufreq: dt: OPP layers handles clock-latency for V1 bindings as well by Viresh Kumar · 9 years ago
  40. 457e99e6 cpufreq: dt: Rename 'need_update' to 'opp_v1' by Viresh Kumar · 9 years ago
  41. 896d6a4 cpufreq: dt: Convert few pr_debug/err() calls to dev_dbg/err() by Viresh Kumar · 9 years ago
  42. b331bc2 cpufreq: cpufreq-dt: avoid uninitialized variable warnings: by Arnd Bergmann · 9 years ago
  43. 929ca89 cpufreq-dt: fix handling regulator_get_voltage() result by Andrzej Hajda · 9 years ago
  44. f8fa8ae cpufreq-dt: Supply power coefficient when registering cooling devices by Punit Agrawal · 9 years ago
  45. 8f8d37b PM / OPP: Prefix exported opp routines with dev_pm_opp_ by Viresh Kumar · 9 years ago
  46. f0489a5 PM / OPP: Rename opp init/free table routines by Viresh Kumar · 9 years ago
  47. 953ba9f cpufreq-dt: add suspend frequency support by Bartlomiej Zolnierkiewicz · 9 years ago
  48. a202200 cpufreq: dt: Tolerance applies on both sides of target voltage by Viresh Kumar · 9 years ago
  49. 8bc8628 cpufreq: dt: Print error on failing to mark OPPs as shared by Viresh Kumar · 9 years ago
  50. 7d5d0c8 cpufreq: dt: Check OPP count before marking them shared by Viresh Kumar · 9 years ago
  51. 21c36d3 cpufreq-dt: make scaling_boost_freqs sysfs attr available when boost is enabled by Bartlomiej Zolnierkiewicz · 9 years ago
  52. d15fa86 cpufreq: dt: Add support for turbo/boost mode by Viresh Kumar · 9 years ago
  53. 2e02d87 cpufreq: dt: Add support for operating-points-v2 bindings by Viresh Kumar · 9 years ago
  54. 07949bf cpufreq: dt: allow driver to boot automatically by Felipe Balbi · 10 years ago
  55. 17ad13b cpufreq-dt: Drop unnecessary check before cpufreq_cooling_unregister() invocation by Markus Elfring · 10 years ago
  56. ff23ab2 Merge branches 'pm-cpufreq' and 'pm-cpuidle' by Rafael J. Wysocki · 10 years ago
  57. 62a041a cpufreq-dt: defer probing if OPP table is not ready by Dmitry Torokhov · 10 years ago
  58. e6b5be2 Merge tag 'driver-core-3.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core by Linus Torvalds · 10 years ago
  59. a7cb7bb Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivial by Linus Torvalds · 10 years ago
  60. 2f0f609 cpufreq-dt: free OPP table created during ->init() by Viresh Kumar · 10 years ago
  61. 9a00442 cpufreq-dt: register cooling device from ->ready() callback by Viresh Kumar · 10 years ago
  62. d3a10c1 cpufreq-dt: pass 'policy->related_cpus' to of_cpufreq_cooling_register() by Viresh Kumar · 10 years ago
  63. edd52b1 cpufreq: cpufreq-dt: Move newline to end of error message by Geert Uytterhoeven · 10 years ago
  64. 8197bb1 cpufreq: cpufreq-dt: Handle regulator_get_voltage() failure by Stefan Wahren · 10 years ago
  65. 0a1e879 cpufreq: cpufreq-dt: Improve debug about matching OPP by Stefan Wahren · 10 years ago
  66. 7179621 cpufreq: cpufreq-dt: Fix arguments in clock failure error message by Abhilash Kesavan · 10 years ago
  67. a8a93c6 Merge branch 'platform/remove_owner' of git://git.kernel.org/pub/scm/linux/kernel/git/wsa/linux into driver-core-next by Greg Kroah-Hartman · 10 years ago
  68. c81407f cpufreq: cpufreq-dt: Restore default cpumask_setall(policy->cpus) by Geert Uytterhoeven · 10 years ago
  69. 045ee45 cpufreq: cpufreq-dt: disable unsupported OPPs by Lucas Stach · 10 years ago
  70. a00de1a cpufreq: cpufreq-dt: adjust message related to regulators by Thomas Petazzoni · 10 years ago
  71. 34e5a52 cpufreq: cpufreq-dt: extend with platform_data by Thomas Petazzoni · 10 years ago
  72. 30f51f2 cpufreq: drop owner assignment from platform_drivers by Wolfram Sang · 10 years ago
  73. f9739d2 cpufreq: cpufreq-dt: fix potential double put of cpu OF node by Lucas Stach · 10 years ago
  74. bbcf071 cpufreq: cpu0: rename driver and internals to 'cpufreq_dt' by Viresh Kumar · 10 years ago[Renamed (90%) from drivers/cpufreq/cpufreq-cpu0.c]
  75. 95b6105 cpufreq: cpu0: Make allocate_resources() work for any CPU by Viresh Kumar · 10 years ago
  76. 2d2c5e0 cpufreq: cpu0: try regulators with name "cpu-supply" by Viresh Kumar · 10 years ago
  77. d2f31f1 cpufreq: cpu0: Move per-cluster initialization code to ->init() by Viresh Kumar · 10 years ago
  78. fbd48ca cpufreq: cpu0: use dev_{err|warn|dbg} instead of pr_{err|warn|debug} by Viresh Kumar · 10 years ago
  79. 48a8624 cpufreq: cpu0: print relevant error when we defer probe by Viresh Kumar · 10 years ago
  80. ed4b053 cpufreq: cpu0: don't validate clock on clk_put() by Viresh Kumar · 10 years ago
  81. 748c876 cpufreq: cpu0: Update Module Author by Viresh Kumar · 10 years ago
  82. 713a3fa cpufreq: cpu0: Do not print error message when deferring by Markus Pargmann · 10 years ago
  83. 1bf8cc3 cpufreq: cpu0: OPPs can be populated at runtime by Viresh Kumar · 10 years ago
  84. 93575b7 cpufreq: Mark CPU0 driver with CPUFREQ_NEED_INITIAL_FREQ_CHECK flag by Viresh Kumar · 11 years ago
  85. e3beb0a cpufreq: cpu0: drop wrong devm usage by Lucas Stach · 11 years ago
  86. 979d86f cpufreq: Remove cpufreq_generic_exit() by Viresh Kumar · 11 years ago
  87. 9146657 Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/rzhang/linux by Linus Torvalds · 11 years ago
  88. 652ed95 cpufreq: introduce cpufreq_generic_get() routine by Viresh Kumar · 11 years ago
  89. 2209b0c cpufreq: cpufreq-cpu0: clk_round_rate() can return a zero upon error by Paul Walmsley · 11 years ago
  90. 77cff59 cpufreq: cpufreq-cpu0: add dt node parsing for cooling device properties by Eduardo Valentin · 11 years ago
  91. d4019f0 cpufreq: move freq change notifications to cpufreq core by Viresh Kumar · 11 years ago
  92. 9c0ebcf cpufreq: Implement light weight ->target_index() routine by Viresh Kumar · 11 years ago
  93. 6ddee42 Merge back earlier 'pm-cpufreq' material. by Rafael J. Wysocki · 11 years ago
  94. e4db1c7 PM / OPP: rename header to linux/pm_opp.h by Nishanth Menon · 11 years ago
  95. 47d43ba PM / OPP: rename data structures to dev_pm equivalents by Nishanth Menon · 11 years ago
  96. 5d4879c PM / OPP: rename functions to dev_pm_opp* by Nishanth Menon · 11 years ago
  97. 78b3d10 cpufreq: cpufreq-cpu0: use cpufreq_generic_init() by Viresh Kumar · 11 years ago
  98. 179b889 cpufreq: cpu0: don't initialize part of policy set by core too by Viresh Kumar · 11 years ago
  99. f793d79 cpufreq: cpufreq-cpu0: Use generic cpufreq routines by Viresh Kumar · 11 years ago
  100. 7a90684 cpufreq: cpufreq-cpu0: use cpufreq_table_validate_and_show() by Viresh Kumar · 11 years ago