summaryrefslogtreecommitdiff
path: root/drivers/thunderbolt
AgeCommit message (Expand)AuthorFilesLines
2023-06-16thunderbolt: Add test case for 3 DisplayPort tunnelsMika Westerberg1-0/+83
2023-06-16thunderbolt: Add DisplayPort 2.x tunneling supportMika Westerberg2-16/+87
2023-06-16thunderbolt: Make bandwidth allocation mode function names consistentMika Westerberg4-46/+52
2023-06-16thunderbolt: Enable CL2 low power stateMika Westerberg2-15/+25
2023-06-16thunderbolt: Add support for enhanced uni-directional TMU modeMika Westerberg6-173/+614
2023-06-16thunderbolt: Increase NVM_MAX_SIZE to support Intel Barlow Ridge controllerGil Fine1-1/+1
2023-06-16thunderbolt: Move constants related to NVM into nvm.cGil Fine3-9/+10
2023-06-16thunderbolt: Limit Intel Barlow Ridge USB3 bandwidthMika Westerberg2-0/+10
2023-06-16thunderbolt: Add Intel Barlow Ridge PCI IDMika Westerberg2-0/+4
2023-06-16thunderbolt: Fix PCIe adapter capability length for USB4 v2 routersGil Fine1-2/+6
2023-06-16thunderbolt: Fix DisplayPort IN adapter capability length for USB4 v2 routersGil Fine1-5/+8
2023-06-16thunderbolt: Add two additional double words for adapters TMU for USB4 v2 rou...Gil Fine1-2/+6
2023-06-16thunderbolt: Enable USB4 v2 PCIe TLP/DLLP extended encapsulationGil Fine4-3/+70
2023-06-16thunderbolt: Announce USB4 v2 connection manager supportGil Fine2-2/+9
2023-06-16thunderbolt: Reset USB4 v2 host routerMika Westerberg2-8/+50
2023-06-16thunderbolt: Add the new USB4 v2 notification typesMika Westerberg3-4/+48
2023-06-16thunderbolt: Add support for USB4 v2 80 Gb/s linkGil Fine7-86/+250
2023-06-16thunderbolt: Identify USB4 v2 routersGil Fine3-15/+28
2023-06-16thunderbolt: Do not touch lane 1 adapter path config spaceMika Westerberg1-1/+1
2023-06-16thunderbolt: Ignore data CRC mismatch for USB4 routersMika Westerberg1-2/+1
2023-06-12thunderbolt: Enable/disable sideband depending on USB4 port offline modeMika Westerberg2-0/+24
2023-06-12thunderbolt: Do not send UNSET_INBOUND_SBTX when retimer NVM authentication s...Mika Westerberg1-1/+9
2023-06-12thunderbolt: Read retimer NVM authentication status prior tb_retimer_set_inbo...Mika Westerberg1-8/+21
2023-06-09thunderbolt: Disable CL states when a DMA tunnel is establishedMika Westerberg2-6/+58
2023-06-09thunderbolt: Make tb_switch_clx_disable() return CL states that were enabledMika Westerberg2-13/+30
2023-06-09thunderbolt: Initialize CL states from the hardwareMika Westerberg3-27/+78
2023-06-09thunderbolt: Prefix CL state related log messages with "CLx: "Mika Westerberg1-4/+4
2023-06-09thunderbolt: Prefix TMU post time log message with "TMU: "Mika Westerberg1-1/+1
2023-06-09thunderbolt: Do not call CLx functions from TMU codeMika Westerberg1-23/+0
2023-06-09thunderbolt: Check for first depth router in tb.cMika Westerberg2-16/+16
2023-06-09thunderbolt: Switch CL states from enum to a bitmaskMika Westerberg4-119/+113
2023-06-09thunderbolt: Move CLx enabling into tb_enable_clx()Mika Westerberg1-17/+17
2023-06-09thunderbolt: Get rid of __tb_switch_[en|dis]able_clx()Mika Westerberg1-49/+42
2023-06-09thunderbolt: Move CLx support functions into clx.cMika Westerberg7-378/+381
2023-06-09thunderbolt: Check valid TMU configuration in tb_switch_tmu_configure()Mika Westerberg3-10/+14
2023-06-09thunderbolt: Move tb_enable_tmu() close to other TMU functionsMika Westerberg1-29/+29
2023-06-09thunderbolt: Move TMU configuration to tb_enable_tmu()Mika Westerberg1-20/+10
2023-06-09thunderbolt: Get rid of tb_switch_enable_tmu_1st_child()Mika Westerberg3-40/+34
2023-06-09thunderbolt: Rework Titan Ridge TMU objection disable functionMika Westerberg1-14/+10
2023-06-09thunderbolt: Drop useless 'unidirectional' parameter from tb_switch_tmu_is_en...Mika Westerberg3-14/+9
2023-06-09thunderbolt: Fix a couple of style issues in TMU codeMika Westerberg1-12/+11
2023-06-09thunderbolt: Introduce tb_xdomain_downstream_port()Mika Westerberg2-9/+18
2023-06-09thunderbolt: Introduce tb_switch_downstream_port()Gil Fine7-55/+53
2023-06-09Merge branch 'thunderbolt/fixes' into thunderbolt/nextMika Westerberg4-13/+25
2023-05-31thunderbolt: Mask ring interrupt on Intel hardware as wellMika Westerberg1-3/+8
2023-05-30thunderbolt: Log DisplayPort adapter rate and lanes on discoveryMika Westerberg1-0/+43
2023-05-29thunderbolt: Do not touch CL state configuration during discoveryMika Westerberg1-5/+12
2023-05-29thunderbolt: Increase DisplayPort Connection Manager handshake timeoutMika Westerberg1-1/+1
2023-05-24thunderbolt: Drop retimer vendor checkMika Westerberg1-6/+0
2023-05-24thunderbolt: dma_test: Update MODULE_DESCRIPTIONMika Westerberg1-1/+1