| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge tag 'driver-core-5.3-rc1' of git://git.kernel.org/pub/scm/linux/kernel/... | Linus Torvalds | 2019-07-12 | 1 | -2/+2 |
|\ |
|
| * | bus_find_device: Unify the match callback with class_find_device | Suzuki K Poulose | 2019-06-24 | 1 | -2/+2 |
* | | thunderbolt: Implement CIO reset correctly for Titan Ridge | Mika Westerberg | 2019-06-14 | 1 | -60/+74 |
* | | thunderbolt: Make sure device runtime resume completes before taking domain lock | Mika Westerberg | 2019-06-12 | 3 | -13/+93 |
|/ |
|
* | treewide: Add SPDX license identifier - Makefile/Kconfig | Thomas Gleixner | 2019-05-21 | 2 | -0/+2 |
* | treewide: Add SPDX license identifier for more missed files | Thomas Gleixner | 2019-05-21 | 1 | -0/+1 |
* | Merge tag 'char-misc-5.2-rc1-part2' of git://git.kernel.org/pub/scm/linux/ker... | Linus Torvalds | 2019-05-07 | 18 | -669/+2754 |
|\ |
|
| * | thunderbolt: Make priority unsigned in struct tb_path | Nathan Chancellor | 2019-04-25 | 1 | -1/+1 |
| * | thunderbolt: Start firmware on Titan Ridge Apple systems | Mika Westerberg | 2019-04-18 | 1 | -0/+2 |
| * | thunderbolt: Reword output of tb_dump_hop() | Mika Westerberg | 2019-04-18 | 1 | -13/+13 |
| * | thunderbolt: Make rest of the logging to happen at debug level | Mika Westerberg | 2019-04-18 | 6 | -25/+21 |
| * | thunderbolt: Make __TB_[SW|PORT]_PRINT take const parameters | Mika Westerberg | 2019-04-18 | 1 | -3/+3 |
| * | thunderbolt: Add support for XDomain connections | Mika Westerberg | 2019-04-18 | 2 | -8/+188 |
| * | thunderbolt: Make tb_switch_alloc() return ERR_PTR() | Mika Westerberg | 2019-04-18 | 3 | -22/+26 |
| * | thunderbolt: Add support for DMA tunnels | Mika Westerberg | 2019-04-18 | 6 | -5/+149 |
| * | thunderbolt: Add XDomain UUID exchange support | Mika Westerberg | 2019-04-18 | 2 | -10/+137 |
| * | thunderbolt: Run tb_xdp_handle_request() in system workqueue | Mika Westerberg | 2019-04-18 | 2 | -2/+11 |
| * | thunderbolt: Do not tear down tunnels when driver is unloaded | Mika Westerberg | 2019-04-18 | 3 | -18/+6 |
| * | thunderbolt: Add support for Display Port tunnels | Mika Westerberg | 2019-04-18 | 6 | -25/+554 |
| * | thunderbolt: Rework NFC credits handling | Mika Westerberg | 2019-04-18 | 2 | -7/+16 |
| * | thunderbolt: Generalize port finding routines to support all port types | Mika Westerberg | 2019-04-18 | 3 | -18/+34 |
| * | thunderbolt: Scan only valid NULL adapter ports in hotplug | Mika Westerberg | 2019-04-18 | 2 | -4/+11 |
| * | thunderbolt: Add support for full PCIe daisy chains | Mika Westerberg | 2019-04-18 | 2 | -72/+129 |
| * | thunderbolt: Discover preboot PCIe paths the boot firmware established | Mika Westerberg | 2019-04-18 | 6 | -25/+340 |
| * | thunderbolt: Deactivate all paths before restarting them | Mika Westerberg | 2019-04-18 | 1 | -1/+11 |
| * | thunderbolt: Extend tunnel creation to more than 2 adjacent switches | Mika Westerberg | 2019-04-18 | 3 | -68/+163 |
| * | thunderbolt: Add helper function to iterate from one port to another | Mika Westerberg | 2019-04-18 | 2 | -0/+56 |
| * | thunderbolt: Assign remote for both ports in case of dual link | Mika Westerberg | 2019-04-18 | 5 | -52/+73 |
| * | thunderbolt: Add functions for allocating and releasing HopIDs | Mika Westerberg | 2019-04-18 | 3 | -3/+98 |
| * | thunderbolt: Generalize tunnel creation functionality | Mika Westerberg | 2019-04-18 | 6 | -150/+235 |
| * | thunderbolt: Rename tunnel_pci to tunnel | Mika Westerberg | 2019-04-18 | 4 | -7/+7 |
| * | thunderbolt: Cache adapter specific capability offset into struct port | Mika Westerberg | 2019-04-18 | 4 | -10/+13 |
| * | thunderbolt: Properly disable path | Mika Westerberg | 2019-04-18 | 2 | -5/+45 |
| * | thunderbolt: Set sleep bit when suspending switch | Mika Westerberg | 2019-04-18 | 4 | -4/+49 |
| * | thunderbolt: Configure lanes when switch is initialized | Mika Westerberg | 2019-04-18 | 4 | -0/+136 |
| * | thunderbolt: Move LC specific functionality into a separate file | Mika Westerberg | 2019-04-18 | 5 | -12/+37 |
| * | thunderbolt: Add dummy read after port capability list walk on Light Ridge | Mika Westerberg | 2019-04-18 | 1 | -0/+16 |
| * | thunderbolt: Enable TMU access when accessing port space on legacy devices | Mika Westerberg | 2019-04-18 | 2 | -17/+62 |
| * | thunderbolt: Do not allocate switch if depth is greater than 6 | Mika Westerberg | 2019-04-18 | 3 | -9/+15 |
| * | thunderbolt: Take domain lock in switch sysfs attribute callbacks | Mika Westerberg | 2019-04-18 | 2 | -28/+20 |
| * | thunderbolt: Block reads and writes if switch is unplugged | Mika Westerberg | 2019-04-18 | 1 | -0/+8 |
| * | thunderbolt: Drop duplicated get_switch_at_route() | Mika Westerberg | 2019-04-18 | 4 | -26/+14 |
| * | thunderbolt: Remove unused work field in struct tb_switch | Mika Westerberg | 2019-04-18 | 1 | -2/+0 |
| * | thunderbolt: Fix to check the return value of kmemdup | Aditya Pakki | 2019-03-28 | 1 | -0/+5 |
| * | thunderbolt: property: Fix a missing check of kzalloc | Kangjie Lu | 2019-03-28 | 1 | -1/+6 |
| * | thunderbolt: xdomain: Fix to check return value of kmemdup | Aditya Pakki | 2019-03-22 | 1 | -6/+9 |
| * | thunderbolt: Fix to check return value of ida_simple_get | Aditya Pakki | 2019-03-22 | 1 | -1/+7 |
| * | thunderbolt: Fix to check for kmemdup failure | Aditya Pakki | 2019-03-22 | 1 | -6/+16 |
| * | thunderbolt: Fix a missing check of kmemdup | Kangjie Lu | 2019-03-20 | 1 | -0/+4 |
| * | thunderbolt: property: Fix a NULL pointer dereference | Kangjie Lu | 2019-03-20 | 1 | -0/+5 |