summaryrefslogtreecommitdiffstats
path: root/drivers/platform
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'platform-drivers-x86-v4.11-2' of git://git.infradead.org/linux-pla...Linus Torvalds2017-03-134-282/+241
|\
| * platform/x86: asus-wmi: Remove quirk_no_rfkillJoão Paulo Rechi Vita2017-03-123-52/+3
| * platform/x86: asus-wmi: Detect quirk_no_rfkill from the DSDTJoão Paulo Rechi Vita2017-02-261-4/+19
| * platform/x86: fujitsu-laptop: remove redundant MODULE_ALIAS entriesAlan Jenkins2017-02-261-4/+0
| * platform/x86: fujitsu-laptop: autodetect LCD interface on all modelsAlan Jenkins2017-02-261-9/+9
| * platform/x86: fujitsu-laptop: simplify acpi_bus_register_driver() error handlingAlan Jenkins2017-02-261-9/+5
| * platform/x86: fujitsu-laptop: remove redundant forward declarationsAlan Jenkins2017-02-261-4/+0
| * platform/x86: fujitsu-laptop: replace numeric values with constantsAlan Jenkins2017-02-261-6/+11
| * platform/x86: fujitsu-laptop: rename FUNC_RFKILL to FUNC_FLAGSAlan Jenkins2017-02-261-25/+25
| * platform/x86: fujitsu-laptop: make platform-related variables match naming co...Alan Jenkins2017-02-261-10/+10
| * platform/x86: fujitsu-laptop: replace "hotkey" with "laptop" in symbol namesAlan Jenkins2017-02-261-79/+79
| * platform/x86: fujitsu-laptop: clearly denote backlight-related symbolsAlan Jenkins2017-02-261-107/+107
* | sched/headers: Prepare for new header dependencies before moving code to <lin...Ingo Molnar2017-03-021-0/+1
* | Merge tag 'platform-drivers-x86-v4.11-1' of git://git.infradead.org/linux-pla...Linus Torvalds2017-02-2517-320/+951
|\|
| * platform/x86: intel_turbo_max_3: make it explicitly non-modularPaul Gortmaker2017-02-241-6/+5
| * platform/x86: dell-laptop: Add Latitude 7480 and others to the DMI whitelistAlex Hung2017-02-241-0/+6
| * platform/x86: intel-hid: Support 5 button arrayAlex Hung2017-02-241-5/+91
| * platform/x86: thinkpad_acpi: Call led_classdev_notify_brightness_hw_changed o...Hans de Goede2017-02-241-4/+38
| * platform/x86: thinkpad_acpi: Use brightness_set_blocking callback for LEDsHans de Goede2017-02-241-64/+16
| * platform/x86: thinkpad_acpi: Stop setting led_classdev brightness directlyHans de Goede2017-02-241-3/+1
| * platform/x86: acer-wmi: add another KEY_WLAN keycodeChris Chiu2017-02-241-0/+1
| * platform/x86: acer-wmi: Inform firmware that RF Button Driver is activeChris Chiu2017-02-241-16/+58
| * platform/x86: asus-wireless: Fix indentationJoão Paulo Rechi Vita2017-02-241-2/+1
| * platform/x86: asus-wireless: Use per-HID HSWC parametersJoão Paulo Rechi Vita2017-02-241-15/+42
| * platform/x86: intel_pmc_ipc: Add APL PMC PCI IdRajneesh Bhardwaj2017-02-241-0/+1
| * platform/x86: intel_pmc_ipc: read s0ix residency APIShanth Murthy2017-02-241-6/+58
| * platform/x86: alienware-wmi: Remove header duplicateAndy Shevchenko2017-02-241-1/+0
| * platform/x86: intel_mid_powerbtn: Use SCU IPC directlyAndy Shevchenko2017-02-241-2/+2
| * platform/x86: intel_mid_powerbtn: Unify IRQ acknowledgmentAndy Shevchenko2017-02-241-12/+7
| * platform/x86: intel_mid_powerbtn: Move comment to where it belongsAndy Shevchenko2017-02-141-10/+10
| * platform/x86: intel_mid_powerbtn: Unify PBSTATUS accessAndy Shevchenko2017-02-141-28/+13
| * platform/x86: intel_pmc_core: fix out-of-bounds accesses on stackAndrey Ryabinin2017-02-141-4/+2
| * platform/x86: silead depends on I2C being built-inArnd Bergmann2017-02-141-1/+1
| * platform/x86: add support for devices with Silead touchscreensHans de Goede2017-02-143-0/+148
| * platform/x86: intel_mid_powerbtn: Remove snail addressAndy Shevchenko2017-02-041-5/+4
| * platform/x86: intel_mid_powerbtn: Sort headers alphabeticallyAndy Shevchenko2017-02-041-4/+4
| * platform/x86: intel_mid_powerbtn: Join string literalsAndy Shevchenko2017-02-041-8/+9
| * platform/x86: intel_mid_powerbtn: Enable driver for MerrifieldAndy Shevchenko2017-02-041-0/+56
| * platform/x86: intel_mid_powerbtn: Acknowledge interruptsAndy Shevchenko2017-02-041-0/+1
| * platform/x86: intel_mid_powerbtn: Factor out mfld_ack()Andy Shevchenko2017-02-041-11/+18
| * platform/x86: intel_mid_powerbtn: Introduce driver dataAndy Shevchenko2017-02-041-6/+56
| * platform/x86: intel_mid_powerbtn: Substitute mfld by midAndy Shevchenko2017-02-041-11/+11
| * platform/x86: intel_mid_powerbtn: Convert to use devm_*()Andy Shevchenko2017-02-041-20/+9
| * platform/x86: Support Turbo Boost Max 3.0 for non HWP systemsSrinivas Pandruvada2017-02-043-0/+163
| * platform/x86: fujitsu-laptop: make hotkey handling functions more similarMichał Kępień2017-02-041-5/+5
| * platform/x86: fujitsu-laptop: break up complex loop conditionMichał Kępień2017-02-041-3/+5
| * platform/x86: fujitsu-laptop: move keycode processing to separate functionsMichał Kępień2017-02-041-33/+43
| * platform/x86: fujitsu-laptop: decrease indentation in acpi_fujitsu_hotkey_not...Michał Kępień2017-02-041-77/+75
| * platform/x86: fujitsu-laptop: simplify logolamp_get()Michał Kępień2017-02-041-11/+11
| * platform/x86: fujitsu-laptop: rework logolamp_set() to properly handle errorsMichał Kępień2017-02-041-9/+14