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