summaryrefslogtreecommitdiffstats
path: root/drivers/platform
Commit message (Expand)AuthorAgeFilesLines
* treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500Thomas Gleixner2019-06-1913-54/+13
* platform/mellanox: mlxreg-hotplug: Add devm_free_irq call to remove flowVadim Pasternak2019-06-121-0/+1
* platform/x86: mlx-platform: Fix parent device in i2c-mux-reg device registrationVadim Pasternak2019-06-121-1/+1
* platform/x86: intel-vbtn: Report switch events when event wakes deviceMathew King2019-06-121-2/+14
* platform/x86: asus-wmi: Only Tell EC the OS will handle display hotkeys from ...Hans de Goede2019-06-123-1/+10
* treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 441Thomas Gleixner2019-06-053-15/+3
* treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 414Thomas Gleixner2019-06-051-13/+1
* treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 392Thomas Gleixner2019-06-051-14/+1
* treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 288Thomas Gleixner2019-06-051-10/+1
* treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 287Thomas Gleixner2019-06-053-27/+3
* treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 271Thomas Gleixner2019-06-051-13/+1
* treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 174Thomas Gleixner2019-05-302-18/+2
* treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 157Thomas Gleixner2019-05-307-71/+7
* treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 156Thomas Gleixner2019-05-3016-235/+16
* treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152Thomas Gleixner2019-05-304-20/+4
* Merge tag 'spdx-5.2-rc2-2' of git://git.kernel.org/pub/scm/linux/kernel/git/g...Linus Torvalds2019-05-242-17/+2
|\
| * treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 79Thomas Gleixner2019-05-241-2/+1
| * treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 61Thomas Gleixner2019-05-241-15/+1
* | Merge tag 'platform-drivers-x86-v5.2-2' of git://git.infradead.org/linux-plat...Linus Torvalds2019-05-241-0/+33
|\ \ | |/ |/|
| * platform/x86: pmc_atom: Add several Beckhoff Automation boards to critclk_sys...Steffen Dirkwinkel2019-05-201-0/+24
| * platform/x86: pmc_atom: Add Lex 3I380D industrial PC to critclk_systems DMI t...Hans de Goede2019-05-201-0/+9
* | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 7Thomas Gleixner2019-05-211-13/+1
* | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 1Thomas Gleixner2019-05-217-101/+7
* | treewide: Add SPDX license identifier - Makefile/KconfigThomas Gleixner2019-05-219-0/+9
* | treewide: Add SPDX license identifier for more missed filesThomas Gleixner2019-05-211-0/+1
|/
* Merge tag 'mfd-next-5.2' of git://git.kernel.org/pub/scm/linux/kernel/git/lee...Linus Torvalds2019-05-141-0/+6
|\
| * platform/chrome: Add support for v1 of host sleep eventEvan Green2019-05-141-0/+6
* | Merge tag 'pci-v5.2-changes' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2019-05-141-1/+1
|\ \
| * | platform/chrome: chromeos_laptop: use pci_dev_id() helperHeiner Kallweit2019-04-291-1/+1
* | | mm/gup: change GUP fast to use flags rather than a write 'bool'Ira Weiny2019-05-141-1/+2
* | | Merge tag 'tag-chrome-platform-for-v5.2' of ssh://gitolite.kernel.org/pub/scm...Linus Torvalds2019-05-1211-128/+909
|\ \ \
| * | | platform/chrome: cros_ec_proto: Add trace event to trace EC commandsRaul E Rangel2019-04-174-1/+183
| * | | platform/chrome: cros_ec_debugfs: Use cros_ec_cmd_xfer_status helperEnric Balletbo i Serra2019-04-171-22/+8
| * | | platform/chrome: cros_ec: Add EC host command support using rpmsgPi-Hsun Shih2019-04-163-0/+271
| * | | platform/chrome: wilco_ec: Add h1_gpio status to debugfsNick Crews2019-04-161-0/+47
| * | | platform/chrome: wilco_ec: Standardize mailbox interfaceNick Crews2019-04-152-66/+29
| * | | platform/chrome: cros_ec_proto: check for NULL transfer functionEnrico Granata2019-04-151-0/+11
| * | | platform/chrome: Add CrOS USB PD logging driverGuenter Roeck2019-04-153-0/+275
| * | | platform/chrome: cros_ec_spi: Transfer messages at high priorityDouglas Anderson2019-04-151-6/+74
| * | | platform/chrome: cros_ec_debugfs: no need to check return value of debugfs_cr...Enric Balletbo i Serra2019-04-151-29/+6
| * | | platform/chrome: cros_ec_debugfs: Remove dev_warn when console log is not sup...Enric Balletbo i Serra2019-04-051-4/+5
* | | | Merge tag 'platform-drivers-x86-v5.2-1' of git://git.infradead.org/linux-plat...Linus Torvalds2019-05-1020-381/+2146
|\ \ \ \
| * | | | platform/x86: Add support for Basin Cove power buttonAndy Shevchenko2019-05-093-0/+119
| * | | | platform/x86: asus-wmi: Add fn-lock mode switch supportChris Chiu2019-05-091-0/+37
| * | | | platform/x86: ideapad-laptop: Remove no_hw_rfkill_listHans de Goede2019-05-091-306/+15
| * | | | platform/x86: touchscreen_dmi: Add info for 'jumper ezpad 6 pro b' touchscreenBenjamin Renz2019-05-091-0/+26
| * | | | platform/x86: thinkpad_acpi: cleanup for Thinkpad ACPI ledPavel Machek2019-05-091-3/+3
| * | | | platform/x86: thinkpad_acpi: Mark expected switch fall-throughsGustavo A. R. Silva2019-05-091-2/+2
| * | | | platform/x86: sony-laptop: Fix unintentional fall-throughGustavo A. R. Silva2019-05-091-3/+5
| * | | | platform/x86: alienware-wmi: printing the wrong error codeDan Carpenter2019-05-091-1/+1