aboutsummaryrefslogtreecommitdiffstats
path: root/drivers
Commit message (Expand)AuthorAgeFilesLines
* arm gpio drivers: make them 'depends on ARM'Linus Torvalds2011-05-291-0/+4
* Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mjg...Linus Torvalds2011-05-2933-1000/+1390
|\
| * Merge branch 'x86-platform-next' into x86-platformMatthew Garrett2011-05-2933-1000/+1390
| |\
| | * acer-wmi: support integer return type from WMI methodsLee, Chun-Yi2011-05-271-0/+6
| | * msi-laptop: fix section mismatch in reference from the function load_scm_mode...Lee, Chun-Yi2011-05-271-1/+1
| | * acer-wmi: support to set communication device state by new wmid methodLee, Chun-Yi2011-05-271-1/+110
| | * acer-wmi: allow 64-bits return buffer from WMI methodsLee, Chun-Yi2011-05-271-3/+6
| | * acer-wmi: check the existence of internal 3G device when set capabilityLee, Chun-Yi2011-05-271-1/+2
| | * platform/x86:delete two unused variablesWeiping Pan2011-05-271-2/+0
| | * support wlan hotkey on Acer Travelmate 5735ZMelchior FRANZ2011-05-271-1/+14
| | * platform-x86: intel_mid_thermal: Fix memory leakAmeya Palande2011-05-271-0/+1
| | * platform/x86: Fix Makefile for intel_mid_powerbtnAmeya Palande2011-05-271-1/+1
| | * platform/x86: Simplify intel_mid_powerbtnAmeya Palande2011-05-271-42/+30
| | * acerhdf: Clean up includesJean Delvare2011-05-271-3/+1
| | * acerhdf: Drop pointless dependency on THERMAL_HWMONJean Delvare2011-05-271-1/+1
| | * acer-wmi: does not allow negative number set to initial device stateLee, Chun-Yi2011-05-271-3/+5
| | * platform/oaktrail: ACPI EC Extra driver for OaktrailYin Kangkai2011-05-273-0/+406
| | * thinkpad_acpi: Convert printks to pr_<level>Joe Perches2011-05-271-284/+188
| | * thinkpad_acpi: Correct !CONFIG_THINKPAD_ACPI_VIDEO warningJoe Perches2011-05-271-9/+9
| | * platform-x86: intel_mid_thermal: Fix coding styleAmeya Palande2011-05-271-306/+300
| | * xo15-ebook: Use pr_<level>Joe Perches2011-05-271-2/+3
| | * wmi: Removed trailing whitespace from logging message.Joe Perches2011-05-271-5/+5
| | * toshiba: Convert printks to pr_<level>Joe Perches2011-05-272-36/+34
| | * topstar-laptop: Convert remaining printk to pr_infoJoe Perches2011-05-271-1/+1
| | * tc1100-wmi: Add pr_fmt, use pr_<level>Joe Perches2011-05-271-4/+3
| | * sony-laptop: Add and use #define pr_fmtJoe Perches2011-05-271-55/+49
| | * msi-wmi: Use pr_fmt and pr_<level>Joe Perches2011-05-271-25/+20
| | * msi-laptop: pr_<level> neateningJoe Perches2011-05-271-5/+4
| | * intel_pmic_gpio: Convert printks to pr_<level>Joe Perches2011-05-271-7/+7
| | * intel_menlow: Add pr_fmt and use pr_<level>Joe Perches2011-05-271-2/+3
| | * ideapad-laptop: Add pr_fmtJoe Perches2011-05-271-0/+2
| | * ibm_rtl: Use pr_fmt and pr_<level>Joe Perches2011-05-271-8/+11
| | * hp-wmi: Convert printks to pr_<level>Joe Perches2011-05-271-26/+17
| | * hdaps: Convert printks to pr_<level>Joe Perches2011-05-271-9/+10
| | * fujitsu-laptop: Convert printks to pr_<level>Joe Perches2011-05-271-20/+19
| | * eeepc: Use pr_warnJoe Perches2011-05-272-17/+18
| | * dell: Convert printks to pr_<level>Joe Perches2011-05-273-16/+16
| | * compal-laptop: Convert printks to pr_<level>Joe Perches2011-05-271-13/+9
| | * asus: Add pr_fmt and convert printks to pr_<level>Joe Perches2011-05-273-72/+59
| | * acer-wmi: pr_<level> cleanupsJoe Perches2011-05-271-16/+16
| | * ibm_rtl: Remove warnings from casts of pointer to intJoe Perches2011-05-271-2/+2
| | * asus-wmi: Remove __init from asus_wmi_platform_initJoe Perches2011-05-271-1/+1
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/agk/linux-2.6-dmLinus Torvalds2011-05-298-120/+136
|\ \ \
| * | | dm kcopyd: return client directly and not through a pointerMikulas Patocka2011-05-293-9/+11
| * | | dm kcopyd: reserve fewer pagesMikulas Patocka2011-05-293-11/+5
| * | | dm io: use fixed initial mempool sizeMikulas Patocka2011-05-295-39/+9
| * | | dm kcopyd: alloc pages from the main page allocatorMikulas Patocka2011-05-291-31/+60
| * | | dm kcopyd: add gfp parm to alloc_plMikulas Patocka2011-05-291-4/+4
| * | | dm kcopyd: remove superfluous page allocation spinlockMikulas Patocka2011-05-291-10/+1
| * | | dm kcopyd: preallocate sub jobs to avoid deadlockMikulas Patocka2011-05-291-20/+29