]> git.ipfire.org Git - thirdparty/kernel/linux.git/commit
thunderbolt: Increase timeout for Configuration Ready bit
authorGil Fine <gil.fine@linux.intel.com>
Wed, 6 May 2026 12:37:08 +0000 (15:37 +0300)
committerMika Westerberg <mika.westerberg@linux.intel.com>
Wed, 20 May 2026 09:54:34 +0000 (11:54 +0200)
commitba2cc385110129d03cd0f18a1b5969a430b67a18
tree21e7a5e96b4821529d94be439ba943616a61c8dc
parent062023c4364ffdc72978ed2de1d1435e5d4eee43
thunderbolt: Increase timeout for Configuration Ready bit

After setting the Configuration Valid bit (ROUTER_CS_5.CV), the USB4
Connection Manager guide specifies a 500 ms timeout for the router to
set the Configuration Ready bit (ROUTER_CS_6.CR). The current timeout
is shorter than specified. While there, fix the kernel-doc typo.

Increase the timeout to match the CM guide recommendation.

Signed-off-by: Gil Fine <gil.fine@linux.intel.com>
Signed-off-by: Mika Westerberg <mika.westerberg@linux.intel.com>
drivers/thunderbolt/usb4.c