summaryrefslogtreecommitdiff
path: root/drivers/platform
AgeCommit message (Expand)AuthorFilesLines
2016-01-20asus-wmi: drop to_platform_driver macroGeliang Tang1-3/+0
2016-01-20intel-hid: new hid event driver for hotkeysAlex Hung3-0/+302
2016-01-20Keyboard backlight control for some Vaio Fit modelsMattia Dongili1-20/+45
2016-01-20platform/x86: Add rfkill dependency to ACPI_TOSHIBA entryAzael Avalos1-0/+1
2016-01-20platform:x86: add Intel P-Unit mailbox IPC driverQipeng Zha3-0/+345
2016-01-20intel_pmc_ipc: update acpi resource structure for PunitQipeng Zha1-40/+78
2016-01-20ideapad-laptop: Add Lenovo ideapad Y700-17ISK to no_hw_rfkill dmi listJosh Boyer1-0/+7
2016-01-20dell-wmi: Improve unknown hotkey handlingAndy Lutomirski1-4/+20
2016-01-20apple-gmux: Assign apple_gmux_data before registeringMatthew Garrett1-4/+6
2016-01-20toshiba_acpi: Fix keyboard backlight sysfs entries not being updatedAzael Avalos1-4/+43
2015-11-23toshiba_acpi: Add WWAN RFKill supportAzael Avalos1-3/+76
2015-11-23toshiba_acpi: Add support for WWAN devicesAzael Avalos1-0/+109
2015-11-21toshiba_acpi: Fix blank screen at boot if transflective backlight is supportedAzael Avalos1-0/+8
2015-11-21toshiba_acpi: Propagate the hotkey value via genetlinkAzael Avalos1-1/+2
2015-11-21dell_wmi: Use a C99-style array for bios_to_linux_keycodeAndy Lutomirski1-21/+40
2015-11-21toshiba_bluetooth: Add missing newline in toshiba_bluetooth_present functionAzael Avalos1-1/+1
2015-11-14Merge tag 'chrome-platform-4.4' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds7-31/+177
2015-11-14Merge tag 'platform-drivers-x86-v4.4-2' of git://git.infradead.org/users/dvha...Linus Torvalds4-8/+47
2015-11-11Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/rzhang/l...Linus Torvalds2-5/+5
2015-11-11asus-wmi: fix error handling in store_sys_wmi()Dan Carpenter1-1/+1
2015-11-10Merge branch 'drm-next' of git://people.freedesktop.org/~airlied/linuxLinus Torvalds1-1/+1
2015-11-10platform/chrome: Fix i2c-designware adapter nameJarkko Nikula1-2/+2
2015-11-10ideapad-laptop: Add Lenovo Yoga 900 to no_hw_rfkill dmi listHans de Goede1-0/+7
2015-11-10ideapad-laptop: include Yoga 3 1170 in add rfkill whitelistArnd Bergmann1-5/+5
2015-11-10ideapad-laptop: add support for Yoga 3 ESC keyArnd Bergmann2-0/+33
2015-11-07Merge tag 'asm-generic-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2-2/+2
2015-11-06Merge tag 'mfd-for-linus-4.4' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds1-0/+1
2015-11-06thinkpad_acpi: Don't yell on unsupported brightness interfacesDavid Herrmann1-2/+1
2015-11-06toshiba_acpi: Initialize hotkey_event_type variableAzael Avalos1-0/+1
2015-10-30platform: x86: PMC IPC depends on ACPILee Jones1-0/+1
2015-10-20vga_switcheroo: Constify vga_switcheroo_handlerLukas Wunner1-1/+1
2015-10-15intel_scu_ipc: Protect dev member assignment on ->remove()Andy Shevchenko1-0/+3
2015-10-15intel_scu_ipc: Switch to use module_pci_driver() macroAndy Shevchenko1-17/+6
2015-10-15intel_scu_ipc: Convert to use struct device *Andy Shevchenko1-23/+18
2015-10-15intel_scu_ipc: Propagate pointer to struct intel_scu_ipc_devAndy Shevchenko1-60/+74
2015-10-15intel_scu_ipc: Fix error path by turning to devm_* / pcim_*Andy Shevchenko1-18/+8
2015-10-15move io-64-nonatomic*.h out of asm-genericChristoph Hellwig2-2/+2
2015-10-10linux/thermal.h: rename KELVIN_TO_CELSIUS to DECI_KELVIN_TO_CELSIUSRasmus Villemoes2-5/+5
2015-10-08platform/chrome: Support reading/writing the vboot contextEmilio López3-1/+140
2015-10-08platform/chrome: cros_ec: Fix possible leak in led_rgb_store()Christian Engelmayer1-5/+3
2015-10-08platform/chrome: cros_ec: Fix leak in sequence_store()Christian Engelmayer1-9/+14
2015-10-08platform/chrome: Enable Chrome platforms on 64-bit ARMThierry Reding1-1/+1
2015-10-08platform/chrome: cros_ec_dev - Add a platform device ID tableJavier Martinez Canillas1-0/+6
2015-10-08platform/chrome: cros_ec_lpc - Add support for Google Pixel 2Javier Martinez Canillas1-0/+7
2015-10-08platform/chrome: cros_ec_lpc - Use existing function to check EC resultJavier Martinez Canillas1-12/+2
2015-10-08platform/chrome: Make depends on MFD_CROS_EC instead CROS_EC_PROTOJavier Martinez Canillas1-2/+2
2015-10-08Revert "platform/chrome: Don't make CHROME_PLATFORMS depends on X86 || ARM"Javier Martinez Canillas1-0/+1
2015-10-07acer-wmi: remove threeg and interface sysfs interfacesLee, Chun-Yi1-92/+0
2015-10-07OLPC: Use %*ph specifier instead of passing direct valuesAndy Shevchenko1-8/+5
2015-10-03platform/x86: Toshiba WMI Hotkey DriverAzael Avalos3-0/+157