summaryrefslogtreecommitdiffstats
path: root/drivers/platform
Commit message (Expand)AuthorAgeFilesLines
* 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
| * platform/x86: dell-smbios: Auto-select as neededJean Delvare2017-02-031-6/+4
| * platform/x86: intel_pmc_ipc: Remove unused iTCO_version variableGuenter Roeck2017-02-031-2/+0
| * platform/x86: intel_mid_thermal: Fix module autoloadJavier Martinez Canillas2017-02-031-0/+1
| * platform/x86: intel_mid_thermal: Remove duplicated platform device IDJavier Martinez Canillas2017-02-031-1/+0
| * platform/x86: mlx-platform: mlxcpld-hotplug driver style fixesVadim Pasternak2017-02-031-34/+50
| * platform/x86: hp_accel: Add support for HP ZBook 17Ladislav Michl2017-02-031-0/+1
| * platform/x86: acer-wmi: setup accelerometer when machine has appropriate noti...Lee, Chun-Yi2017-02-031-4/+18
| * platform/x86: fujitsu-laptop: set default trigger for radio LED to rfkill-anyMicha? K?pie?2017-02-031-0/+1
* | Merge tag 'clk-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/cl...Linus Torvalds2017-02-253-0/+538
|\ \
| * | platform/x86: Enable Atom PMC platform clocksIrina Tirdea2017-01-262-3/+77
| * | arch/x86/platform/atom: Move pmc_atom to drivers/platform/x86Irina Tirdea2017-01-263-0/+464
* | | Merge tag 'mfd-for-linus-4.11' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2017-02-231-0/+5
|\ \ \
| * | | mfd: cros_ec: Prevent data transfer while device is suspendedJoseph Lo2017-02-131-0/+5
| |/ /