[PATCH 00/19][Bionic] thunderbolt: Add support for Intel Titan Ridge
Anthony Wong
anthony.wong at canonical.com
Wed Mar 28 12:31:07 UTC 2018
BugLink: http://bugs.launchpad.net/bugs/1730775
Add support for Titan Ridge thunderbolt controller, which will be used
in new OEM notebooks. The patch series was submitted at
https://lkml.org/lkml/2018/3/2/570, and has already been applied to
thunderbolt.git/next. An additional commit 4cca35 is needed for clean
cherry-pick of the whole series.
Mika Westerberg (13):
thunderbolt: Resume control channel after hibernation image is created
thunderbolt: Serialize PCIe tunnel creation with PCI rescan
thunderbolt: Handle connecting device in place of host properly
thunderbolt: Do not overwrite error code when domain adding fails
thunderbolt: Wait a bit longer for root switch config space
thunderbolt: Wait a bit longer for ICM to authenticate the active NVM
thunderbolt: Handle rejected Thunderbolt devices
thunderbolt: Factor common ICM add and update operations out
thunderbolt: Add tb_switch_get()
thunderbolt: Add constant for approval timeout
thunderbolt: Move driver ready handling to struct icm
thunderbolt: Add support for preboot ACL
thunderbolt: Introduce USB only (SL4) security level
Radion Mirchevsky (4):
thunderbolt: Correct function name in kernel-doc comment
thunderbolt: Add tb_switch_find_by_route()
thunderbolt: Add tb_xdomain_find_by_route()
thunderbolt: Add support for Intel Titan Ridge
Randy Dunlap (1):
Documentation/admin-guide: fixes for thunderbolt.rst
Yehezkel Bernat (1):
thunderbolt: Add 'boot' attribute for devices
Documentation/ABI/testing/sysfs-bus-thunderbolt | 33 +
Documentation/admin-guide/thunderbolt.rst | 81 +--
drivers/thunderbolt/dma_port.c | 28 +-
drivers/thunderbolt/domain.c | 130 +++-
drivers/thunderbolt/icm.c | 761 +++++++++++++++++++++---
drivers/thunderbolt/nhi.c | 5 +-
drivers/thunderbolt/nhi.h | 5 +
drivers/thunderbolt/switch.c | 61 +-
drivers/thunderbolt/tb.h | 14 +
drivers/thunderbolt/tb_msgs.h | 180 +++++-
drivers/thunderbolt/xdomain.c | 47 +-
include/linux/thunderbolt.h | 19 +
12 files changed, 1216 insertions(+), 148 deletions(-)
--
2.7.4
More information about the kernel-team
mailing list