1. 4679ec3 PM / OPP: export dev_pm_opp_get_notifier by Nishanth Menon · 10 years ago
  2. b4718c0 PM / OPP: take RCU lock in dev_pm_opp_get_opp_count by Dmitry Torokhov · 10 years ago
  3. 0fe30da PM / OPP: fix warning in of_free_opp_table() by Dmitry Torokhov · 10 years ago
  4. b02ded2 PM / OPP: add some lockdep annotations by Dmitry Torokhov · 10 years ago
  5. 6ce4184 PM / OPP: do error handling at the bottom of dev_pm_opp_add_dynamic() by Viresh Kumar · 10 years ago
  6. 07cce74 PM / OPP: handle allocation of device_opp in a separate routine by Viresh Kumar · 10 years ago
  7. 29df0ee PM / OPP: reuse find_device_opp() instead of duplicating code by Viresh Kumar · 10 years ago
  8. 86453b4 PM / OPP: Staticize __dev_pm_opp_remove() by Viresh Kumar · 10 years ago
  9. 1c6a662 PM / OPP: replace kfree with kfree_rcu while freeing 'struct device_opp' by Viresh Kumar · 10 years ago
  10. 2a6127d0 PM / OPP: remove double calls to find_device_opp() by Viresh Kumar · 10 years ago
  11. 7284a00 PM / OPP: set new_opp->dev_opp to a valid dev_opp by Viresh Kumar · 10 years ago
  12. b4037aa PM / OPP replace kfree_rcu() with call_srcu() in opp_set_availability() by Viresh Kumar · 10 years ago
  13. 129eec5 PM / OPP Introduce APIs to remove OPPs by Viresh Kumar · 10 years ago
  14. 38393409 PM / OPP mark OPPs as 'static' or 'dynamic' by Viresh Kumar · 10 years ago
  15. a7470db PM / OPP don't match for existing OPPs when list is empty by Viresh Kumar · 10 years ago
  16. cd1a068 PM / OPP rename 'head' as 'rcu_head' or 'srcu_head' based on its type by Viresh Kumar · 10 years ago
  17. 057beb1 Merge branch 'pm-cpufreq' by Rafael J. Wysocki · 10 years ago
  18. 64ce854 PM / OPP: discard duplicate OPPs by Chander Kashyap · 10 years ago
  19. 086abb5 PM / OPP: fix incorrect OPP count handling in of_init_opp_table by Chander Kashyap · 10 years ago
  20. a0dd7b7 PM / OPP: Move cpufreq specific OPP functions out of generic OPP library by Nishanth Menon · 10 years ago
  21. 0f5c890 PM / OPP: Remove cpufreq wrapper dependency on internal data organization by Nishanth Menon · 10 years ago
  22. 4272b96 drivers/base: delete non-required instances of include <linux/init.h> by Paul Gortmaker · 11 years ago
  23. e4db1c7 PM / OPP: rename header to linux/pm_opp.h by Nishanth Menon · 11 years ago
  24. 47d43ba PM / OPP: rename data structures to dev_pm equivalents by Nishanth Menon · 11 years ago
  25. 5d4879c PM / OPP: rename functions to dev_pm_opp* by Nishanth Menon · 11 years ago
  26. b071f2b PM / OPP: Export opp_add() by Viresh Kumar · 11 years ago
  27. 5070158 cpufreq: rename index as driver_data in cpufreq_frequency_table by Viresh Kumar · 12 years ago
  28. cd787b34 PM / OPP: add documentation to RCU head in struct opp by Nishanth Menon · 12 years ago
  29. 74c46c6 PM / OPP: Export more symbols for module usage by Mark Langsdorf · 12 years ago
  30. b2ccd76 PM / OPP: switch exported symbols to GPL variant by Nishanth Menon · 12 years ago
  31. ea83f81 PM / OPP: using kfree_rcu() to simplify the code by Wei Yongjun · 12 years ago
  32. 0779726 PM / OPP: predictable fail results for opp_find* functions, v2 by Nishanth Menon · 12 years ago
  33. 80126ce PM / OPP: Export symbols for module usage. by Liam Girdwood · 12 years ago
  34. dde8437 PM / OPP: RCU reclaim by Vincent Guittot · 12 years ago
  35. b496dfb PM / OPP: Initialize OPP table from device tree by Shawn Guo · 12 years ago
  36. 51990e8 device.h: cleanup users outside of linux/include (C files) by Paul Gortmaker · 13 years ago
  37. 156acb1 PM / OPP: Use ERR_CAST instead of ERR_PTR(PTR_ERR()) by Thomas Meyer · 13 years ago
  38. 03ca370 PM / OPP: Add OPP availability change notifier. by MyungJoo Ham · 13 years ago
  39. fc92805 drivers/base/power/opp.c: fix dev_opp initial value by Jonghwan Choi · 13 years ago
  40. 99f381d PM / OPP: Introduce function to free cpufreq table by Nishanth Menon · 13 years ago
  41. 7ae4961 PM / OPP: opp_find_freq_exact() documentation fix by Nishanth Menon · 14 years ago
  42. e1f60b2 PM: Introduce library for device-specific OPPs (v7) by Nishanth Menon · 14 years ago