aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/platform (follow)
AgeCommit message (Expand)AuthorFilesLines
2010-03-16backlight: panasonic-laptop - Fix incomplete registration failure handlingBruno Prémont1-2/+4
2010-03-16backlight: msi-laptop, msi-wmi: fix incomplete registration failure handlingBruno Prémont1-2/+4
2010-03-16backlight: classmate-laptop - Fix missing registration failure handlingBruno Prémont1-1/+3
2010-03-16backlight: Allow properties to be passed at registrationMatthew Garrett14-55/+90
2010-03-14Merge branches 'battery-2.6.34', 'bugzilla-10805', 'bugzilla-14668', 'bugzilla-531916-power-state', 'ht-warn-2.6.34', 'pnp', 'processor-rename', 'sony-2.6.34', 'suse-bugzilla-531547', 'tz-check', 'video' and 'misc-2.6.34' into releaseLen Brown18-1297/+2180
2010-03-14Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dtor/inputLinus Torvalds5-42/+34
2010-03-12Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivialLinus Torvalds1-2/+2
2010-03-08Input: scancode in get/set_keycodes should be unsignedDmitry Torokhov5-42/+34
2010-03-08Merge branch 'for-next' into for-linusJiri Kosina1-2/+2
2010-03-07msi-laptop: depends on RFKILLRandy Dunlap1-0/+1
2010-03-07msi-laptop: Detect 3G device exists by standard ec commandLee, Chun-Yi1-10/+34
2010-03-07msi-laptop: Add resume method for set the SCM load againLee, Chun-Yi1-1/+25
2010-03-07msi-laptop: Support some MSI 3G netbook that is need load SCMLee, Chun-Yi1-0/+238
2010-03-07msi-laptop: Add threeg sysfs file for support query 3G state by standard 66/62 ec commandLee, Chun-Yi1-1/+30
2010-03-07msi-laptop: Support standard ec 66/62 command on MSI notebook and nebookLee, Chun-Yi1-4/+39
2010-03-07x86: move hp-wmi's probe function to .devinit.textUwe Kleine-König1-2/+2
2010-03-03Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mjg59/platform-drivers-x86Linus Torvalds8-895/+1042
2010-03-02compal-laptop: Make it depend on CONFIG_RFKILLIngo Molnar1-0/+1
2010-03-02Merge branch 'for-upstream/platform-x86_tpacpi' of git://repo.or.cz/linux-2.6/linux-acpi-2.6/ibm-acpi-2.6 into x86-platformMatthew Garrett2-39/+87
2010-03-01classmate-laptop: Added some keys present in other devicesThadeu Lima de Souza Cascardo1-0/+4
2010-03-01Merge branch 'acpica' of git://git.kernel.org/pub/scm/linux/kernel/git/lenb/linux-acpi-2.6Linus Torvalds2-4/+4
2010-03-01asus-acpi: remove duplicate comparison of asus_model stringsRoel Kluin1-2/+1
2010-03-01Merge git://git.iksaif.net/acpi4asus into x86-platformMatthew Garrett3-836/+928
2010-03-01toshiba-acpi: fix multimedia keys on some machinesFrans Pop1-14/+16
2010-03-01dell-laptop: Fix errors on failure and exit pathsMatthew Garrett1-2/+3
2010-03-01dell-laptop: Fix build error by making buffer_mutex staticIngo Molnar1-2/+2
2010-02-28Merge branch 'eeepc-laptop' into acpi4asusCorentin Chary1-1/+20
2010-02-28asus-laptop: fix style problems reported by checkpath.plCorentin Chary1-47/+47
2010-02-28asus-laptop: use device_create_file() instead of platform_groupCorentin Chary1-82/+84
2010-02-28asus-laptop: clean led codeCorentin Chary1-120/+115
2010-02-28asus-laptop: add gps rfkillCorentin Chary2-7/+59
2010-02-28asus-laptop: set initial lcd stateCorentin Chary1-0/+2
2010-02-28asus-laptop: leds, remove dead code and fix asus_led_exit()/asus_led_init()Corentin Chary1-17/+14
2010-02-28asus-laptop: add backlight changes notificationsCorentin Chary1-2/+27
2010-02-28asus-laptop: add bluetooth keys found on M9VCorentin Chary1-0/+2
2010-02-28asus-laptop: switch to sparse keymap libraryCorentin Chary2-141/+68
2010-02-28asus-laptop: rename wireless_status to wlan_status to avoid confusionCorentin Chary1-5/+5
2010-02-28asus-laptop: add error check for write_acpi_int callsCorentin Chary1-8/+25
2010-02-28asus-laptop: stop using ASUS_HANDLE and use relative methods insteadCorentin Chary1-111/+129
2010-02-28asus-laptop: rename function talking directly to acpi with asus_xxx schemeCorentin Chary1-19/+19
2010-02-28asus-laptop: removing read_status/store_status/write_status and asus->statusCorentin Chary1-57/+24
2010-02-28asus-laptop: stop using read_status for lcdCorentin Chary1-17/+20
2010-02-28asus-laptop: stop using read_status and store_status for GPSCorentin Chary1-21/+35
2010-02-28asus-laptop: stop using read_status for bluetooth and wlanCorentin Chary1-26/+29
2010-02-28asus-laptop: code movementCorentin Chary1-217/+223
2010-02-28asus-laptop: callbacks should use "driver data" parameter or fieldCorentin Chary1-153/+209
2010-02-28asus-laptop: move backlight and dsdt info inside asus_laptop structCorentin Chary1-39/+30
2010-02-28asus-laptop: revise namesCorentin Chary1-110/+111
2010-02-28asus-laptop: change initialization orderCorentin Chary1-189/+180
2010-02-28asus-laptop: remove unecessary hotk != NULL checkCorentin Chary1-4/+1