summaryrefslogtreecommitdiff
path: root/drivers/thunderbolt/Makefile
diff options
context:
space:
mode:
authorAndreas Noever <andreas.noever@gmail.com>2014-06-03 20:03:59 (GMT)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2014-06-19 21:07:07 (GMT)
commitf25bf6fcb1a83a149bc8b5285d33b48cbd47c7d7 (patch)
treeccd520087717af3e8901fcb3c4a98394fcb02db9 /drivers/thunderbolt/Makefile
parent16603153666d22df544ae9f9b3764fd18da28eeb (diff)
downloadlinux-f25bf6fcb1a83a149bc8b5285d33b48cbd47c7d7.tar.xz
thunderbolt: Add control channel interface
Thunderbolt devices are configured by reading/writing into their configuration space (similar to pci). This is done by sending packets through the NHI (native host interface) onto the control channel. This patch handles the low level packet based protocol and exposes higher level operations like tb_cfg_read/tb_cfg_write. Signed-off-by: Andreas Noever <andreas.noever@gmail.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'drivers/thunderbolt/Makefile')
-rw-r--r--drivers/thunderbolt/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/thunderbolt/Makefile b/drivers/thunderbolt/Makefile
index d473ab9..4b21c99 100644
--- a/drivers/thunderbolt/Makefile
+++ b/drivers/thunderbolt/Makefile
@@ -1,3 +1,3 @@
obj-${CONFIG_THUNDERBOLT} := thunderbolt.o
-thunderbolt-objs := nhi.o
+thunderbolt-objs := nhi.o ctl.o