summaryrefslogtreecommitdiffstats
path: root/drivers/cpufreq/s3c24xx-cpufreq.c
Commit message (Expand)AuthorAgeFilesLines
* treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500Thomas Gleixner2019-06-191-4/+1Star
* treewide: kzalloc() -> kcalloc()Kees Cook2018-06-131-1/+1
* cpufreq: s3c24xx: Don't validate the frequency table twiceViresh Kumar2018-03-201-4/+1Star
*-. Merge cpufreq fixes from v4.16-rc4.Rafael J. Wysocki2018-03-051-1/+7
|\ \
| | * cpufreq: s3c24xx: Fix broken s3c_cpufreq_init()Viresh Kumar2018-02-271-1/+7
| |/
* / cpufreq: s3c24xx: Drop memory allocation error messages from two functionsMarkus Elfring2018-02-271-6/+2Star
|/
* cpufreq: Return index from cpufreq_frequency_table_target()Viresh Kumar2016-06-091-20/+6Star
* cpufreq: Drop freq-table param to cpufreq_frequency_table_target()Viresh Kumar2016-06-091-6/+5Star
* cpufreq: s3c24xx: Remove useless checksViresh Kumar2016-06-091-4/+0Star
* cpufreq: Use consistent prefixing via pr_fmtJoe Perches2016-04-091-3/+5
* cpufreq: Convert printk(KERN_<LEVEL> to pr_<level>Joe Perches2016-04-091-29/+28Star
* cpufreq: s3c24xx: Do not mark s3c2410_plls_add as __initArnd Bergmann2015-11-271-1/+1
* cpufreq: s3c: remove last use of resume_clocks callbackArnd Bergmann2015-02-191-8/+0Star
* cpufreq: s3c: remove incorrect __init annotationsArnd Bergmann2015-02-191-1/+1
* cpufreq: s3c24xx: Remove some dead codeTomasz Figa2014-07-181-1/+0Star
* ARM: S3C24XX: cpufreq-utils: don't write raw values to MPLLCON when using ccfHeiko Stuebner2014-05-081-0/+1
* cpufreq: use kzalloc() to allocate memory for cpufreq_frequency_tableViresh Kumar2014-04-071-2/+2
* cpufreq: Convert existing drivers to use cpufreq_freq_transition_{begin|end}Viresh Kumar2014-03-261-2/+2
* cpufreq: introduce cpufreq_generic_get() routineViresh Kumar2014-01-171-7/+3Star
* cpufreq: Mark ARM drivers with CPUFREQ_NEED_INITIAL_FREQ_CHECK flagViresh Kumar2014-01-061-1/+1
* cpufreq: s3c24xx: Staticize local variableSachin Kamat2014-01-061-1/+1
* cpufreq: s3c: use cpufreq_generic_init()Viresh Kumar2013-10-161-12/+1Star
* cpufreq: s3c: don't initialize part of policy set by coreViresh Kumar2013-10-161-5/+0Star
* cpufreq: s3cx4xx: Use generic cpufreq routinesViresh Kumar2013-10-161-9/+0Star
* cpufreq: s3cx4xx: use cpufreq_table_validate_and_show()Viresh Kumar2013-09-301-4/+2Star
* cpufreq: s3cx4xx: call cpufreq_frequency_table_get_attr()Viresh Kumar2013-09-301-1/+3
* cpufreq / s3c24xx: Fix s3c_cpufreq_initclks() __init attribute locationHanjun Guo2013-08-141-1/+1
* cpufreq: Use sizeof(*ptr) convetion for computing sizesViresh Kumar2013-08-071-3/+3
* cpufreq: s3c24xx: rename CONFIG_CPU_FREQ_S3C24XX_DEBUGFSPaul Bolle2013-07-151-2/+2
* Merge tag 'pm+acpi-3.11-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2013-07-031-2/+2
* cpufreq: s3c24xx: move cpufreq driver to drivers/cpufreqViresh Kumar2013-05-201-0/+711