Re: [PATCH v3 09/27] thunderbolt: Convert switch to a device

2017-06-03 Thread Greg Kroah-Hartman
On Fri, Jun 02, 2017 at 05:05:06PM +0300, Mika Westerberg wrote: > Thunderbolt domain consists of switches that are connected to each > other, forming a bus. This will convert each switch into a real Linux > device structure and adds them to the domain. The advantage here is > that we get all the

Re: [PATCH v3 09/27] thunderbolt: Convert switch to a device

2017-06-03 Thread Greg Kroah-Hartman
On Fri, Jun 02, 2017 at 05:05:06PM +0300, Mika Westerberg wrote: > Thunderbolt domain consists of switches that are connected to each > other, forming a bus. This will convert each switch into a real Linux > device structure and adds them to the domain. The advantage here is > that we get all the

[PATCH v3 09/27] thunderbolt: Convert switch to a device

2017-06-02 Thread Mika Westerberg
Thunderbolt domain consists of switches that are connected to each other, forming a bus. This will convert each switch into a real Linux device structure and adds them to the domain. The advantage here is that we get all the goodies from the driver core, like reference counting and sysfs hierarchy

[PATCH v3 09/27] thunderbolt: Convert switch to a device

2017-06-02 Thread Mika Westerberg
Thunderbolt domain consists of switches that are connected to each other, forming a bus. This will convert each switch into a real Linux device structure and adds them to the domain. The advantage here is that we get all the goodies from the driver core, like reference counting and sysfs hierarchy