summaryrefslogtreecommitdiffstats
path: root/drivers/thunderbolt
Commit message (Expand)AuthorAgeFilesLines
* thunderbolt: merge fix for kunix_resource changesStephen Rothwell2020-08-091-2/+2
* thunderbolt: Fix old style declaration warningWei Yongjun2020-07-021-1/+1
* thunderbolt: Add support for authenticate on disconnectMario Limonciello2020-07-017-5/+104
* thunderbolt: Add support for separating the flush to SPI and authenticateMario Limonciello2020-07-013-15/+30
* thunderbolt: Ensure left shift of 512 does not overflow a 32 bit intColin Ian King2020-07-011-2/+2
* thunderbolt: Add support for on-board retimersKranthi Kuntala2020-06-226-1/+539
* thunderbolt: Implement USB4 port sideband operations for retimer accessRajmohan Mani2020-06-224-0/+516
* thunderbolt: Retry USB4 block read operationMika Westerberg2020-06-221-5/+2
* thunderbolt: Generalize usb4_switch_do_[read|write]_data()Mika Westerberg2020-06-221-18/+21
* thunderbolt: Split common NVM functionality into a separate fileMika Westerberg2020-06-225-99/+220
* thunderbolt: Add Intel USB-IF ID to the NVM upgrade supported listMika Westerberg2020-06-221-1/+2
* thunderbolt: Add KUnit tests for tunnelingMika Westerberg2020-06-221-0/+398
* thunderbolt: Add USB3 bandwidth managementMika Westerberg2020-06-225-111/+532
* thunderbolt: Make tb_port_get_link_speed() available to other filesMika Westerberg2020-06-222-1/+9
* thunderbolt: Implement USB3 bandwidth negotiation routinesMika Westerberg2020-06-223-0/+369
* thunderbolt: Increase DP DPRX wait timeoutMika Westerberg2020-06-221-1/+1
* thunderbolt: Report consumed bandwidth in both directionsMika Westerberg2020-06-223-15/+47
* thunderbolt: Make usb4_switch_map_pcie_down() also return enabled portsMika Westerberg2020-06-222-2/+2
* thunderbolt: Make usb4_switch_map_usb3_down() also return enabled portsMika Westerberg2020-06-222-12/+4
* thunderbolt: Do not tunnel USB3 if link is not USB4Mika Westerberg2020-06-224-3/+27
* thunderbolt: Add DP IN resources for all routersMika Westerberg2020-06-221-4/+46
* thunderbolt: Add KUnit tests for path walkingMika Westerberg2020-06-223-0/+1235
* thunderbolt: Increase path length in discoveryMika Westerberg2020-06-221-1/+5
* thunderbolt: Handle incomplete PCIe/USB3 paths correctly in discoveryMika Westerberg2020-06-221-4/+6
* thunderbolt: Check that both ports are reachable when allocating pathMika Westerberg2020-06-221-2/+13
* thunderbolt: Make tb_path_alloc() work with tree topologiesMika Westerberg2020-06-222-6/+18
* thunderbolt: Make tb_next_port_on_path() work with tree topologiesMika Westerberg2020-06-221-5/+12
* thunderbolt: Fix path indices used in USB3 tunnel discoveryMika Westerberg2020-06-221-6/+6
* thunderbolt: Get rid of E2E workaroundMika Westerberg2020-06-221-24/+2
* thunderbolt: NHI can use HopIDs 1-7Mika Westerberg2020-06-221-2/+5
* thunderbolt: No need to warn if NHI hop_count != 12 or hop_count != 32Mika Westerberg2020-06-221-3/+1
* thunderbolt: Build initial XDomain property block upon first connectMika Westerberg2020-06-221-40/+54
* thunderbolt: Improve USB4 config symbol help textGeert Uytterhoeven2020-06-151-2/+2
* Merge tag 'usb-5.8-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds2020-06-075-8/+29
|\
| * Merge tag 'thunderbolt-for-v5.8' of git://git.kernel.org/pub/scm/linux/kernel...Greg Kroah-Hartman2020-05-265-8/+29
| |\
| | * thunderbolt: Add trivial .shutdownMaxim Levitsky2020-05-251-0/+1
| | * thunderbolt: Update Kconfig to allow building on other architectures.David Manouchehri2020-05-131-1/+0
| | * thunderbolt: Add support for Intel Tiger LakeMika Westerberg2020-04-233-0/+28
| | * Revert "thunderbolt: Prevent crash if non-active NVMem file is read"Nicholas Johnson2020-04-161-7/+0
* | | Merge tag 'pci-v5.8-changes' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2020-06-061-2/+2
|\ \ \ | |/ / |/| |
| * | PCI: Unify pcie_find_root_port() and pci_find_pcie_root_port()Yicong Yang2020-05-141-2/+2
| |/
* / thunderbolt: Check return value of tb_sw_read() in usb4_switch_op()Mika Westerberg2020-04-281-0/+3
|/
* Merge 5.6-rc7 into usb-nextGreg Kroah-Hartman2020-03-231-1/+1
|\
| * thunderbolt: Fix error code in tb_port_is_width_supported()Dan Carpenter2020-03-041-1/+1
* | Merge tag 'thunderbolt-for-v5.7' of git://git.kernel.org/pub/scm/linux/kernel...Greg Kroah-Hartman2020-03-173-4/+4
|\ \
| * | thunderbolt: Use scnprintf() for avoiding potential buffer overflowTakashi Iwai2020-03-121-2/+2
| * | thunderbolt: icm: Replace zero-length array with flexible-array memberGustavo A. R. Silva2020-02-141-1/+1
| * | thunderbolt: eeprom: Replace zero-length array with flexible-array memberGustavo A. R. Silva2020-02-141-1/+1
* | | Merge 5.6-rc3 into usb-nextGreg Kroah-Hartman2020-02-241-0/+7
|\ \ \ | | |/ | |/|
| * | thunderbolt: Prevent crash if non-active NVMem file is readMika Westerberg2020-02-131-0/+7
| |/