summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'platform-drivers-x86-v4.17-1' of git://git.infradead.org/linux-pla...Linus Torvalds2018-04-1013-212/+529
|\
| * platform/x86: thinkpad_acpi: Add 2nd Fan Support for Thinkpad P50Alexander Kappner2018-04-031-0/+8
| * platform/x86: dell-smbios: Fix memory leaks in build_tokens_sysfs()Dan Carpenter2018-04-021-2/+2
| * intel-hid: support KEY_ROTATE_LOCK_TOGGLEAlex Hung2018-04-021-2/+2
| * intel-hid: clean up and sort header filesAlex Hung2018-04-021-6/+4
| * platform/x86: silead_dmi: Add entry for the Yours Y8W81 tabletHans de Goede2018-04-021-0/+8
| * platform/x86: fujitsu-laptop: Support Lifebook U7x7 hotkeysJan-Marek Glogowski2018-03-231-4/+15
| * platform/x86: mlx-platform: Add physical bus number auto detectionVadim Pasternak2018-03-234-6/+62
| * platform/mellanox: mlxreg-hotplug: Change input for device create routineVadim Pasternak2018-03-231-6/+6
| * platform/x86: mlx-platform: Add deffered bus functionalityVadim Pasternak2018-03-233-0/+19
| * platform/x86: mlx-platform: Use define for the channel numbersVadim Pasternak2018-03-231-1/+4
| * platform/x86: fujitsu-laptop: Revert UNSUPPORTED_CMD back to an intMichał Kępień2018-03-211-1/+1
| * platform/x86: Fix dell driver init orderDarren Hart (VMware)2018-03-143-3/+3
| * platform/x86: dell-smbios: Resolve dependency error on ACPI_WMIDarren Hart2018-03-121-3/+4
| * platform/x86: dell-smbios: Resolve dependency error on DCDBASDarren Hart (VMware)2018-03-081-0/+6
| * platform/x86: Allow for SMBIOS backend defaultsDarren Hart (VMware)2018-03-051-2/+4
| * platform/x86: dell-smbios: Link all dell-smbios-* modules togetherMario Limonciello2018-03-026-33/+66
| * platform/x86: dell-smbios: Rename dell-smbios source to dell-smbios-baseMario Limonciello2018-03-022-0/+1
| * platform/x86: dell-smbios: Correct some style warningsMario Limonciello2018-03-021-3/+5
| * platform/x86: wmi: Fix misuse of vsprintf extension %pULLJoe Perches2018-03-011-3/+3
| * platform/x86: intel-hid: Reset wakeup capable flag on removalRafael J. Wysocki2018-02-281-0/+1
| * platform/x86: intel-vbtn: Reset wakeup capable flag on removalRafael J. Wysocki2018-02-281-0/+1
| * platform/x86: intel-vbtn: Only activate tablet mode switch on 2-in-1'sMario Limonciello2018-02-241-17/+29
| * platform/x86: fujitsu-laptop: Clean up constantsMichał Kępień2018-02-241-32/+34
| * platform/x86: fujitsu-laptop: Define constants for backlight power controlMichał Kępień2018-02-241-3/+11
| * platform/x86: fujitsu-laptop: Do not include linux/slab.hMichał Kępień2018-02-241-1/+0
| * platform/x86: fujitsu-laptop: Clearly distinguish module parametersMichał Kępień2018-02-241-2/+4
| * platform/x86: fujitsu-laptop: Simplify error pathsMichał Kępień2018-02-241-10/+4
| * platform/x86: fujitsu-laptop: Defer input device registrationMichał Kępień2018-02-241-8/+8
| * platform/x86: fujitsu-laptop: Unify local variable namingMichał Kępień2018-02-241-44/+41
| * platform/x86: silead_dmi: Add DMI match for the I.T.Works TW701 tabletHans de Goede2018-02-231-0/+9
| * platform/x86: topstar-laptop: replace licence text with SPDX tagGuillaume Douézan-Grard2018-02-231-4/+1
| * platform/x86: topstar-laptop: update copyright and fix some commentsGuillaume Douézan-Grard2018-02-231-1/+3
| * platform/x86: topstar-laptop: add Topstar U931/RVP7 WLAN LED workaroundGuillaume Douézan-Grard2018-02-232-0/+110
| * platform/x86: topstar-laptop: add platform deviceGuillaume Douézan-Grard2018-02-231-3/+58
| * platform/x86: topstar-laptop: split ACPI events and input handlingGuillaume Douézan-Grard2018-02-231-38/+71
| * platform/x86: topstar-laptop: use consistent naming schemeGuillaume Douézan-Grard2018-02-231-41/+41
| * platform/x86: topstar-laptop: revert "convert to module_acpi_driver()"Guillaume Douézan-Grard2018-02-231-1/+21
| * platform/x86: wmi: Replace list_for_each() by list_for_each_entry()Andy Shevchenko2018-02-231-15/+5
| * platform/x86: wmi: Replace kmalloc + sprintf() with kasprintf()Andy Shevchenko2018-02-191-2/+1
| * platform/x86: intel_turbo_max_3: Remove restriction for HWP platformsSrinivas Pandruvada2018-02-151-3/+0
| * platform/x86: GPD pocket fan: fix spelling mistake: "Mill-celcius" -> "millic...Colin Ian King2018-02-151-2/+2
* | Merge tag 'dmaengine-4.17-rc1' of git://git.infradead.org/users/vkoul/slave-dmaLinus Torvalds2018-04-1024-74/+2871
|\ \
| * \ Merge branch 'topic/stm' into for-linusVinod Koul2018-04-102-50/+243
| |\ \
| | * | dmaengine: stm32-dma: properly mask irq bitsPierre Yves MORDRET2018-04-041-1/+6
| | * | dmaengine: stm32-dma: fix max items per transferPierre Yves MORDRET2018-04-041-8/+11
| | * | dmaengine: stm32-dma: fix DMA IRQ status handlingPierre Yves MORDRET2018-04-041-4/+25
| | * | dmaengine: stm32-dma: Improve memory burst managementPierre Yves MORDRET2018-04-041-29/+175
| | * | dmaengine: stm32-dma: fix typo and reported checkpatch warningsPierre Yves MORDRET2018-04-041-5/+6
| | * | dmaengine: stm32-dma: fix incomplete configuration in cyclic modePierre Yves MORDRET2018-04-041-2/+6
OpenPOWER on IntegriCloud