summaryrefslogtreecommitdiffstats
path: root/drivers/thunderbolt/switch.c
Commit message (Expand)AuthorAgeFilesLines
* thunderbolt: Do not make DROM read success compulsoryMario Limonciello2022-03-041-4/+2
* thunderbolt: Do not resume routers if UID is not setMario Limonciello2022-03-041-0/+4
* thunderbolt: Add internal xHCI connect flows for Thunderbolt 3 devicesMika Westerberg2022-02-021-1/+70
* thunderbolt: Add module parameter for CLx disablingGil Fine2021-12-281-0/+11
* thunderbolt: Enable CL0s for Intel Titan RidgeGil Fine2021-12-281-3/+157
* thunderbolt: Implement TMU time disruption for Intel Titan RidgeGil Fine2021-12-221-0/+4
* thunderbolt: Move usb4_switch_wait_for_bit() to switch.cGil Fine2021-12-221-0/+34
* thunderbolt: Add CL0s support for USB4 routersGil Fine2021-12-221-0/+263
* thunderbolt: Add debug logging of DisplayPort resource allocationMika Westerberg2021-12-071-2/+15
* thunderbolt: Do not program path HopIDs for USB4 routersMika Westerberg2021-12-071-1/+6
* thunderbolt: Do not allow subtracting more NFC credits than configuredMika Westerberg2021-12-071-0/+3
* Merge tag 'thunderbolt-for-v5.15-rc1' of git://git.kernel.org/pub/scm/linux/k...Greg Kroah-Hartman2021-08-241-9/+19
|\
| * thunderbolt: Fix port linking by checking all adaptersSanjay R Mehta2021-08-091-1/+1
| * thunderbolt: Do not read control adapter config spaceSanjay R Mehta2021-08-091-5/+8
| * thunderbolt: Add authorized value to the KOBJ_CHANGE ueventRajat Jain2021-08-021-3/+10
* | Revert "thunderbolt: Hide authorized attribute if router does not support PCI...Mika Westerberg2021-07-271-14/+1
|/
* thunderbolt: Allow router NVM authenticate separatelyMika Westerberg2021-06-011-18/+32
* thunderbolt: Move nvm_write_ops to tb.hRajmohan Mani2021-06-011-5/+0
* thunderbolt: Add support for retimer NVM upgrade when there is no linkRajmohan Mani2021-06-011-16/+32
* thunderbolt: Add USB4 port devicesMika Westerberg2021-06-011-2/+15
* thunderbolt: Update port credits after bonding is enabled/disabledMika Westerberg2021-06-011-0/+48
* thunderbolt: Read router preferred credit allocation informationMika Westerberg2021-06-011-8/+43
* thunderbolt: Wait for the lanes to actually bondMika Westerberg2021-06-011-2/+48
* thunderbolt: Make tb_port_type() take const parameterMika Westerberg2021-06-011-1/+1
* thunderbolt: Add wake from DisplayPortMika Westerberg2021-05-311-1/+2
* Merge tag 'thunderbolt-for-v5.13-rc1' of git://git.kernel.org/pub/scm/linux/k...Greg Kroah-Hartman2021-04-131-24/+51
|\
| * thunderbolt: Hide authorized attribute if router does not support PCIe tunnelsMika Westerberg2021-04-091-1/+14
| * thunderbolt: Add details to router ueventMika Westerberg2021-04-091-0/+34
| * thunderbolt: Check quirks in tb_switch_add()Mika Westerberg2021-03-181-0/+2
| * thunderbolt: Drop unused tb_port_set_initial_credits()Mika Westerberg2021-03-181-22/+0
| * thunderbolt: Do not pass timeout for tb_cfg_reset()Mika Westerberg2021-03-181-1/+1
* | thunderbolt: Initialize HopID IDAs in tb_switch_alloc()Mika Westerberg2021-03-081-10/+8
|/
* thunderbolt: Add support for PCIe tunneling disabled (SL5)Mika Westerberg2021-02-041-1/+5
* thunderbolt: switch: Fix kernel-doc descriptions of non-static functionsMika Westerberg2021-02-041-0/+7
* thunderbolt: switch: Fix function name in the headerLee Jones2021-01-281-1/+1
* thunderbolt: switch: Demote a bunch of non-conformant kernel-doc headersLee Jones2021-01-281-2/+2
* thunderbolt: Add support for de-authorizing devicesMika Westerberg2021-01-151-1/+33
* thunderbolt: Start lane initialization after sleepMika Westerberg2021-01-111-1/+26
* thunderbolt: Constify static attribute_group structsRikard Falkeborn2021-01-111-1/+1
* thunderbolt: Perform USB4 router NVM upgrade in two phasesMika Westerberg2020-11-301-3/+17
* thunderbolt: Add functions for enabling and disabling lane bonding on XDomainIsaac Hazan2020-11-111-3/+21
* thunderbolt: Add link_speed and link_width to XDomainIsaac Hazan2020-11-111-1/+8
* Merge tag 'thunderbolt-for-v5.10-rc1' of git://git.kernel.org/pub/scm/linux/k...Greg Kroah-Hartman2020-09-301-33/+183
|\
| * thunderbolt: Add debugfs interfaceGil Fine2020-09-031-0/+3
| * thunderbolt: Introduce tb_port_is_nhi()Mika Westerberg2020-09-031-1/+1
| * thunderbolt: Add runtime PM for Software CMMika Westerberg2020-09-031-4/+21
| * thunderbolt: Enable wakes from system suspendMika Westerberg2020-09-031-1/+29
| * thunderbolt: Disable lane 1 for XDomain connectionMika Westerberg2020-09-031-0/+44
| * thunderbolt: Set port configured for both ends of the linkMika Westerberg2020-09-031-6/+27
| * thunderbolt: Configure link after lane bonding is enabledMika Westerberg2020-09-031-13/+42