summaryrefslogtreecommitdiffstats
path: root/drivers/thunderbolt/switch.c
AgeCommit message (Expand)AuthorLines
2022-05-05thunderbolt: Ignore port locked error in tb_port_wait_for_link_width()Mika Westerberg-3/+10
2022-05-05thunderbolt: Split setting link width and lane bonding into own functionsMika Westerberg-14/+72
2022-05-05thunderbolt: Add debug logging when lane is enabled/disabledMika Westerberg-2/+8
2022-03-04thunderbolt: Do not make DROM read success compulsoryMario Limonciello-4/+2
2022-03-04thunderbolt: Do not resume routers if UID is not setMario Limonciello-0/+4
2022-02-02thunderbolt: Add internal xHCI connect flows for Thunderbolt 3 devicesMika Westerberg-1/+70
2021-12-28thunderbolt: Add module parameter for CLx disablingGil Fine-0/+11
2021-12-28thunderbolt: Enable CL0s for Intel Titan RidgeGil Fine-3/+157
2021-12-22thunderbolt: Implement TMU time disruption for Intel Titan RidgeGil Fine-0/+4
2021-12-22thunderbolt: Move usb4_switch_wait_for_bit() to switch.cGil Fine-0/+34
2021-12-22thunderbolt: Add CL0s support for USB4 routersGil Fine-0/+263
2021-12-07thunderbolt: Add debug logging of DisplayPort resource allocationMika Westerberg-2/+15
2021-12-07thunderbolt: Do not program path HopIDs for USB4 routersMika Westerberg-1/+6
2021-12-07thunderbolt: Do not allow subtracting more NFC credits than configuredMika Westerberg-0/+3
2021-08-24Merge tag 'thunderbolt-for-v5.15-rc1' of git://git.kernel.org/pub/scm/linux/k...Greg Kroah-Hartman-9/+19
2021-08-09thunderbolt: Fix port linking by checking all adaptersSanjay R Mehta-1/+1
2021-08-09thunderbolt: Do not read control adapter config spaceSanjay R Mehta-5/+8
2021-08-02thunderbolt: Add authorized value to the KOBJ_CHANGE ueventRajat Jain-3/+10
2021-07-27Revert "thunderbolt: Hide authorized attribute if router does not support PCI...Mika Westerberg-14/+1
2021-06-01thunderbolt: Allow router NVM authenticate separatelyMika Westerberg-18/+32
2021-06-01thunderbolt: Move nvm_write_ops to tb.hRajmohan Mani-5/+0
2021-06-01thunderbolt: Add support for retimer NVM upgrade when there is no linkRajmohan Mani-16/+32
2021-06-01thunderbolt: Add USB4 port devicesMika Westerberg-2/+15
2021-06-01thunderbolt: Update port credits after bonding is enabled/disabledMika Westerberg-0/+48
2021-06-01thunderbolt: Read router preferred credit allocation informationMika Westerberg-8/+43
2021-06-01thunderbolt: Wait for the lanes to actually bondMika Westerberg-2/+48
2021-06-01thunderbolt: Make tb_port_type() take const parameterMika Westerberg-1/+1
2021-05-31thunderbolt: Add wake from DisplayPortMika Westerberg-1/+2
2021-04-13Merge tag 'thunderbolt-for-v5.13-rc1' of git://git.kernel.org/pub/scm/linux/k...Greg Kroah-Hartman-24/+51
2021-04-09thunderbolt: Hide authorized attribute if router does not support PCIe tunnelsMika Westerberg-1/+14
2021-04-09thunderbolt: Add details to router ueventMika Westerberg-0/+34
2021-03-18thunderbolt: Check quirks in tb_switch_add()Mika Westerberg-0/+2
2021-03-18thunderbolt: Drop unused tb_port_set_initial_credits()Mika Westerberg-22/+0
2021-03-18thunderbolt: Do not pass timeout for tb_cfg_reset()Mika Westerberg-1/+1
2021-03-08thunderbolt: Initialize HopID IDAs in tb_switch_alloc()Mika Westerberg-10/+8
2021-02-04thunderbolt: Add support for PCIe tunneling disabled (SL5)Mika Westerberg-1/+5
2021-02-04thunderbolt: switch: Fix kernel-doc descriptions of non-static functionsMika Westerberg-0/+7
2021-01-28thunderbolt: switch: Fix function name in the headerLee Jones-1/+1
2021-01-28thunderbolt: switch: Demote a bunch of non-conformant kernel-doc headersLee Jones-2/+2
2021-01-15thunderbolt: Add support for de-authorizing devicesMika Westerberg-1/+33
2021-01-11thunderbolt: Start lane initialization after sleepMika Westerberg-1/+26
2021-01-11thunderbolt: Constify static attribute_group structsRikard Falkeborn-1/+1
2020-11-30thunderbolt: Perform USB4 router NVM upgrade in two phasesMika Westerberg-3/+17
2020-11-11thunderbolt: Add functions for enabling and disabling lane bonding on XDomainIsaac Hazan-3/+21
2020-11-11thunderbolt: Add link_speed and link_width to XDomainIsaac Hazan-1/+8
2020-09-30Merge tag 'thunderbolt-for-v5.10-rc1' of git://git.kernel.org/pub/scm/linux/k...Greg Kroah-Hartman-33/+183
2020-09-03thunderbolt: Add debugfs interfaceGil Fine-0/+3
2020-09-03thunderbolt: Introduce tb_port_is_nhi()Mika Westerberg-1/+1
2020-09-03thunderbolt: Add runtime PM for Software CMMika Westerberg-4/+21
2020-09-03thunderbolt: Enable wakes from system suspendMika Westerberg-1/+29