28 Mar, 2019

1 commit


20 Mar, 2019

2 commits


03 Oct, 2018

1 commit


03 Oct, 2017

1 commit

  • Thunderbolt XDomain discovery protocol uses directories which contain
    properties and other directories to exchange information about what
    capabilities the remote host supports. This also includes identification
    information like device ID and name.

    This adds support for parsing and formatting these properties and
    establishes an API drivers can use in addition to the core Thunderbolt
    driver. This API is exposed in a new header: include/linux/thunderbolt.h.

    This code is based on the work done by Amir Levy and Michael Jamet.

    Signed-off-by: Michael Jamet
    Signed-off-by: Mika Westerberg
    Reviewed-by: Yehezkel Bernat
    Reviewed-by: Andy Shevchenko
    Signed-off-by: David S. Miller

    Mika Westerberg