summaryrefslogtreecommitdiffstats
path: root/drivers/thunderbolt/path.c
AgeCommit message (Expand)AuthorLines
2024-01-22thunderbolt: Introduce tb_path_deactivate_hop()Sanath S-0/+13
2023-10-20thunderbolt: Set path power management packet support bit for USB4 v2 routersMika Westerberg-3/+4
2022-04-19thunderbolt: Dump path config space entries during discoveryMika Westerberg-0/+6
2021-12-07thunderbolt: Tear down existing tunnels when resuming from hibernateMika Westerberg-17/+25
2021-06-01thunderbolt: Move nfc_credits field to struct tb_path_hopMika Westerberg-2/+2
2021-02-04thunderbolt: path: Fix kernel-doc descriptions of non-static functionsMika Westerberg-0/+2
2020-11-30thunderbolt: Log adapter numbers in decimal in path activation/deactivationMika Westerberg-2/+2
2020-11-11thunderbolt: Do not clear USB4 router protocol adapter IFC and ISE bitsMika Westerberg-3/+10
2020-06-22thunderbolt: Add USB3 bandwidth managementMika Westerberg-7/+6
2020-06-22thunderbolt: Check that both ports are reachable when allocating pathMika Westerberg-2/+13
2020-06-22thunderbolt: Make tb_path_alloc() work with tree topologiesMika Westerberg-6/+6
2019-11-02thunderbolt: Add bandwidth management for Display Port tunnelsMika Westerberg-0/+22
2019-11-02thunderbolt: Add support for lane bondingMika Westerberg-4/+26
2019-04-18thunderbolt: Reword output of tb_dump_hop()Mika Westerberg-13/+13
2019-04-18thunderbolt: Make rest of the logging to happen at debug levelMika Westerberg-3/+3
2019-04-18thunderbolt: Add support for DMA tunnelsMika Westerberg-4/+18
2019-04-18thunderbolt: Do not tear down tunnels when driver is unloadedMika Westerberg-6/+4
2019-04-18thunderbolt: Discover preboot PCIe paths the boot firmware establishedMika Westerberg-22/+182
2019-04-18thunderbolt: Extend tunnel creation to more than 2 adjacent switchesMika Westerberg-15/+106
2019-04-18thunderbolt: Properly disable pathMika Westerberg-4/+43
2018-10-02thunderbolt: Make the driver less verboseMika Westerberg-13/+13
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman-0/+1
2014-08-26thunderbolt: Clear hops before overwritingAndreas Noever-1/+20
2014-06-19thunderbolt: Add path setup code.Andreas Noever-0/+215