summaryrefslogtreecommitdiffstats
path: root/drivers/thunderbolt/switch.c
AgeCommit message (Expand)AuthorLines
2024-01-02Merge tag 'thunderbolt-for-v6.8-rc1' of git://git.kernel.org/pub/scm/linux/ke...Greg Kroah-Hartman-18/+15
2023-12-22thunderbolt: Keep link as asymmetric if preferred by hardwareGil Fine-0/+13
2023-12-14thunderbolt: Move width_name() helper to tb.hGil Fine-18/+2
2023-11-17thunderbolt: Send uevent after asymmetric/symmetric switchMika Westerberg-2/+2
2023-11-17thunderbolt: Set lane bonding bit only for downstream portGil Fine-1/+1
2023-10-27Merge tag 'thunderbolt-for-v6.7-rc1' of git://git.kernel.org/pub/scm/linux/ke...Greg Kroah-Hartman-52/+285
2023-10-20thunderbolt: Add support for asymmetric linkGil Fine-42/+252
2023-10-20thunderbolt: Make is_gen4_link() available to the rest of the driverGil Fine-7/+29
2023-10-13thunderbolt: Log NVM version of routers and retimersGil Fine-0/+1
2023-10-13thunderbolt: Fix typo of HPD bit for Hot Plug DetectGil Fine-4/+4
2023-09-15thunderbolt: Check that lane 1 is in CL0 before enabling lane bondingMika Westerberg-0/+7
2023-08-08thunderbolt: Check Intel vendor ID in tb_switch_get_generation()Mika Westerberg-37/+38
2023-06-16thunderbolt: Add support for enhanced uni-directional TMU modeMika Westerberg-0/+16
2023-06-16thunderbolt: Announce USB4 v2 connection manager supportGil Fine-2/+6
2023-06-16thunderbolt: Add support for USB4 v2 80 Gb/s linkGil Fine-57/+128
2023-06-16thunderbolt: Identify USB4 v2 routersGil Fine-2/+3
2023-06-16thunderbolt: Do not touch lane 1 adapter path config spaceMika Westerberg-1/+1
2023-06-09thunderbolt: Initialize CL states from the hardwareMika Westerberg-0/+4
2023-06-09thunderbolt: Switch CL states from enum to a bitmaskMika Westerberg-6/+1
2023-06-09thunderbolt: Move CLx support functions into clx.cMika Westerberg-360/+2
2023-06-09thunderbolt: Introduce tb_switch_downstream_port()Gil Fine-12/+7
2023-04-19Merge tag 'thunderbolt-for-v6.4-rc1' of git://git.kernel.org/pub/scm/linux/ke...Greg Kroah-Hartman-2/+2
2023-03-29thunderbolt: Get rid of redundant 'else'Andy Shevchenko-2/+2
2023-03-13thunderbolt: Call tb_check_quirks() after initializing adaptersMika Westerberg-2/+2
2023-02-24Merge tag 'driver-core-6.3-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds-2/+2
2023-01-27driver core: make struct device_type.uevent() take a const *Greg Kroah-Hartman-2/+2
2023-01-17thunderbolt: Take CL states into account when waiting for link to come upMika Westerberg-17/+25
2022-10-23thunderbolt: Use str_enabled_disabled() helperAndy Shevchenko-2/+3
2022-10-07Merge tag 'usb-6.1-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds-226/+223
2022-09-30Merge tag 'thunderbolt-for-v6.1-rc1' of git://git.kernel.org/pub/scm/linux/ke...Greg Kroah-Hartman-226/+223
2022-09-26thunderbolt: Explicitly enable lane adapter hotplug events at startupMario Limonciello-0/+24
2022-09-24thunderbolt: Convert to use sysfs_emit()/sysfs_emit_at() APIsAndy Shevchenko-14/+14
2022-09-22thunderbolt: Explicitly reset plug events delay back to USB4 spec valueMario Limonciello-0/+1
2022-09-07thunderbolt: Move vendor specific NVM handling into nvm.cSzuying Chen-92/+34
2022-09-07thunderbolt: Rename and make nvm_read() available for other filesSzuying Chen-18/+26
2022-09-07thunderbolt: Extend NVM version fields to 32-bitsSzuying Chen-2/+2
2022-09-05thunderbolt: Add helper to check if CL states are enabled on portMika Westerberg-0/+28
2022-09-05thunderbolt: Pass CL state bitmask to tb_port_clx_supported()Mika Westerberg-11/+6
2022-09-05thunderbolt: Move port CL state functions into correct place in switch.cMika Westerberg-106/+106
2022-08-18thunderbolt: Check router generation before connecting xHCIMika Westerberg-1/+5
2022-06-06thunderbolt: Add CL1 support for USB4 and Titan Ridge routersGil Fine-43/+46
2022-06-06thunderbolt: Fix typos in CLx enablingGil Fine-1/+1
2022-06-06thunderbolt: CLx disable before system suspend only if previously enabledGil Fine-2/+4
2022-05-05thunderbolt: Ignore port locked error in tb_port_wait_for_link_width()Mika Westerberg-3/+10
2022-05-05thunderbolt: Split setting link width and lane bonding into own functionsMika Westerberg-14/+72
2022-05-05thunderbolt: Add debug logging when lane is enabled/disabledMika Westerberg-2/+8
2022-03-04thunderbolt: Do not make DROM read success compulsoryMario Limonciello-4/+2
2022-03-04thunderbolt: Do not resume routers if UID is not setMario Limonciello-0/+4
2022-02-02thunderbolt: Add internal xHCI connect flows for Thunderbolt 3 devicesMika Westerberg-1/+70
2021-12-28thunderbolt: Add module parameter for CLx disablingGil Fine-0/+11