summaryrefslogtreecommitdiffstats
path: root/drivers/thunderbolt
AgeCommit message (Expand)AuthorLines
2022-06-03Merge tag 'usb-5.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds-123/+861
2022-05-31Merge tag 'iommu-updates-v5.19' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds-9/+47
2022-05-12thunderbolt: Add KUnit test for devices with no DisplayPort adaptersGil Fine-0/+92
2022-05-12thunderbolt: Fix buffer allocation of devices with no DisplayPort adaptersGil Fine-2/+5
2022-05-05thunderbolt: Add support for XDomain lane bondingMika Westerberg-74/+585
2022-05-05thunderbolt: Ignore port locked error in tb_port_wait_for_link_width()Mika Westerberg-3/+10
2022-05-05thunderbolt: Split setting link width and lane bonding into own functionsMika Westerberg-14/+74
2022-05-05thunderbolt: Move tb_port_state() prototype to correct placeMika Westerberg-1/+1
2022-05-05thunderbolt: Add debug logging when lane is enabled/disabledMika Westerberg-2/+8
2022-04-29thunderbolt: Link USB4 ports to their USB Type-C connectorsHeikki Krogerus-0/+38
2022-04-28thunderbolt: Make iommu_dma_protection more accurateRobin Murphy-9/+47
2022-04-19thunderbolt: Use different lane for second DisplayPort tunnelMika Westerberg-17/+33
2022-04-19thunderbolt: Dump path config space entries during discoveryMika Westerberg-0/+6
2022-04-19thunderbolt: Use decimal number with port numbersMika Westerberg-1/+1
2022-04-19thunderbolt: Fix typo in commentMika Westerberg-1/+1
2022-04-04thunderbolt: test: use NULL macrosRicardo Ribalda-67/+67
2022-04-04thunderbolt: Replace usage of found with dedicated list iterator variableJakob Koschel-8/+7
2022-03-28Merge tag 'char-misc-5.18-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds-4/+2
2022-03-04thunderbolt: Rename EEPROM handling bits to match USB4 specMario Limonciello-17/+17
2022-03-04thunderbolt: Clarify register definitions for `tb_cap_plug_events`Mario Limonciello-7/+11
2022-03-04thunderbolt: Do not make DROM read success compulsoryMario Limonciello-4/+2
2022-03-04thunderbolt: Do not resume routers if UID is not setMario Limonciello-0/+4
2022-03-04thunderbolt: Retry DROM reads for more failure scenariosMario Limonciello-7/+10
2022-02-21thunderbolt: Drop duplicate NULL checks around nvmem_unregister()Andy Shevchenko-4/+2
2022-02-02thunderbolt: Replace acpi_bus_get_device()Rafael J. Wysocki-2/+2
2022-02-02thunderbolt: Add internal xHCI connect flows for Thunderbolt 3 devicesMika Westerberg-1/+206
2022-02-02thunderbolt: Add missing device ID to tb_switch_is_alpine_ridge()Mika Westerberg-0/+1
2022-02-02thunderbolt: Disable LTTPR on Intel Titan RidgeMika Westerberg-0/+11
2022-01-24thunderbolt: Remove useless DMA-32 fallback configurationChristophe JAILLET-2/+1
2021-12-28thunderbolt: Add module parameter for CLx disablingGil Fine-0/+11
2021-12-28thunderbolt: Enable CL0s for Intel Titan RidgeGil Fine-38/+324
2021-12-22thunderbolt: Rename Intel TB_VSE_CAP_IECS capabilityGil Fine-1/+1
2021-12-22thunderbolt: Implement TMU time disruption for Intel Titan RidgeGil Fine-7/+23
2021-12-22thunderbolt: Move usb4_switch_wait_for_bit() to switch.cGil Fine-27/+41
2021-12-22thunderbolt: Add CL0s support for USB4 routersGil Fine-1/+348
2021-12-22thunderbolt: Add TMU uni-directional modeGil Fine-52/+264
2021-12-15thunderbolt: Check return value of kmemdup() in icm_handle_event()Xiaoke Wang-1/+6
2021-12-08thunderbolt: Do not dereference fwnode in struct deviceAndy Shevchenko-1/+1
2021-12-07thunderbolt: Add debug logging of DisplayPort resource allocationMika Westerberg-2/+15
2021-12-07thunderbolt: Do not program path HopIDs for USB4 routersMika Westerberg-1/+6
2021-12-07thunderbolt: Do not allow subtracting more NFC credits than configuredMika Westerberg-0/+3
2021-12-07thunderbolt: Runtime resume USB4 port when retimers are scannedMika Westerberg-10/+18
2021-12-07thunderbolt: Tear down existing tunnels when resuming from hibernateMika Westerberg-47/+104
2021-12-07thunderbolt: Runtime PM activate both ends of the device linkMika Westerberg-0/+13
2021-12-07thunderbolt: xdomain: Avoid potential stack OOB readKees Cook-27/+36
2021-10-25Merge tag 'thunderbolt-for-v5.16-rc1' of git://git.kernel.org/pub/scm/linux/k...Greg Kroah-Hartman-2/+2
2021-10-06thunderbolt: build kunit tests without structleak pluginBrendan Higgins-0/+1
2021-09-28thunderbolt: Fix -Wrestrict warningArnd Bergmann-1/+1
2021-09-27thunderbolt: Enable retry logic for intra-domain control packetsSanjay R Mehta-1/+1
2021-09-06thunderbolt: test: split up test cases in tb_test_credit_alloc_allLinus Torvalds-17/+81