summaryrefslogtreecommitdiff
path: root/drivers/thunderbolt/switch.c
AgeCommit message (Expand)AuthorFilesLines
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
2023-04-19Merge tag 'thunderbolt-for-v6.4-rc1' of git://git.kernel.org/pub/scm/linux/ke...Greg Kroah-Hartman1-2/+2
2023-03-29thunderbolt: Get rid of redundant 'else'Andy Shevchenko1-2/+2
2023-03-13thunderbolt: Call tb_check_quirks() after initializing adaptersMika Westerberg1-2/+2
2023-02-24Merge tag 'driver-core-6.3-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds1-2/+2
2023-01-27driver core: make struct device_type.uevent() take a const *Greg Kroah-Hartman1-2/+2
2023-01-17thunderbolt: Take CL states into account when waiting for link to come upMika Westerberg1-17/+25
2022-10-23thunderbolt: Use str_enabled_disabled() helperAndy Shevchenko1-2/+3
2022-10-08Merge tag 'usb-6.1-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds1-226/+223
2022-09-30Merge tag 'thunderbolt-for-v6.1-rc1' of git://git.kernel.org/pub/scm/linux/ke...Greg Kroah-Hartman1-226/+223
2022-09-26thunderbolt: Explicitly enable lane adapter hotplug events at startupMario Limonciello1-0/+24
2022-09-24thunderbolt: Convert to use sysfs_emit()/sysfs_emit_at() APIsAndy Shevchenko1-14/+14
2022-09-22thunderbolt: Explicitly reset plug events delay back to USB4 spec valueMario Limonciello1-0/+1
2022-09-07thunderbolt: Move vendor specific NVM handling into nvm.cSzuying Chen1-92/+34
2022-09-07thunderbolt: Rename and make nvm_read() available for other filesSzuying Chen1-18/+26
2022-09-07thunderbolt: Extend NVM version fields to 32-bitsSzuying Chen1-2/+2
2022-09-05thunderbolt: Add helper to check if CL states are enabled on portMika Westerberg1-0/+28
2022-09-05thunderbolt: Pass CL state bitmask to tb_port_clx_supported()Mika Westerberg1-11/+6
2022-09-05thunderbolt: Move port CL state functions into correct place in switch.cMika Westerberg1-106/+106
2022-08-18thunderbolt: Check router generation before connecting xHCIMika Westerberg1-1/+5
2022-06-06thunderbolt: Add CL1 support for USB4 and Titan Ridge routersGil Fine1-43/+46