linux-yocto/drivers/thunderbolt
Alok Tiwari 2cdde91c14 thunderbolt: Fix bit masking in tb_dp_port_set_hops()
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>
2025-06-23 12:52:08 +03:00
..
acpi.c thunderbolt: Don't create device link from USB4 Host Interface to USB3 xHC host 2024-09-03 09:54:39 +02:00
cap.c
clx.c
ctl.c thunderbolt: Do not double dequeue a configuration request 2025-05-09 12:14:25 +03:00
ctl.h thunderbolt: Drop doubled empty line from ctl.h 2025-01-03 11:50:07 +02:00
debugfs.c thunderbolt: Expose router DROM through debugfs 2025-01-05 10:35:03 +02:00
dma_port.c
dma_port.h
dma_test.c
domain.c thunderbolt: Introduce domain event message handler 2025-04-24 08:24:38 +03:00
eeprom.c lib/crc32: standardize on crc32c() name for Castagnoli CRC32 2025-02-08 20:06:30 -08:00
icm.c thunderbolt: Notify userspace about firmware CM tunneling events 2025-04-24 08:24:39 +03:00
Kconfig thunderbolt: Add receiver lane margining support for retimers 2024-06-17 12:47:12 +03:00
lc.c
Makefile thunderbolt: Add trace events support for the control channel 2024-02-26 09:12:24 +02:00
nhi_ops.c
nhi_regs.h
nhi.c thunderbolt: Add support for Intel Panther Lake-M/P 2024-12-10 08:02:17 +02:00
nhi.h thunderbolt: Add support for Intel Panther Lake-M/P 2024-12-10 08:02:17 +02:00
nvm.c thunderbolt: Remove usage of the deprecated ida_simple_xx() API 2024-01-23 13:30:20 +02:00
path.c thunderbolt: Show path name in debug log when path is deactivated 2025-01-03 11:50:08 +02:00
property.c
quirks.c thunderbolt: Keep the domain powered when USB4 port is in redrive mode 2024-02-26 09:12:12 +02:00
retimer.c thunderbolt: Do not add non-active NVM if NVM upgrade is disabled for retimer 2025-03-17 12:24:56 +02:00
sb_regs.h thunderbolt: debugfs: Implement asymmetric lane margining 2024-11-01 07:55:38 +02:00
switch.c thunderbolt: Fix bit masking in tb_dp_port_set_hops() 2025-06-23 12:52:08 +03:00
tb_msgs.h thunderbolt: Notify userspace about firmware CM tunneling events 2025-04-24 08:24:39 +03:00
tb_regs.h thunderbolt: Changes for v6.9 merge window 2024-03-02 20:14:03 +01:00
tb.c thunderbolt: Notify userspace about software CM tunneling events 2025-04-24 08:24:39 +03:00
tb.h thunderbolt: Fix wake on connect at runtime 2025-06-23 12:46:19 +03:00
test.c thunderbolt: Handle DisplayPort tunnel activation asynchronously 2025-01-03 11:50:09 +02:00
tmu.c
trace.h thunderbolt: Correct trace output of firmware connection manager packets 2024-04-29 07:47:54 +03:00
tunnel.c thunderbolt: Notify userspace about software CM tunneling events 2025-04-24 08:24:39 +03:00
tunnel.h thunderbolt: Notify userspace about software CM tunneling events 2025-04-24 08:24:39 +03:00
usb4_port.c thunderbolt: Add Thunderbolt/USB4 <-> USB3 match function 2025-04-17 12:21:45 +03:00
usb4.c thunderbolt: Fix wake on connect at runtime 2025-06-23 12:46:19 +03:00
xdomain.c driver core: Constify API device_find_child() and adapt for various usages 2025-01-03 11:19:35 +01:00