aboutsummaryrefslogtreecommitdiff
path: root/drivers/thunderbolt/tb.c
AgeCommit message (Expand)AuthorFilesLines
2023-11-17thunderbolt: Only add device router DP IN to the head of the DP resource listGravatar Mika Westerberg 1-1/+11
2023-11-03Merge tag 'usb-6.7-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Gravatar Linus Torvalds 1-156/+618
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 1-4/+7
2023-10-20thunderbolt: Introduce tb_switch_depth()Gravatar Mika Westerberg 1-2/+2
2023-10-20thunderbolt: Introduce tb_port_path_direction_downstream()Gravatar Gil Fine 1-3/+3
2023-10-20thunderbolt: Change bandwidth reservations to comply USB4 v2Gravatar Gil Fine 1-0/+11
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: Use tb_tunnel_xxx() log macros in tb.cGravatar Mika Westerberg 1-22/+28
2023-10-13thunderbolt: Fix debug log when DisplayPort adapter not available for pairingGravatar Gil Fine 1-4/+3
2023-10-05thunderbolt: Call tb_switch_put() once DisplayPort bandwidth request is finishedGravatar Gil Fine 1-4/+6
2023-08-22Merge tag 'thunderbolt-for-v6.6-rc1' of git://git.kernel.org/pub/scm/linux/ke...Gravatar Greg Kroah-Hartman 1-7/+17
2023-08-08thunderbolt: Log a warning if device links are not foundGravatar Mika Westerberg 1-7/+17
2023-08-04thunderbolt: Fix memory leak in tb_handle_dp_bandwidth_request()Gravatar Mika Westerberg 1-0/+2
2023-06-16thunderbolt: Make bandwidth allocation mode function names consistentGravatar Mika Westerberg 1-5/+5
2023-06-16thunderbolt: Enable CL2 low power stateGravatar Mika Westerberg 1-3/+6
2023-06-16thunderbolt: Add support for enhanced uni-directional TMU modeGravatar Mika Westerberg 1-14/+44
2023-06-16thunderbolt: Add the new USB4 v2 notification typesGravatar Mika Westerberg 1-4/+13
2023-06-16thunderbolt: Add support for USB4 v2 80 Gb/s linkGravatar Gil Fine 1-5/+33
2023-06-09thunderbolt: Disable CL states when a DMA tunnel is establishedGravatar Mika Westerberg 1-5/+57
2023-06-09thunderbolt: Check for first depth router in tb.cGravatar Mika Westerberg 1-0/+10
2023-06-09thunderbolt: Switch CL states from enum to a bitmaskGravatar Mika Westerberg 1-1/+1
2023-06-09thunderbolt: Move CLx enabling into tb_enable_clx()Gravatar Mika Westerberg 1-17/+17
2023-06-09thunderbolt: Move CLx support functions into clx.cGravatar Mika Westerberg 1-4/+4
2023-06-09thunderbolt: Check valid TMU configuration in tb_switch_tmu_configure()Gravatar Mika Westerberg 1-2/+4
2023-06-09thunderbolt: Move tb_enable_tmu() close to other TMU functionsGravatar Mika Westerberg 1-29/+29
2023-06-09thunderbolt: Move TMU configuration to tb_enable_tmu()Gravatar Mika Westerberg 1-20/+10
2023-06-09thunderbolt: Get rid of tb_switch_enable_tmu_1st_child()Gravatar Mika Westerberg 1-9/+34
2023-06-09thunderbolt: Drop useless 'unidirectional' parameter from tb_switch_tmu_is_en...Gravatar Mika Westerberg 1-1/+1
2023-06-09thunderbolt: Introduce tb_switch_downstream_port()Gravatar Gil Fine 1-5/+3
2023-05-29thunderbolt: Do not touch CL state configuration during discoveryGravatar Mika Westerberg 1-5/+12
2023-02-08Merge tag 'thunderbolt-for-v6.3-rc1' of git://git.kernel.org/pub/scm/linux/ke...Gravatar Greg Kroah-Hartman 1-18/+490
2023-01-27thunderbolt: Handle bandwidth allocation mode enablement notificationGravatar Mika Westerberg 1-3/+7
2023-01-17thunderbolt: Add support for DisplayPort bandwidth allocation modeGravatar Mika Westerberg 1-14/+479
2023-01-17thunderbolt: Improve debug logging in tb_available_bandwidth()Gravatar Mika Westerberg 1-2/+5
2023-01-17thunderbolt: Log DP adapter typeGravatar Mika Westerberg 1-2/+2
2023-01-09thunderbolt: Do not call PM runtime functions in tb_retimer_scan()Gravatar Mika Westerberg 1-5/+15
2022-10-07Merge tag 'usb-6.1-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Gravatar Linus Torvalds 1-1/+32
2022-09-07thunderbolt: Allow NVM upgrade of USB4 host routersGravatar Szuying Chen 1-1/+4
2022-08-31thunderbolt: Show link type for XDomain connections tooGravatar Mika Westerberg 1-4/+4
2022-08-15thunderbolt: Add DP OUT resource when DP tunnel is discoveredGravatar Sanjay R Mehta 1-0/+28
2022-06-06thunderbolt: Change TMU mode to HiFi uni-directional once DisplayPort tunneledGravatar Gil Fine 1-0/+13
2022-06-06thunderbolt: Add CL1 support for USB4 and Titan Ridge routersGravatar Gil Fine 1-15/+40
2022-06-06thunderbolt: Silently ignore CLx enabling in case CLx is not supportedGravatar Gil Fine 1-2/+8
2022-05-05thunderbolt: Add support for XDomain lane bondingGravatar Mika Westerberg 1-6/+0
2022-04-19thunderbolt: Use different lane for second DisplayPort tunnelGravatar Mika Westerberg 1-2/+17
2022-02-02thunderbolt: Add internal xHCI connect flows for Thunderbolt 3 devicesGravatar Mika Westerberg 1-0/+11
2021-12-28thunderbolt: Enable CL0s for Intel Titan RidgeGravatar Gil Fine 1-0/+7