1. 03758d6 opp: Replace list_kref with a local counter by Viresh Kumar · 5 years ago
  2. d2912cb treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500 by Thomas Gleixner · 6 years ago
  3. 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
  4. a2dea4c opp: no need to check return value of debugfs_create functions by Greg Kroah-Hartman · 6 years ago
  5. 5b93ac5 OPP: Add support for parsing the 'opp-level' property by Rajendra Nayak · 6 years ago
  6. ade0c94 Merge branch 'opp/genpd/propagation' into opp/linux-next by Viresh Kumar · 6 years ago
  7. 46f48ac OPP: Fix missing debugfs supply directory for OPPs by Viresh Kumar · 6 years ago
  8. 4f018bc OPP: Add dev_pm_opp_{set|put}_genpd_virt_dev() helper by Viresh Kumar · 7 years ago
  9. da544b6 OPP: Populate OPPs from "required-opps" property by Viresh Kumar · 7 years ago
  10. 5d6d106 OPP: Populate required opp tables from "required-opps" property by Viresh Kumar · 7 years ago
  11. 61d8e7c OPP: Identify and mark genpd OPP tables by Viresh Kumar · 7 years ago
  12. 283d55e OPP: Prevent creating multiple OPP tables for devices sharing OPP nodes by Viresh Kumar · 6 years ago
  13. cdd6ed9 OPP: Use a single mechanism to free the OPP table by Viresh Kumar · 6 years ago
  14. 2a4eb73 OPP: Don't remove dynamic OPPs from _dev_pm_opp_remove_table() by Viresh Kumar · 6 years ago
  15. d0e8ae6 OPP: Create separate kref for static OPPs list by Viresh Kumar · 6 years ago
  16. f06ed90 OPP: Parse OPP table's DT properties from _of_init_opp_table() by Viresh Kumar · 7 years ago
  17. eb7c8743 OPP: Pass index to _of_init_opp_table() by Viresh Kumar · 6 years ago
  18. 3d25569 OPP: Protect dev_list with opp_table lock by Viresh Kumar · 6 years ago
  19. 404b136 OPP: Don't try to remove all OPP tables on failure by Viresh Kumar · 6 years ago
  20. 28fa4ac PM / OPP: Remove dev_pm_opp_{un}register_get_pstate_helper() by Viresh Kumar · 7 years ago
  21. a88bd2a PM / OPP: Implement of_dev_pm_opp_find_required_opp() by Viresh Kumar · 7 years ago
  22. a1e8c13 PM / OPP: "opp-hz" is optional for power domains by Viresh Kumar · 7 years ago
  23. b6aa983 PM / OPP: Add dev_pm_opp_{un}register_get_pstate_helper() by Viresh Kumar · 7 years ago
  24. 009acd1 PM / OPP: Support updating performance state of device's power domain by Viresh Kumar · 7 years ago
  25. 7813dd6 PM / OPP: Move the OPP directory out of power/ by Viresh Kumar · 7 years ago[Renamed from drivers/base/power/opp/opp.h]
  26. 052c6f1 PM / OPP: Move away from RCU locking by Viresh Kumar · 8 years ago
  27. 7034764 PM / OPP: Add 'struct kref' to struct dev_pm_opp by Viresh Kumar · 8 years ago
  28. b83c189 PM / OPP: Use dev_pm_opp_get_opp_table() instead of _add_opp_table() by Viresh Kumar · 8 years ago
  29. f067a98 PM / OPP: Add 'struct kref' to OPP table by Viresh Kumar · 8 years ago
  30. 37a73ec PM / OPP: Add per OPP table mutex by Viresh Kumar · 8 years ago
  31. 8cd2f6e PM / OPP: Don't allocate OPP table from _opp_allocate() by Viresh Kumar · 8 years ago
  32. 9274c89 PM / OPP: Rename and split _dev_pm_opp_remove_table() by Viresh Kumar · 8 years ago
  33. 969fceb PM / OPP: Add light weight _opp_free() routine by Viresh Kumar · 8 years ago
  34. 63a69ea4 PM / OPP: Rename _allocate_opp() to _opp_allocate() by Viresh Kumar · 8 years ago
  35. 4dab160 PM / OPP: Allow platform specific custom set_opp() callbacks by Viresh Kumar · 8 years ago
  36. 9473558 PM / OPP: Separate out _generic_set_opp() by Viresh Kumar · 8 years ago
  37. dfbe467 PM / OPP: Add infrastructure to manage multiple regulators by Viresh Kumar · 8 years ago
  38. 0f0fe7e PM / OPP: Manage supply's voltage/current in a separate structure by Viresh Kumar · 8 years ago
  39. 4bee77d PM / OPP: make _of_get_opp_desc_node() a static function by Masahiro Yamada · 8 years ago
  40. 79ee2e8 PM / OPP: Add 'UNKNOWN' status for shared_opp in struct opp_table by Viresh Kumar · 9 years ago
  41. f47b72a PM / OPP: Move CONFIG_OF dependent code in a separate file by Viresh Kumar · 9 years ago
  42. 2c2709d PM / OPP: Rename structures for clarity by Viresh Kumar · 9 years ago
  43. d54974c PM / OPP: Manage device clk by Viresh Kumar · 9 years ago
  44. 50f8cfb PM / OPP: Parse clock-latency and voltage-tolerance for v1 bindings by Viresh Kumar · 9 years ago
  45. 9f8ea96 PM / OPP: get/put regulators from OPP core by Viresh Kumar · 9 years ago
  46. 01fb4d3 PM / OPP: Parse 'opp-<prop>-<name>' bindings by Viresh Kumar · 9 years ago
  47. 7de36b0 PM / OPP: Parse 'opp-supported-hw' binding by Viresh Kumar · 9 years ago
  48. dc4e7b1 PM / OPP: Add missing doc comments by Viresh Kumar · 9 years ago
  49. deaa514 PM / OPP: Add debugfs support by Viresh Kumar · 9 years ago
  50. 87b4115 PM / OPP: Protect updates to list_dev with mutex by Viresh Kumar · 9 years ago
  51. f59d3ee PM / OPP: Move cpu specific code to opp/cpu.c by Viresh Kumar · 9 years ago