aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/cpufreq/pxa2xx-cpufreq.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2017-10-21cpufreq: pxa: convert to clock APIRobert Jarzmik1-152/+39
2016-04-09cpufreq: Use consistent prefixing via pr_fmtJoe Perches1-6/+7
2016-04-09cpufreq: Convert printk(KERN_<LEVEL> to pr_<level>Joe Perches1-4/+3
2016-03-01Merge tag 'pxa-for-4.6' of https://github.com/rjarzmik/linux into next/socArnd Bergmann1-1/+1
2016-02-01ARM: pxa: define clock registers as __iomemArnd Bergmann1-1/+1
2016-01-27cpufreq: pxa2xx: fix pxa_cpufreq_change_voltage prototypeArnd Bergmann1-1/+1
2015-05-05cpufreq: pxa: make pxa_freqs arrays constFabian Frederick1-6/+6
2015-05-05cpufreq: pxa: replace typedef pxa_freqs_t by structureFabian Frederick1-10/+10
2014-03-12cpufreq: Remove cpufreq_generic_exit()Viresh Kumar1-1/+0
2014-01-06cpufreq: Mark ARM drivers with CPUFREQ_NEED_INITIAL_FREQ_CHECK flagViresh Kumar1-0/+1
2013-10-31cpufreq: move freq change notifications to cpufreq coreViresh Kumar1-21/+6
2013-10-25cpufreq: Implement light weight ->target_index() routineViresh Kumar1-11/+2
2013-10-16cpufreq: pxa: don't initialize part of policy set by coreViresh Kumar1-2/+0
2013-10-16cpufreq: pxa: Use generic cpufreq routinesViresh Kumar1-25/+2
2013-09-30cpufreq: pxa: use cpufreq_table_validate_and_show()Viresh Kumar1-4/+2
2013-09-30cpufreq: pxa: call cpufreq_frequency_table_get_attr()Viresh Kumar1-1/+12
2013-08-14cpufreq / pxa2xx: Fix pxa_cpufreq_init_voltages() __init attribute locationHanjun Guo1-2/+2
2013-06-04cpufreq: rename index as driver_data in cpufreq_frequency_tableViresh Kumar1-4/+4
2013-04-25cpufreq: pxa2xx: initialize variablesArnd Bergmann1-2/+3
2013-04-08cpufreq: pxa2xx: move cpufreq driver to drivers/cpufreqViresh Kumar1-0/+491