summaryrefslogtreecommitdiffstats
path: root/drivers/platform
Commit message (Expand)AuthorAgeFilesLines
...
* | | | eeepc-wmi: rework eeepc_wmi_init and eeepc_wmi_exitCorentin Chary2011-01-071-56/+79
* | | | classmate-laptop: add missing input_sync callHerton Ronaldo Krzesinski2011-01-071-0/+1
* | | | classmate-laptop: little optimization for cmpc_rfkill_blockHerton Ronaldo Krzesinski2011-01-071-7/+9
* | | | WMI: Cater for multiple events with same GUIDColin King2011-01-071-61/+72
* | | | drivers/platform/x86: Remove unnecessary semicolonsJoe Perches2011-01-072-2/+2
* | | | intel_scu_ipc: Utility driver for intel scu ipcSreedhara DS2011-01-074-2/+145
* | | | Merge branch 'x86-platform-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2011-01-061-0/+5
|\ \ \ \ | |_|_|/ |/| | |
| * | | x86/mrst: Add SFI platform device parsing codeFeng Tang2010-11-091-0/+5
| |/ /
* | / drm/i915, intel_ips: When i915 loads after IPS, make IPS relink to i915.Eric Anholt2010-12-232-3/+54
| |/ |/|
* | wmi: use memcmp instead of strncmp to compare GUIDsThadeu Lima de Souza Cascardo2010-12-061-1/+1
* | ACPI, hp-wmi: Fix memory leak in acpi queryZeng Zhaoming2010-11-241-0/+2
* | msi-wmi: fix semantically incorrect use of keycode instead of scancodeAnisse Astier2010-11-241-8/+8
* | msi-wmi: Add mute key supportAnisse Astier2010-11-241-0/+2
* | asus-laptop: add wimax and wwan supportCorentin Chary2010-11-241-1/+96
* | eeepc-wmi: fix compiler warningDmitry Torokhov2010-11-241-2/+2
* | ibm_rtl: _RTL_ is not available in UEFI modeVernon Mauery2010-11-241-1/+2
* | ibm_rtl: Loosen the DMI criteria to all IBM machinesVernon Mauery2010-11-241-24/+5Star
* | drivers/platform/x86/thinkpad_acpi.c: delete double assignmentJulia Lawall2010-11-241-1/+0Star
* | toshiba_acpi.c: Add key_entry for a lone FN keypressJon Dowland2010-11-241-0/+1
* | ibm_rtl: fix printk format warningRandy Dunlap2010-11-241-1/+1
|/
* Remove duplicate includes from many filesZimny Lech2010-10-281-1/+0Star
* Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mjg...Linus Torvalds2010-10-2519-1011/+1980
|\
| * eeepc-wmi: Add cpufv sysfs interfaceChris Bagwell2010-10-211-0/+51
| * eeepc-wmi: add additional hotkeysChris Bagwell2010-10-211-0/+5
| * panasonic-laptop: Simplify calls to acpi_pcc_retrieve_biosdataJean Delvare2010-10-211-10/+10
| * panasonic-laptop: Handle errors properly if they happenJean Delvare2010-10-211-0/+2
| * intel_pmic_gpio: fix off-by-one value range checkingAxel Lin2010-10-211-1/+1
| * IBM Real-Time "SMI Free" mode driver -v7Vernon Mauery2010-10-213-1/+358
| * Add OLPC XO-1 rfkill driverDaniel Drake2010-10-213-0/+94
| * Move hdaps driver to platform/x86Jean Delvare2010-10-213-0/+658
| * ideapad-laptop: Fix MakefileMatthew Garrett2010-10-211-1/+1
| * intel_pmic_gpio: swap the bits and mask args for intel_scu_ipc_update_registerAlek Du2010-10-211-12/+12
| * ideapad: Add param: no_bt_rfkillIke Panhc2010-10-211-0/+12
| * ideapad: Change the driver name to ideapad-laptopIke Panhc2010-10-213-3/+3
| * ideapad: rewrite the sw rfkill setIke Panhc2010-10-211-25/+12Star
| * ideapad: rewrite the hw rfkill notifyIke Panhc2010-10-211-36/+17Star
| * ideapad: use EC command to control cameraIke Panhc2010-10-211-5/+11
| * ideapad: use return value of _CFG to tell if device exist or notIke Panhc2010-10-211-34/+10Star
| * ideapad: make sure we bind on the correct deviceIke Panhc2010-10-211-1/+4
| * ideapad: check VPC bit before sync rfkill hw statusIke Panhc2010-10-211-1/+15
| * ideapad: add ACPI helpersIke Panhc2010-10-211-0/+109
| * dell-laptop: Add debugfs supportKeng-Yu Lin2010-10-211-0/+77
| * WMI: embed struct device directly into wmi_blockDmitry Torokhov2010-10-211-111/+65Star
| * WMI: make use of class device's attributresDmitry Torokhov2010-10-211-8/+7Star
| * WMI: use pr_err() and friendsDmitry Torokhov2010-10-211-35/+29Star
| * WMI: use separate list head for storing wmi blocksDmitry Torokhov2010-10-211-11/+9Star
| * WMI: simplify handling of returned WMI blocks in parse_wdg()Dmitry Torokhov2010-10-211-11/+4Star
| * WMI: fix potential NULL pointer dereferenceDmitry Torokhov2010-10-211-0/+2
| * WMI: do not leak memory in parse_wdg()Dmitry Torokhov2010-10-211-2/+4
| * WMI: fix wmi_gtoa() to actully terminate the stringDmitry Torokhov2010-10-211-1/+1