1. 30f51f2 cpufreq: drop owner assignment from platform_drivers by Wolfram Sang · 10 years ago
  2. e0b3165 cpufreq: add 'freq_table' in struct cpufreq_policy by Viresh Kumar · 10 years ago
  3. 652ed95 cpufreq: introduce cpufreq_generic_get() routine by Viresh Kumar · 10 years ago
  4. ae6b427 cpufreq: Mark ARM drivers with CPUFREQ_NEED_INITIAL_FREQ_CHECK flag by Viresh Kumar · 11 years ago
  5. 696d0b2 cpufreq: OMAP: Fix compilation error 'r & ret undeclared' by viresh kumar · 11 years ago
  6. d4019f0 cpufreq: move freq change notifications to cpufreq core by Viresh Kumar · 11 years ago
  7. 9c0ebcf cpufreq: Implement light weight ->target_index() routine by Viresh Kumar · 11 years ago
  8. 6ddee42 Merge back earlier 'pm-cpufreq' material. by Rafael J. Wysocki · 11 years ago
  9. e4db1c7 PM / OPP: rename header to linux/pm_opp.h by Nishanth Menon · 11 years ago
  10. 47d43ba PM / OPP: rename data structures to dev_pm equivalents by Nishanth Menon · 11 years ago
  11. 5d4879c PM / OPP: rename functions to dev_pm_opp* by Nishanth Menon · 11 years ago
  12. 982bce1 cpufreq: omap: use cpufreq_generic_init() by Viresh Kumar · 11 years ago
  13. 1857a25 cpufreq: omap: don't initialize part of policy set by core by Viresh Kumar · 11 years ago
  14. d5ca164 cpufreq: omap: Use generic cpufreq routines by Viresh Kumar · 11 years ago
  15. 42a4df0 cpufreq: omap: call cpufreq_frequency_table_put_attr() by Viresh Kumar · 11 years ago
  16. aca71cf0 cpufreq: omap: use cpufreq_table_validate_and_show() by Viresh Kumar · 11 years ago
  17. 2760984 cpufreq: delete __cpuinit usage from all cpufreq files by Paul Gortmaker · 11 years ago
  18. 44a49a2 cpufreq: omap: call CPUFREQ_POSTCHANGE notfier in error cases by Viresh Kumar · 11 years ago
  19. 49ded52 cpufreq: OMAP: instantiate omap-cpufreq as a platform_driver by Nishanth Menon · 11 years ago
  20. eb2f50f cpufreq: drivers: Remove unnecessary assignments of policy-> members by Viresh Kumar · 11 years ago
  21. b43a7ff cpufreq: Notify all policy->cpus in cpufreq_notify_transition() by Viresh Kumar · 11 years ago
  22. 62b36cc cpufreq: Remove unnecessary use of policy->shared_type by Viresh Kumar · 11 years ago
  23. f44d188 cpufreq: OMAP: use RCU locks around usage of OPP by Nishanth Menon · 11 years ago
  24. 747a7f6 cpufreq: OMAP: use get_cpu_device() instead of omap_device API by Kevin Hilman · 12 years ago
  25. e2ee1b4 cpufreq: OMAP: fix clock usage to be SoC independent, remove plat/ includes by Paul Walmsley · 12 years ago
  26. 4075944 cpufreq: OMAP: remove unused <plat/omap-pm.h> by Kevin Hilman · 12 years ago
  27. 8df0a66 cpufreq: OMAP: ensure valid clock rate before scaling by Kevin Hilman · 12 years ago
  28. 1bae995 cpufreq: OMAP: Check IS_ERR() instead of NULL for omap_device_get_by_hwmod_name by Axel Lin · 12 years ago
  29. cd664cc cpufreq: OMAP: remove loops_per_jiffy recalculate for smp by Richard Zhao · 12 years ago
  30. 1b86521 cpufreq: OMAP: Handle missing frequency table on SMP systems by Rajendra Nayak · 12 years ago
  31. 0195c00 Merge tag 'split-asm_system_h-for-linus-20120328' of git://git.kernel.org/pub/scm/linux/kernel/git/dhowells/linux-asm_system by Linus Torvalds · 12 years ago
  32. 9ffc93f Remove all #inclusions of asm/system.h by David Howells · 12 years ago
  33. 42daffd cpufreq: OMAP: specify range for voltage scaling by Afzal Mohammed · 12 years ago
  34. 53dfe8a cpufreq: OMAP: scale voltage along with frequency by Kevin Hilman · 13 years ago
  35. c1b547b cpufreq: OMAP: fixup for omap_device changes, include <linux/module.h> by Kevin Hilman · 13 years ago
  36. 1c78217 cpufreq: OMAP: fix freq_table leak by Nishanth Menon · 13 years ago
  37. 11e04fd cpufreq: OMAP: put clk if cpu_init failed by Nishanth Menon · 13 years ago
  38. ffe4f0f cpufreq: OMAP: only supports OPP library by Nishanth Menon · 13 years ago
  39. bf2a359 cpufreq: OMAP: dont support !freq_table by Nishanth Menon · 13 years ago
  40. a820ffa cpufreq: OMAP: deny initialization if no mpudev by Nishanth Menon · 13 years ago
  41. 08ca3e3b cpufreq: OMAP: move clk name decision to init by Nishanth Menon · 13 years ago
  42. 022ac03 cpufreq: OMAP: notify even with bad boot frequency by Colin Cross · 13 years ago
  43. ed8ce00 cpufreq: OMAP: Enable all CPUs in shared policy mask by Todd Poynor · 13 years ago
  44. 46c1221 cpufreq: OMAP: Add SMP support for OMAP4+ by Russell King · 13 years ago
  45. 731e0cc cpufreq: OMAP: cleanup for multi-SoC support, move into drivers/cpufreq by Santosh Shilimkar · 14 years ago[Renamed (76%) from arch/arm/plat-omap/cpu-omap.c]
  46. 790ab7e arm: omap: fix section mismatch warning by Ming Lei · 13 years ago
  47. b0a330d OMAP: plat-omap: Fix static function warnings by Manjunath Kondaiah G · 14 years ago
  48. 4e37c10 OMAP clock/CPUFreq: add clk_exit_cpufreq_table() by Paul Walmsley · 14 years ago
  49. a76df42 Merge 7xx-iosplit-plat-merge with omap-fixes by Tony Lindgren · 15 years ago
  50. b029839 omap3: Decrease cpufreq transition latency by Mike Turquette · 15 years ago
  51. ce491cf omap: headers: Move remaining headers from include/mach to include/plat by Tony Lindgren · 15 years ago
  52. 60c45ae OMAP: PM: CPUfreq: obey min/max settings of policy by Eero Nurkkala · 15 years ago
  53. aeec299 [ARM] OMAP2: Implement CPUfreq frequency table based on PRCM table by Kevin Hilman · 15 years ago
  54. fced80c [ARM] Convert asm/io.h to linux/io.h by Russell King · 16 years ago
  55. a09e64f [ARM] Move include/asm-arm/arch-* to arch/arm/*/include/mach by Russell King · 16 years ago
  56. be50972 [ARM] Remove asm/hardware.h, use asm/arch/hardware.h instead by Russell King · 16 years ago
  57. b8488fb ARM: OMAP: Fix sleep under spinlock for cpufreq by Hiroshi DOYU · 17 years ago
  58. 8122c6c [CPUFREQ] move policy's governor initialisation out of low-level drivers into cpufreq core by Thomas Renninger · 17 years ago
  59. a7ca9d2 ARM: OMAP: Update cpufreq support for 24xx by Tony Lindgren · 18 years ago
  60. f8ce254 [ARM] Move asm/hardware/clock.h to linux/clk.h by Russell King · 18 years ago
  61. fc611a1 [ARM] Don't include mach-types.h unnecessarily by Russell King · 19 years ago
  62. ec6bced [PATCH] ARM: 2803/1: OMAP update 11/11: Add cpufreq support by Tony Lindgren · 19 years ago