summaryrefslogtreecommitdiffstats
path: root/drivers/platform
Commit message (Expand)AuthorAgeFilesLines
...
| * thinkpad-acpi: detect EC node using its HID (v2)Henrique de Moraes Holschuh2010-05-161-12/+41
| * thinkpad-acpi: disclose usertask for ALSA callbacksHenrique de Moraes Holschuh2010-05-161-0/+5
| * thinkpad-acpi: fix brightness hotkey poll handlingHenrique de Moraes Holschuh2010-05-161-12/+24
| * thinkpad-acpi: let other subdrivers know backlight level rangeHenrique de Moraes Holschuh2010-05-161-111/+140
| * thinkpad-acpi: move greeting messages out of the first subdriver (v2)Henrique de Moraes Holschuh2010-05-161-29/+27
| * thinkpad-acpi: fix volume/mute hotkey poll handlingHenrique de Moraes Holschuh2010-05-161-14/+57
| * thinkpad-acpi: X100e quick fixesHenrique de Moraes Holschuh2010-05-161-0/+2
| * thinkpad-acpi: constrain IBM-era support to IBM boxesHenrique de Moraes Holschuh2010-05-161-18/+39
* | drivers/platform/x86: Clarify the MRST IPC driver description slightlyMatthew Garrett2010-05-171-1/+2
* | eeepc-wmi: depends on BACKLIGHT_CLASS_DEVICERandy Dunlap2010-05-171-0/+1
* | IPC driver for Intel Mobile Internet Device (MID) platformsSreedhara DS2010-05-173-0/+838
* | classmate-laptop: Add RFKILL support.Thadeu Lima de Souza Cascardo2010-05-171-22/+148
|/
* eeepc-laptop: add missing sparse_keymap_freeCorentin Chary2010-04-231-2/+1
* eeepc-wmi: Build fixIngo Molnar2010-04-121-0/+1
* asus: don't modify bluetooth/wlan on bootDan Carpenter2010-04-121-4/+4
* dell-wmi: Fix memory leakYong Wang2010-04-121-1/+2
* eeepc-wmi: add backlight supportYong Wang2010-04-121-35/+197
* eeepc-wmi: use a platform device as parent device of all sub-devicesYong Wang2010-04-121-16/+86
* eeepc-wmi: add an eeepc_wmi context structureYong Wang2010-04-121-23/+46
* device_attributes: add sysfs_attr_init() for dynamic attributesWolfram Sang2010-04-071-0/+1
* eeepc-wmi: include slab.hTejun Heo2010-04-051-0/+1
* Merge branch 'master' into export-slabhTejun Heo2010-04-054-2/+170
|\
| * eeepc-wmi: new driver for WMI based hotkeys on Eee PC laptopsYong Wang2010-03-313-0/+168
| * asus-laptop: fix warning in asus_handle_initCorentin Chary2010-03-311-2/+2
* | include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo2010-03-3018-0/+18
|/
* backlight: panasonic-laptop - Fix incomplete registration failure handlingBruno Prémont2010-03-161-2/+4
* backlight: msi-laptop, msi-wmi: fix incomplete registration failure handlingBruno Prémont2010-03-161-2/+4
* backlight: classmate-laptop - Fix missing registration failure handlingBruno Prémont2010-03-161-1/+3
* backlight: Allow properties to be passed at registrationMatthew Garrett2010-03-1614-55/+90
*-----------. Merge branches 'battery-2.6.34', 'bugzilla-10805', 'bugzilla-14668', 'bugzill...Len Brown2010-03-1418-1297/+2180
|\ \ \ \ \ \ \
| | | | | * | | sony-laptop - switch from workqueue to a timerDmitry Torokhov2009-12-241-10/+10
| | | | | * | | sony-laptop - simplify keymap initializationDmitry Torokhov2009-12-241-12/+8
| | | | | * | | sony-laptop - remove private workqueue, use keventd insteadDmitry Torokhov2009-12-241-32/+39
| | | |_|/ / / | | |/| | | |
| | | * | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dto...Linus Torvalds2010-03-145-42/+34
| | | |\ \ \ \
| | | | * | | | Input: scancode in get/set_keycodes should be unsignedDmitry Torokhov2010-03-085-42/+34
| | | | |/ / /
| | | * | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds2010-03-121-2/+2
| | | |\ \ \ \ | | | | |/ / / | | | |/| | |
| | | | * | | Merge branch 'for-next' into for-linusJiri Kosina2010-03-081-2/+2
| | | | |\ \ \
| | | | | * | | tree-wide: fix typos "ammount" -> "amount"Uwe Kleine-König2010-02-051-2/+2
| | | | | | |/ | | | | | |/|
| | | * | | | msi-laptop: depends on RFKILLRandy Dunlap2010-03-071-0/+1
| | | * | | | msi-laptop: Detect 3G device exists by standard ec commandLee, Chun-Yi2010-03-071-10/+34
| | | * | | | msi-laptop: Add resume method for set the SCM load againLee, Chun-Yi2010-03-071-1/+25
| | | * | | | msi-laptop: Support some MSI 3G netbook that is need load SCMLee, Chun-Yi2010-03-071-0/+238
| | | * | | | msi-laptop: Add threeg sysfs file for support query 3G state by standard 66/6...Lee, Chun-Yi2010-03-071-1/+30
| | | * | | | msi-laptop: Support standard ec 66/62 command on MSI notebook and nebookLee, Chun-Yi2010-03-071-4/+39
| | | * | | | x86: move hp-wmi's probe function to .devinit.textUwe Kleine-König2010-03-071-2/+2
| | | |/ / /
| | | * | | Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mjg...Linus Torvalds2010-03-038-895/+1042
| | | |\ \ \
| | | | * | | compal-laptop: Make it depend on CONFIG_RFKILLIngo Molnar2010-03-021-0/+1
| | | | * | | Merge branch 'for-upstream/platform-x86_tpacpi' of git://repo.or.cz/linux-2.6...Matthew Garrett2010-03-022-39/+87
| | | | |\ \ \
| | | | | * | | thinkpad-acpi: fix ALSA callback return statusHenrique de Moraes Holschuh2010-02-271-10/+29
| | | | | * | | thinkpad-acpi: lock down video output state accessHenrique de Moraes Holschuh2010-02-252-4/+21