thunderbolt: Do not start firmware unless asked by the user
authorMika Westerberg <mika.westerberg@linux.intel.com>
Thu, 21 Mar 2019 13:31:14 +0000 (15:31 +0200)
committerMika Westerberg <mika.westerberg@linux.intel.com>
Sat, 2 Nov 2019 09:13:31 +0000 (12:13 +0300)
commit354a7a7716edb377953a324421915d7788e0bca9
tree1989c57e687d445faaaa6f2c0ef3265438faca0b
parenta11b88add4401d006ab593c525c0dddc8ace7655
thunderbolt: Do not start firmware unless asked by the user

Since now we can do pretty much the same thing in the software
connection manager than the firmware would do, there is no point
starting it by default. Instead we can just continue using the software
connection manager.

Make it possible for user to switch between the two by adding a module
pararameter (start_icm) which is by default false. Having this ability
to enable the firmware may be useful at least when debugging possible
issues with the software connection manager implementation.

Signed-off-by: Mika Westerberg <mika.westerberg@linux.intel.com>
drivers/thunderbolt/icm.c
drivers/thunderbolt/tb.c