summaryrefslogtreecommitdiff
path: root/drivers/thunderbolt
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'usb-5.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds2022-06-0313-123/+861
|\
| * thunderbolt: Add KUnit test for devices with no DisplayPort adaptersGil Fine2022-05-121-0/+92
| * thunderbolt: Fix buffer allocation of devices with no DisplayPort adaptersGil Fine2022-05-121-2/+5
| * thunderbolt: Add support for XDomain lane bondingMika Westerberg2022-05-054-74/+585
| * thunderbolt: Ignore port locked error in tb_port_wait_for_link_width()Mika Westerberg2022-05-051-3/+10
| * thunderbolt: Split setting link width and lane bonding into own functionsMika Westerberg2022-05-052-14/+74
| * thunderbolt: Move tb_port_state() prototype to correct placeMika Westerberg2022-05-051-1/+1
| * thunderbolt: Add debug logging when lane is enabled/disabledMika Westerberg2022-05-051-2/+8
| * thunderbolt: Link USB4 ports to their USB Type-C connectorsHeikki Krogerus2022-04-291-0/+38
| * thunderbolt: Use different lane for second DisplayPort tunnelMika Westerberg2022-04-194-17/+33
| * thunderbolt: Dump path config space entries during discoveryMika Westerberg2022-04-191-0/+6
| * thunderbolt: Use decimal number with port numbersMika Westerberg2022-04-191-1/+1
| * thunderbolt: Fix typo in commentMika Westerberg2022-04-191-1/+1
| * thunderbolt: Replace usage of found with dedicated list iterator variableJakob Koschel2022-04-041-8/+7
* | Merge tag 'iommu-updates-v5.19' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2022-05-312-9/+47
|\ \
| * | thunderbolt: Make iommu_dma_protection more accurateRobin Murphy2022-04-282-9/+47
| |/
* | thunderbolt: test: use NULL macrosRicardo Ribalda2022-04-041-67/+67
|/
* Merge tag 'char-misc-5.18-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2022-03-281-4/+2
|\
| * thunderbolt: Drop duplicate NULL checks around nvmem_unregister()Andy Shevchenko2022-02-211-4/+2
* | thunderbolt: Rename EEPROM handling bits to match USB4 specMario Limonciello2022-03-042-17/+17
* | thunderbolt: Clarify register definitions for `tb_cap_plug_events`Mario Limonciello2022-03-041-7/+11
* | thunderbolt: Do not make DROM read success compulsoryMario Limonciello2022-03-041-4/+2
* | thunderbolt: Do not resume routers if UID is not setMario Limonciello2022-03-041-0/+4
* | thunderbolt: Retry DROM reads for more failure scenariosMario Limonciello2022-03-041-7/+10
* | thunderbolt: Replace acpi_bus_get_device()Rafael J. Wysocki2022-02-021-2/+2
* | thunderbolt: Add internal xHCI connect flows for Thunderbolt 3 devicesMika Westerberg2022-02-025-1/+206
* | thunderbolt: Add missing device ID to tb_switch_is_alpine_ridge()Mika Westerberg2022-02-021-0/+1
* | thunderbolt: Disable LTTPR on Intel Titan RidgeMika Westerberg2022-02-022-0/+11
* | thunderbolt: Remove useless DMA-32 fallback configurationChristophe JAILLET2022-01-241-2/+1
|/
* thunderbolt: Add module parameter for CLx disablingGil Fine2021-12-281-0/+11
* thunderbolt: Enable CL0s for Intel Titan RidgeGil Fine2021-12-286-38/+324
* thunderbolt: Rename Intel TB_VSE_CAP_IECS capabilityGil Fine2021-12-221-1/+1
* thunderbolt: Implement TMU time disruption for Intel Titan RidgeGil Fine2021-12-224-7/+23
* thunderbolt: Move usb4_switch_wait_for_bit() to switch.cGil Fine2021-12-223-27/+41
* thunderbolt: Add CL0s support for USB4 routersGil Fine2021-12-225-1/+348
* thunderbolt: Add TMU uni-directional modeGil Fine2021-12-224-52/+264
* thunderbolt: Check return value of kmemdup() in icm_handle_event()Xiaoke Wang2021-12-151-1/+6
* thunderbolt: Do not dereference fwnode in struct deviceAndy Shevchenko2021-12-081-1/+1
* thunderbolt: Add debug logging of DisplayPort resource allocationMika Westerberg2021-12-071-2/+15
* thunderbolt: Do not program path HopIDs for USB4 routersMika Westerberg2021-12-071-1/+6
* thunderbolt: Do not allow subtracting more NFC credits than configuredMika Westerberg2021-12-071-0/+3
* thunderbolt: Runtime resume USB4 port when retimers are scannedMika Westerberg2021-12-071-10/+18
* thunderbolt: Tear down existing tunnels when resuming from hibernateMika Westerberg2021-12-075-47/+104
* thunderbolt: Runtime PM activate both ends of the device linkMika Westerberg2021-12-071-0/+13
* thunderbolt: xdomain: Avoid potential stack OOB readKees Cook2021-12-072-27/+36
* Merge tag 'thunderbolt-for-v5.16-rc1' of git://git.kernel.org/pub/scm/linux/k...Greg Kroah-Hartman2021-10-252-2/+2
|\
| * thunderbolt: Fix -Wrestrict warningArnd Bergmann2021-09-281-1/+1
| * thunderbolt: Enable retry logic for intra-domain control packetsSanjay R Mehta2021-09-271-1/+1
* | thunderbolt: build kunit tests without structleak pluginBrendan Higgins2021-10-061-0/+1
|/
* thunderbolt: test: split up test cases in tb_test_credit_alloc_allLinus Torvalds2021-09-061-17/+81