aboutsummaryrefslogtreecommitdiff
path: root/drivers/thunderbolt
AgeCommit message (Expand)AuthorFilesLines
2023-12-08thunderbolt: Fix minimum allocated USB 3.x and PCIe bandwidthGravatar Gil Fine 1-5/+5
2023-11-27thunderbolt: Fix memory leak in margining_port_remove()Gravatar Yaxiong Tian 1-1/+1
2023-11-17thunderbolt: Only add device router DP IN to the head of the DP resource listGravatar Mika Westerberg 1-1/+11
2023-11-17thunderbolt: Send uevent after asymmetric/symmetric switchGravatar Mika Westerberg 1-2/+2
2023-11-17thunderbolt: Set lane bonding bit only for downstream portGravatar Gil Fine 1-1/+1
2023-11-03Merge tag 'usb-6.7-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Gravatar Linus Torvalds 12-387/+1299
2023-10-27Merge tag 'thunderbolt-for-v6.7-rc1' of git://git.kernel.org/pub/scm/linux/ke...Gravatar Greg Kroah-Hartman 12-387/+1299
2023-10-24thunderbolt: Fix one kernel-doc commentGravatar Yang Li 1-1/+1
2023-10-20thunderbolt: Configure asymmetric link if needed and bandwidth allowsGravatar Gil Fine 1-123/+558
2023-10-20thunderbolt: Add support for asymmetric linkGravatar Gil Fine 5-55/+381
2023-10-20thunderbolt: Introduce tb_switch_depth()Gravatar Mika Westerberg 2-2/+11
2023-10-20thunderbolt: Introduce tb_for_each_upstream_port_on_path()Gravatar Mika Westerberg 1-0/+15
2023-10-20thunderbolt: Introduce tb_port_path_direction_downstream()Gravatar Gil Fine 3-10/+25
2023-10-20thunderbolt: Set path power management packet support bit for USB4 v2 routersGravatar Mika Westerberg 4-13/+34
2023-10-20thunderbolt: Change bandwidth reservations to comply USB4 v2Gravatar Gil Fine 3-3/+76
2023-10-20thunderbolt: Make is_gen4_link() available to the rest of the driverGravatar Gil Fine 2-7/+30
2023-10-20thunderbolt: Use weight constants in tb_usb3_consumed_bandwidth()Gravatar Mika Westerberg 1-3/+6
2023-10-20thunderbolt: Use constants for path weight and priorityGravatar Mika Westerberg 1-12/+27
2023-10-17Merge tag 'thunderbolt-for-v6.6-rc7' of git://git.kernel.org/pub/scm/linux/ke...Gravatar Greg Kroah-Hartman 1-4/+6
2023-10-13thunderbolt: Add DP IN added last in the head of the list of DP resourcesGravatar Gil Fine 1-1/+1
2023-10-13thunderbolt: Create multiple DisplayPort tunnels if there are more DP IN/OUT ...Gravatar Gil Fine 1-9/+17
2023-10-13thunderbolt: Log NVM version of routers and retimersGravatar Gil Fine 2-0/+2
2023-10-13thunderbolt: Use tb_tunnel_xxx() log macros in tb.cGravatar Mika Westerberg 1-22/+28
2023-10-13thunderbolt: Expose tb_tunnel_xxx() log macros to the rest of the driverGravatar Mika Westerberg 2-22/+28
2023-10-13thunderbolt: Use tb_tunnel_dbg() where possible to make logging more consistentGravatar Mika Westerberg 1-35/+30
2023-10-13thunderbolt: Fix typo of HPD bit for Hot Plug DetectGravatar Gil Fine 2-6/+6
2023-10-13thunderbolt: Fix debug log when DisplayPort adapter not available for pairingGravatar Gil Fine 1-4/+3
2023-10-13thunderbolt: Check for unplugged router in tb_switch_clx_disable()Gravatar Mika Westerberg 1-0/+3
2023-10-13thunderbolt: Make tb_switch_clx_is_supported() staticGravatar Mika Westerberg 2-23/+22
2023-10-13thunderbolt: Get rid of usb4_usb3_port_actual_link_rate()Gravatar Mika Westerberg 4-42/+2
2023-10-13thunderbolt: dma_test: Use enum tb_link_widthGravatar Mika Westerberg 1-9/+5
2023-10-05thunderbolt: Call tb_switch_put() once DisplayPort bandwidth request is finishedGravatar Gil Fine 1-4/+6
2023-09-15thunderbolt: Apply USB 3.x bandwidth quirk only in software connection managerGravatar Mika Westerberg 1-0/+3
2023-09-15thunderbolt: Restart XDomain discovery handshake after failureGravatar Mika Westerberg 1-17/+41
2023-09-15thunderbolt: Correct TMU mode initialization from hardwareGravatar Mika Westerberg 1-1/+1
2023-09-15thunderbolt: Check that lane 1 is in CL0 before enabling lane bondingGravatar Mika Westerberg 1-0/+7
2023-09-15thunderbolt: Workaround an IOMMU fault on certain systems with Intel Maple RidgeGravatar Mika Westerberg 1-20/+20
2023-08-22Merge tag 'thunderbolt-for-v6.6-rc1' of git://git.kernel.org/pub/scm/linux/ke...Gravatar Greg Kroah-Hartman 5-52/+71
2023-08-08thunderbolt: Check Intel vendor ID in tb_switch_get_generation()Gravatar Mika Westerberg 1-37/+38
2023-08-08thunderbolt: Log a warning if device links are not foundGravatar Mika Westerberg 3-14/+32
2023-08-04thunderbolt: Fix memory leak in tb_handle_dp_bandwidth_request()Gravatar Mika Westerberg 1-0/+2
2023-08-03thunderbolt: Fix Thunderbolt 3 display flickering issue on 2nd hot plug onwardsGravatar Sanjay R Mehta 1-1/+3
2023-07-31thunderbolt: Set variable tmu_params storage class specifier to staticGravatar Tom Rix 1-1/+1
2023-06-16thunderbolt: Add test case for 3 DisplayPort tunnelsGravatar Mika Westerberg 1-0/+83
2023-06-16thunderbolt: Add DisplayPort 2.x tunneling supportGravatar Mika Westerberg 2-16/+87
2023-06-16thunderbolt: Make bandwidth allocation mode function names consistentGravatar Mika Westerberg 4-46/+52
2023-06-16thunderbolt: Enable CL2 low power stateGravatar Mika Westerberg 2-15/+25
2023-06-16thunderbolt: Add support for enhanced uni-directional TMU modeGravatar Mika Westerberg 6-173/+614
2023-06-16thunderbolt: Increase NVM_MAX_SIZE to support Intel Barlow Ridge controllerGravatar Gil Fine 1-1/+1
2023-06-16thunderbolt: Move constants related to NVM into nvm.cGravatar Gil Fine 3-9/+10