summaryrefslogtreecommitdiff
path: root/drivers/thunderbolt
AgeCommit message (Expand)Author
2024-03-02Merge tag 'thunderbolt-for-v6.8-rc7' of git://git.kernel.org/pub/scm/linux/ke...Greg Kroah-Hartman
2024-02-16thunderbolt: Fix NULL pointer dereference in tb_port_update_credits()Mika Westerberg
2024-01-29thunderbolt: Fix setting the CNS bit in ROUTER_CS_5Mohammad Rahimi
2024-01-18Merge tag 'usb-6.8-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds
2024-01-02Merge tag 'thunderbolt-for-v6.8-rc1' of git://git.kernel.org/pub/scm/linux/ke...Greg Kroah-Hartman
2023-12-22thunderbolt: Reduce retry timeout to speed up boot for some devicesWerner Sembach
2023-12-22thunderbolt: Keep link as asymmetric if preferred by hardwareGil Fine
2023-12-20thunderbolt: make tb_bus_type constGreg Kroah-Hartman
2023-12-14thunderbolt: Add support for Intel Lunar LakeMika Westerberg
2023-12-14thunderbolt: Disable PCIe extended encapsulation upon teardown properlyGil Fine
2023-12-14thunderbolt: Make PCIe tunnel setup and teardown follow CM guideGil Fine
2023-12-14thunderbolt: Improve logging when DisplayPort resource is added due to hotplugGil Fine
2023-12-14thunderbolt: Use tb_dp_read_cap() to read DP_COMMON_CAP as wellMika Westerberg
2023-12-14thunderbolt: Disable CL states only when actually neededMika Westerberg
2023-12-14thunderbolt: Transition link to asymmetric only when both sides support itGil Fine
2023-12-14thunderbolt: Log XDomain link speed and widthGil Fine
2023-12-14thunderbolt: Move width_name() helper to tb.hGil Fine
2023-12-14thunderbolt: Handle lane bonding of Gen 4 XDomain links properlyGil Fine
2023-12-14thunderbolt: Unwind TMU configuration if tb_switch_set_tmu_mode_params() failsMika Westerberg
2023-12-08thunderbolt: Fix minimum allocated USB 3.x and PCIe bandwidthGil Fine
2023-11-27thunderbolt: Fix memory leak in margining_port_remove()Yaxiong Tian
2023-11-17thunderbolt: Only add device router DP IN to the head of the DP resource listMika Westerberg
2023-11-17thunderbolt: Send uevent after asymmetric/symmetric switchMika Westerberg
2023-11-17thunderbolt: Set lane bonding bit only for downstream portGil Fine
2023-11-14thunderbolt: Remove duplicated re-assignment of pointer 'out'Colin Ian King
2023-11-03Merge tag 'usb-6.7-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds
2023-10-27Merge tag 'thunderbolt-for-v6.7-rc1' of git://git.kernel.org/pub/scm/linux/ke...Greg Kroah-Hartman
2023-10-24thunderbolt: Fix one kernel-doc commentYang Li
2023-10-20thunderbolt: Configure asymmetric link if needed and bandwidth allowsGil Fine
2023-10-20thunderbolt: Add support for asymmetric linkGil Fine
2023-10-20thunderbolt: Introduce tb_switch_depth()Mika Westerberg
2023-10-20thunderbolt: Introduce tb_for_each_upstream_port_on_path()Mika Westerberg
2023-10-20thunderbolt: Introduce tb_port_path_direction_downstream()Gil Fine
2023-10-20thunderbolt: Set path power management packet support bit for USB4 v2 routersMika Westerberg
2023-10-20thunderbolt: Change bandwidth reservations to comply USB4 v2Gil Fine
2023-10-20thunderbolt: Make is_gen4_link() available to the rest of the driverGil Fine
2023-10-20thunderbolt: Use weight constants in tb_usb3_consumed_bandwidth()Mika Westerberg
2023-10-20thunderbolt: Use constants for path weight and priorityMika Westerberg
2023-10-17Merge tag 'thunderbolt-for-v6.6-rc7' of git://git.kernel.org/pub/scm/linux/ke...Greg Kroah-Hartman
2023-10-13thunderbolt: Add DP IN added last in the head of the list of DP resourcesGil Fine
2023-10-13thunderbolt: Create multiple DisplayPort tunnels if there are more DP IN/OUT ...Gil Fine
2023-10-13thunderbolt: Log NVM version of routers and retimersGil Fine
2023-10-13thunderbolt: Use tb_tunnel_xxx() log macros in tb.cMika Westerberg
2023-10-13thunderbolt: Expose tb_tunnel_xxx() log macros to the rest of the driverMika Westerberg
2023-10-13thunderbolt: Use tb_tunnel_dbg() where possible to make logging more consistentMika Westerberg
2023-10-13thunderbolt: Fix typo of HPD bit for Hot Plug DetectGil Fine
2023-10-13thunderbolt: Fix debug log when DisplayPort adapter not available for pairingGil Fine
2023-10-13thunderbolt: Check for unplugged router in tb_switch_clx_disable()Mika Westerberg
2023-10-13thunderbolt: Make tb_switch_clx_is_supported() staticMika Westerberg
2023-10-13thunderbolt: Get rid of usb4_usb3_port_actual_link_rate()Mika Westerberg