linux-yocto/drivers/thunderbolt
Alok Tiwari 0cd051cb58 thunderbolt: Fix bit masking in tb_dp_port_set_hops()
commit 2cdde91c14 upstream.

The tb_dp_port_set_hops() function was incorrectly clearing
ADP_DP_CS_1_AUX_RX_HOPID_MASK twice. According to the function's
purpose, it should clear both TX and RX AUX HopID fields.  Replace the
first instance with ADP_DP_CS_1_AUX_TX_HOPID_MASK to ensure proper
configuration of both AUX directions.

Fixes: 98176380cb ("thunderbolt: Convert DP adapter register names to follow the USB4 spec")
Cc: stable@vger.kernel.org
Signed-off-by: Alok Tiwari <alok.a.tiwari@oracle.com>
Signed-off-by: Mika Westerberg <mika.westerberg@linux.intel.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
2025-07-24 08:53:11 +02:00
..
acpi.c
cap.c
clx.c
ctl.c thunderbolt: Do not double dequeue a configuration request 2025-06-19 15:28:00 +02:00
ctl.h
debugfs.c
dma_port.c
dma_port.h
dma_test.c
domain.c
eeprom.c
icm.c
Kconfig
lc.c
Makefile
nhi_ops.c
nhi_regs.h
nhi.c
nhi.h
nvm.c
path.c
property.c
quirks.c
retimer.c
sb_regs.h
switch.c thunderbolt: Fix bit masking in tb_dp_port_set_hops() 2025-07-24 08:53:11 +02:00
tb_msgs.h
tb_regs.h
tb.c
tb.h thunderbolt: Fix wake on connect at runtime 2025-07-24 08:53:11 +02:00
test.c
tmu.c
tunnel.c
tunnel.h
usb4_port.c
usb4.c thunderbolt: Fix wake on connect at runtime 2025-07-24 08:53:11 +02:00
xdomain.c