1. 9ac1fb1 Merge branch 'cpufreq/arm/linux-next' of git://git.kernel.org/pub/scm/linux/kernel/git/vireshk/pm by Rafael J. Wysocki · 4 years, 6 months ago
  2. 3ae1f39 OPP: Add and export helper to set bandwidth by Sibi Sankar · 4 years, 8 months ago
  3. 0e0ffa8 OPP: refactor dev_pm_opp_of_register_em() and update related drivers by Lukasz Luba · 4 years, 8 months ago
  4. 6d3f922 opp: Add support for parsing interconnect bandwidth by Georgi Djakov · 4 years, 8 months ago
  5. 25cb20a PM / OPP: Support adjusting OPP voltages at runtime by Stephen Boyd · 5 years ago
  6. 71419d8 opp: Add dev_pm_opp_find_level_exact() by Niklas Cassel · 5 years ago
  7. 17a8f86 opp: Return genpd virtual devices from dev_pm_opp_attach_genpd() by Viresh Kumar · 6 years ago
  8. 41de256 Merge branch 'opp/linux-next' of git://git.kernel.org/pub/scm/linux/kernel/git/vireshk/pm by Rafael J. Wysocki · 6 years ago
  9. d2912cb treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500 by Thomas Gleixner · 6 years ago
  10. 6319aee opp: Attach genpds to devices from within OPP core by Viresh Kumar · 6 years ago
  11. 2f36bde OPP: Introduce dev_pm_opp_find_freq_ceil_by_volt() by Andrew-sh.Cheng · 6 years ago
  12. 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
  13. 405bcfff1 Merge tag 'qcom-drivers-for-5.1' of git://git.kernel.org/pub/scm/linux/kernel/git/agross/linux into arm/drivers by Arnd Bergmann · 6 years ago
  14. 7c139d3 Merge branch 'opp/power' into cpufreq/qcom-hw by Viresh Kumar · 6 years ago
  15. a4f342b PM / OPP: Introduce a power estimation helper by Quentin Perret · 6 years ago
  16. 5b93ac5 OPP: Add support for parsing the 'opp-level' property by Rajendra Nayak · 6 years ago
  17. 1690d8b cpufreq: scpi/scmi: Fix freeing of dynamic OPPs by Viresh Kumar · 6 years ago
  18. 2feb5a8 OPP: Don't return 0 on error from of_get_required_opp_performance_state() by Viresh Kumar · 6 years ago
  19. c8a5910 OPP: Add dev_pm_opp_xlate_performance_state() helper by Viresh Kumar · 6 years ago
  20. 534245c OPP: Remove of_dev_pm_opp_find_required_opp() by Viresh Kumar · 7 years ago
  21. 4c6a343 OPP: Rename and relocate of_genpd_opp_to_performance_state() by Viresh Kumar · 7 years ago
  22. 4f018bc OPP: Add dev_pm_opp_{set|put}_genpd_virt_dev() helper by Viresh Kumar · 7 years ago
  23. eb7c8743 OPP: Pass index to _of_init_opp_table() by Viresh Kumar · 6 years ago
  24. 28fa4ac PM / OPP: Remove dev_pm_opp_{un}register_get_pstate_helper() by Viresh Kumar · 7 years ago
  25. e2f4b5f PM / OPP: Implement dev_pm_opp_get_of_node() by Viresh Kumar · 7 years ago
  26. a88bd2a PM / OPP: Implement of_dev_pm_opp_find_required_opp() by Viresh Kumar · 7 years ago
  27. fa9b274 PM / OPP: Implement dev_pm_opp_of_add_table_indexed() by Viresh Kumar · 8 years ago
  28. b6aa983 PM / OPP: Add dev_pm_opp_{un}register_get_pstate_helper() by Viresh Kumar · 7 years ago
  29. 604a7ae PM / OPP: Rename dev_pm_opp_register_put_opp_helper() by Viresh Kumar · 7 years ago
  30. 829a4e8 PM / OPP: Add dev_pm_opp_{set|put}_clkname() by Viresh Kumar · 8 years ago
  31. 0764c60 PM / OPP: Expose _of_get_opp_desc_node as dev_pm_opp API by Dave Gerlach · 8 years ago
  32. 7034764 PM / OPP: Add 'struct kref' to struct dev_pm_opp by Viresh Kumar · 8 years ago
  33. fa30184 PM / OPP: Return opp_table from dev_pm_opp_set_*() routines by Viresh Kumar · 8 years ago
  34. f067a98 PM / OPP: Add 'struct kref' to OPP table by Viresh Kumar · 8 years ago
  35. dc2c9ad PM / OPP: Don't expose srcu_head to register notifiers by Viresh Kumar · 8 years ago
  36. 3aa26a3 PM / OPP: Rename dev_pm_opp_get_suspend_opp() and return OPP rate by Viresh Kumar · 8 years ago
  37. 4dab160 PM / OPP: Allow platform specific custom set_opp() callbacks by Viresh Kumar · 8 years ago
  38. 9473558 PM / OPP: Separate out _generic_set_opp() by Viresh Kumar · 8 years ago
  39. dfbe467 PM / OPP: Add infrastructure to manage multiple regulators by Viresh Kumar · 8 years ago
  40. 0f0fe7e PM / OPP: Manage supply's voltage/current in a separate structure by Viresh Kumar · 8 years ago
  41. 91291d9 PM / OPP: Pass opp_table to dev_pm_opp_put_regulator() by Stephen Boyd · 8 years ago
  42. 411466c PM / OPP: add non-OF versions of dev_pm_opp_{cpumask_, }remove_table by Sudeep Holla · 9 years ago
  43. ddbb74b PM / OPP: pass cpumask by reference by Arnd Bergmann · 9 years ago
  44. 6f707da PM / OPP: Add dev_pm_opp_get_sharing_cpus() by Viresh Kumar · 9 years ago
  45. dde370b PM / OPP: Mark cpumask as const in dev_pm_opp_set_sharing_cpus() by Viresh Kumar · 9 years ago
  46. d708b384 PM / OPP: -ENOSYS is applicable only to syscalls by Viresh Kumar · 9 years ago
  47. 642aa8c PM / OPP: dev_pm_opp_set_sharing_cpus() doesn't depend on CONFIG_OF by Viresh Kumar · 9 years ago
  48. 6a0712f PM / OPP: Add dev_pm_opp_set_rate() by Viresh Kumar · 9 years ago
  49. 2174344 PM / OPP: Introduce dev_pm_opp_get_max_transition_latency() by Viresh Kumar · 9 years ago
  50. 655c9df PM / OPP: Introduce dev_pm_opp_get_max_volt_latency() by Viresh Kumar · 9 years ago
  51. 9f8ea96 PM / OPP: get/put regulators from OPP core by Viresh Kumar · 9 years ago
  52. 01fb4d3 PM / OPP: Parse 'opp-<prop>-<name>' bindings by Viresh Kumar · 9 years ago
  53. 7de36b0 PM / OPP: Parse 'opp-supported-hw' binding by Viresh Kumar · 9 years ago
  54. 8f8d37b PM / OPP: Prefix exported opp routines with dev_pm_opp_ by Viresh Kumar · 9 years ago
  55. f0489a5 PM / OPP: Rename opp init/free table routines by Viresh Kumar · 9 years ago
  56. 4eafbd1 PM / OPP: add dev_pm_opp_get_suspend_opp() helper by Bartlomiej Zolnierkiewicz · 9 years ago
  57. 19445b2 PM / OPP: add dev_pm_opp_is_turbo() helper by Bartlomiej Zolnierkiewicz · 10 years ago
  58. 8d4d4e9 PM / OPP: Add helpers for initializing CPU OPPs by Viresh Kumar · 10 years ago
  59. 3ca9bb3 PM / OPP: Add clock-latency-ns support by Viresh Kumar · 9 years ago
  60. 129eec5 PM / OPP Introduce APIs to remove OPPs by Viresh Kumar · 10 years ago
  61. a0dd7b7 PM / OPP: Move cpufreq specific OPP functions out of generic OPP library by Nishanth Menon · 11 years ago
  62. e4db1c7 PM / OPP: rename header to linux/pm_opp.h by Nishanth Menon · 11 years ago[Renamed from include/linux/opp.h]
  63. 47d43ba PM / OPP: rename data structures to dev_pm equivalents by Nishanth Menon · 11 years ago
  64. 5d4879c PM / OPP: rename functions to dev_pm_opp* by Nishanth Menon · 11 years ago
  65. d6561bb PM / OPP: fix condition for empty of_init_opp_table() by Shawn Guo · 12 years ago
  66. b496dfb PM / OPP: Initialize OPP table from device tree by Shawn Guo · 12 years ago
  67. 313162d device.h: audit and cleanup users in main include dir by Paul Gortmaker · 13 years ago
  68. a96d69d PM / OPP: Fix build when CONFIG_PM_OPP is not set by Tony Lindgren · 13 years ago
  69. 03ca370 PM / OPP: Add OPP availability change notifier. by MyungJoo Ham · 13 years ago
  70. 99f381d PM / OPP: Introduce function to free cpufreq table by Nishanth Menon · 14 years ago
  71. e1f60b2 PM: Introduce library for device-specific OPPs (v7) by Nishanth Menon · 14 years ago