summaryrefslogtreecommitdiffstats
path: root/drivers/cpufreq/s5pv210-cpufreq.c
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'pm-cpufreq'Rafael J. Wysocki2019-07-181-1/+2
|\
| * cpufreq: Make cpufreq_generic_init() return voidViresh Kumar2019-07-161-1/+2
* | Merge branch 'pm-cpufreq'Rafael J. Wysocki2019-07-081-1/+1
|\|
| * cpufreq: s5pv210: Don't flood kernel log after cpufreq changePaweł Chmiel2019-06-241-1/+1
* | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500Thomas Gleixner2019-06-191-4/+1Star
|/
* cpufreq: s5pv210: Defer probe if getting regulators failPaweł Chmiel2019-02-071-19/+48
* cpufreq: Convert to using %pOFn instead of device_node.nameRob Herring2018-09-101-2/+2
* cpufreq: s5pv210: add missing of_node_put()Julia Lawall2017-07-261-0/+3
* Merge tag 'armsoc-drivers' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds2016-08-021-34/+34
|\
| * cpufreq: s5pv210: use relaxed IO accesorsBen Dooks2016-06-221-34/+34
* | cpufreq: Reuse new freq-table helpersViresh Kumar2016-07-071-2/+1Star
* | cpufreq: Return index from cpufreq_frequency_table_target()Viresh Kumar2016-06-091-5/+2Star
* | cpufreq: Drop freq-table param to cpufreq_frequency_table_target()Viresh Kumar2016-06-091-2/+1Star
|/
* cpufreq: Use consistent prefixing via pr_fmtJoe Perches2016-04-091-2/+4
* cpufreq: Convert printk(KERN_<LEVEL> to pr_<level>Joe Perches2016-04-091-2/+2
* cpufreq: s5pv210: remove superfluous CONFIG_PM ifdefsBartlomiej Zolnierkiewicz2016-01-251-2/+0Star
* cpufreq: s5pv210-cpufreq: fix wrong do_div() usageNicolas Pitre2015-11-051-2/+2
* drivers/cpufreq: Convert non-modular s5pv210-cpufreq.c to use builtin_platfor...Paul Gortmaker2015-06-161-1/+1
* cpufreq: drop owner assignment from platform_driversWolfram Sang2014-10-201-1/+0Star
* cpufreq: cpu0: rename driver and internals to 'cpufreq_dt'Viresh Kumar2014-10-031-1/+1
* cpufreq: s5pv210: Remove spurious __init annotationMark Brown2014-08-281-1/+1
* cpufreq: s5pv210: Make the driver multiplatform awareTomasz Figa2014-07-181-9/+122
* cpufreq: s5pv210: drop check for CONFIG_PM_VERBOSEPaul Bolle2014-05-271-4/+2Star
* cpufreq: create another field .flags in cpufreq_frequency_tableViresh Kumar2014-04-071-6/+6
* cpufreq: s5pv210: Use cpufreq_generic_suspend()Viresh Kumar2014-03-061-46/+3Star
* cpufreq: introduce cpufreq_generic_get() routineViresh Kumar2014-01-171-15/+6Star
* cpufreq: Mark ARM drivers with CPUFREQ_NEED_INITIAL_FREQ_CHECK flagViresh Kumar2014-01-061-1/+1
* cpufreq: move freq change notifications to cpufreq coreViresh Kumar2013-10-311-10/+6Star
* cpufreq: Implement light weight ->target_index() routineViresh Kumar2013-10-251-40/+14Star
* cpufreq: s5pv210: use cpufreq_generic_init()Viresh Kumar2013-10-161-3/+1Star
* cpufreq: s5pv210: don't initialize part of policy set by coreViresh Kumar2013-10-161-2/+0Star
* cpufreq: s5pv210: Use generic cpufreq routinesViresh Kumar2013-10-161-9/+1Star
* cpufreq: s5pv210: use cpufreq_table_validate_and_show()Viresh Kumar2013-09-301-3/+1Star
* cpufreq: Notify all policy->cpus in cpufreq_notify_transition()Viresh Kumar2013-04-021-3/+2Star
* [CPUFREQ] s5pv210: make needlessly global symbols staticAxel Lin2011-07-141-2/+2
* [CPUFREQ] S5PV210: Add reboot notifier to prevent system hangHuisung Kang2011-07-141-0/+19
* [CPUFREQ] S5PV210: Adjust udelay prior to voltage scaling downTodd Poynor2011-07-141-2/+2
* [CPUFREQ] S5PV210: Lock a mutex while changing the cpu frequencyArve Hjønnevåg2011-07-141-9/+19
* [CPUFREQ] S5PV210: Add pm_notifier to prevent system unstableHuisung Kang2011-07-141-0/+34
* [CPUFREQ] S5PV210: Add arm/int voltage control supportJonghwan Choi2011-07-141-3/+68
* [CPUFREQ] S5PV210: Add additional symantics for "relation" in cpufreq with pmHuisung Kang2011-07-141-0/+28
* [CPUFREQ] s5pv210-cpufreq.c: Add missing clk_putJulia Lawall2011-07-141-8/+17
* [CPUFREQ] Move ARM Samsung cpufreq drivers to drivers/cpufreq/Kukjin Kim2011-07-141-0/+484