summaryrefslogtreecommitdiffstats
path: root/drivers/platform (follow)
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | eeepc-laptop: fix set_acpi() to return non-zero on failureAlan Jenkins2009-12-091-15/+19
| * | | | eeepc-laptop: fix potential leak (led_init() failure)Alan Jenkins2009-12-091-1/+3
| * | | | eeepc-laptop: fix led initialization orderAlan Jenkins2009-12-091-6/+6
| * | | | eeepc-laptop: fix value of pwm1_enable to match documentationAlan Jenkins2009-12-091-2/+5
| * | | | eeepc-laptop: set acpi_driver.ownerAlan Jenkins2009-12-091-0/+1
| * | | | eeepc-laptop: Remove uneccesary acpi_disabled checkAlan Jenkins2009-12-091-2/+0
| * | | | eeepc-laptop: Remove redundant NULL checksAlan Jenkins2009-12-091-5/+0
| * | | | eeepc-laptop: add touchpad ledCorentin Chary2009-12-092-0/+69
| * | | | asus-laptop: set acpi_driver.ownerAlan Jenkins2009-12-091-0/+1
| * | | | asus-acpi: set acpi_driver.ownerAlan Jenkins2009-12-091-0/+1
| * | | | asus-acpi: Remove uneccesary acpi_disabled checksAlan Jenkins2009-12-091-8/+4
| * | | | asus-laptop: Remove uneccesary acpi_disabled checkAlan Jenkins2009-12-091-3/+0
| * | | | asus-acpi: Remove redundant NULL checksAlan Jenkins2009-12-091-6/+0
| * | | | asus-laptop: Remove redundant NULL checksAlan Jenkins2009-12-091-6/+0
| * | | | eeepc-laptop: disp attribute should be write-onlyAlan Jenkins2009-12-091-7/+7
| |/ / /
* | | | tree-wide: convert open calls to remove spaces to skip_spaces() lib functionAndré Goddard Rosa2009-12-151-5/+2
* | | | const: constify remaining dev_pm_opsAlexey Dobriyan2009-12-153-3/+3
| |_|/ |/| |
* | | Merge branch 'acpica' of git://git.kernel.org/pub/scm/linux/kernel/git/lenb/l...Linus Torvalds2009-12-103-3/+3
|\ \ \
| * | | ACPICA: Add post-order callback to acpi_walk_namespaceLin Ming2009-11-253-3/+3
* | | | Merge branch 'for-next' into for-linusJiri Kosina2009-12-072-3/+1
|\ \ \ \ | |_|/ / |/| | |
| * | | tree-wide: fix assorted typos all over the placeAndré Goddard Rosa2009-12-041-1/+1
| * | | Kconfig: Remove useless and sometimes wrong commentsMichael Roth2009-11-091-2/+0
| | |/ | |/|
* | | Merge branch 'misc-2.6.32' into releaseLen Brown2009-11-251-6/+6
|\ \ \
| * | | acerhdf: return temperature in milidegree instead of degreePeter Feuerer2009-11-251-6/+6
| | |/ | |/|
* | | thinkpad-acpi: fix detection of old ThinkPadsHenrique de Moraes Holschuh2009-11-251-6/+18
* | | thinkpad-acpi: fix sign of ERESTARTSYS returnRoel Kluin2009-11-251-1/+1
|/ /
* | eeepc-laptop: don't enable camera at startup if it's already on.Luca Niccoli2009-11-031-1/+2
* | Revert "eeepc-laptop: Prevent a panic when disabling RT2860 wireless when ass...Corentin Chary2009-11-031-19/+8
|/
* Merge branch 'misc' into releaseLen Brown2009-10-151-1/+1
|\
| * fujitsu-laptop: address missed led-class ifdef fixupJonathan Woithe2009-10-091-1/+1
* | eeepc-laptop: Prevent a panic when disabling RT2860 wireless when associatedDarren Salt2009-10-131-8/+19
* | eeepc-laptop: Properly annote eeepc_enable_camera().Rakib Mullick2009-10-131-2/+2
|/
* Merge branches 'sony-laptop', 'bugzilla-14247' and 'bugzilla-14271' into releaseLen Brown2009-10-021-0/+9
|\
| * Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6Linus Torvalds2009-09-301-0/+9
| |\
| | * sony-laptop: re-read the rfkill state when resuming from suspendAlan Jenkins2009-09-281-0/+3
| | * sony-laptop: check for rfkill hard block at load timeAlan Jenkins2009-09-281-0/+6
* | | sony-laptop: Don't unregister the SPIC driver if it wasn't registeredAlan Jenkins2009-09-281-2/+5
* | | sony-laptop: remove _INI call at init timeMattia Dongili2009-09-281-9/+0
* | | sony-laptop: SPIC unset IRQF_SHARED, set IRQF_DISABLEDMattia Dongili2009-09-281-1/+1
* | | sony-laptop: remove device_ctrl and the SPIC mini driversMattia Dongili2009-09-281-62/+47
|/ /
* | thinkpad-acpi: fix CONFIG_THINKPAD_ACPI_HOTKEY_POLL build problemHenrique de Moraes Holschuh2009-09-271-0/+2
* | Merge branch 'for-linus' of git://git.o-hand.com/linux-rpurdie-backlightLinus Torvalds2009-09-261-1/+1
|\ \
| * | backlight/eeepc-laptop: Update the backlight state when we change brightnessMatthew Garrett2009-09-211-1/+1
* | | Merge branch 'thinkpad-2.6.32-part2' into releaseLen Brown2009-09-261-206/+426
|\ \ \ | |_|/ |/| |
| * | thinkpad-acpi: name event constantsHenrique de Moraes Holschuh2009-09-201-23/+69
| * | thinkpad-acpi: add internal hotkey event APIHenrique de Moraes Holschuh2009-09-201-0/+48
| * | thinkpad-acpi: hotkey event driver updateHenrique de Moraes Holschuh2009-09-201-176/+302
| * | thinkpad-acpi: drop HKEY event 0x5010Henrique de Moraes Holschuh2009-09-201-4/+4
| * | thinkpad-acpi: remove uneeded tp_features.hotkey tests in hotkey_exitHenrique de Moraes Holschuh2009-09-201-10/+8
| * | thinkpad-acpi: don't leave ERR_PTR() pointers aroundHenrique de Moraes Holschuh2009-09-201-1/+3