aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/platform (follow)
AgeCommit message (Expand)AuthorFilesLines
2009-12-16Merge branch 'misc-2.6.33' into releaseLen Brown1-26/+37
2009-12-16Merge branch 'toshiba-bt' into releaseLen Brown3-0/+160
2009-12-16Merge branch 'msi-wmi' into releaseLen Brown3-0/+306
2009-12-16msi-wmi: depend on backlight and fix corner-cases problemsAnisse Astier2-8/+16
2009-12-16msi-wmi: switch to using input sparse keymap libraryAnisse Astier2-102/+33
2009-12-16msi-wmi: replace one-condition switch-case with if statementAnisse Astier1-9/+4
2009-12-16msi-wmi: remove unused field 'instance' in key_entry structureAnisse Astier1-5/+4
2009-12-16msi-wmi: remove custom runtime debug implementationAnisse Astier1-9/+2
2009-12-16msi-wmi: rework initAnisse Astier1-29/+35
2009-12-16msi-wmi: remove useless includesAnisse Astier1-6/+0
2009-12-16X86 drivers: Introduce msi-wmi driverThomas Renninger3-0/+380
2009-12-16Toshiba Bluetooth Enabling driver (RFKill handler v3)Jes Sorensen3-0/+160
2009-12-16Merge branch 'wmi' into releaseLen Brown1-2/+173
2009-12-16Merge branch 'dell-wmi' into releaseLen Brown1-13/+116
2009-12-16acerhdf: add new BIOS versionsPeter Feuerer1-26/+37
2009-12-16Merge branch 'thinkpad-2.6.33' into releaseLen Brown1-279/+899
2009-12-16thinkpad-acpi: bump version to 0.24Henrique de Moraes Holschuh1-1/+1
2009-12-15thinkpad-acpi: convert to seq_fileAlexey Dobriyan1-153/+132
2009-12-15thinkpad-acpi: basic ALSA mixer support (v2)Henrique de Moraes Holschuh1-2/+235
2009-12-15thinkpad-acpi: disable volume controlHenrique de Moraes Holschuh1-5/+42
2009-12-15thinkpad-acpi: support MUTE-only ThinkPadsHenrique de Moraes Holschuh1-27/+132
2009-12-15thinkpad-acpi: volume subdriver rewriteHenrique de Moraes Holschuh1-58/+282
2009-12-15thinkpad-acpi: log initial state of rfkill switchesHenrique de Moraes Holschuh1-1/+6
2009-12-15thinkpad-acpi: sync input device EV_SW initial stateHenrique de Moraes Holschuh1-4/+10
2009-12-15Merge branch 'hp-wmi' into releaseLen Brown1-55/+84
2009-12-15Merge branch 'dell-laptop' into releaseLen Brown1-24/+62
2009-12-15Merge branch 'asus' into releaseLen Brown4-655/+806
2009-12-15asus-laptop: change light sens default values.Corentin Chary1-2/+2
2009-12-15tree-wide: convert open calls to remove spaces to skip_spaces() lib functionAndré Goddard Rosa1-5/+2
2009-12-15const: constify remaining dev_pm_opsAlexey Dobriyan3-3/+3
2009-12-10dell-wmi: Add support for new Dell systemsRezwanul Kabir1-13/+116
2009-12-10dell-laptop: add __init to init functionsAlan Jenkins1-3/+3
2009-12-10dell-laptop: create a platform device as a parent for the rfkill devices etc.Alan Jenkins1-4/+34
2009-12-10dell-laptop: fix rfkill memory leak on unload and failure pathsAlan Jenkins1-12/+18
2009-12-09dell-laptop: fix a use-after-free error on the failure pathAlan Jenkins1-3/+5
2009-12-09dell-laptop: Fix rfkill state queriesMatthew Garrett1-2/+2
2009-12-09hp-wmi: improve rfkill supportAlan Jenkins1-55/+84
2009-12-09Merge branch 'acpica' of git://git.kernel.org/pub/scm/linux/kernel/git/lenb/linux-acpi-2.6Linus Torvalds3-3/+3
2009-12-09eeepc-laptop: re-add check for eeepc->backlight == NULLAlan Jenkins1-17/+25
2009-12-09eeepc-laptop: fix coding styleCorentin Chary1-3/+5
2009-12-09eeepc-laptop: map keys found on newer eeepcCorentin Chary1-0/+3
2009-12-09asus-laptop: Add wlan switch found on V6VCorentin Chary1-0/+1
2009-12-09asus-laptop: add Lenovo SL hotkey supportIke Panhc1-0/+8
2009-12-09asus-laptop: use KEY_F13 to map "Disable Touchpad" eventCorentin Chary1-1/+1
2009-12-09eeepc-laptop: callbacks should use "driver data" parameter or fieldAlan Jenkins1-198/+268
2009-12-09eeepc-laptop: revise namesAlan Jenkins1-128/+125
2009-12-09eeepc-laptop: code movementAlan Jenkins1-472/+462
2009-12-09eeepc-laptop: move platform device initialisation to a separate functionAlan Jenkins1-25/+39
2009-12-09eeepc-laptop: move platform driver registration out of eeepc_hotk_add()Alan Jenkins1-10/+15
2009-12-09eeepc-laptop: refactor notificationsAlan Jenkins1-32/+39