summaryrefslogtreecommitdiff
path: root/drivers/thunderbolt
AgeCommit message (Expand)AuthorFilesLines
2024-04-27thunderbolt: Reset only non-USB4 host routers in resumeMika Westerberg1-2/+6
2024-04-27thunderbolt: Do not create DisplayPort tunnels on adapters of the same routerMika Westerberg1-0/+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-04-13thunderbolt: Calculate DisplayPort tunnel bandwidth after DPRX capabilities readGil Fine1-10/+6
2024-03-02Merge tag 'thunderbolt-for-v6.8-rc7' of git://git.kernel.org/pub/scm/linux/ke...Greg Kroah-Hartman1-0/+3
2024-02-16thunderbolt: Fix NULL pointer dereference in tb_port_update_credits()Mika Westerberg1-0/+3
2024-01-29thunderbolt: Fix setting the CNS bit in ROUTER_CS_5Mohammad Rahimi2-2/+2
2024-01-18Merge tag 'usb-6.8-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds10-60/+177
2024-01-02Merge tag 'thunderbolt-for-v6.8-rc1' of git://git.kernel.org/pub/scm/linux/ke...Greg Kroah-Hartman9-59/+176
2023-12-22thunderbolt: Reduce retry timeout to speed up boot for some devicesWerner Sembach1-1/+1
2023-12-22thunderbolt: Keep link as asymmetric if preferred by hardwareGil Fine3-7/+36
2023-12-20thunderbolt: make tb_bus_type constGreg Kroah-Hartman1-1/+1
2023-12-14thunderbolt: Add support for Intel Lunar LakeMika Westerberg2-0/+6
2023-12-14thunderbolt: Disable PCIe extended encapsulation upon teardown properlyGil Fine1-3/+15
2023-12-14thunderbolt: Make PCIe tunnel setup and teardown follow CM guideGil Fine1-3/+10
2023-12-14thunderbolt: Improve logging when DisplayPort resource is added due to hotplugGil Fine1-1/+1
2023-12-14thunderbolt: Use tb_dp_read_cap() to read DP_COMMON_CAP as wellMika Westerberg1-6/+7
2023-12-14thunderbolt: Disable CL states only when actually neededMika Westerberg1-8/+18
2023-12-14thunderbolt: Transition link to asymmetric only when both sides support itGil Fine1-6/+10
2023-12-14thunderbolt: Log XDomain link speed and widthGil Fine1-0/+5
2023-12-14thunderbolt: Move width_name() helper to tb.hGil Fine2-18/+18
2023-12-14thunderbolt: Handle lane bonding of Gen 4 XDomain links properlyGil Fine2-3/+48
2023-12-14thunderbolt: Unwind TMU configuration if tb_switch_set_tmu_mode_params() failsMika Westerberg1-1/+1
2023-12-08thunderbolt: Fix minimum allocated USB 3.x and PCIe bandwidthGil Fine1-5/+5
2023-11-27thunderbolt: Fix memory leak in margining_port_remove()Yaxiong Tian1-1/+1
2023-11-17thunderbolt: Only add device router DP IN to the head of the DP resource listMika Westerberg1-1/+11
2023-11-17thunderbolt: Send uevent after asymmetric/symmetric switchMika Westerberg1-2/+2
2023-11-17thunderbolt: Set lane bonding bit only for downstream portGil Fine1-1/+1
2023-11-14thunderbolt: Remove duplicated re-assignment of pointer 'out'Colin Ian King1-2/+0
2023-11-04Merge tag 'usb-6.7-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds12-387/+1299
2023-10-27Merge tag 'thunderbolt-for-v6.7-rc1' of git://git.kernel.org/pub/scm/linux/ke...Greg Kroah-Hartman12-387/+1299
2023-10-24thunderbolt: Fix one kernel-doc commentYang Li1-1/+1
2023-10-20thunderbolt: Configure asymmetric link if needed and bandwidth allowsGil Fine1-123/+558
2023-10-20thunderbolt: Add support for asymmetric linkGil Fine5-55/+381
2023-10-20thunderbolt: Introduce tb_switch_depth()Mika Westerberg2-2/+11
2023-10-20thunderbolt: Introduce tb_for_each_upstream_port_on_path()Mika Westerberg1-0/+15
2023-10-20thunderbolt: Introduce tb_port_path_direction_downstream()Gil Fine3-10/+25
2023-10-20thunderbolt: Set path power management packet support bit for USB4 v2 routersMika Westerberg4-13/+34
2023-10-20thunderbolt: Change bandwidth reservations to comply USB4 v2Gil Fine3-3/+76
2023-10-20thunderbolt: Make is_gen4_link() available to the rest of the driverGil Fine2-7/+30
2023-10-20thunderbolt: Use weight constants in tb_usb3_consumed_bandwidth()Mika Westerberg1-3/+6
2023-10-20thunderbolt: Use constants for path weight and priorityMika Westerberg1-12/+27
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-13thunderbolt: Add DP IN added last in the head of the list of DP resourcesGil Fine1-1/+1