summaryrefslogtreecommitdiffstats
path: root/drivers/platform
Commit message (Expand)AuthorAgeFilesLines
* 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
| * | | | platform/x86: intel_pmc_core: Allow to dump debug registers on S0ix failureRajat Jain2019-05-062-0/+112
| * | | | platform/x86: intel_pmc_core: Convert to a platform_driverRajat Jain2019-05-061-8/+57
| * | | | platform/x86: mlx-platform: Add mlx-wdt platform driver activationVadim Pasternak2019-05-061-2/+219
| * | | | platform/x86: mlx-platform: Add support for tachometer speed registerVadim Pasternak2019-05-061-0/+7
| * | | | platform/mellanox: Add TmFifo driver for Mellanox BlueField SocLiming Sun2019-05-064-1/+1356
| * | | | platform/x86: thinkpad_acpi: fix spelling mistake "capabilites" -> "capabilit...Colin Ian King2019-05-061-1/+1
| * | | | platform/x86: intel_punit_ipc: Revert "Fix resource ioremap warning"Andy Shevchenko2019-05-061-4/+4
| * | | | platform/x86: intel_pmc_ipc: Don't map non-used optional resourcesAndy Shevchenko2019-05-061-13/+11
| * | | | platform/x86: intel_pmc_ipc: Apply same width for offset definitionsAndy Shevchenko2019-05-061-3/+3
| * | | | platform/x86: intel_pmc_ipc: Use BIT() macroAndy Shevchenko2019-05-061-5/+5
| * | | | platform/x86: alienware-wmi: fix kfree on potentially uninitialized pointerColin Ian King2019-04-161-9/+8
| * | | | platform/x86: dell-laptop: fix rfkill functionalityMario Limonciello2019-04-161-3/+3
| * | | | platform/x86: intel_pmc_core: Mark local function staticGuenter Roeck2019-04-081-1/+1
| * | | | platform/x86: intel_pmc_ipc: adding error handlingJunxiao Chang2019-04-081-1/+5
| * | | | platform/x86: thinkpad_acpi: Read EC information on newer modelsJiaxun Yang2019-04-081-13/+49
| * | | | platform/x86: thinkpad_acpi: Disable Bluetooth for some machinesJiaxun Yang2019-04-081-2/+70
| * | | | platform/x86: touchscreen_dmi: Add info for Myria MY8307 2-in-1Gabriel Lazar2019-04-081-0/+25
| * | | | platform/x86: dell-rbtn: Add missing #includeValdis Kl ē tnieks2019-04-081-0/+2
| | |/ / | |/| |
* | | | *: convert stream-like files from nonseekable_open -> stream_openKirill Smelkov2019-05-061-1/+1
| |_|/ |/| |
* | | Merge tag 'clk-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2019-04-131-0/+21
|\ \ \ | |_|/ |/| |
| * | platform/x86: pmc_atom: Drop __initconst on dmi tableStephen Boyd2019-04-111-1/+1
| * | clk: x86: Add system specific quirk to mark clocks as criticalDavid Müller2019-04-101-0/+21
| |/
* | Merge tag 'tag-chrome-platform-fixes-for-v5.1-rc2' of git://git.kernel.org/pu...Linus Torvalds2019-03-192-4/+8
|\ \ | |/ |/|
| * platform/chrome: cros_ec_debugfs: cancel/schedule logging work only if supportedGuenter Roeck2019-03-191-3/+7
| * platform/chrome: Fix locking pattern in wilco_ec_mailbox()Nick Crews2019-03-181-1/+1