Re: [PATCH v3 10/15] thunderbolt: Add path setup code.

2014-05-28 Thread Bjorn Helgaas
On Mon, May 26, 2014 at 05:18:07PM +0200, Andreas Noever wrote: > 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 do

[PATCH v3 10/15] thunderbolt: Add path setup code.

2014-05-26 Thread Andreas Noever
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 do activate & deactive paths. Signed-off-by: Andreas Noever --- drivers/th