summaryrefslogtreecommitdiffstats
path: root/drivers/thunderbolt/usb4.c
Commit message (Expand)AuthorAgeFilesLines
* thunderbolt: Make bandwidth allocation mode function names consistentMika Westerberg2023-06-161-14/+18
* thunderbolt: Add support for enhanced uni-directional TMU modeMika Westerberg2023-06-161-1/+30
* thunderbolt: Move constants related to NVM into nvm.cGil Fine2023-06-161-5/+6
* thunderbolt: Enable USB4 v2 PCIe TLP/DLLP extended encapsulationGil Fine2023-06-161-0/+31
* thunderbolt: Introduce tb_switch_downstream_port()Gil Fine2023-06-091-5/+4
* Merge tag 'thunderbolt-for-v6.4-rc1' of git://git.kernel.org/pub/scm/linux/ke...Greg Kroah-Hartman2023-04-191-26/+26
|\
| * thunderbolt: Introduce usb4_port_sb_opcode_err_to_errno() helperAndy Shevchenko2023-04-031-21/+20
| * thunderbolt: Make use of SI units from units.hAndy Shevchenko2023-03-291-2/+3
| * thunderbolt: Get rid of redundant 'else'Andy Shevchenko2023-03-291-3/+3
* | thunderbolt: Use scale field when allocating USB3 bandwidthMika Westerberg2023-03-131-5/+17
* | thunderbolt: Limit USB3 bandwidth of certain Intel USB4 host routersGil Fine2023-03-131-2/+15
* | thunderbolt: Add missing UNSET_INBOUND_SBTX for retimer accessGil Fine2023-03-131-0/+14
|/
* thunderbolt: Handle bandwidth allocation mode enablement notificationMika Westerberg2023-01-271-3/+4
* thunderbolt: Add functions to support DisplayPort bandwidth allocation modeMika Westerberg2023-01-171-0/+571
* thunderbolt: Add wake on connect/disconnect on USB4 portsRajat Khandelwal2022-11-071-8/+25
* Merge tag 'usb-6.1-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds2022-10-071-0/+140
|\
| * thunderbolt: Explicitly enable lane adapter hotplug events at startupMario Limonciello2022-09-261-0/+20
| * thunderbolt: Add support for receiver lane marginingMika Westerberg2022-09-051-0/+120
* | thunderbolt: Show link type for XDomain connections tooMika Westerberg2022-08-311-3/+5
|/
* thunderbolt: Move usb4_switch_wait_for_bit() to switch.cGil Fine2021-12-221-27/+5
* thunderbolt: Add CL0s support for USB4 routersGil Fine2021-12-221-0/+20
* thunderbolt: Add WRITE_ONLY and AUTHENTICATE_ONLY NVM operations for retimersRajmohan Mani2021-06-011-2/+13
* thunderbolt: Allow router NVM authenticate separatelyMika Westerberg2021-06-011-2/+11
* thunderbolt: Add additional USB4 port operations for retimer accessRajmohan Mani2021-06-011-0/+69
* thunderbolt: Add USB4 port devicesMika Westerberg2021-06-011-0/+54
* thunderbolt: Log the link as TBT instead of TBT3Mika Westerberg2021-06-011-1/+1
* thunderbolt: Read router preferred credit allocation informationMika Westerberg2021-06-011-0/+155
* thunderbolt: Align USB4 router wakes configuration with the CM guideMika Westerberg2021-05-311-5/+11
* thunderbolt: Add wake from DisplayPortMika Westerberg2021-05-311-2/+4
* thunderbolt: Split NVM read/write generic functions out from usb4.cMika Westerberg2021-05-311-92/+18
* thunderbolt: usb4: Fix NVM read buffer bounds and offset issueMathias Nyman2021-05-201-4/+5
* thunderbolt: Add support for native USB4 _OSCMika Westerberg2021-02-041-3/+8
* Merge tag 'thunderbolt-for-v5.11-rc1' of git://git.kernel.org/pub/scm/linux/k...Greg Kroah-Hartman2020-12-081-106/+163
|\
| * thunderbolt: Move constants for USB4 router operations to tb_regs.hMika Westerberg2020-11-301-12/+0
| * thunderbolt: Add connection manager specific hooks for USB4 router operationsMika Westerberg2020-11-301-6/+44
| * thunderbolt: Pass TX and RX data directly to usb4_switch_op()Mika Westerberg2020-11-301-37/+48
| * thunderbolt: Pass metadata directly to usb4_switch_op()Mika Westerberg2020-11-301-49/+28
| * thunderbolt: Perform USB4 router NVM upgrade in two phasesMika Westerberg2020-11-301-17/+58
* | thunderbolt: Only configure USB4 wake for lane 0 adaptersMika Westerberg2020-11-051-0/+4
|/
* thunderbolt: Enable wakes from system suspendMika Westerberg2020-09-031-2/+110
* thunderbolt: Configure port for XDomainMika Westerberg2020-09-031-0/+45
* thunderbolt: Set port configured for both ends of the linkMika Westerberg2020-09-031-48/+44
* thunderbolt: Configure link after lane bonding is enabledMika Westerberg2020-09-031-6/+0
* thunderbolt: Ensure left shift of 512 does not overflow a 32 bit intColin Ian King2020-07-011-2/+2
* thunderbolt: Implement USB4 port sideband operations for retimer accessRajmohan Mani2020-06-221-0/+459
* thunderbolt: Retry USB4 block read operationMika Westerberg2020-06-221-5/+2
* thunderbolt: Generalize usb4_switch_do_[read|write]_data()Mika Westerberg2020-06-221-18/+21
* thunderbolt: Implement USB3 bandwidth negotiation routinesMika Westerberg2020-06-221-0/+341
* thunderbolt: Make usb4_switch_map_pcie_down() also return enabled portsMika Westerberg2020-06-221-1/+1
* thunderbolt: Make usb4_switch_map_usb3_down() also return enabled portsMika Westerberg2020-06-221-1/+1