aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/cpufreq/s3c64xx-cpufreq.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2014-04-30cpufreq: Use cpufreq_for_each_* macros for frequency table iterationStratos Karafotis1-10/+5
2014-04-07cpufreq: create another field .flags in cpufreq_frequency_tableViresh Kumar1-13/+13
2014-01-17cpufreq: introduce cpufreq_generic_get() routineViresh Kumar1-21/+12
2014-01-06cpufreq: Mark ARM drivers with CPUFREQ_NEED_INITIAL_FREQ_CHECK flagViresh Kumar1-1/+1
2013-10-31cpufreq: move freq change notifications to cpufreq coreViresh Kumar1-32/+16
2013-10-25cpufreq: Implement light weight ->target_index() routineViresh Kumar1-14/+4
2013-10-25Merge back earlier 'pm-cpufreq' material.Rafael J. Wysocki1-14/+3
2013-10-16cpufreq: s3c64xx: Rename index to driver_dataCharles Keepax1-1/+1
2013-10-16cpufreq: s3c: use cpufreq_generic_init()Viresh Kumar1-3/+2
2013-10-16cpufreq: s3c: don't initialize part of policy set by coreViresh Kumar1-2/+0
2013-10-16cpufreq: s3cx4xx: Use generic cpufreq routinesViresh Kumar1-9/+1
2013-09-30cpufreq: s3cx4xx: use cpufreq_table_validate_and_show()Viresh Kumar1-4/+1
2013-09-30cpufreq: s3cx4xx: call cpufreq_frequency_table_get_attr()Viresh Kumar1-0/+3
2013-08-10cpufreq: Drop the owner field from struct cpufreq_driverViresh Kumar1-1/+0
2013-06-27Merge branch 'pm-cpufreq-arm' into pm-cpufreqRafael J. Wysocki1-2/+6
2013-06-24cpufreq: s3c64xx: call CPUFREQ_POSTCHANGE notfier in error casesViresh Kumar1-2/+6
2013-06-04cpufreq: rename index as driver_data in cpufreq_frequency_tableViresh Kumar1-1/+1
2013-04-02cpufreq: Notify all policy->cpus in cpufreq_notify_transition()Viresh Kumar1-4/+3
2012-02-29[CPUFREQ] s3c64xx: Fix mis-cherry pick of VDDINTMark Brown1-7/+0
2011-12-09[CPUFREQ] s3c64xx: Use pr_fmt() for consistent log messagesMark Brown1-13/+22
2011-10-31cpufreq: Fix build of s3c64xx cpufreq driver for header changeMark Brown1-0/+1
2011-07-13[CPUFREQ] S3C6410: Add some lower frequencies for 800MHz base clock operationMark Brown1-0/+2
2011-07-13[CPUFREQ] S3C64xx: Notify transition complete as soon as frequency changedMark Brown1-2/+2
2011-07-13[CPUFREQ] S3C6410: Support 800MHz operation in cpufreqMark Brown1-0/+2
2011-07-13[CPUFREQ] Move compile for S3C64XX cpufreq to /drivers/cpufreqKukjin Kim1-0/+269