summaryrefslogtreecommitdiff
path: root/drivers/thunderbolt
AgeCommit message (Expand)AuthorFilesLines
2020-08-09thunderbolt: merge fix for kunix_resource changesStephen Rothwell1-2/+2
2020-07-02thunderbolt: Fix old style declaration warningWei Yongjun1-1/+1
2020-07-01thunderbolt: Add support for authenticate on disconnectMario Limonciello7-5/+104
2020-07-01thunderbolt: Add support for separating the flush to SPI and authenticateMario Limonciello3-15/+30
2020-07-01thunderbolt: Ensure left shift of 512 does not overflow a 32 bit intColin Ian King1-2/+2
2020-06-22thunderbolt: Add support for on-board retimersKranthi Kuntala6-1/+539
2020-06-22thunderbolt: Implement USB4 port sideband operations for retimer accessRajmohan Mani4-0/+516
2020-06-22thunderbolt: Retry USB4 block read operationMika Westerberg1-5/+2
2020-06-22thunderbolt: Generalize usb4_switch_do_[read|write]_data()Mika Westerberg1-18/+21
2020-06-22thunderbolt: Split common NVM functionality into a separate fileMika Westerberg5-99/+220
2020-06-22thunderbolt: Add Intel USB-IF ID to the NVM upgrade supported listMika Westerberg1-1/+2
2020-06-22thunderbolt: Add KUnit tests for tunnelingMika Westerberg1-0/+398
2020-06-22thunderbolt: Add USB3 bandwidth managementMika Westerberg5-111/+532
2020-06-22thunderbolt: Make tb_port_get_link_speed() available to other filesMika Westerberg2-1/+9
2020-06-22thunderbolt: Implement USB3 bandwidth negotiation routinesMika Westerberg3-0/+369
2020-06-22thunderbolt: Increase DP DPRX wait timeoutMika Westerberg1-1/+1
2020-06-22thunderbolt: Report consumed bandwidth in both directionsMika Westerberg3-15/+47
2020-06-22thunderbolt: Make usb4_switch_map_pcie_down() also return enabled portsMika Westerberg2-2/+2
2020-06-22thunderbolt: Make usb4_switch_map_usb3_down() also return enabled portsMika Westerberg2-12/+4
2020-06-22thunderbolt: Do not tunnel USB3 if link is not USB4Mika Westerberg4-3/+27
2020-06-22thunderbolt: Add DP IN resources for all routersMika Westerberg1-4/+46
2020-06-22thunderbolt: Add KUnit tests for path walkingMika Westerberg3-0/+1235
2020-06-22thunderbolt: Increase path length in discoveryMika Westerberg1-1/+5
2020-06-22thunderbolt: Handle incomplete PCIe/USB3 paths correctly in discoveryMika Westerberg1-4/+6
2020-06-22thunderbolt: Check that both ports are reachable when allocating pathMika Westerberg1-2/+13
2020-06-22thunderbolt: Make tb_path_alloc() work with tree topologiesMika Westerberg2-6/+18
2020-06-22thunderbolt: Make tb_next_port_on_path() work with tree topologiesMika Westerberg1-5/+12
2020-06-22thunderbolt: Fix path indices used in USB3 tunnel discoveryMika Westerberg1-6/+6
2020-06-22thunderbolt: Get rid of E2E workaroundMika Westerberg1-24/+2
2020-06-22thunderbolt: NHI can use HopIDs 1-7Mika Westerberg1-2/+5
2020-06-22thunderbolt: No need to warn if NHI hop_count != 12 or hop_count != 32Mika Westerberg1-3/+1
2020-06-22thunderbolt: Build initial XDomain property block upon first connectMika Westerberg1-40/+54
2020-06-15thunderbolt: Improve USB4 config symbol help textGeert Uytterhoeven1-2/+2
2020-06-07Merge tag 'usb-5.8-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds5-8/+29
2020-06-06Merge tag 'pci-v5.8-changes' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds1-2/+2
2020-05-26Merge tag 'thunderbolt-for-v5.8' of git://git.kernel.org/pub/scm/linux/kernel...Greg Kroah-Hartman5-8/+29
2020-05-25thunderbolt: Add trivial .shutdownMaxim Levitsky1-0/+1
2020-05-14PCI: Unify pcie_find_root_port() and pci_find_pcie_root_port()Yicong Yang1-2/+2
2020-05-13thunderbolt: Update Kconfig to allow building on other architectures.David Manouchehri1-1/+0
2020-04-28thunderbolt: Check return value of tb_sw_read() in usb4_switch_op()Mika Westerberg1-0/+3
2020-04-23thunderbolt: Add support for Intel Tiger LakeMika Westerberg3-0/+28
2020-04-16Revert "thunderbolt: Prevent crash if non-active NVMem file is read"Nicholas Johnson1-7/+0
2020-03-23Merge 5.6-rc7 into usb-nextGreg Kroah-Hartman1-1/+1
2020-03-17Merge tag 'thunderbolt-for-v5.7' of git://git.kernel.org/pub/scm/linux/kernel...Greg Kroah-Hartman3-4/+4
2020-03-12thunderbolt: Use scnprintf() for avoiding potential buffer overflowTakashi Iwai1-2/+2
2020-03-04thunderbolt: Fix error code in tb_port_is_width_supported()Dan Carpenter1-1/+1
2020-02-24Merge 5.6-rc3 into usb-nextGreg Kroah-Hartman1-0/+7
2020-02-14thunderbolt: Add missing kernel-doc parameter descriptionsMika Westerberg1-0/+4
2020-02-14thunderbolt: icm: Replace zero-length array with flexible-array memberGustavo A. R. Silva1-1/+1
2020-02-14thunderbolt: eeprom: Replace zero-length array with flexible-array memberGustavo A. R. Silva1-1/+1