summaryrefslogtreecommitdiff
path: root/drivers/thunderbolt
AgeCommit message (Expand)AuthorFilesLines
2024-11-08thunderbolt: Honor TMU requirements in the domain when setting TMU modeGil Fine1-6/+42
2024-10-04thunderbolt: Fix NULL pointer dereference in tb_port_update_credits()Mika Westerberg1-0/+3
2024-10-04thunderbolt: Fix minimum allocated USB 3.x and PCIe bandwidthGil Fine1-5/+5
2024-10-04thunderbolt: Send uevent after asymmetric/symmetric switchMika Westerberg1-2/+2
2024-10-04thunderbolt: Improve DisplayPort tunnel setup process to be more robustGil Fine1-41/+43
2024-10-04thunderbolt: Configure asymmetric link if needed and bandwidth allowsGil Fine1-123/+558
2024-10-04thunderbolt: Add support for asymmetric linkGil Fine5-55/+381
2024-10-04thunderbolt: Introduce tb_switch_depth()Mika Westerberg2-2/+11
2024-10-04thunderbolt: Introduce tb_for_each_upstream_port_on_path()Mika Westerberg1-0/+15
2024-10-04thunderbolt: Introduce tb_port_path_direction_downstream()Gil Fine3-10/+25
2024-10-04thunderbolt: Change bandwidth reservations to comply USB4 v2Gil Fine3-3/+76
2024-10-04thunderbolt: Make is_gen4_link() available to the rest of the driverGil Fine2-7/+30
2024-10-04thunderbolt: Use weight constants in tb_usb3_consumed_bandwidth()Mika Westerberg1-3/+6
2024-10-04thunderbolt: Use constants for path weight and priorityMika Westerberg1-12/+27
2024-10-04thunderbolt: Create multiple DisplayPort tunnels if there are more DP IN/OUT ...Gil Fine1-9/+17
2024-10-04thunderbolt: Expose tb_tunnel_xxx() log macros to the rest of the driverMika Westerberg2-22/+28
2024-10-04thunderbolt: Use tb_tunnel_dbg() where possible to make logging more consistentMika Westerberg1-35/+30
2024-10-04thunderbolt: Fix debug log when DisplayPort adapter not available for pairingGil Fine1-4/+3
2024-08-29thunderbolt: Mark XDomain as unplugged when router is removedMika Westerberg1-0/+1
2024-06-21thunderbolt: debugfs: Fix margin debugfs node creation conditionAapo Vienamo1-2/+3
2024-04-27thunderbolt: Reset only non-USB4 host routers in resumeMika Westerberg1-2/+6
2024-04-27thunderbolt: Fix wake configurations after device unplugGil Fine1-7/+14
2024-04-27thunderbolt: Avoid notify PM core about runtime PM resumeGil Fine4-11/+36
2024-04-27thunderbolt: Reset topology created by the boot firmwareSanath S5-18/+38
2024-04-27thunderbolt: Make tb_switch_reset() support Thunderbolt 2, 3 and USB4 routersSanath S2-14/+111
2024-04-27thunderbolt: Introduce tb_path_deactivate_hop()Sanath S2-0/+14
2024-04-27thunderbolt: Introduce tb_port_reset()Sanath S5-0/+97
2024-04-13thunderbolt: Keep the domain powered when USB4 port is in redrive modeMika Westerberg3-1/+66
2024-02-23thunderbolt: Fix setting the CNS bit in ROUTER_CS_5Mohammad Rahimi2-2/+2
2024-01-01thunderbolt: Fix memory leak in margining_port_remove()Yaxiong Tian1-1/+1
2023-12-03thunderbolt: Set lane bonding bit only for downstream portGil Fine1-1/+1
2023-11-28thunderbolt: Apply USB 3.x bandwidth quirk only in software connection managerMika Westerberg1-0/+3
2023-10-17Merge tag 'thunderbolt-for-v6.6-rc7' of git://git.kernel.org/pub/scm/linux/ke...Greg Kroah-Hartman1-4/+6
2023-10-05thunderbolt: Call tb_switch_put() once DisplayPort bandwidth request is finishedGil Fine1-4/+6
2023-09-15thunderbolt: Restart XDomain discovery handshake after failureMika Westerberg1-17/+41
2023-09-15thunderbolt: Correct TMU mode initialization from hardwareMika Westerberg1-1/+1
2023-09-15thunderbolt: Check that lane 1 is in CL0 before enabling lane bondingMika Westerberg1-0/+7
2023-09-15thunderbolt: Workaround an IOMMU fault on certain systems with Intel Maple RidgeMika Westerberg1-20/+20
2023-08-22Merge tag 'thunderbolt-for-v6.6-rc1' of git://git.kernel.org/pub/scm/linux/ke...Greg Kroah-Hartman5-52/+71
2023-08-08thunderbolt: Check Intel vendor ID in tb_switch_get_generation()Mika Westerberg1-37/+38
2023-08-08thunderbolt: Log a warning if device links are not foundMika Westerberg3-14/+32
2023-08-04thunderbolt: Fix memory leak in tb_handle_dp_bandwidth_request()Mika Westerberg1-0/+2
2023-08-03thunderbolt: Fix Thunderbolt 3 display flickering issue on 2nd hot plug onwardsSanjay R Mehta1-1/+3
2023-07-31thunderbolt: Set variable tmu_params storage class specifier to staticTom Rix1-1/+1
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