summaryrefslogtreecommitdiff
path: root/drivers/platform
AgeCommit message (Expand)AuthorFilesLines
2009-12-16Merge branch 'hp-wmi' into releaseLen Brown1-55/+84
2009-12-16Merge branch 'dell-laptop' into releaseLen Brown1-24/+62
2009-12-16Merge branch 'asus' into releaseLen Brown4-655/+806
2009-12-16asus-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-12drop explicit include of autoconf.hSam Ravnborg1-1/+0
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-10dell-laptop: fix a use-after-free error on the failure pathAlan Jenkins1-3/+5
2009-12-10dell-laptop: Fix rfkill state queriesMatthew Garrett1-2/+2
2009-12-10hp-wmi: improve rfkill supportAlan Jenkins1-55/+84
2009-12-10Merge branch 'acpica' of git://git.kernel.org/pub/scm/linux/kernel/git/lenb/l...Linus 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
2009-12-09eeepc-laptop: simplify how the hwmon device reads values from the ECAlan Jenkins1-22/+21
2009-12-09eeepc-laptop: simplify acpi initializationAlan Jenkins1-29/+26
2009-12-09eeepc-laptop: no need to check argument of set_brightness()Alan Jenkins1-1/+0
2009-12-09eeepc-laptop: remove redundant NULL checksAlan Jenkins1-23/+19
2009-12-09eeepc-laptop: fix set_acpi() to return non-zero on failureAlan Jenkins1-15/+19
2009-12-09eeepc-laptop: fix potential leak (led_init() failure)Alan Jenkins1-1/+3
2009-12-09eeepc-laptop: fix led initialization orderAlan Jenkins1-6/+6
2009-12-09eeepc-laptop: fix value of pwm1_enable to match documentationAlan Jenkins1-2/+5
2009-12-09eeepc-laptop: set acpi_driver.ownerAlan Jenkins1-0/+1
2009-12-09eeepc-laptop: Remove uneccesary acpi_disabled checkAlan Jenkins1-2/+0
2009-12-09eeepc-laptop: Remove redundant NULL checksAlan Jenkins1-5/+0
2009-12-09eeepc-laptop: add touchpad ledCorentin Chary2-0/+69
2009-12-09asus-laptop: set acpi_driver.ownerAlan Jenkins1-0/+1
2009-12-09asus-acpi: set acpi_driver.ownerAlan Jenkins1-0/+1
2009-12-09asus-acpi: Remove uneccesary acpi_disabled checksAlan Jenkins1-8/+4
2009-12-09asus-laptop: Remove uneccesary acpi_disabled checkAlan Jenkins1-3/+0
2009-12-09asus-acpi: Remove redundant NULL checksAlan Jenkins1-6/+0
2009-12-09asus-laptop: Remove redundant NULL checksAlan Jenkins1-6/+0
2009-12-09eeepc-laptop: disp attribute should be write-onlyAlan Jenkins1-7/+7
2009-12-09thinkpad-acpi: use input_set_capabilityHenrique de Moraes Holschuh1-9/+5
2009-12-09thinkpad-acpi: log temperatures on termal alarm (v2)Henrique de Moraes Holschuh1-12/+45
2009-12-09thinkpad-acpi: expose module parametersHenrique de Moraes Holschuh1-10/+10
2009-12-09thinkpad-acpi: adopt input deviceHenrique de Moraes Holschuh1-0/+1