summaryrefslogtreecommitdiffstats
path: root/drivers (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'acpi-hotplug'Rafael J. Wysocki2013-08-303-50/+46
|\
| * ACPI / hotplug: Remove containers synchronouslyRafael J. Wysocki2013-08-291-34/+15
| * driver core / ACPI: Avoid device hot remove locking issuesRafael J. Wysocki2013-08-292-16/+31
* | Merge branch 'acpi-assorted'Rafael J. Wysocki2013-08-302-6/+10
|\ \
| * | ACPI / EC: Add ASUSTEK L4R to quirk list in order to validate ECDTLan Tianyu2013-08-281-0/+4
| * | ACPI / thermal: Add check of "_TZD" availability and evaluating resultLan Tianyu2013-08-281-6/+6
* | | Merge branch 'pm-cpufreq'Rafael J. Wysocki2013-08-2763-758/+665
|\ \ \
| * \ \ Merge branch 'cpu_of_node' of git://linux-arm.org/linux-skn into pm-cpufreq-nextRafael J. Wysocki2013-08-2312-144/+153
| |\ \ \
| | * | | cpufreq: pmac32-cpufreq: remove device tree parsing for cpu nodesSudeep KarkadaNagesha2013-08-211-2/+3
| | * | | cpufreq: pmac64-cpufreq: remove device tree parsing for cpu nodesSudeep KarkadaNagesha2013-08-211-36/+11
| | * | | cpufreq: maple-cpufreq: remove device tree parsing for cpu nodesSudeep KarkadaNagesha2013-08-211-20/+3
| | * | | cpufreq: arm_big_little: remove device tree parsing for cpu nodesSudeep KarkadaNagesha2013-08-211-26/+14
| | * | | cpufreq: kirkwood-cpufreq: remove device tree parsing for cpu nodesSudeep KarkadaNagesha2013-08-211-3/+5
| | * | | cpufreq: spear-cpufreq: remove device tree parsing for cpu nodesSudeep KarkadaNagesha2013-08-211-2/+2
| | * | | cpufreq: highbank-cpufreq: remove device tree parsing for cpu nodesSudeep KarkadaNagesha2013-08-211-12/+6
| | * | | cpufreq: cpufreq-cpu0: remove device tree parsing for cpu nodesSudeep KarkadaNagesha2013-08-211-19/+4
| | * | | cpufreq: imx6q-cpufreq: remove device tree parsing for cpu nodesSudeep KarkadaNagesha2013-08-211-3/+1
| | * | | drivers/bus: arm-cci: avoid parsing DT for cpu device nodesSudeep KarkadaNagesha2013-08-211-21/+7
| | * | | driver/core: cpu: initialize of_node in cpu's device strutureSudeep KarkadaNagesha2013-08-211-0/+2
| | * | | of: move of_get_cpu_node implementation to DT core librarySudeep KarkadaNagesha2013-08-211-0/+95
| * | | | Merge back earlier 'pm-cpufreq' material.Rafael J. Wysocki2013-08-2356-614/+512
| |\ \ \ \ | | |/ / / | |/| | |
| | * | | cpufreq: fix bad unlock balance on !CONFIG_SMPLi Zhong2013-08-211-1/+1
| | * | | cpufreq: Use cpufreq_policy_list for iterating over policiesViresh Kumar2013-08-201-5/+4
| | * | | cpufreq: remove cpufreq_policy_cpu per-cpu variableViresh Kumar2013-08-201-35/+10
| | * | | cpufreq: remove unnecessary check in __cpufreq_governor()Viresh Kumar2013-08-201-2/+0
| | * | | cpufreq: remove policy from cpufreq_policy_list during suspendViresh Kumar2013-08-201-10/+9
| | * | | cpufreq: Fix white space in __cpufreq_remove_dev()Viresh Kumar2013-08-201-1/+1
| | * | | Revert "cpufreq: Use cpufreq_policy_list for iterating over policies"Rafael J. Wysocki2013-08-181-4/+5
| | * | | cpufreq: unicore2: Staticize local symbolJingoo Han2013-08-141-1/+1
| | * | | cpufreq / s3c24xx: Fix s3c_cpufreq_initclks() __init attribute locationHanjun Guo2013-08-141-1/+1
| | * | | cpufreq / pxa2xx: Fix pxa_cpufreq_init_voltages() __init attribute locationHanjun Guo2013-08-141-2/+2
| | * | | cpufreq / gx: Fix gx_detect_chipset() __init attribute locationHanjun Guo2013-08-141-1/+1
| | * | | pxa3xx-cpufreq.c: Avoid using ARRAY_AND_SIZE(e) as a function argumentJulia Lawall2013-08-141-2/+4
| | * | | cpufreq: cpufreq-cpu0: NULL is a valid regulatorMark Brown2013-08-141-5/+4
| | * | | acpi-cpufreq: Use cpufreq_freq_attr_rw to define the cpb attributeLan Tianyu2013-08-141-1/+1
| | * | | Merge branch 'cpufreq-fixes' of git://git.linaro.org/people/vireshk/linux int...Rafael J. Wysocki2013-08-144-13/+48
| | |\ \ \
| | | * | | cpufreq: fix EXYNOS drivers selectionBartlomiej Zolnierkiewicz2013-08-123-13/+45
| | | * | | cpufreq: exynos5440: Fix to skip when new frequency same as currentAmit Daniel Kachhap2013-08-121-0/+3
| | * | | | Merge back earlier 'pm-cpufreq' materialRafael J. Wysocki2013-08-1449-566/+456
| | |\ \ \ \ | | | |/ / / | | |/| | |
| | | * | | cpufreq: improve error checking on return values of __cpufreq_governor()Viresh Kumar2013-08-101-12/+36
| | | * | | cpufreq: Drop the owner field from struct cpufreq_driverViresh Kumar2013-08-1035-35/+0
| | | * | | cpufreq: Use rwsem for protecting critical sectionsViresh Kumar2013-08-101-78/+57
| | | * | | cpufreq: Fix broken usage of governor->owner's refcountViresh Kumar2013-08-101-7/+7
| | | * | | cpufreq: Use cpufreq_policy_list for iterating over policiesViresh Kumar2013-08-101-5/+5
| | | * | | cpufreq: Store cpufreq policies in a listLukasz Majewski2013-08-101-0/+12
| | | * | | cpufreq: Use sizeof(*ptr) convetion for computing sizesViresh Kumar2013-08-0715-38/+33
| | | * | | cpufreq: Give consistent names to cpufreq_policy objectsViresh Kumar2013-08-074-112/+112
| | | * | | cpufreq: Clean up header files included in the coreViresh Kumar2013-08-079-60/+13
| | | * | | Merge branch 'pm-cpufreq-ondemand' into pm-cpufreqRafael J. Wysocki2013-08-078-120/+9
| | | |\ \ \
| | | | * | | cpufreq: Remove unused function __cpufreq_driver_getavg()Stratos Karafotis2013-07-261-12/+0