summaryrefslogtreecommitdiffstats
path: root/drivers/thunderbolt
AgeCommit message (Expand)AuthorFilesLines
2020-09-03thunderbolt: Create device links from ACPI descriptionMika Westerberg4-0/+126
2020-09-03PCI / thunderbolt: Switch to use device links instead of PCI quirkMika Westerberg1-0/+66
2020-09-03thunderbolt: Enable wakes from system suspendMika Westerberg7-3/+231
2020-09-03thunderbolt: Disable lane 1 for XDomain connectionMika Westerberg4-0/+55
2020-09-03thunderbolt: Configure port for XDomainMika Westerberg5-4/+134
2020-09-03thunderbolt: Set port configured for both ends of the linkMika Westerberg4-94/+87
2020-09-03thunderbolt: Configure link after lane bonding is enabledMika Westerberg5-25/+49
2020-09-03thunderbolt: Do not change default USB4 router notification timeoutMika Westerberg1-5/+1
2020-09-03thunderbolt: Initialize TMU again on resumeMika Westerberg1-0/+4
2020-09-03thunderbolt: Tear down DP tunnels when suspendingMika Westerberg1-0/+24
2020-09-03thunderbolt: Send reset only to first generation routersMika Westerberg3-12/+13
2020-09-03thunderbolt: No need to log an error if tb_switch_lane_bonding_enable() failsMika Westerberg1-4/+2
2020-09-03thunderbolt: Do not program NFC buffers for USB4 router protocol adaptersMika Westerberg1-0/+7
2020-09-03thunderbolt: Use bit 31 to check if Firmware CM is running in Tiger LakeMika Westerberg1-1/+4
2020-09-03thunderbolt: Software CM only should set force power in Tiger LakeMika Westerberg1-9/+16
2020-09-03thunderbolt: Optimize NHI LC mailbox command processingRajmohan Mani1-1/+1
2020-09-03thunderbolt: Optimize Force Power logicRajmohan Mani1-2/+2
2020-09-01thunderbolt: Use kobj_to_dev() instead of container_of()Tian Tao2-2/+2
2020-09-01Merge tag 'thunderbolt-for-v5.9-rc4' of git://git.kernel.org/pub/scm/linux/ke...Greg Kroah-Hartman3-3/+12
2020-08-25thunderbolt: Use maximum USB3 link rate when reclaiming if link is not upMika Westerberg1-2/+10
2020-08-25thunderbolt: Disable ports that are not implementedNikunj A. Dadhania2-1/+2
2020-08-23treewide: Use fallthrough pseudo-keywordGustavo A. R. Silva3-4/+4
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