summaryrefslogtreecommitdiffstats
path: root/drivers/platform
Commit message (Expand)AuthorAgeFilesLines
* hp-wmi: remove double free caused by merge conflictAnisse Astier2010-01-011-2/+0Star
* Merge branch 'thinkpad' into releaseLen Brown2009-12-302-14/+73
|\
| * thinkpad-acpi: improve Kconfig help textHenrique de Moraes Holschuh2009-12-271-0/+5
| * thinkpad-acpi: make volume subdriver optionalHenrique de Moraes Holschuh2009-12-272-0/+49
| * thinkpad-acpi: don't fail to load the entire module due to ALSA problemsHenrique de Moraes Holschuh2009-12-271-13/+18
| * thinkpad-acpi: don't take the first ALSA slot by defaultHenrique de Moraes Holschuh2009-12-271-1/+1
* | ACPI: WMI: Survive BIOS with duplicate GUIDsCarlos Corbacho2009-12-301-0/+30
* | dell-wmi - fix condition to abort driver loadingDmitry Torokhov2009-12-301-1/+1
* | wmi: check find_guid() return value to prevent oopsPaul Rolland2009-12-301-4/+2Star
* | dell-wmi, hp-wmi, msi-wmi: check wmi_get_event_data() return valueLen Brown2009-12-303-3/+18
* | ACPI: hp-wmi, msi-wmi: clarify that wmi_install_notify_handler() returns an a...Len Brown2009-12-302-2/+2
* | dell-wmi: sys_init_module: 'dell_wmi'->init suspiciously returned 21, it shouldLen Brown2009-12-301-4/+5
|/
* Merge branch 'misc-2.6.33' into releaseLen Brown2009-12-249-303/+423
|\
| * hp-wmi: Fix two memleaksThomas Renninger2009-12-241-1/+8
| * acer-wmi, msi-wmi: Remove needless DMI MODULE_ALIASThomas Renninger2009-12-242-13/+0Star
| * dell-wmi: do not keep driver loaded on unsupported boxesDmitry Torokhov2009-12-241-22/+19Star
| * wmi: Free the allocated acpi objects through wmi_get_event_dataAnisse Astier2009-12-243-2/+5
| * drivers/platform/x86/acerhdf.c: check BIOS information whether it begins with...Peter Feuerer2009-12-241-18/+28
| * acerhdf: add new BIOS versionsPeter Feuerer2009-12-241-2/+15
| * acerhdf: limit modalias matching to supportedStefan Bader2009-12-241-3/+4
| * toshiba_acpi: convert to seq_fileAlexey Dobriyan2009-12-241-112/+147
| * asus_acpi: convert to seq_fileAlexey Dobriyan2009-12-241-127/+194
| * fujitu-laptop: fix tests of acpi_evaluate_integer() return valueJonathan Woithe2009-12-231-4/+4
* | Merge branch 'tc1100-wmi' into releaseLen Brown2009-12-241-60/+55Star
|\ \
| * | tc1100-wmi - switch to using dev_pm_opsDmitry Torokhov2009-12-161-6/+16
| * | tc1100-wmi - add error handling for device registrationDmitry Torokhov2009-12-161-28/+30
| * | tc1100-wmi - switch to using attribute groupDmitry Torokhov2009-12-161-28/+11Star
* | | Merge branch 'sony' into releaseLen Brown2009-12-241-23/+71
|\ \ \
| * | | sony-laptop: enumerate rfkill devices using SN06Mattia Dongili2009-12-241-19/+57
| * | | sony-laptop: rfkill support for newer modelsMattia Dongili2009-12-241-8/+14
| * | | sony-laptop: add AVMode key mappingMattia Dongili2009-12-171-0/+4
| |/ /
* | | Merge branch 'classmate' into releaseLen Brown2009-12-243-0/+622
|\ \ \
| * | | classmate-laptop: add support for Classmate PC ACPI devicesThadeu Lima de Souza Cascardo2009-12-243-0/+622
| | |/ | |/|
* | | kfifo: rename kfifo_put... into kfifo_in... and kfifo_get... into kfifo_out...Stefani Seibold2009-12-222-6/+6
* | | kfifo: cleanup namespaceStefani Seibold2009-12-221-1/+1
* | | kfifo: move out spinlockStefani Seibold2009-12-222-18/+22
* | | kfifo: move struct kfifo in placeStefani Seibold2009-12-222-33/+31Star
|/ /
* | Merge branch 'for-33' of git://repo.or.cz/linux-kbuildLinus Torvalds2009-12-171-1/+0Star
|\ \
| * | drop explicit include of autoconf.hSam Ravnborg2009-12-121-1/+0Star
* | | Merge branch 'misc-2.6.33' into releaseLen Brown2009-12-161-26/+37
|\ \ \
| * | | acerhdf: add new BIOS versionsPeter Feuerer2009-12-161-26/+37
| | |/ | |/|
* | | Merge branch 'toshiba-bt' into releaseLen Brown2009-12-163-0/+160
|\ \ \
| * | | Toshiba Bluetooth Enabling driver (RFKill handler v3)Jes Sorensen2009-12-163-0/+160
| |/ /
* | | Merge branch 'msi-wmi' into releaseLen Brown2009-12-163-0/+306
|\ \ \
| * | | msi-wmi: depend on backlight and fix corner-cases problemsAnisse Astier2009-12-162-8/+16
| * | | msi-wmi: switch to using input sparse keymap libraryAnisse Astier2009-12-162-102/+33Star
| * | | msi-wmi: replace one-condition switch-case with if statementAnisse Astier2009-12-161-9/+4Star
| * | | msi-wmi: remove unused field 'instance' in key_entry structureAnisse Astier2009-12-161-5/+4Star
| * | | msi-wmi: remove custom runtime debug implementationAnisse Astier2009-12-161-9/+2Star
| * | | msi-wmi: rework initAnisse Astier2009-12-161-29/+35