| Commit message (Expand) | Author | Age | Files | Lines |
* | cpufreq: cpufreq-cpu0: clk_round_rate() can return a zero upon error | Paul Walmsley | 2013-12-06 | 1 | -1/+1 |
* | cpufreq: move freq change notifications to cpufreq core | Viresh Kumar | 2013-10-31 | 1 | -21/+12 |
* | cpufreq: Implement light weight ->target_index() routine | Viresh Kumar | 2013-10-25 | 1 | -15/+2 |
* | Merge back earlier 'pm-cpufreq' material. | Rafael J. Wysocki | 2013-10-25 | 1 | -41/+4 |
|\ |
|
| * | cpufreq: cpufreq-cpu0: use cpufreq_generic_init() | Viresh Kumar | 2013-10-16 | 1 | -18/+1 |
| * | cpufreq: cpu0: don't initialize part of policy set by core too | Viresh Kumar | 2013-10-16 | 1 | -1/+0 |
| * | cpufreq: cpufreq-cpu0: Use generic cpufreq routines | Viresh Kumar | 2013-10-16 | 1 | -20/+3 |
| * | cpufreq: cpufreq-cpu0: use cpufreq_table_validate_and_show() | Viresh Kumar | 2013-09-30 | 1 | -3/+1 |
* | | PM / OPP: rename header to linux/pm_opp.h | Nishanth Menon | 2013-10-25 | 1 | -1/+1 |
* | | PM / OPP: rename data structures to dev_pm equivalents | Nishanth Menon | 2013-10-25 | 1 | -2/+2 |
* | | PM / OPP: rename functions to dev_pm_opp* | Nishanth Menon | 2013-10-25 | 1 | -9/+9 |
* | | cpufreq: cpufreq-cpu0: NULL is a valid regulator, part 2 | Philipp Zabel | 2013-09-30 | 1 | -1/+1 |
|/ |
|
* | cpufreq: cpufreq-cpu0: assign cpu_dev correctly to cpu0 device | Sudeep KarkadaNagesha | 2013-09-19 | 1 | -1/+6 |
* | Merge tag 'pm+acpi-3.12-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git... | Linus Torvalds | 2013-09-03 | 1 | -24/+8 |
|\ |
|
| * | Merge branch 'cpu_of_node' of git://linux-arm.org/linux-skn into pm-cpufreq-next | Rafael J. Wysocki | 2013-08-23 | 1 | -19/+4 |
| |\ |
|
| | * | cpufreq: cpufreq-cpu0: remove device tree parsing for cpu nodes | Sudeep KarkadaNagesha | 2013-08-21 | 1 | -19/+4 |
| * | | cpufreq: cpufreq-cpu0: NULL is a valid regulator | Mark Brown | 2013-08-14 | 1 | -5/+4 |
| |/ |
|
* | | cpufreq: cpufreq-cpu0: Use devm_regulator_get_optional() | Mark Brown | 2013-08-13 | 1 | -1/+1 |
|/ |
|
* | cpufreq: cpufreq-cpu0: use the exact frequency for clk_set_rate() | Guennadi Liakhovetski | 2013-06-05 | 1 | -2/+3 |
* | cpufreq: cpufreq-cpu0: Free parent node for error cases | Viresh Kumar | 2013-05-12 | 1 | -1/+4 |
* | cpufreq: cpufreq-cpu0: defer probe when regulator is not ready | Nishanth Menon | 2013-05-12 | 1 | -6/+16 |
* | Merge branch 'pm-cpufreq' | Rafael J. Wysocki | 2013-04-28 | 1 | -18/+14 |
|\ |
|
| * | cpufreq: cpu0: Put cpu parent node after using it | Viresh Kumar | 2013-04-22 | 1 | -0/+1 |
| * | cpufreq: Notify all policy->cpus in cpufreq_notify_transition() | Viresh Kumar | 2013-04-02 | 1 | -9/+3 |
| * | cpufreq: cpufreq-cpu0: Call CPUFREQ_POSTCHANGE notifier for failure cases too | Viresh Kumar | 2013-04-02 | 1 | -5/+8 |
| * | cpufreq: cpufreq-cpu0: No need to check cpu number in init() | Viresh Kumar | 2013-04-02 | 1 | -3/+0 |
| * | cpufreq: Fix unsigned variable being checked for negative value | jhbird.choi@samsung.com | 2013-04-01 | 1 | -1/+2 |
* | | cpufreq: check OF node /cpus presence before dereferencing it | Paolo Pisati | 2013-04-02 | 1 | -2/+8 |
|/ |
|
* | cpufreq: Remove unnecessary use of policy->shared_type | Viresh Kumar | 2013-02-02 | 1 | -1/+0 |
* | cpufreq: instantiate cpufreq-cpu0 as a platform_driver | Shawn Guo | 2013-02-02 | 1 | -12/+23 |
* | cpufreq / highbank: add support for highbank cpufreq | Mark Langsdorf | 2013-02-02 | 1 | -1/+5 |
* | cpufreq: cpufreq-cpu0: use RCU locks around usage of OPP | Nishanth Menon | 2013-01-22 | 1 | -0/+5 |
* | cpufreq: remove use of __devinit | Bill Pemberton | 2012-11-21 | 1 | -1/+1 |
* | cpufreq: Add a generic cpufreq-cpu0 driver | Shawn Guo | 2012-09-09 | 1 | -0/+269 |