aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/thunderbolt/switch.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2022-10-07Merge tag 'usb-6.1-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usbLinus Torvalds1-226/+223
2022-09-30Merge tag 'thunderbolt-for-v6.1-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/westeri/thunderbolt into usb-nextGreg Kroah-Hartman1-226/+223
2022-09-26thunderbolt: Explicitly enable lane adapter hotplug events at startupMario Limonciello1-0/+24
2022-09-24thunderbolt: Convert to use sysfs_emit()/sysfs_emit_at() APIsAndy Shevchenko1-14/+14
2022-09-22thunderbolt: Explicitly reset plug events delay back to USB4 spec valueMario Limonciello1-0/+1
2022-09-07thunderbolt: Move vendor specific NVM handling into nvm.cSzuying Chen1-92/+34
2022-09-07thunderbolt: Rename and make nvm_read() available for other filesSzuying Chen1-18/+26
2022-09-07thunderbolt: Extend NVM version fields to 32-bitsSzuying Chen1-2/+2
2022-09-05thunderbolt: Add helper to check if CL states are enabled on portMika Westerberg1-0/+28
2022-09-05thunderbolt: Pass CL state bitmask to tb_port_clx_supported()Mika Westerberg1-11/+6
2022-09-05thunderbolt: Move port CL state functions into correct place in switch.cMika Westerberg1-106/+106
2022-08-18thunderbolt: Check router generation before connecting xHCIMika Westerberg1-1/+5
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