blob: 9373c3b462674c5c757c6100ea5a41eb3231e785 [file] [log] [blame]
bbcf40b39283 ("thunderbolt: Do not tunnel USB3 if link is not USB4")
e6f818585713 ("thunderbolt: Add support for USB 3.x tunnels")
cf29b9afb121 ("thunderbolt: Add support for Time Management Unit")
b04079837b20 ("thunderbolt: Add initial support for USB4")
4deb200d34a7 ("thunderbolt: Call tb_eeprom_get_drom_offset() from tb_eeprom_read_n()")
386e5e29d81c ("thunderbolt: Make tb_find_port() available to other files")
7a7ebfa85f4f ("thunderbolt: Power cycle the router if NVM authentication fails")
a11b88add440 ("thunderbolt: Add bandwidth management for Display Port tunnels")
8afe909b78e1 ("thunderbolt: Add Display Port adapter pairing and resource management")
de718ac7b6ae ("thunderbolt: Add Display Port CM handshake for Titan Ridge devices")
0d46c08d1ed4 ("thunderbolt: Add default linking between lane adapters if not provided by DROM")
91c0c12080d0 ("thunderbolt: Add support for lane bonding")
b5db76dba064 ("thunderbolt: Refactor add_switch() into two functions")
b433d0100562 ("thunderbolt: Add helper macro to iterate over switch ports")
98176380cbe5 ("thunderbolt: Convert DP adapter register names to follow the USB4 spec")
8f57d4780666 ("thunderbolt: Convert basic adapter register names to follow the USB4 spec")
f07a360813f6 ("thunderbolt: Introduce tb_switch_is_icm()")
fd5c46b754d4 ("thunderbolt: Read DP IN adapter first two dwords in one go")
3cdb9446a117 ("thunderbolt: Add support for Intel Ice Lake")
3f415e5ee18b ("thunderbolt: Expose active parts of NVM even if upgrade is not supported")
d94dcbb10183 ("thunderbolt: Do not fail adding switch if some port is not implemented")
f437c24bf694 ("thunderbolt: Move NVM upgrade support flag to struct icm")
4f7c2e0d8765 ("thunderbolt: Make sure device runtime resume completes before taking domain lock")
62efe699a7f6 ("thunderbolt: Make rest of the logging to happen at debug level")
7ea4cd6b2010 ("thunderbolt: Add support for XDomain connections")
444ac3844895 ("thunderbolt: Make tb_switch_alloc() return ERR_PTR()")
44242d6c9703 ("thunderbolt: Add support for DMA tunnels")
ab9f31cfa89a ("thunderbolt: Do not tear down tunnels when driver is unloaded")
4f807e47ee9a ("thunderbolt: Add support for Display Port tunnels")
c5ee6feb3470 ("thunderbolt: Rework NFC credits handling")
e78db6f08b6a ("thunderbolt: Generalize port finding routines to support all port types")
344e06430a72 ("thunderbolt: Scan only valid NULL adapter ports in hotplug")
99cabbb006f1 ("thunderbolt: Add support for full PCIe daisy chains")
0414bec5f39a ("thunderbolt: Discover preboot PCIe paths the boot firmware established")
aae9e27f3b72 ("thunderbolt: Deactivate all paths before restarting them")
8c7acaaf020f ("thunderbolt: Extend tunnel creation to more than 2 adjacent switches")
fb19fac1d734 ("thunderbolt: Add helper function to iterate from one port to another")
dfe40ca486f6 ("thunderbolt: Assign remote for both ports in case of dual link")
0b2863ac3cfd ("thunderbolt: Add functions for allocating and releasing HopIDs")
93f36ade5b7b ("thunderbolt: Generalize tunnel creation functionality")
1752b9f78713 ("thunderbolt: Rename tunnel_pci to tunnel")
56183c88f368 ("thunderbolt: Cache adapter specific capability offset into struct port")
4944269305df ("thunderbolt: Properly disable path")
5480dfc275aa ("thunderbolt: Set sleep bit when suspending switch")
e879a709de02 ("thunderbolt: Configure lanes when switch is initialized")
a9be55824a10 ("thunderbolt: Move LC specific functionality into a separate file")
8b0110d9d10d ("thunderbolt: Enable TMU access when accessing port space on legacy devices")
f0342e757c27 ("thunderbolt: Do not allocate switch if depth is greater than 6")
09f11b6c99fe ("thunderbolt: Take domain lock in switch sysfs attribute callbacks")
8f965efd215a ("thunderbolt: Drop duplicated get_switch_at_route()")