aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/cpufreq/s3c24xx-cpufreq.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2021-02-04cpufreq: Remove CPUFREQ_STICKY flagViresh Kumar1-1/+1
2020-08-20cpufreq: s3c24xx: move low-level clk reg access into platform codeArnd Bergmann1-9/+3
2020-08-20ARM: s3c: remove cpufreq header dependenciesArnd Bergmann1-3/+2
2020-08-20cpufreq: s3c24xx: split out registersArnd Bergmann1-1/+4
2019-06-19treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500Thomas Gleixner1-4/+1
2018-06-12treewide: kzalloc() -> kcalloc()Kees Cook1-1/+1
2018-03-20cpufreq: s3c24xx: Don't validate the frequency table twiceViresh Kumar1-4/+1
2018-03-05Merge cpufreq fixes from v4.16-rc4.Rafael J. Wysocki1-1/+7
2018-02-27cpufreq: s3c24xx: Drop memory allocation error messages from two functionsMarkus Elfring1-6/+2
2018-02-27cpufreq: s3c24xx: Fix broken s3c_cpufreq_init()Viresh Kumar1-1/+7
2016-06-09cpufreq: Return index from cpufreq_frequency_table_target()Viresh Kumar1-20/+6
2016-06-09cpufreq: Drop freq-table param to cpufreq_frequency_table_target()Viresh Kumar1-6/+5
2016-06-09cpufreq: s3c24xx: Remove useless checksViresh Kumar1-4/+0
2016-04-09cpufreq: Use consistent prefixing via pr_fmtJoe Perches1-3/+5
2016-04-09cpufreq: Convert printk(KERN_<LEVEL> to pr_<level>Joe Perches1-29/+28
2015-11-27cpufreq: s3c24xx: Do not mark s3c2410_plls_add as __initArnd Bergmann1-1/+1
2015-02-19cpufreq: s3c: remove last use of resume_clocks callbackArnd Bergmann1-8/+0
2015-02-19cpufreq: s3c: remove incorrect __init annotationsArnd Bergmann1-1/+1
2014-07-19cpufreq: s3c24xx: Remove some dead codeTomasz Figa1-1/+0
2014-05-09ARM: S3C24XX: cpufreq-utils: don't write raw values to MPLLCON when using ccfHeiko Stuebner1-0/+1
2014-04-07cpufreq: use kzalloc() to allocate memory for cpufreq_frequency_tableViresh Kumar1-2/+2
2014-03-26cpufreq: Convert existing drivers to use cpufreq_freq_transition_{begin|end}Viresh Kumar1-2/+2
2014-01-17cpufreq: introduce cpufreq_generic_get() routineViresh Kumar1-7/+3
2014-01-06cpufreq: Mark ARM drivers with CPUFREQ_NEED_INITIAL_FREQ_CHECK flagViresh Kumar1-1/+1
2014-01-06cpufreq: s3c24xx: Staticize local variableSachin Kamat1-1/+1
2013-10-16cpufreq: s3c: use cpufreq_generic_init()Viresh Kumar1-12/+1
2013-10-16cpufreq: s3c: don't initialize part of policy set by coreViresh Kumar1-5/+0
2013-10-16cpufreq: s3cx4xx: Use generic cpufreq routinesViresh Kumar1-9/+0
2013-09-30cpufreq: s3cx4xx: use cpufreq_table_validate_and_show()Viresh Kumar1-4/+2
2013-09-30cpufreq: s3cx4xx: call cpufreq_frequency_table_get_attr()Viresh Kumar1-1/+3
2013-08-14cpufreq / s3c24xx: Fix s3c_cpufreq_initclks() __init attribute locationHanjun Guo1-1/+1
2013-08-07cpufreq: Use sizeof(*ptr) convetion for computing sizesViresh Kumar1-3/+3
2013-07-15cpufreq: s3c24xx: rename CONFIG_CPU_FREQ_S3C24XX_DEBUGFSPaul Bolle1-2/+2
2013-07-03Merge tag 'pm+acpi-3.11-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pmLinus Torvalds1-2/+2
2013-05-20cpufreq: s3c24xx: move cpufreq driver to drivers/cpufreqViresh Kumar1-0/+711