summaryrefslogtreecommitdiffstats
path: root/drivers/thunderbolt
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'driver-core-5.3-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2019-07-121-2/+2
|\
| * bus_find_device: Unify the match callback with class_find_deviceSuzuki K Poulose2019-06-241-2/+2
* | thunderbolt: Implement CIO reset correctly for Titan RidgeMika Westerberg2019-06-141-60/+74
* | thunderbolt: Make sure device runtime resume completes before taking domain lockMika Westerberg2019-06-123-13/+93
|/
* treewide: Add SPDX license identifier - Makefile/KconfigThomas Gleixner2019-05-212-0/+2
* treewide: Add SPDX license identifier for more missed filesThomas Gleixner2019-05-211-0/+1
* Merge tag 'char-misc-5.2-rc1-part2' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2019-05-0718-669/+2754
|\
| * thunderbolt: Make priority unsigned in struct tb_pathNathan Chancellor2019-04-251-1/+1
| * thunderbolt: Start firmware on Titan Ridge Apple systemsMika Westerberg2019-04-181-0/+2
| * thunderbolt: Reword output of tb_dump_hop()Mika Westerberg2019-04-181-13/+13
| * thunderbolt: Make rest of the logging to happen at debug levelMika Westerberg2019-04-186-25/+21
| * thunderbolt: Make __TB_[SW|PORT]_PRINT take const parametersMika Westerberg2019-04-181-3/+3
| * thunderbolt: Add support for XDomain connectionsMika Westerberg2019-04-182-8/+188
| * thunderbolt: Make tb_switch_alloc() return ERR_PTR()Mika Westerberg2019-04-183-22/+26
| * thunderbolt: Add support for DMA tunnelsMika Westerberg2019-04-186-5/+149
| * thunderbolt: Add XDomain UUID exchange supportMika Westerberg2019-04-182-10/+137
| * thunderbolt: Run tb_xdp_handle_request() in system workqueueMika Westerberg2019-04-182-2/+11
| * thunderbolt: Do not tear down tunnels when driver is unloadedMika Westerberg2019-04-183-18/+6
| * thunderbolt: Add support for Display Port tunnelsMika Westerberg2019-04-186-25/+554
| * thunderbolt: Rework NFC credits handlingMika Westerberg2019-04-182-7/+16
| * thunderbolt: Generalize port finding routines to support all port typesMika Westerberg2019-04-183-18/+34
| * thunderbolt: Scan only valid NULL adapter ports in hotplugMika Westerberg2019-04-182-4/+11
| * thunderbolt: Add support for full PCIe daisy chainsMika Westerberg2019-04-182-72/+129
| * thunderbolt: Discover preboot PCIe paths the boot firmware establishedMika Westerberg2019-04-186-25/+340
| * thunderbolt: Deactivate all paths before restarting themMika Westerberg2019-04-181-1/+11
| * thunderbolt: Extend tunnel creation to more than 2 adjacent switchesMika Westerberg2019-04-183-68/+163
| * thunderbolt: Add helper function to iterate from one port to anotherMika Westerberg2019-04-182-0/+56
| * thunderbolt: Assign remote for both ports in case of dual linkMika Westerberg2019-04-185-52/+73
| * thunderbolt: Add functions for allocating and releasing HopIDsMika Westerberg2019-04-183-3/+98
| * thunderbolt: Generalize tunnel creation functionalityMika Westerberg2019-04-186-150/+235
| * thunderbolt: Rename tunnel_pci to tunnelMika Westerberg2019-04-184-7/+7
| * thunderbolt: Cache adapter specific capability offset into struct portMika Westerberg2019-04-184-10/+13
| * thunderbolt: Properly disable pathMika Westerberg2019-04-182-5/+45
| * thunderbolt: Set sleep bit when suspending switchMika Westerberg2019-04-184-4/+49
| * thunderbolt: Configure lanes when switch is initializedMika Westerberg2019-04-184-0/+136
| * thunderbolt: Move LC specific functionality into a separate fileMika Westerberg2019-04-185-12/+37
| * thunderbolt: Add dummy read after port capability list walk on Light RidgeMika Westerberg2019-04-181-0/+16
| * thunderbolt: Enable TMU access when accessing port space on legacy devicesMika Westerberg2019-04-182-17/+62
| * thunderbolt: Do not allocate switch if depth is greater than 6Mika Westerberg2019-04-183-9/+15
| * thunderbolt: Take domain lock in switch sysfs attribute callbacksMika Westerberg2019-04-182-28/+20
| * thunderbolt: Block reads and writes if switch is unpluggedMika Westerberg2019-04-181-0/+8
| * thunderbolt: Drop duplicated get_switch_at_route()Mika Westerberg2019-04-184-26/+14
| * thunderbolt: Remove unused work field in struct tb_switchMika Westerberg2019-04-181-2/+0
| * thunderbolt: Fix to check the return value of kmemdupAditya Pakki2019-03-281-0/+5
| * thunderbolt: property: Fix a missing check of kzallocKangjie Lu2019-03-281-1/+6
| * thunderbolt: xdomain: Fix to check return value of kmemdupAditya Pakki2019-03-221-6/+9
| * thunderbolt: Fix to check return value of ida_simple_getAditya Pakki2019-03-221-1/+7
| * thunderbolt: Fix to check for kmemdup failureAditya Pakki2019-03-221-6/+16
| * thunderbolt: Fix a missing check of kmemdupKangjie Lu2019-03-201-0/+4
| * thunderbolt: property: Fix a NULL pointer dereferenceKangjie Lu2019-03-201-0/+5