summaryrefslogtreecommitdiff
path: root/drivers/thunderbolt/switch.c
AgeCommit message (Expand)AuthorFilesLines
2026-05-21thunderbolt: Require nhi->ops be validKonrad Dybcio1-3/+3
2026-05-21thunderbolt: Separate out common NHI bitsKonrad Dybcio1-31/+12
2026-05-21thunderbolt: Move pci_device out of tb_nhiKonrad Dybcio1-2/+4
2026-05-20thunderbolt: Increase Notification Timeout to 255 ms for USB4 routersGil Fine1-9/+3
2026-05-20thunderbolt: Fix lane bonding log when bonding not possibleGil Fine1-2/+2
2026-05-20thunderbolt: Don't access path config space on Lane 1 adapters in tb_switch_r...Pooja Katiyar1-0/+6
2026-05-05thunderbolt: Remove XDomain from the bus without holding tb->lockMika Westerberg1-0/+14
2026-03-02thunderbolt: Read router NVM version before applying quirksRene Sapiens1-4/+26
2026-02-22Convert more 'alloc_obj' cases to default GFP_KERNEL argumentsLinus Torvalds1-2/+1
2026-02-22Convert 'alloc_obj' family to use the new default GFP_KERNEL argumentLinus Torvalds1-3/+3
2026-02-21treewide: Replace kmalloc with kmalloc_obj for non-scalar typesKees Cook1-5/+5
2026-01-21kernel.h: drop hex.h and update all hex.h usersRandy Dunlap1-0/+1
2025-11-17thunderbolt: Fix typos in switch.cAlan Borzeszkowski1-3/+3
2025-09-17thunderbolt: Update switch.c function documentationAlan Borzeszkowski1-38/+102
2025-07-21Merge tag 'v6.16-rc7' into usb-nextGreg Kroah-Hartman1-5/+5
2025-06-23thunderbolt: Fix typos in documentation commentsAlok Tiwari1-1/+1
2025-06-23thunderbolt: Fix bit masking in tb_dp_port_set_hops()Alok Tiwari1-1/+1
2025-06-23thunderbolt: Fix wake on connect at runtimeMario Limonciello1-4/+4
2025-04-11thunderbolt: Use wake on connect and disconnect over suspendMario Limonciello1-0/+1
2024-08-06thunderbolt: Mark XDomain as unplugged when router is removedMika Westerberg1-0/+1
2024-04-10thunderbolt: Avoid notify PM core about runtime PM resumeGil Fine1-2/+25
2024-04-10thunderbolt: Fix wake configurations after device unplugGil Fine1-7/+14
2024-03-21Merge tag 'usb-6.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds1-19/+121
2024-02-26thunderbolt: Constify the struct device_type usageRicardo B. Marliere1-1/+1
2024-02-16thunderbolt: Fix NULL pointer dereference in tb_port_update_credits()Mika Westerberg1-0/+3
2024-01-23thunderbolt: Remove usage of the deprecated ida_simple_xx() APIChristophe JAILLET1-3/+3
2024-01-22thunderbolt: Fix rollback in tb_port_lane_bonding_enable() for lane 1Mohammad Rahimi1-1/+1
2024-01-22thunderbolt: Make tb_switch_reset() support Thunderbolt 2, 3 and USB4 routersSanath S1-14/+109
2024-01-22thunderbolt: Introduce tb_port_reset()Sanath S1-0/+7
2024-01-02Merge tag 'thunderbolt-for-v6.8-rc1' of git://git.kernel.org/pub/scm/linux/ke...Greg Kroah-Hartman1-18/+15
2023-12-22thunderbolt: Keep link as asymmetric if preferred by hardwareGil Fine1-0/+13
2023-12-14thunderbolt: Move width_name() helper to tb.hGil Fine1-18/+2
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-10-27Merge tag 'thunderbolt-for-v6.7-rc1' of git://git.kernel.org/pub/scm/linux/ke...Greg Kroah-Hartman1-52/+285
2023-10-20thunderbolt: Add support for asymmetric linkGil Fine1-42/+252
2023-10-20thunderbolt: Make is_gen4_link() available to the rest of the driverGil Fine1-7/+29
2023-10-13thunderbolt: Log NVM version of routers and retimersGil Fine1-0/+1
2023-10-13thunderbolt: Fix typo of HPD bit for Hot Plug DetectGil Fine1-4/+4
2023-09-15thunderbolt: Check that lane 1 is in CL0 before enabling lane bondingMika Westerberg1-0/+7
2023-08-08thunderbolt: Check Intel vendor ID in tb_switch_get_generation()Mika Westerberg1-37/+38
2023-06-16thunderbolt: Add support for enhanced uni-directional TMU modeMika Westerberg1-0/+16
2023-06-16thunderbolt: Announce USB4 v2 connection manager supportGil Fine1-2/+6
2023-06-16thunderbolt: Add support for USB4 v2 80 Gb/s linkGil Fine1-57/+128
2023-06-16thunderbolt: Identify USB4 v2 routersGil Fine1-2/+3
2023-06-16thunderbolt: Do not touch lane 1 adapter path config spaceMika Westerberg1-1/+1
2023-06-09thunderbolt: Initialize CL states from the hardwareMika Westerberg1-0/+4
2023-06-09thunderbolt: Switch CL states from enum to a bitmaskMika Westerberg1-6/+1
2023-06-09thunderbolt: Move CLx support functions into clx.cMika Westerberg1-360/+2
2023-06-09thunderbolt: Introduce tb_switch_downstream_port()Gil Fine1-12/+7