summaryrefslogtreecommitdiff
path: root/drivers/thunderbolt/tb.c
AgeCommit message (Expand)Author
2024-10-21thunderbolt: Honor TMU requirements in the domain when setting TMU modeGil Fine
2024-05-10Merge tag 'thunderbolt-for-v6.10-rc1' of git://git.kernel.org/pub/scm/linux/k...Greg Kroah-Hartman
2024-04-12thunderbolt: Fix calculation of consumed USB3 bandwidth on a pathGil Fine
2024-04-10thunderbolt: Avoid notify PM core about runtime PM resumeGil Fine
2024-04-02thunderbolt: Do not create DisplayPort tunnels on adapters of the same routerMika Westerberg
2024-02-26thunderbolt: Keep the domain powered when USB4 port is in redrive modeMika Westerberg
2024-02-16thunderbolt: Improve DisplayPort tunnel setup process to be more robustGil Fine
2024-02-16thunderbolt: Reserve released DisplayPort bandwidth for a group for 10 secondsMika Westerberg
2024-02-16thunderbolt: Introduce tb_tunnel_direction_downstream()Mika Westerberg
2024-02-16thunderbolt: Re-order bandwidth group functionsMika Westerberg
2024-02-16thunderbolt: Fail the failed bandwidth request properlyMika Westerberg
2024-02-16thunderbolt: Handle bandwidth allocation mode disable requestMika Westerberg
2024-02-16thunderbolt: Re-calculate estimated bandwidth when allocation mode is enabledMika Westerberg
2024-02-13thunderbolt: Skip discovery also in USB4 v2 hostMika Westerberg
2024-02-13thunderbolt: Reset only non-USB4 host routers in resumeMika Westerberg
2024-01-22thunderbolt: Reset topology created by the boot firmwareSanath S
2024-01-02Merge tag 'thunderbolt-for-v6.8-rc1' of git://git.kernel.org/pub/scm/linux/ke...Greg Kroah-Hartman
2023-12-22thunderbolt: Keep link as asymmetric if preferred by hardwareGil Fine
2023-12-14thunderbolt: Improve logging when DisplayPort resource is added due to hotplugGil Fine
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: Handle lane bonding of Gen 4 XDomain links properlyGil Fine
2023-11-17thunderbolt: Only add device router DP IN to the head of the DP resource listMika Westerberg
2023-11-03Merge tag 'usb-6.7-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds
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_port_path_direction_downstream()Gil Fine
2023-10-20thunderbolt: Change bandwidth reservations to comply USB4 v2Gil Fine
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: Use tb_tunnel_xxx() log macros in tb.cMika Westerberg
2023-10-13thunderbolt: Fix debug log when DisplayPort adapter not available for pairingGil Fine
2023-10-05thunderbolt: Call tb_switch_put() once DisplayPort bandwidth request is finishedGil Fine
2023-08-22Merge tag 'thunderbolt-for-v6.6-rc1' of git://git.kernel.org/pub/scm/linux/ke...Greg Kroah-Hartman
2023-08-08thunderbolt: Log a warning if device links are not foundMika Westerberg
2023-08-04thunderbolt: Fix memory leak in tb_handle_dp_bandwidth_request()Mika Westerberg
2023-06-16thunderbolt: Make bandwidth allocation mode function names consistentMika Westerberg
2023-06-16thunderbolt: Enable CL2 low power stateMika Westerberg
2023-06-16thunderbolt: Add support for enhanced uni-directional TMU modeMika Westerberg
2023-06-16thunderbolt: Add the new USB4 v2 notification typesMika Westerberg
2023-06-16thunderbolt: Add support for USB4 v2 80 Gb/s linkGil Fine
2023-06-09thunderbolt: Disable CL states when a DMA tunnel is establishedMika Westerberg
2023-06-09thunderbolt: Check for first depth router in tb.cMika Westerberg
2023-06-09thunderbolt: Switch CL states from enum to a bitmaskMika Westerberg
2023-06-09thunderbolt: Move CLx enabling into tb_enable_clx()Mika Westerberg
2023-06-09thunderbolt: Move CLx support functions into clx.cMika Westerberg
2023-06-09thunderbolt: Check valid TMU configuration in tb_switch_tmu_configure()Mika Westerberg
2023-06-09thunderbolt: Move tb_enable_tmu() close to other TMU functionsMika Westerberg