summaryrefslogtreecommitdiff
path: root/drivers/thunderbolt
AgeCommit message (Expand)AuthorFilesLines
2019-08-26thunderbolt: Add support for Intel Ice LakeMika Westerberg8-22/+524
2019-08-26thunderbolt: Expose active parts of NVM even if upgrade is not supportedMika Westerberg1-9/+19
2019-08-26thunderbolt: Hide switch attributes that are not setMika Westerberg1-1/+13
2019-08-26thunderbolt: Do not fail adding switch if some port is not implementedMika Westerberg3-9/+26
2019-08-26thunderbolt: Use 32-bit writes when writing ring producer/consumerMika Westerberg1-4/+18
2019-08-26thunderbolt: Move NVM upgrade support flag to struct icmMika Westerberg1-6/+12
2019-08-26thunderbolt: Correct path indices for PCIe tunnelMika Westerberg1-2/+2
2019-08-06thunderbolt: Show key using %*pE not %*pEpJ. Bruce Fields1-1/+1
2019-08-06thunderbolt: Switch to use device_property_count_uXX()Andy Shevchenko1-1/+1
2019-07-12Merge tag 'driver-core-5.3-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds1-2/+2
2019-06-24bus_find_device: Unify the match callback with class_find_deviceSuzuki K Poulose1-2/+2
2019-06-14thunderbolt: Implement CIO reset correctly for Titan RidgeMika Westerberg1-60/+74
2019-06-12thunderbolt: Make sure device runtime resume completes before taking domain lockMika Westerberg3-13/+93
2019-05-21treewide: Add SPDX license identifier - Makefile/KconfigThomas Gleixner2-0/+2
2019-05-21treewide: Add SPDX license identifier for more missed filesThomas Gleixner1-0/+1
2019-05-07Merge tag 'char-misc-5.2-rc1-part2' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds18-669/+2754
2019-04-25thunderbolt: Make priority unsigned in struct tb_pathNathan Chancellor1-1/+1
2019-04-25crypto: shash - remove shash_desc::flagsEric Biggers1-1/+0
2019-04-18thunderbolt: Start firmware on Titan Ridge Apple systemsMika Westerberg1-0/+2
2019-04-18thunderbolt: Reword output of tb_dump_hop()Mika Westerberg1-13/+13
2019-04-18thunderbolt: Make rest of the logging to happen at debug levelMika Westerberg6-25/+21
2019-04-18thunderbolt: Make __TB_[SW|PORT]_PRINT take const parametersMika Westerberg1-3/+3
2019-04-18thunderbolt: Add support for XDomain connectionsMika Westerberg2-8/+188
2019-04-18thunderbolt: Make tb_switch_alloc() return ERR_PTR()Mika Westerberg3-22/+26
2019-04-18thunderbolt: Add support for DMA tunnelsMika Westerberg6-5/+149
2019-04-18thunderbolt: Add XDomain UUID exchange supportMika Westerberg2-10/+137
2019-04-18thunderbolt: Run tb_xdp_handle_request() in system workqueueMika Westerberg2-2/+11
2019-04-18thunderbolt: Do not tear down tunnels when driver is unloadedMika Westerberg3-18/+6
2019-04-18thunderbolt: Add support for Display Port tunnelsMika Westerberg6-25/+554
2019-04-18thunderbolt: Rework NFC credits handlingMika Westerberg2-7/+16
2019-04-18thunderbolt: Generalize port finding routines to support all port typesMika Westerberg3-18/+34
2019-04-18thunderbolt: Scan only valid NULL adapter ports in hotplugMika Westerberg2-4/+11
2019-04-18thunderbolt: Add support for full PCIe daisy chainsMika Westerberg2-72/+129
2019-04-18thunderbolt: Discover preboot PCIe paths the boot firmware establishedMika Westerberg6-25/+340
2019-04-18thunderbolt: Deactivate all paths before restarting themMika Westerberg1-1/+11
2019-04-18thunderbolt: Extend tunnel creation to more than 2 adjacent switchesMika Westerberg3-68/+163
2019-04-18thunderbolt: Add helper function to iterate from one port to anotherMika Westerberg2-0/+56
2019-04-18thunderbolt: Assign remote for both ports in case of dual linkMika Westerberg5-52/+73
2019-04-18thunderbolt: Add functions for allocating and releasing HopIDsMika Westerberg3-3/+98
2019-04-18thunderbolt: Generalize tunnel creation functionalityMika Westerberg6-150/+235
2019-04-18thunderbolt: Rename tunnel_pci to tunnelMika Westerberg4-7/+7
2019-04-18thunderbolt: Cache adapter specific capability offset into struct portMika Westerberg4-10/+13
2019-04-18thunderbolt: Properly disable pathMika Westerberg2-5/+45
2019-04-18thunderbolt: Set sleep bit when suspending switchMika Westerberg4-4/+49
2019-04-18thunderbolt: Configure lanes when switch is initializedMika Westerberg4-0/+136
2019-04-18thunderbolt: Move LC specific functionality into a separate fileMika Westerberg5-12/+37
2019-04-18thunderbolt: Add dummy read after port capability list walk on Light RidgeMika Westerberg1-0/+16
2019-04-18thunderbolt: Enable TMU access when accessing port space on legacy devicesMika Westerberg2-17/+62
2019-04-18thunderbolt: Do not allocate switch if depth is greater than 6Mika Westerberg3-9/+15
2019-04-18thunderbolt: Take domain lock in switch sysfs attribute callbacksMika Westerberg2-28/+20