Message ID | 20200909110001.71603-1-mika.westerberg@linux.intel.com (mailing list archive) |
---|---|
Headers | show |
Series | thunderbolt: Additional minor improvements | expand |
On Wed, Sep 09, 2020 at 01:59:54PM +0300, Mika Westerberg wrote: > Hi all, > > This series has some additional minor improvements and cleanups from my > internal development tree. All of this is v5.10 material and apply on top > of thunderbolt.git/next. > > Mika Westerberg (7): > thunderbolt: Only stop control channel when entering freeze > thunderbolt: Allow KUnit tests to be built also when CONFIG_USB4=m > thunderbolt: Use "if USB4" instead of "depends on" in Kconfig > thunderbolt: Handle ERR_LOCK notification > thunderbolt: Log correct zeroX entries in decode_error() > thunderbolt: Correct tb_check_quirks() kernel-doc > thunderbolt: Capitalize comment on top of QUIRK_FORCE_POWER_LINK_CONTROLLER > > drivers/thunderbolt/Kconfig | 6 ++++-- > drivers/thunderbolt/Makefile | 3 +-- > drivers/thunderbolt/ctl.c | 18 +++++++++++++++--- > drivers/thunderbolt/domain.c | 31 +++++++++++++++++++++++++++++++ > drivers/thunderbolt/nhi.c | 21 ++++++++++++++++++--- > drivers/thunderbolt/quirks.c | 2 +- > drivers/thunderbolt/tb.c | 18 ++++++++++++++++++ > drivers/thunderbolt/tb.h | 16 +++++++++++++++- > drivers/thunderbolt/tb_msgs.h | 1 + > drivers/thunderbolt/test.c | 13 ++++++++++++- > 10 files changed, 116 insertions(+), 13 deletions(-) All applied to thunderbolt.git/next.