summaryrefslogtreecommitdiffstats
path: root/drivers/thunderbolt/switch.c
AgeCommit message (Expand)AuthorLines
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
2020-09-03thunderbolt: Disable lane 1 for XDomain connectionMika Westerberg-0/+44
2020-09-03thunderbolt: Set port configured for both ends of the linkMika Westerberg-6/+27
2020-09-03thunderbolt: Configure link after lane bonding is enabledMika Westerberg-13/+42
2020-09-03thunderbolt: Do not change default USB4 router notification timeoutMika Westerberg-5/+1
2020-09-03thunderbolt: Initialize TMU again on resumeMika Westerberg-0/+4
2020-09-03thunderbolt: Send reset only to first generation routersMika Westerberg-10/+11
2020-09-03thunderbolt: Do not program NFC buffers for USB4 router protocol adaptersMika Westerberg-0/+7
2020-09-01thunderbolt: Use kobj_to_dev() instead of container_of()Tian Tao-1/+1
2020-09-01Merge tag 'thunderbolt-for-v5.9-rc4' of git://git.kernel.org/pub/scm/linux/ke...Greg Kroah-Hartman-0/+1
2020-08-25thunderbolt: Disable ports that are not implementedNikunj A. Dadhania-0/+1
2020-08-23treewide: Use fallthrough pseudo-keywordGustavo A. R. Silva-1/+1
2020-07-01thunderbolt: Add support for authenticate on disconnectMario Limonciello-4/+36
2020-07-01thunderbolt: Add support for separating the flush to SPI and authenticateMario Limonciello-15/+27
2020-06-22thunderbolt: Add support for on-board retimersKranthi Kuntala-0/+3
2020-06-22thunderbolt: Split common NVM functionality into a separate fileMika Westerberg-93/+23
2020-06-22thunderbolt: Add Intel USB-IF ID to the NVM upgrade supported listMika Westerberg-1/+2
2020-06-22thunderbolt: Make tb_port_get_link_speed() available to other filesMika Westerberg-1/+7
2020-06-22thunderbolt: Make tb_next_port_on_path() work with tree topologiesMika Westerberg-5/+12
2020-06-22thunderbolt: NHI can use HopIDs 1-7Mika Westerberg-2/+5