summaryrefslogtreecommitdiffstats
path: root/drivers/cpufreq (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'pm-cpufreq-arm' into pm-cpufreqRafael J. Wysocki2013-06-279-22/+38
|\
| * Merge branch 'cpufreq-fix-notification-arm' of git://git.linaro.org/people/vi...Rafael J. Wysocki2013-06-248-20/+36
| |\
| | * cpufreq: tegra: call CPUFREQ_POSTCHANGE notfier in error casesViresh Kumar2013-06-241-2/+2
| | * cpufreq: s3c64xx: call CPUFREQ_POSTCHANGE notfier in error casesViresh Kumar2013-06-241-2/+6
| | * cpufreq: omap: call CPUFREQ_POSTCHANGE notfier in error casesViresh Kumar2013-06-241-3/+3
| | * cpufreq: imx6q: call CPUFREQ_POSTCHANGE notfier in error casesViresh Kumar2013-06-241-6/+11
| | * cpufreq: exynos: call CPUFREQ_POSTCHANGE notfier in error casesViresh Kumar2013-06-241-2/+8
| | * cpufreq: dbx500: call CPUFREQ_POSTCHANGE notfier in error casesViresh Kumar2013-06-241-2/+2
| | * cpufreq: davinci: call CPUFREQ_POSTCHANGE notfier in error casesViresh Kumar2013-06-241-0/+3
| | * cpufreq: arm-big-little: call CPUFREQ_POSTCHANGE notfier in error casesViresh Kumar2013-06-241-3/+1
| * | cpufreq: s3c2416: fix forgotten driver_data conversionsHeiko Stübner2013-06-241-2/+2
| |/
* | Merge branch 'pm-cpufreq-assorted' into pm-cpufreqRafael J. Wysocki2013-06-2738-317/+2499
|\ \
| * | cpufreq: powernow-k8: call CPUFREQ_POSTCHANGE notfier in error casesViresh Kumar2013-06-241-3/+3
| * | cpufreq: pcc: call CPUFREQ_POSTCHANGE notfier in error casesViresh Kumar2013-06-241-0/+2
| * | cpufreq: e_powersaver: call CPUFREQ_POSTCHANGE notfier in error casesViresh Kumar2013-06-241-0/+3
| * | cpufreq: ACPI: call CPUFREQ_POSTCHANGE notfier in error casesViresh Kumar2013-06-241-2/+4
| * | cpufreq: make __cpufreq_notify_transition() staticViresh Kumar2013-06-211-1/+1
| * | cpufreq: Fix minor formatting issuesViresh Kumar2013-06-216-52/+33
| * | cpufreq: Fix governor start/stop race conditionXiaoguang Chen2013-06-211-0/+24
| * | cpufreq: Simplify userspace governorViresh Kumar2013-06-191-96/+12
| * | cpufreq: powerpc: move cpufreq driver to drivers/cpufreqViresh Kumar2013-06-075-0/+1827
| * | Merge branch 'cpufreq-next' of git://git.linaro.org/people/vireshk/linux into...Rafael J. Wysocki2013-06-071-0/+3
| |\ \
| | * | cpufreq: kirkwood: Select CPU_FREQ_TABLE optionEzequiel Garcia2013-06-071-0/+1
| | * | cpufreq: big.LITTLE needs cpufreq tableArnd Bergmann2013-06-071-0/+1
| | * | cpufreq: SPEAr needs cpufreq tableArnd Bergmann2013-06-071-0/+1
| * | | cpufreq: powerpc: Add cpufreq driver for Freescale e500mc SoCsTang Yuantian2013-06-053-0/+391
| * | | cpufreq: remove unnecessary cpufreq_cpu_{get|put}() callsViresh Kumar2013-06-041-17/+2
| * | | cpufreq: rename index as driver_data in cpufreq_frequency_tableViresh Kumar2013-06-0422-86/+86
| * | | cpufreq: Don't create empty /sys/devices/system/cpu/cpufreq directoryViresh Kumar2013-05-273-6/+52
| * | | cpufreq: Move get_cpu_idle_time() to cpufreq.cViresh Kumar2013-05-273-37/+38
| * | | cpufreq: governors: Move get_governor_parent_kobj() to cpufreq.cViresh Kumar2013-05-272-8/+9
| * | | cpufreq: Add EXPORT_SYMBOL_GPL for have_governor_per_policyViresh Kumar2013-05-271-0/+1
| * | | cpufreq: tegra: Don't initialize .index field of cpufreq_frequency_tableViresh Kumar2013-05-271-10/+9
| |/ /
* | | cpufreq: X86_AMD_FREQ_SENSITIVITY: select CPU_FREQ_TABLEViresh Kumar2013-06-181-0/+1
* | | cpufreq: tegra: create CONFIG_ARM_TEGRA_CPUFREQViresh Kumar2013-06-182-1/+9
* | | cpufreq: S3C2416/S3C64XX: select CPU_FREQ_TABLEViresh Kumar2013-06-181-0/+2
* | | cpufreq: powerpc: CBE_RAS: select CPU_FREQ_TABLEViresh Kumar2013-06-181-0/+1
* | | cpufreq: imx: select CPU_FREQ_TABLEViresh Kumar2013-06-181-0/+1
* | | cpufreq: highbank: remove select CPU_FREQ_TABLEViresh Kumar2013-06-181-1/+0
* | | cpufreq: exynos: select CPU_FREQ_TABLEViresh Kumar2013-06-181-0/+2
* | | cpufreq: blackfin: enable driver for CONFIG_BFIN_CPU_FREQViresh Kumar2013-06-181-1/+1
| |/ |/|
* | cpufreq: cpufreq-cpu0: use the exact frequency for clk_set_rate()Guennadi Liakhovetski2013-06-051-2/+3
* | cpufreq: protect 'policy->cpus' from offlining during __gov_queue_work()Michael Wang2013-06-051-0/+3
* | acpi-cpufreq: set current frequency based on target P-StateRoss Lagerwall2013-06-051-2/+2
|/
* Merge tag 'pm+acpi-3.10-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2013-05-264-39/+66
|\
| * cpufreq: arm_big_little_dt: Instantiate as platform_driverViresh Kumar2013-05-221-5/+15
| * cpufreq: arm_big_little_dt: Register driver only if DT has valid dataViresh Kumar2013-05-221-31/+42
| * cpufreq / e_powersaver: Fix linker error when ACPI processor is a moduleRafał Bilski2013-05-221-1/+1
| * cpufreq / intel_pstate: Add additional supported CPU IDDirk Brandewie2013-05-221-0/+1
| * cpufreq: Drop rwsem lock around CPUFREQ_GOV_POLICY_EXITViresh Kumar2013-05-221-2/+7