]> git.proxmox.com Git - mirror_ubuntu-bionic-kernel.git/commit - include/linux/thunderbolt.h
thunderbolt: Add support for XDomain properties
authorMika Westerberg <mika.westerberg@linux.intel.com>
Mon, 2 Oct 2017 10:38:30 +0000 (13:38 +0300)
committerDavid S. Miller <davem@davemloft.net>
Mon, 2 Oct 2017 18:24:40 +0000 (11:24 -0700)
commitcdae7c07e3e3509eaabc18c1640a55dc5b99c179
treee310d4cee7dd27f5fe7e56deb8cd8ad3e4903e00
parent806717081ab6088957c4857d42941159a07cc571
thunderbolt: Add support for XDomain properties

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 <michael.jamet@intel.com>
Signed-off-by: Mika Westerberg <mika.westerberg@linux.intel.com>
Reviewed-by: Yehezkel Bernat <yehezkel.bernat@intel.com>
Reviewed-by: Andy Shevchenko <andriy.shevchenko@linux.intel.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
drivers/thunderbolt/Makefile
drivers/thunderbolt/property.c [new file with mode: 0644]
include/linux/thunderbolt.h [new file with mode: 0644]