| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge branch 'for_linus' of git://cavan.codon.org.uk/platform-drivers-x86 | Linus Torvalds | 2013-09-15 | 13 | -114/+66 |
|\ |
|
| * | platform/x86: panasonic-laptop: reuse module_acpi_driver | Andy Shevchenko | 2013-09-05 | 1 | -24/+1 |
| * | samsung-laptop: fix config build error | Randy Dunlap | 2013-09-05 | 1 | -0/+1 |
| * | platform: x86: remove unnecessary platform_set_drvdata() | Jingoo Han | 2013-09-05 | 3 | -3/+0 |
| * | amilo-rfkill: Enable using amilo-rfkill with the FSC Amilo L1310. | Jerome Meinke | 2013-09-05 | 1 | -0/+7 |
| * | wmi: parse_wdg() should return kernel error codes | Dan Carpenter | 2013-09-05 | 1 | -2/+2 |
| * | hp_wmi: Fix unregister order in hp_wmi_rfkill_setup() | Kirill Tkhai | 2013-09-05 | 1 | -8/+8 |
| * | platform: replace strict_strto*() with kstrto*() | Jingoo Han | 2013-09-05 | 2 | -3/+5 |
| * | x86: irst: use module_acpi_driver to simplify the code | Wei Yongjun | 2013-09-05 | 1 | -12/+1 |
| * | x86: smartconnect: use module_acpi_driver to simplify the code | Wei Yongjun | 2013-09-05 | 1 | -12/+1 |
| * | platform samsung-q10: use ACPI instead of direct EC calls | Frederick van der Wyck | 2013-09-05 | 2 | -45/+22 |
| * | thinkpad_acpi: add the ability setting TPACPI_LED_NONE by quirk | Adam Lee | 2013-09-05 | 1 | -3/+10 |
| * | thinkpad_acpi: return -NODEV while operating uninitialized LEDs | Adam Lee | 2013-09-05 | 1 | -2/+8 |
* | | platform: convert apple-gmux driver to dev_pm_ops from legacy pm_ops | Shuah Khan | 2013-09-11 | 1 | -4/+14 |
* | | Merge tag 'PTR_RET-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/gi... | Linus Torvalds | 2013-09-04 | 1 | -1/+1 |
|\ \
| |/
|/| |
|
| * | PTR_RET is now PTR_ERR_OR_ZERO(): Replace most. | Rusty Russell | 2013-07-15 | 1 | -1/+1 |
* | | Merge tag 'pm+acpi-3.12-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git... | Linus Torvalds | 2013-09-03 | 6 | -53/+0 |
|\ \ |
|
| * \ | Merge branch 'acpi-assorted' | Rafael J. Wysocki | 2013-08-27 | 6 | -53/+0 |
| |\ \ |
|
| | * | | platform / thinkpad: Remove deprecated hotkey_report_mode parameter | Thomas Renninger | 2013-07-15 | 1 | -29/+0 |
| | * | | ACPI: Remove the old /proc/acpi/event interface | Thomas Renninger | 2013-07-15 | 6 | -24/+0 |
| | |/ |
|
* | | | Merge tag 'driver-core-3.12-rc1' of git://git.kernel.org/pub/scm/linux/kernel... | Linus Torvalds | 2013-09-03 | 1 | -4/+6 |
|\ \ \
| |/ /
|/| | |
|
| * | | x86: wmi: convert class code to use dev_groups | Greg Kroah-Hartman | 2013-08-19 | 1 | -4/+6 |
| |/ |
|
* | | Merge branch 'akpm' (patches from Andrew Morton) | Linus Torvalds | 2013-08-23 | 1 | -1/+1 |
|\ \ |
|
| * | | drivers/platform/olpc/olpc-ec.c: initialise earlier | Daniel Drake | 2013-08-23 | 1 | -1/+1 |
| |/ |
|
* | | Revert "hp-wmi: Enable hotkeys on some systems" | Matthew Garrett | 2013-08-18 | 1 | -16/+0 |
* | | sony-laptop: Fix reporting of gfx_switch_status | Daniel Serpell | 2013-08-18 | 1 | -1/+4 |
* | | sony-laptop: return a negative error code in sonypi_compat_init() | Wei Yongjun | 2013-08-18 | 1 | -1/+2 |
|/ |
|
* | x86 platform drivers: fix gpio leak | Libo Chen | 2013-07-10 | 1 | -1/+5 |
* | toshiba_acpi: Add dependency on SERIO_I8042 | Seth Forshee | 2013-07-10 | 1 | -0/+1 |
* | asus-nb-wmi: set wapf=4 for ASUSTeK COMPUTER INC. 1015E/U | AceLan Kao | 2013-07-10 | 1 | -0/+18 |
* | Add trivial driver to disable Intel Smart Connect | Matthew Garrett | 2013-07-10 | 3 | -0/+105 |
* | Add support driver for Intel Rapid Start Technology | Matthew Garrett | 2013-07-10 | 3 | -0/+222 |
* | hp-wmi: add supports for POST code error | Alex Hung | 2013-07-10 | 1 | -0/+47 |
* | asus-wmi: control wlan-led only if wapf == 4 | AceLan Kao | 2013-07-10 | 1 | -2/+3 |
* | drivers/platform/x86/intel_ips: Convert to module_pci_driver | Libo Chen | 2013-07-10 | 1 | -12/+1 |
* | asus-nb-wmi: ignore ALS notification key code | Viktar Vauchkevich | 2013-07-10 | 1 | -0/+1 |
* | asus-wmi: append newline to messages | vic | 2013-07-10 | 1 | -8/+8 |
* | x86: asus-laptop: fix invalid point access | Libo Chen | 2013-07-10 | 1 | -1/+0 |
* | x86: msi-laptop: fix memleak | Libo Chen | 2013-07-10 | 1 | -14/+10 |
* | amilo-rfkill: Add dependency on SERIO_I8042 | Ben Hutchings | 2013-07-08 | 1 | -0/+1 |
* | dell-laptop: fix error return code in dell_init() | Wei Yongjun | 2013-07-08 | 1 | -2/+3 |
* | hp-wmi: Enable hotkeys on some systems | Matthew Garrett | 2013-07-08 | 1 | -0/+16 |
* | drivers: avoid format string in dev_set_name | Kees Cook | 2013-07-03 | 1 | -1/+1 |
* | x86 / platform / hp_wmi: Fix bluetooth_rfkill misuse in hp_wmi_rfkill_setup() | lan,Tianyu | 2013-06-01 | 1 | -1/+1 |
* | Add support for fan button on Ideapad Z580 | Maxim Mikityanskiy | 2013-05-08 | 1 | -1/+5 |
* | pvpanic: pvpanic device driver | Hu Tao | 2013-05-08 | 3 | -0/+134 |
* | asus-nb-wmi: set wapf=4 for ASUSTeK COMPUTER INC. X75A | AceLan Kao | 2013-05-08 | 1 | -0/+9 |
* | drivers: platform: x86: Use PTR_RET function | Alexandru Gheorghiu | 2013-05-08 | 1 | -4/+1 |
* | sony-laptop: SVS151290S kbd backlight and gfx switch support | Arthur Wirski | 2013-05-08 | 1 | -1/+19 |
* | hp-wmi: add more definitions for new event_id's | Alex Hung | 2013-05-08 | 1 | -0/+24 |