aboutsummaryrefslogtreecommitdiff
path: root/drivers/cpufreq/s5pv210-cpufreq.c
AgeCommit message (Expand)AuthorFilesLines
2016-08-01Merge tag 'armsoc-drivers' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Gravatar Linus Torvalds 1-34/+34
2016-07-07cpufreq: Reuse new freq-table helpersGravatar Viresh Kumar 1-2/+1
2016-06-22cpufreq: s5pv210: use relaxed IO accesorsGravatar Ben Dooks 1-34/+34
2016-06-09cpufreq: Return index from cpufreq_frequency_table_target()Gravatar Viresh Kumar 1-5/+2
2016-06-09cpufreq: Drop freq-table param to cpufreq_frequency_table_target()Gravatar Viresh Kumar 1-2/+1
2016-04-09cpufreq: Use consistent prefixing via pr_fmtGravatar Joe Perches 1-2/+4
2016-04-09cpufreq: Convert printk(KERN_<LEVEL> to pr_<level>Gravatar Joe Perches 1-2/+2
2016-01-25cpufreq: s5pv210: remove superfluous CONFIG_PM ifdefsGravatar Bartlomiej Zolnierkiewicz 1-2/+0
2015-11-05cpufreq: s5pv210-cpufreq: fix wrong do_div() usageGravatar Nicolas Pitre 1-2/+2
2015-06-16drivers/cpufreq: Convert non-modular s5pv210-cpufreq.c to use builtin_platfor...Gravatar Paul Gortmaker 1-1/+1
2014-10-20cpufreq: drop owner assignment from platform_driversGravatar Wolfram Sang 1-1/+0
2014-10-03cpufreq: cpu0: rename driver and internals to 'cpufreq_dt'Gravatar Viresh Kumar 1-1/+1
2014-08-28cpufreq: s5pv210: Remove spurious __init annotationGravatar Mark Brown 1-1/+1
2014-07-19cpufreq: s5pv210: Make the driver multiplatform awareGravatar Tomasz Figa 1-9/+122
2014-05-27cpufreq: s5pv210: drop check for CONFIG_PM_VERBOSEGravatar Paul Bolle 1-4/+2
2014-04-07cpufreq: create another field .flags in cpufreq_frequency_tableGravatar Viresh Kumar 1-6/+6
2014-03-06cpufreq: s5pv210: Use cpufreq_generic_suspend()Gravatar Viresh Kumar 1-46/+3
2014-01-17cpufreq: introduce cpufreq_generic_get() routineGravatar Viresh Kumar 1-15/+6
2014-01-06cpufreq: Mark ARM drivers with CPUFREQ_NEED_INITIAL_FREQ_CHECK flagGravatar Viresh Kumar 1-1/+1
2013-10-31cpufreq: move freq change notifications to cpufreq coreGravatar Viresh Kumar 1-10/+6
2013-10-25cpufreq: Implement light weight ->target_index() routineGravatar Viresh Kumar 1-40/+14
2013-10-16cpufreq: s5pv210: use cpufreq_generic_init()Gravatar Viresh Kumar 1-3/+1
2013-10-16cpufreq: s5pv210: don't initialize part of policy set by coreGravatar Viresh Kumar 1-2/+0
2013-10-16cpufreq: s5pv210: Use generic cpufreq routinesGravatar Viresh Kumar 1-9/+1
2013-09-30cpufreq: s5pv210: use cpufreq_table_validate_and_show()Gravatar Viresh Kumar 1-3/+1
2013-04-02cpufreq: Notify all policy->cpus in cpufreq_notify_transition()Gravatar Viresh Kumar 1-3/+2
2011-07-13[CPUFREQ] s5pv210: make needlessly global symbols staticGravatar Axel Lin 1-2/+2
2011-07-13[CPUFREQ] S5PV210: Add reboot notifier to prevent system hangGravatar Huisung Kang 1-0/+19
2011-07-13[CPUFREQ] S5PV210: Adjust udelay prior to voltage scaling downGravatar Todd Poynor 1-2/+2
2011-07-13[CPUFREQ] S5PV210: Lock a mutex while changing the cpu frequencyGravatar Arve Hjønnevåg 1-9/+19
2011-07-13[CPUFREQ] S5PV210: Add pm_notifier to prevent system unstableGravatar Huisung Kang 1-0/+34
2011-07-13[CPUFREQ] S5PV210: Add arm/int voltage control supportGravatar Jonghwan Choi 1-3/+68
2011-07-13[CPUFREQ] S5PV210: Add additional symantics for "relation" in cpufreq with pmGravatar Huisung Kang 1-0/+28
2011-07-13[CPUFREQ] s5pv210-cpufreq.c: Add missing clk_putGravatar Julia Lawall 1-8/+17
2011-07-13[CPUFREQ] Move ARM Samsung cpufreq drivers to drivers/cpufreq/Gravatar Kukjin Kim 1-0/+484