aboutsummaryrefslogtreecommitdiff
path: root/drivers/cpufreq/spear-cpufreq.c
AgeCommit message (Expand)AuthorFilesLines
2018-06-12treewide: kzalloc() -> kcalloc()Gravatar Kees Cook 1-1/+1
2017-10-03cpufreq: SPEAr: pr_err() strings should end with newlinesGravatar Arvind Yadav 1-2/+2
2014-10-20cpufreq: drop owner assignment from platform_driversGravatar Wolfram Sang 1-1/+0
2014-04-07cpufreq: use kzalloc() to allocate memory for cpufreq_frequency_tableGravatar Viresh Kumar 1-5/+2
2014-03-12cpufreq: SPEAr: Instantiate as platform_driverGravatar Viresh Kumar 1-2/+11
2014-03-12cpufreq: Remove cpufreq_generic_exit()Gravatar Viresh Kumar 1-1/+0
2014-01-17cpufreq: introduce cpufreq_generic_get() routineGravatar Viresh Kumar 1-6/+2
2014-01-06cpufreq: Mark ARM drivers with CPUFREQ_NEED_INITIAL_FREQ_CHECK flagGravatar Viresh Kumar 1-1/+1
2013-12-06cpufreq: SPEAr: clk_round_rate() can return a zero upon errorGravatar Paul Walmsley 1-1/+1
2013-10-31cpufreq: move freq change notifications to cpufreq coreGravatar Viresh Kumar 1-12/+1
2013-10-25cpufreq: Implement light weight ->target_index() routineGravatar Viresh Kumar 1-8/+4
2013-10-25Merge back earlier 'pm-cpufreq' material.Gravatar Rafael J. Wysocki 1-34/+5
2013-10-16cpufreq: spear: use cpufreq_generic_init()Gravatar Viresh Kumar 1-12/+2
2013-10-16cpufreq: spear: don't initialize part of policy set by coreGravatar Viresh Kumar 1-2/+0
2013-10-16cpufreq: spear: Use generic cpufreq routinesGravatar Viresh Kumar 1-19/+3
2013-09-30cpufreq: spear: use cpufreq_table_validate_and_show()Gravatar Viresh Kumar 1-3/+2
2013-09-30cpufreq: SPEAr: Fix incorrect variable typeGravatar Sachin Kamat 1-1/+1
2013-08-21cpufreq: spear-cpufreq: remove device tree parsing for cpu nodesGravatar Sudeep KarkadaNagesha 1-2/+2
2013-06-04cpufreq: rename index as driver_data in cpufreq_frequency_tableGravatar Viresh Kumar 1-2/+2
2013-04-02cpufreq: Notify all policy->cpus in cpufreq_notify_transition()Gravatar Viresh Kumar 1-5/+2
2013-02-02cpufreq: Set all cpus in policy->cpus for single cluster SoCsGravatar Viresh Kumar 1-1/+1
2013-02-02cpufreq: SPEAr: Notify all policy->cpus of frequency changeGravatar Viresh Kumar 1-2/+5
2013-02-02cpufreq: Simplify cpufreq_add_dev()Gravatar Viresh Kumar 1-1/+0
2013-02-02cpufreq: SPEAr: Fix sparse warning for cpufreq driverGravatar Viresh Kumar 1-1/+1
2012-11-27cpufreq: SPEAr: Add CPUFreq driverGravatar Deepak Sikri 1-0/+291