summaryrefslogtreecommitdiffstats
path: root/drivers/platform/x86
Commit message (Expand)AuthorAgeFilesLines
...
| * | platform/x86: Add Asus Wireless Radio Control driverJoão Paulo Rechi Vita2016-01-193-0/+98
| * | asus-wmi: drop to_platform_driver macroGeliang Tang2016-01-191-3/+0
| * | intel-hid: new hid event driver for hotkeysAlex Hung2016-01-193-0/+302
| * | Keyboard backlight control for some Vaio Fit modelsMattia Dongili2016-01-191-20/+45
| * | platform/x86: Add rfkill dependency to ACPI_TOSHIBA entryAzael Avalos2016-01-191-0/+1
| * | platform:x86: add Intel P-Unit mailbox IPC driverQipeng Zha2016-01-193-0/+345
| * | intel_pmc_ipc: update acpi resource structure for PunitQipeng Zha2016-01-191-40/+78
| * | ideapad-laptop: Add Lenovo ideapad Y700-17ISK to no_hw_rfkill dmi listJosh Boyer2016-01-191-0/+7
| * | dell-wmi: Improve unknown hotkey handlingAndy Lutomirski2016-01-191-4/+20
| * | apple-gmux: Assign apple_gmux_data before registeringMatthew Garrett2016-01-191-4/+6
| * | toshiba_acpi: Fix keyboard backlight sysfs entries not being updatedAzael Avalos2016-01-191-4/+43
| * | toshiba_acpi: Add WWAN RFKill supportAzael Avalos2015-11-231-3/+76
| * | toshiba_acpi: Add support for WWAN devicesAzael Avalos2015-11-231-0/+109
| * | toshiba_acpi: Fix blank screen at boot if transflective backlight is supportedAzael Avalos2015-11-201-0/+8
| * | toshiba_acpi: Propagate the hotkey value via genetlinkAzael Avalos2015-11-201-1/+2
| * | dell_wmi: Use a C99-style array for bios_to_linux_keycodeAndy Lutomirski2015-11-201-21/+40
| * | toshiba_bluetooth: Add missing newline in toshiba_bluetooth_present functionAzael Avalos2015-11-201-1/+1
* | | Merge branch 'drm-next' of git://people.freedesktop.org/~airlied/linuxLinus Torvalds2016-01-171-0/+113
|\ \ \
| * | | apple-gmux: Add initial documentationLukas Wunner2016-01-111-0/+113
| |/ /
* | | Merge tag 'gpio-v4.5-1' of git://git.kernel.org/pub/scm/linux/kernel/git/linu...Linus Torvalds2016-01-171-2/+2
|\ \ \ | |_|/ |/| |
| * | gpio: change member .dev to .parentLinus Walleij2015-11-191-2/+2
| |/
* | thinkpad_acpi: Use acpi_video_handles_brightness_key_presses()Hans de Goede2016-01-011-1/+1
* | dell-wmi: Use acpi_video_handles_brightness_key_presses()Hans de Goede2016-01-011-4/+2
|/
* Merge tag 'platform-drivers-x86-v4.4-2' of git://git.infradead.org/users/dvha...Linus Torvalds2015-11-134-8/+47
|\
| * asus-wmi: fix error handling in store_sys_wmi()Dan Carpenter2015-11-101-1/+1
| * ideapad-laptop: Add Lenovo Yoga 900 to no_hw_rfkill dmi listHans de Goede2015-11-091-0/+7
| * ideapad-laptop: include Yoga 3 1170 in add rfkill whitelistArnd Bergmann2015-11-091-5/+5
| * ideapad-laptop: add support for Yoga 3 ESC keyArnd Bergmann2015-11-092-0/+33
| * thinkpad_acpi: Don't yell on unsupported brightness interfacesDavid Herrmann2015-11-061-2/+1
* | Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/rzhang/l...Linus Torvalds2015-11-112-5/+5
|\ \
| * | linux/thermal.h: rename KELVIN_TO_CELSIUS to DECI_KELVIN_TO_CELSIUSRasmus Villemoes2015-10-102-5/+5
* | | Merge branch 'drm-next' of git://people.freedesktop.org/~airlied/linuxLinus Torvalds2015-11-101-1/+1
|\ \ \
| * | | vga_switcheroo: Constify vga_switcheroo_handlerLukas Wunner2015-10-201-1/+1
| |/ /
* | | Merge tag 'asm-generic-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2015-11-062-2/+2
|\ \ \
| * | | move io-64-nonatomic*.h out of asm-genericChristoph Hellwig2015-10-152-2/+2
| |/ /
* | | Merge tag 'mfd-for-linus-4.4' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2015-11-061-0/+1
|\ \ \ | |_|/ |/| |
| * | platform: x86: PMC IPC depends on ACPILee Jones2015-10-301-0/+1
| |/
* | toshiba_acpi: Initialize hotkey_event_type variableAzael Avalos2015-11-051-0/+1
* | intel_scu_ipc: Protect dev member assignment on ->remove()Andy Shevchenko2015-10-151-0/+3
* | intel_scu_ipc: Switch to use module_pci_driver() macroAndy Shevchenko2015-10-151-17/+6
* | intel_scu_ipc: Convert to use struct device *Andy Shevchenko2015-10-151-23/+18
* | intel_scu_ipc: Propagate pointer to struct intel_scu_ipc_devAndy Shevchenko2015-10-151-60/+74
* | intel_scu_ipc: Fix error path by turning to devm_* / pcim_*Andy Shevchenko2015-10-151-18/+8
* | acer-wmi: remove threeg and interface sysfs interfacesLee, Chun-Yi2015-10-061-92/+0
* | platform/x86: Toshiba WMI Hotkey DriverAzael Avalos2015-10-033-0/+157
* | sony-laptop: Fix handling sony_nc_hotkeys_decode resultAndrzej Hajda2015-10-031-6/+7
* | intel_mid_powerbtn: Remove misuse of IRQF_NO_SUSPEND flagSudeep Holla2015-10-031-2/+8
* | compal-laptop: Add charge control limitRoald Frederickx2015-10-032-3/+44
* | asus-wmi: restore kbd led level after resumeOleksij Rempel2015-10-031-2/+17
* | toshiba_acpi: Remove unneeded u32 variables from *setup_keyboardAzael Avalos2015-10-031-13/+7
OpenPOWER on IntegriCloud