summaryrefslogtreecommitdiffstats
path: root/drivers/platform
Commit message (Expand)AuthorAgeFilesLines
* 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/+31
* Merge branch 'for-33' of git://repo.or.cz/linux-kbuildLinus Torvalds2009-12-171-1/+0
|\
| * drop explicit include of autoconf.hSam Ravnborg2009-12-121-1/+0
* | 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/+33
| * | | msi-wmi: replace one-condition switch-case with if statementAnisse Astier2009-12-161-9/+4
| * | | msi-wmi: remove unused field 'instance' in key_entry structureAnisse Astier2009-12-161-5/+4
| * | | msi-wmi: remove custom runtime debug implementationAnisse Astier2009-12-161-9/+2
| * | | msi-wmi: rework initAnisse Astier2009-12-161-29/+35
| * | | msi-wmi: remove useless includesAnisse Astier2009-12-161-6/+0
| * | | X86 drivers: Introduce msi-wmi driverThomas Renninger2009-12-163-0/+380
* | | | Merge branch 'wmi' into releaseLen Brown2009-12-161-2/+173
|\ \ \ \
| * | | | wmi: Add support for module autoloadingMatthew Garrett2009-11-051-2/+173
* | | | | Merge branch 'dell-wmi' into releaseLen Brown2009-12-161-13/+116
|\ \ \ \ \
| * | | | | dell-wmi: Add support for new Dell systemsRezwanul Kabir2009-12-101-13/+116
| | |_|/ / | |/| | |
* | | | | Merge branch 'thinkpad-2.6.33' into releaseLen Brown2009-12-161-279/+899
|\ \ \ \ \
| * | | | | thinkpad-acpi: bump version to 0.24Henrique de Moraes Holschuh2009-12-161-1/+1
| * | | | | thinkpad-acpi: convert to seq_fileAlexey Dobriyan2009-12-151-153/+132
| * | | | | thinkpad-acpi: basic ALSA mixer support (v2)Henrique de Moraes Holschuh2009-12-151-2/+235
| * | | | | thinkpad-acpi: disable volume controlHenrique de Moraes Holschuh2009-12-151-5/+42
| * | | | | thinkpad-acpi: support MUTE-only ThinkPadsHenrique de Moraes Holschuh2009-12-151-27/+132
| * | | | | thinkpad-acpi: volume subdriver rewriteHenrique de Moraes Holschuh2009-12-151-58/+282
| * | | | | thinkpad-acpi: log initial state of rfkill switchesHenrique de Moraes Holschuh2009-12-151-1/+6
| * | | | | thinkpad-acpi: sync input device EV_SW initial stateHenrique de Moraes Holschuh2009-12-151-4/+10
| * | | | | thinkpad-acpi: use input_set_capabilityHenrique de Moraes Holschuh2009-12-091-9/+5
| * | | | | thinkpad-acpi: log temperatures on termal alarm (v2)Henrique de Moraes Holschuh2009-12-091-12/+45
| * | | | | thinkpad-acpi: expose module parametersHenrique de Moraes Holschuh2009-12-091-10/+10
| * | | | | thinkpad-acpi: adopt input deviceHenrique de Moraes Holschuh2009-12-091-0/+1
| * | | | | thinkpad-acpi: silence bogus complain during rmmodHenrique de Moraes Holschuh2009-12-091-1/+2
| * | | | | thinkpad-acpi: issue backlight class eventsHenrique de Moraes Holschuh2009-12-091-1/+23
| * | | | | thinkpad-acpi: fix some version quirksHenrique de Moraes Holschuh2009-12-091-3/+3
| * | | | | thinkpad-acpi: preserve rfkill state across suspend/resumeHenrique de Moraes Holschuh2009-12-091-27/+5
| * | | | | thinkpad-acpi: fix default brightness_mode for R50e/R51Henrique de Moraes Holschuh2009-12-091-2/+2
| |/ / / /
* | | | | Merge branch 'hp-wmi' into releaseLen Brown2009-12-151-55/+84
|\ \ \ \ \
| * | | | | hp-wmi: improve rfkill supportAlan Jenkins2009-12-091-55/+84
| |/ / / /
* | | | | Merge branch 'dell-laptop' into releaseLen Brown2009-12-151-24/+62
|\ \ \ \ \
| * | | | | dell-laptop: add __init to init functionsAlan Jenkins2009-12-101-3/+3
| * | | | | dell-laptop: create a platform device as a parent for the rfkill devices etc.Alan Jenkins2009-12-101-4/+34
| * | | | | dell-laptop: fix rfkill memory leak on unload and failure pathsAlan Jenkins2009-12-101-12/+18
| * | | | | dell-laptop: fix a use-after-free error on the failure pathAlan Jenkins2009-12-091-3/+5
| * | | | | dell-laptop: Fix rfkill state queriesMatthew Garrett2009-12-091-2/+2
| |/ / / /
* | | | | Merge branch 'asus' into releaseLen Brown2009-12-154-655/+806
|\ \ \ \ \ | |_|_|/ / |/| | | |
OpenPOWER on IntegriCloud