aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/thunderbolt/usb4.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2021-02-04thunderbolt: Add support for native USB4 _OSCMika Westerberg1-3/+8
2020-12-08Merge tag 'thunderbolt-for-v5.11-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/westeri/thunderbolt into usb-nextGreg Kroah-Hartman1-106/+163
2020-11-30thunderbolt: Move constants for USB4 router operations to tb_regs.hMika Westerberg1-12/+0
2020-11-30thunderbolt: Add connection manager specific hooks for USB4 router operationsMika Westerberg1-6/+44
2020-11-30thunderbolt: Pass TX and RX data directly to usb4_switch_op()Mika Westerberg1-37/+48
2020-11-30thunderbolt: Pass metadata directly to usb4_switch_op()Mika Westerberg1-49/+28
2020-11-30thunderbolt: Perform USB4 router NVM upgrade in two phasesMika Westerberg1-17/+58
2020-11-05thunderbolt: Only configure USB4 wake for lane 0 adaptersMika Westerberg1-0/+4
2020-09-03thunderbolt: Enable wakes from system suspendMika Westerberg1-2/+110
2020-09-03thunderbolt: Configure port for XDomainMika Westerberg1-0/+45
2020-09-03thunderbolt: Set port configured for both ends of the linkMika Westerberg1-48/+44
2020-09-03thunderbolt: Configure link after lane bonding is enabledMika Westerberg1-6/+0
2020-07-01thunderbolt: Ensure left shift of 512 does not overflow a 32 bit intColin Ian King1-2/+2
2020-06-22thunderbolt: Implement USB4 port sideband operations for retimer accessRajmohan Mani1-0/+459
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: Implement USB3 bandwidth negotiation routinesMika Westerberg1-0/+341
2020-06-22thunderbolt: Make usb4_switch_map_pcie_down() also return enabled portsMika Westerberg1-1/+1
2020-06-22thunderbolt: Make usb4_switch_map_usb3_down() also return enabled portsMika Westerberg1-1/+1
2020-06-22thunderbolt: Do not tunnel USB3 if link is not USB4Mika Westerberg1-3/+21
2020-04-28thunderbolt: Check return value of tb_sw_read() in usb4_switch_op()Mika Westerberg1-0/+3
2020-02-14thunderbolt: Add missing kernel-doc parameter descriptionsMika Westerberg1-0/+4
2020-01-08thunderbolt: Fix xhci check in usb4_switch_setup()Mika Westerberg1-1/+1
2019-12-18thunderbolt: Add support for USB 3.x tunnelsRajmohan Mani1-1/+41
2019-12-18thunderbolt: Add initial support for USB4Mika Westerberg1-0/+724