summaryrefslogtreecommitdiff
path: root/scripts/Makefile.dtbinst
diff options
context:
space:
mode:
authorMika Westerberg <mika.westerberg@linux.intel.com>2019-03-07 16:26:45 +0300
committerMika Westerberg <mika.westerberg@linux.intel.com>2019-04-18 11:18:52 +0300
commitdfe40ca486f60dca1e3223d82acf78cfb39925b8 (patch)
tree8a6daae85452afe2a0edbbfc24b2a5fa7e51c8f9 /scripts/Makefile.dtbinst
parent0b2863ac3cfdea2e0e27f9e722d178efb367e4db (diff)
downloadlinux-dfe40ca486f60dca1e3223d82acf78cfb39925b8.tar.xz
thunderbolt: Assign remote for both ports in case of dual link
Currently the driver only assigns remote port for the primary port if in case of dual link. This makes things such as walking from one port to another more complex than necessary because the code needs to change from secondary to primary port if the path that is established is created using secondary links. In order to always assign both remote pointers we need to prevent the scanning code from following the secondary link. Failing to do that might cause problems as the same switch may be enumerated twice (or removed in case of unplug). Handle that properly by introducing a new function tb_port_has_remote() that returns true only for the primary port. We also update tb_is_upstream_port() to support both dual link ports, make it take const port pointer and move it below tb_upstream_port() to keep similar functions close. Signed-off-by: Mika Westerberg <mika.westerberg@linux.intel.com>
Diffstat (limited to 'scripts/Makefile.dtbinst')
0 files changed, 0 insertions, 0 deletions