summaryrefslogtreecommitdiff
path: root/drivers/thunderbolt/path.c (follow)
Commit message (Collapse)AuthorAge
* thunderbolt: Add path setup code.Andreas Noever2014-06-19
A thunderbolt path is a unidirectional channel between two thunderbolt ports. Two such paths are needed to establish a pci tunnel. This patch introduces struct tb_path as well as a set of tb_path_* methods which are used to activate & deactivate paths. Signed-off-by: Andreas Noever <andreas.noever@gmail.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>