aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/drivers/thunderbolt/usb4.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2024-03-02Merge tag 'thunderbolt-for-v6.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/westeri/thunderbolt into usb-nextGreg Kroah-Hartman1-1/+42
2024-02-16thunderbolt: Log an error if DPTX request is not clearedMika Westerberg1-1/+3
2024-01-29thunderbolt: Fix setting the CNS bit in ROUTER_CS_5Mohammad Rahimi1-1/+1
2024-01-22thunderbolt: Introduce tb_port_reset()Sanath S1-0/+39
2023-12-08thunderbolt: Fix minimum allocated USB 3.x and PCIe bandwidthGil Fine1-5/+5
2023-10-20thunderbolt: Add support for asymmetric linkGil Fine1-0/+106
2023-10-13thunderbolt: Get rid of usb4_usb3_port_actual_link_rate()Mika Westerberg1-29/+0
2023-06-16thunderbolt: Make bandwidth allocation mode function names consistentMika Westerberg1-14/+18
2023-06-16thunderbolt: Add support for enhanced uni-directional TMU modeMika Westerberg1-1/+30
2023-06-16thunderbolt: Move constants related to NVM into nvm.cGil Fine1-5/+6
2023-06-16thunderbolt: Enable USB4 v2 PCIe TLP/DLLP extended encapsulationGil Fine1-0/+31
2023-06-09thunderbolt: Introduce tb_switch_downstream_port()Gil Fine1-5/+4
2023-04-19Merge tag 'thunderbolt-for-v6.4-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/westeri/thunderbolt into usb-nextGreg Kroah-Hartman1-26/+26
2023-04-03thunderbolt: Introduce usb4_port_sb_opcode_err_to_errno() helperAndy Shevchenko1-21/+20
2023-03-29thunderbolt: Make use of SI units from units.hAndy Shevchenko1-2/+3
2023-03-29thunderbolt: Get rid of redundant 'else'Andy Shevchenko1-3/+3
2023-03-13thunderbolt: Use scale field when allocating USB3 bandwidthMika Westerberg1-5/+17
2023-03-13thunderbolt: Limit USB3 bandwidth of certain Intel USB4 host routersGil Fine1-2/+15
2023-03-13thunderbolt: Add missing UNSET_INBOUND_SBTX for retimer accessGil Fine1-0/+14
2023-01-27thunderbolt: Handle bandwidth allocation mode enablement notificationMika Westerberg1-3/+4
2023-01-17thunderbolt: Add functions to support DisplayPort bandwidth allocation modeMika Westerberg1-0/+571
2022-11-07thunderbolt: Add wake on connect/disconnect on USB4 portsRajat Khandelwal1-8/+25
2022-10-07Merge tag 'usb-6.1-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usbLinus Torvalds1-0/+140
2022-09-26thunderbolt: Explicitly enable lane adapter hotplug events at startupMario Limonciello1-0/+20
2022-09-05thunderbolt: Add support for receiver lane marginingMika Westerberg1-0/+120
2022-08-31thunderbolt: Show link type for XDomain connections tooMika Westerberg1-3/+5
2021-12-22thunderbolt: Move usb4_switch_wait_for_bit() to switch.cGil Fine1-27/+5
2021-12-22thunderbolt: Add CL0s support for USB4 routersGil Fine1-0/+20
2021-06-01thunderbolt: Add WRITE_ONLY and AUTHENTICATE_ONLY NVM operations for retimersRajmohan Mani1-2/+13
2021-06-01thunderbolt: Allow router NVM authenticate separatelyMika Westerberg1-2/+11
2021-06-01thunderbolt: Add additional USB4 port operations for retimer accessRajmohan Mani1-0/+69
2021-06-01thunderbolt: Add USB4 port devicesMika Westerberg1-0/+54
2021-06-01thunderbolt: Log the link as TBT instead of TBT3Mika Westerberg1-1/+1
2021-06-01thunderbolt: Read router preferred credit allocation informationMika Westerberg1-0/+155
2021-05-31thunderbolt: Align USB4 router wakes configuration with the CM guideMika Westerberg1-5/+11
2021-05-31thunderbolt: Add wake from DisplayPortMika Westerberg1-2/+4
2021-05-31thunderbolt: Split NVM read/write generic functions out from usb4.cMika Westerberg1-92/+18
2021-05-20thunderbolt: usb4: Fix NVM read buffer bounds and offset issueMathias Nyman1-4/+5
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