aboutsummaryrefslogtreecommitdiff
path: root/drivers/thunderbolt/usb4.c
AgeCommit message (Expand)AuthorFilesLines
2023-01-17thunderbolt: Add functions to support DisplayPort bandwidth allocation modeGravatar Mika Westerberg 1-0/+571
2022-11-07thunderbolt: Add wake on connect/disconnect on USB4 portsGravatar Rajat Khandelwal 1-8/+25
2022-10-07Merge tag 'usb-6.1-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Gravatar Linus Torvalds 1-0/+140
2022-09-26thunderbolt: Explicitly enable lane adapter hotplug events at startupGravatar Mario Limonciello 1-0/+20
2022-09-05thunderbolt: Add support for receiver lane marginingGravatar Mika Westerberg 1-0/+120
2022-08-31thunderbolt: Show link type for XDomain connections tooGravatar Mika Westerberg 1-3/+5
2021-12-22thunderbolt: Move usb4_switch_wait_for_bit() to switch.cGravatar Gil Fine 1-27/+5
2021-12-22thunderbolt: Add CL0s support for USB4 routersGravatar Gil Fine 1-0/+20
2021-06-01thunderbolt: Add WRITE_ONLY and AUTHENTICATE_ONLY NVM operations for retimersGravatar Rajmohan Mani 1-2/+13
2021-06-01thunderbolt: Allow router NVM authenticate separatelyGravatar Mika Westerberg 1-2/+11
2021-06-01thunderbolt: Add additional USB4 port operations for retimer accessGravatar Rajmohan Mani 1-0/+69
2021-06-01thunderbolt: Add USB4 port devicesGravatar Mika Westerberg 1-0/+54
2021-06-01thunderbolt: Log the link as TBT instead of TBT3Gravatar Mika Westerberg 1-1/+1
2021-06-01thunderbolt: Read router preferred credit allocation informationGravatar Mika Westerberg 1-0/+155
2021-05-31thunderbolt: Align USB4 router wakes configuration with the CM guideGravatar Mika Westerberg 1-5/+11
2021-05-31thunderbolt: Add wake from DisplayPortGravatar Mika Westerberg 1-2/+4
2021-05-31thunderbolt: Split NVM read/write generic functions out from usb4.cGravatar Mika Westerberg 1-92/+18
2021-05-20thunderbolt: usb4: Fix NVM read buffer bounds and offset issueGravatar Mathias Nyman 1-4/+5
2021-02-04thunderbolt: Add support for native USB4 _OSCGravatar Mika Westerberg 1-3/+8
2020-12-08Merge tag 'thunderbolt-for-v5.11-rc1' of git://git.kernel.org/pub/scm/linux/k...Gravatar Greg Kroah-Hartman 1-106/+163
2020-11-30thunderbolt: Move constants for USB4 router operations to tb_regs.hGravatar Mika Westerberg 1-12/+0
2020-11-30thunderbolt: Add connection manager specific hooks for USB4 router operationsGravatar Mika Westerberg 1-6/+44
2020-11-30thunderbolt: Pass TX and RX data directly to usb4_switch_op()Gravatar Mika Westerberg 1-37/+48
2020-11-30thunderbolt: Pass metadata directly to usb4_switch_op()Gravatar Mika Westerberg 1-49/+28
2020-11-30thunderbolt: Perform USB4 router NVM upgrade in two phasesGravatar Mika Westerberg 1-17/+58
2020-11-05thunderbolt: Only configure USB4 wake for lane 0 adaptersGravatar Mika Westerberg 1-0/+4
2020-09-03thunderbolt: Enable wakes from system suspendGravatar Mika Westerberg 1-2/+110
2020-09-03thunderbolt: Configure port for XDomainGravatar Mika Westerberg 1-0/+45
2020-09-03thunderbolt: Set port configured for both ends of the linkGravatar Mika Westerberg 1-48/+44
2020-09-03thunderbolt: Configure link after lane bonding is enabledGravatar Mika Westerberg 1-6/+0
2020-07-01thunderbolt: Ensure left shift of 512 does not overflow a 32 bit intGravatar Colin Ian King 1-2/+2
2020-06-22thunderbolt: Implement USB4 port sideband operations for retimer accessGravatar Rajmohan Mani 1-0/+459
2020-06-22thunderbolt: Retry USB4 block read operationGravatar Mika Westerberg 1-5/+2
2020-06-22thunderbolt: Generalize usb4_switch_do_[read|write]_data()Gravatar Mika Westerberg 1-18/+21
2020-06-22thunderbolt: Implement USB3 bandwidth negotiation routinesGravatar Mika Westerberg 1-0/+341
2020-06-22thunderbolt: Make usb4_switch_map_pcie_down() also return enabled portsGravatar Mika Westerberg 1-1/+1
2020-06-22thunderbolt: Make usb4_switch_map_usb3_down() also return enabled portsGravatar Mika Westerberg 1-1/+1
2020-06-22thunderbolt: Do not tunnel USB3 if link is not USB4Gravatar Mika Westerberg 1-3/+21
2020-04-28thunderbolt: Check return value of tb_sw_read() in usb4_switch_op()Gravatar Mika Westerberg 1-0/+3
2020-02-14thunderbolt: Add missing kernel-doc parameter descriptionsGravatar Mika Westerberg 1-0/+4
2020-01-08thunderbolt: Fix xhci check in usb4_switch_setup()Gravatar Mika Westerberg 1-1/+1
2019-12-18thunderbolt: Add support for USB 3.x tunnelsGravatar Rajmohan Mani 1-1/+41
2019-12-18thunderbolt: Add initial support for USB4Gravatar Mika Westerberg 1-0/+724