From d6cc51cd1a4aed1d9e2dd66d643d729acb4be560 Mon Sep 17 00:00:00 2001 From: Andreas Noever Date: Tue, 3 Jun 2014 22:04:00 +0200 Subject: [PATCH] thunderbolt: Setup control channel Add struct tb which will contain our view of the thunderbolt bus. For now it just contains a pointer to the control channel and a workqueue for hotplug events. Add thunderbolt_alloc_and_start() and thunderbolt_shutdown_and_free() which are responsible for setup and teardown of struct tb. Signed-off-by: Andreas Noever Signed-off-by: Greg Kroah-Hartman --- Reading git-format-patch failed