summaryrefslogtreecommitdiffstats
path: root/drivers/cpufreq
Commit message (Expand)AuthorAgeFilesLines
* cpufreq / intel_pstate: Do not load on VM that does not report max P state.Dirk Brandewie2013-03-061-0/+3
* cpufreq / intel_pstate: Fix intel_pstate_init() error pathDirk Brandewie2013-03-061-28/+11
* cpufreq: highbank: do not initialize array with a loopEmilio López2013-03-041-7/+1
* cpufreq: Fix a typo in commentNamhyung Kim2013-03-041-1/+1
* Merge tag 'pm+acpi-fixes-3.9-rc1' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2013-02-251-1/+1
|\
| * Merge branch 'pm-cpufreq' into fixesRafael J. Wysocki2013-02-231-1/+1
| |\
| | * imx6q-cpufreq: fix return value check in imx6q_cpufreq_probe()Wei Yongjun2013-02-231-1/+1
* | | Merge tag 'drivers' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-socLinus Torvalds2013-02-212-51/+52
|\ \ \
| * \ \ Merge tag 'vexpress/drivers-for-3.9' of git://git.linaro.org/people/pawelmoll...Olof Johansson2013-01-304-1/+16
| |\ \ \
| * \ \ \ Merge branch 'depends/cleanup' into next/driversOlof Johansson2013-01-284-7/+24
| |\ \ \ \
| * | | | | cpufreq: db8500: set CPUFREQ_CONST_LOOPSFabio Baltieri2013-01-071-1/+1
| * | | | | cpufreq: dbx500: Update file headerLee Jones2013-01-071-2/+2
| * | | | | cpufreq: dbx500: Minor code cleanupJonas Aaberg2013-01-071-10/+12
| * | | | | cpufreq: dbx500: Move clk_get to probeUlf Hansson2013-01-071-15/+14
| * | | | | cpufreq: Give driver used for dbx500 family a more generic nameLee Jones2013-01-072-30/+30
* | | | | | Merge tag 'cleanup' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-socLinus Torvalds2013-02-216-9/+56
|\ \ \ \ \ \
| * \ \ \ \ \ Merge tag 'for-arm-soc-cleanup' of git://git.kernel.org/pub/scm/linux/kernel/...Olof Johansson2013-02-121-1/+0
| |\ \ \ \ \ \
| | * | | | | | drivers/db8500-cpufreq: delete dangling includeLinus Walleij2013-02-121-1/+0
| * | | | | | | Merge branch 'next/cleanup-header' of git://git.kernel.org/pub/scm/linux/kern...Olof Johansson2013-02-045-5/+43
| |\ \ \ \ \ \ \
| | * | | | | | | cpufreq: exynos: cleanup exynos-cpufreq headerKukjin Kim2013-01-105-5/+43
| | | |/ / / / / | | |/| | | | |
| * | | | | | | Merge tag 'ux500-no-idh' of git://git.kernel.org/pub/scm/linux/kernel/git/lin...Olof Johansson2013-01-291-3/+0
| |\ \ \ \ \ \ \ | | | |/ / / / / | | |/| | / / / | | |_|_|/ / / | |/| | | | |
| | * | | | | ARM: ux500: de-globalize <mach/id.h>Linus Walleij2013-01-291-3/+0
| | |/ / / /
* | | | | | Merge tag 'driver-core-3.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2013-02-212-5/+5
|\ \ \ \ \ \ | |_|_|_|/ / |/| | | | |
| * | | | | Merge 3.8-rc5 into driver-core-nextGreg Kroah-Hartman2013-01-254-1/+16
| |\ \ \ \ \ | | |/ / / /
| * | | | | drivers/cpufreq: remove depends on CONFIG_EXPERIMENTALKees Cook2013-01-112-5/+5
| | |_|/ / | |/| | |
* | | | | Merge branch 'pm-cpufreq'Rafael J. Wysocki2013-02-172-6/+17
|\ \ \ \ \ | | |_|_|/ | |/| | |
| * | | | cpufreq / intel_pstate: Add kernel command line option disable intel_pstate.Dirk Brandewie2013-02-151-0/+16
| * | | | cpufreq / intel_pstate: Change to disallow module buildDirk Brandewie2013-02-151-6/+1
* | | | | Merge branch 'next/cpufreq-exynos' of git://git.kernel.org/pub/scm/linux/kern...Rafael J. Wysocki2013-02-154-660/+232
|\ \ \ \ \
| * | | | | cpufreq: exynos: Fix hang in pm handler due to frequency mismatchJonghwan Choi2013-02-041-3/+5
| * | | | | cpufreq: exynos: Initialize return variableSachin Kamat2013-01-311-1/+1
| * | | | | cpufreq: exynos: Fix unsigned variable being checked for negative valueSachin Kamat2013-01-251-1/+1
| * | | | | cpufreq: exynos: Get booting freq value in exynos_cpufreq_initJonghwan Choi2013-01-181-2/+2
| * | | | | cpufreq: exynos: Show list of available frequenciesInderpal Singh2013-01-181-0/+13
| * | | | | cpufreq: exynos: Add missing staticJonghwan Choi2012-12-233-3/+3
| * | | | | cpufreq: exynos: Split exynos_target function into two functionsJonghwan Choi2012-12-231-65/+86
| * | | | | cpufreq: exynos: Use APLL_FREQ macro for cpu divider valueJonghwan Choi2012-12-233-561/+120
| * | | | | cpufreq: exynos: Check old & new frequency earlyJonghwan Choi2012-12-231-2/+5
| * | | | | cpufreq: exynos: Remove unused variable & IS_ERRJonghwan Choi2012-12-234-30/+4
| | |_|_|/ | |/| | |
* | | | | Merge branch 'pm-cpufreq'Rafael J. Wysocki2013-02-1524-415/+2051
|\ \ \ \ \ | | |/ / / | |/| | |
| * | | | cpufreq / intel_pstate: Fix 32 bit buildDirk Brandewie2013-02-111-1/+2
| * | | | cpufreq: conservative: Fix typos in commentsStratos Karafotis2013-02-091-2/+2
| * | | | cpufreq: ondemand: Fix typos in commentsStratos Karafotis2013-02-091-6/+6
| * | | | cpufreq: exynos: simplify .init() for setting policy->cpusViresh Kumar2013-02-091-13/+1
| * | | | cpufreq: kirkwood: Add a cpufreq driver for Marvell Kirkwood SoCsAndrew Lunn2013-02-093-0/+266
| * | | | cpufreq/x86: Add P-state driver for sandy bridge.Dirk Brandewie2013-02-093-0/+825
| * | | | cpufreq_stats: do not remove sysfs files if frequency table is not presentDirk Brandewie2013-02-091-0/+4
| * | | | cpufreq: Do not track governor name for scaling drivers with internal governors.Dirk Brandewie2013-02-091-2/+3
| * | | | cpufreq: Only call cpufreq_out_of_sync() for driver that implement cpufreq_dr...Dirk Brandewie2013-02-091-1/+1
| * | | | cpufreq: Retrieve current frequency from scaling drivers with internal governorsDirk Brandewie2013-02-091-1/+5
OpenPOWER on IntegriCloud