aboutsummaryrefslogtreecommitdiff
path: root/drivers/thunderbolt
AgeCommit message (Expand)AuthorFilesLines
2022-06-03Merge tag 'usb-5.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Gravatar Linus Torvalds 13-123/+861
2022-05-31Merge tag 'iommu-updates-v5.19' of git://git.kernel.org/pub/scm/linux/kernel/...Gravatar Linus Torvalds 2-9/+47
2022-05-12thunderbolt: Add KUnit test for devices with no DisplayPort adaptersGravatar Gil Fine 1-0/+92
2022-05-12thunderbolt: Fix buffer allocation of devices with no DisplayPort adaptersGravatar Gil Fine 1-2/+5
2022-05-05thunderbolt: Add support for XDomain lane bondingGravatar Mika Westerberg 4-74/+585
2022-05-05thunderbolt: Ignore port locked error in tb_port_wait_for_link_width()Gravatar Mika Westerberg 1-3/+10
2022-05-05thunderbolt: Split setting link width and lane bonding into own functionsGravatar Mika Westerberg 2-14/+74
2022-05-05thunderbolt: Move tb_port_state() prototype to correct placeGravatar Mika Westerberg 1-1/+1
2022-05-05thunderbolt: Add debug logging when lane is enabled/disabledGravatar Mika Westerberg 1-2/+8
2022-04-29thunderbolt: Link USB4 ports to their USB Type-C connectorsGravatar Heikki Krogerus 1-0/+38
2022-04-28thunderbolt: Make iommu_dma_protection more accurateGravatar Robin Murphy 2-9/+47
2022-04-19thunderbolt: Use different lane for second DisplayPort tunnelGravatar Mika Westerberg 4-17/+33
2022-04-19thunderbolt: Dump path config space entries during discoveryGravatar Mika Westerberg 1-0/+6
2022-04-19thunderbolt: Use decimal number with port numbersGravatar Mika Westerberg 1-1/+1
2022-04-19thunderbolt: Fix typo in commentGravatar Mika Westerberg 1-1/+1
2022-04-04thunderbolt: test: use NULL macrosGravatar Ricardo Ribalda 1-67/+67
2022-04-04thunderbolt: Replace usage of found with dedicated list iterator variableGravatar Jakob Koschel 1-8/+7
2022-03-28Merge tag 'char-misc-5.18-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Gravatar Linus Torvalds 1-4/+2
2022-03-04thunderbolt: Rename EEPROM handling bits to match USB4 specGravatar Mario Limonciello 2-17/+17
2022-03-04thunderbolt: Clarify register definitions for `tb_cap_plug_events`Gravatar Mario Limonciello 1-7/+11
2022-03-04thunderbolt: Do not make DROM read success compulsoryGravatar Mario Limonciello 1-4/+2
2022-03-04thunderbolt: Do not resume routers if UID is not setGravatar Mario Limonciello 1-0/+4
2022-03-04thunderbolt: Retry DROM reads for more failure scenariosGravatar Mario Limonciello 1-7/+10
2022-02-21thunderbolt: Drop duplicate NULL checks around nvmem_unregister()Gravatar Andy Shevchenko 1-4/+2
2022-02-02thunderbolt: Replace acpi_bus_get_device()Gravatar Rafael J. Wysocki 1-2/+2
2022-02-02thunderbolt: Add internal xHCI connect flows for Thunderbolt 3 devicesGravatar Mika Westerberg 5-1/+206
2022-02-02thunderbolt: Add missing device ID to tb_switch_is_alpine_ridge()Gravatar Mika Westerberg 1-0/+1
2022-02-02thunderbolt: Disable LTTPR on Intel Titan RidgeGravatar Mika Westerberg 2-0/+11
2022-01-24thunderbolt: Remove useless DMA-32 fallback configurationGravatar Christophe JAILLET 1-2/+1
2021-12-28thunderbolt: Add module parameter for CLx disablingGravatar Gil Fine 1-0/+11
2021-12-28thunderbolt: Enable CL0s for Intel Titan RidgeGravatar Gil Fine 6-38/+324
2021-12-22thunderbolt: Rename Intel TB_VSE_CAP_IECS capabilityGravatar Gil Fine 1-1/+1
2021-12-22thunderbolt: Implement TMU time disruption for Intel Titan RidgeGravatar Gil Fine 4-7/+23
2021-12-22thunderbolt: Move usb4_switch_wait_for_bit() to switch.cGravatar Gil Fine 3-27/+41
2021-12-22thunderbolt: Add CL0s support for USB4 routersGravatar Gil Fine 5-1/+348
2021-12-22thunderbolt: Add TMU uni-directional modeGravatar Gil Fine 4-52/+264
2021-12-15thunderbolt: Check return value of kmemdup() in icm_handle_event()Gravatar Xiaoke Wang 1-1/+6
2021-12-08thunderbolt: Do not dereference fwnode in struct deviceGravatar Andy Shevchenko 1-1/+1
2021-12-07thunderbolt: Add debug logging of DisplayPort resource allocationGravatar Mika Westerberg 1-2/+15
2021-12-07thunderbolt: Do not program path HopIDs for USB4 routersGravatar Mika Westerberg 1-1/+6
2021-12-07thunderbolt: Do not allow subtracting more NFC credits than configuredGravatar Mika Westerberg 1-0/+3
2021-12-07thunderbolt: Runtime resume USB4 port when retimers are scannedGravatar Mika Westerberg 1-10/+18
2021-12-07thunderbolt: Tear down existing tunnels when resuming from hibernateGravatar Mika Westerberg 5-47/+104
2021-12-07thunderbolt: Runtime PM activate both ends of the device linkGravatar Mika Westerberg 1-0/+13
2021-12-07thunderbolt: xdomain: Avoid potential stack OOB readGravatar Kees Cook 2-27/+36
2021-10-25Merge tag 'thunderbolt-for-v5.16-rc1' of git://git.kernel.org/pub/scm/linux/k...Gravatar Greg Kroah-Hartman 2-2/+2
2021-10-06thunderbolt: build kunit tests without structleak pluginGravatar Brendan Higgins 1-0/+1
2021-09-28thunderbolt: Fix -Wrestrict warningGravatar Arnd Bergmann 1-1/+1
2021-09-27thunderbolt: Enable retry logic for intra-domain control packetsGravatar Sanjay R Mehta 1-1/+1
2021-09-06thunderbolt: test: split up test cases in tb_test_credit_alloc_allGravatar Linus Torvalds 1-17/+81