summaryrefslogtreecommitdiff
path: root/drivers/thunderbolt/switch.c
AgeCommit message (Expand)AuthorFilesLines
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
2022-06-06thunderbolt: Fix typos in CLx enablingGil Fine1-1/+1
2022-06-06thunderbolt: CLx disable before system suspend only if previously enabledGil Fine1-2/+4
2022-05-05thunderbolt: Ignore port locked error in tb_port_wait_for_link_width()Mika Westerberg1-3/+10
2022-05-05thunderbolt: Split setting link width and lane bonding into own functionsMika Westerberg1-14/+72
2022-05-05thunderbolt: Add debug logging when lane is enabled/disabledMika Westerberg1-2/+8
2022-03-04thunderbolt: Do not make DROM read success compulsoryMario Limonciello1-4/+2
2022-03-04thunderbolt: Do not resume routers if UID is not setMario Limonciello1-0/+4
2022-02-02thunderbolt: Add internal xHCI connect flows for Thunderbolt 3 devicesMika Westerberg1-1/+70
2021-12-28thunderbolt: Add module parameter for CLx disablingGil Fine1-0/+11
2021-12-28thunderbolt: Enable CL0s for Intel Titan RidgeGil Fine1-3/+157
2021-12-22thunderbolt: Implement TMU time disruption for Intel Titan RidgeGil Fine1-0/+4
2021-12-22thunderbolt: Move usb4_switch_wait_for_bit() to switch.cGil Fine1-0/+34
2021-12-22thunderbolt: Add CL0s support for USB4 routersGil Fine1-0/+263
2021-12-07thunderbolt: Add debug logging of DisplayPort resource allocationMika Westerberg1-2/+15