aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/cpufreq/loongson2_cpufreq.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2021-06-07cpufreq: loongson2: Remove unused linux/sched.h headersHailong Liu1-1/+0
2020-04-16mips: loongsoon2ef: remove private clk apiArnd Bergmann1-18/+4
2020-01-23cpufreq: loongson2_cpufreq: adjust cpufreq uses of LOONGSON_CHIPCFGAlexandre Oliva1-3/+5
2019-11-01MIPS: Fork loongson2ef from loongson64Jiaxun Yang1-1/+1
2019-07-16cpufreq: Make cpufreq_generic_init() return voidViresh Kumar1-1/+2
2017-08-18cpufreq: Loongson2: constify platform_device_idArvind Yadav1-1/+1
2017-04-12CPUFREQ: Loongson2: drop set_cpus_allowed_ptr()Sebastian Andrzej Siewior1-7/+0
2016-04-09cpufreq: Use consistent prefixing via pr_fmtJoe Perches1-2/+5
2016-04-09cpufreq: Convert printk(KERN_<LEVEL> to pr_<level>Joe Perches1-1/+1
2015-08-03CPUFREQ: Loongson2: Fix broken build due to incorrect include.Ralf Baechle1-1/+1
2015-07-07MIPS, CPUFREQ: Fix spelling of Institute.Ralf Baechle1-1/+1
2014-10-20cpufreq: drop owner assignment from platform_driversWolfram Sang1-1/+0
2014-07-30MIPS: Loongson: Modify ChipConfig register definitionHuacai Chen1-3/+3
2014-05-13MIPS/loongson2_cpufreq: Fix CPU clock rate settingAaro Koskinen1-2/+2
2014-04-07cpufreq: loongson2_cpufreq: don't declare local variable as staticViresh Kumar1-1/+1
2014-03-12cpufreq: add 'freq_table' in struct cpufreq_policyViresh Kumar1-1/+0
2014-01-17cpufreq: introduce cpufreq_generic_get() routineViresh Kumar1-10/+5
2013-10-31cpufreq: move freq change notifications to cpufreq coreViresh Kumar1-16/+0
2013-10-25cpufreq: Implement light weight ->target_index() routineViresh Kumar1-16/+5
2013-10-16cpufreq: loongson2: use cpufreq_generic_init()Viresh Kumar1-2/+1
2013-10-16cpufreq: loongson2: don't initialize part of policy set by coreViresh Kumar1-2/+0
2013-10-16cpufreq: loongson2: Use generic cpufreq routinesViresh Kumar1-13/+2
2013-09-30cpufreq: loongson2: call cpufreq_frequency_table_put_attr()Viresh Kumar1-0/+1
2013-09-30cpufreq: loongson2: use cpufreq_table_validate_and_show()Viresh Kumar1-4/+1
2013-08-14Merge back earlier 'pm-cpufreq' materialRafael J. Wysocki1-1/+0
2013-08-10cpufreq: Drop the owner field from struct cpufreq_driverViresh Kumar1-1/+0
2013-08-07cpufreq: loongson2: fix regression related to clock managementAaro Koskinen1-5/+6
2013-06-04cpufreq: rename index as driver_data in cpufreq_frequency_tableViresh Kumar1-1/+1
2013-05-22MIPS: Idle: Consolidate all declarations in <asm/idle.h>.Ralf Baechle1-0/+1
2013-05-22MIPS: Idle: Re-enable irqs at the end of r3081, au1k and loongson2 cpu_wait.Ralf Baechle1-0/+1
2013-04-10cpufreq: mips: move cpufreq driver to drivers/cpufreqViresh Kumar1-0/+248