aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/cpufreq/pxa3xx-cpufreq.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2022-05-07cpufreq: pxa3: move clk register access to clk driverArnd Bergmann1-28/+36
2022-04-19ARM: pxa: split up mach/hardware.hArnd Bergmann1-0/+1
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152Thomas Gleixner1-5/+1
2018-06-12treewide: kzalloc() -> kcalloc()Kees Cook1-1/+1
2018-03-20cpufreq: pxa: Don't validate the frequency table twiceViresh Kumar1-1/+3
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-12/+0
2013-10-25cpufreq: Implement light weight ->target_index() routineViresh Kumar1-14/+3
2013-10-16cpufreq: pxa: don't initialize part of policy set by coreViresh Kumar1-4/+3
2013-10-16cpufreq: pxa: Use generic cpufreq routinesViresh Kumar1-13/+2
2013-09-30cpufreq: pxa: use cpufreq_table_validate_and_show()Viresh Kumar1-6/+2
2013-09-30cpufreq: pxa: call cpufreq_frequency_table_get_attr()Viresh Kumar1-2/+13
2013-08-14pxa3xx-cpufreq.c: Avoid using ARRAY_AND_SIZE(e) as a function argumentJulia Lawall1-2/+4
2013-06-04cpufreq: rename index as driver_data in cpufreq_frequency_tableViresh Kumar1-2/+2
2013-04-08cpufreq: pxa3xx: move cpufreq driver to drivers/cpufreqViresh Kumar1-0/+254