summaryrefslogtreecommitdiff
path: root/drivers/thunderbolt
AgeCommit message (Expand)AuthorFilesLines
2021-06-01thunderbolt: Add KUnit tests for credit allocationMika Westerberg1-0/+545
2021-06-01thunderbolt: Add quirk for Intel Goshen Ridge DP creditsMika Westerberg1-4/+27
2021-06-01thunderbolt: Allocate credits according to router preferencesMika Westerberg3-74/+346
2021-06-01thunderbolt: Update port credits after bonding is enabled/disabledMika Westerberg3-0/+51
2021-06-01thunderbolt: Read router preferred credit allocation informationMika Westerberg4-8/+221
2021-06-01thunderbolt: Wait for the lanes to actually bondMika Westerberg3-2/+58
2021-06-01thunderbolt: Move nfc_credits field to struct tb_path_hopMika Westerberg3-15/+19
2021-06-01thunderbolt: Make tb_port_type() take const parameterMika Westerberg1-1/+1
2021-05-31thunderbolt: Align USB4 router wakes configuration with the CM guideMika Westerberg1-5/+11
2021-05-31thunderbolt: Add wake from DisplayPortMika Westerberg5-5/+14
2021-05-31thunderbolt: Use generic tb_nvm_[read|write]_data() for Thunderbolt 2/3 devicesMika Westerberg1-79/+15
2021-05-31thunderbolt: Split NVM read/write generic functions out from usb4.cMika Westerberg3-92/+124
2021-05-31thunderbolt: Add self-authenticate support for new dockCrag Wang1-0/+1
2021-05-20thunderbolt: usb4: Fix NVM read buffer bounds and offset issueMathias Nyman1-4/+5
2021-05-20thunderbolt: dma_port: Fix NVM read buffer bounds and offset issueMathias Nyman1-5/+6
2021-04-13Merge tag 'thunderbolt-for-v5.13-rc1' of git://git.kernel.org/pub/scm/linux/k...Greg Kroah-Hartman15-382/+1208
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-30thunderbolt: Fix off by one in tb_port_find_retimer()Dan Carpenter1-1/+1
2021-03-30thunderbolt: Fix a leak in tb_retimer_add()Dan Carpenter1-1/+1
2021-03-23thunderbolt: Unlock on error path in tb_domain_add()Dan Carpenter1-0/+1
2021-03-18thunderbolt: Add support for USB4 DROMMika Westerberg1-24/+80
2021-03-18thunderbolt: Check quirks in tb_switch_add()Mika Westerberg2-1/+2
2021-03-18thunderbolt: Add KUnit tests for DMA tunnelsMika Westerberg1-0/+240
2021-03-18thunderbolt: Add KUnit tests for XDomain propertiesMika Westerberg1-0/+252
2021-03-18thunderbolt: Allow multiple DMA tunnels over a single XDomain connectionMika Westerberg8-102/+282
2021-03-18thunderbolt: Drop unused tb_port_set_initial_credits()Mika Westerberg2-23/+0
2021-03-18thunderbolt: Use dedicated flow control for DMA tunnelsMika Westerberg1-16/+4
2021-03-18thunderbolt: Add support for maxhopid XDomain propertyMika Westerberg1-89/+117
2021-03-18thunderbolt: Add tb_property_copy_dir()Mika Westerberg1-0/+71
2021-03-18thunderbolt: Align XDomain protocol timeouts with the specMika Westerberg1-2/+2
2021-03-18thunderbolt: Use pseudo-random number as initial property block generationMika Westerberg1-0/+2
2021-03-18thunderbolt: Do not re-establish XDomain DMA paths automaticallyMika Westerberg1-33/+2
2021-03-18thunderbolt: Add more logging to XDomain connectionsMika Westerberg1-3/+31
2021-03-18thunderbolt: Decrease control channel timeout for software connection managerMika Westerberg6-45/+49
2021-03-18thunderbolt: Do not pass timeout for tb_cfg_reset()Mika Westerberg3-7/+4
2021-03-18thunderbolt: Disable retry logic for intra-domain control packetsMika Westerberg1-1/+1
2021-03-12thunderbolt: debugfs: Show all accessible dwordsGil Fine1-5/+3
2021-03-08thunderbolt: Increase runtime PM reference count on DP tunnel discoveryMika Westerberg1-0/+4
2021-03-08thunderbolt: Initialize HopID IDAs in tb_switch_alloc()Mika Westerberg1-10/+8
2021-03-08thunderbolt: Drop unused functions tb_switch_is_[ice|tiger]_lake()Gil Fine1-26/+0
2021-03-08thunderbolt: debugfs: Handle fail reading blockGil Fine1-13/+26
2021-02-09Merge tag 'thunderbolt-for-v5.12-rc1' of git://git.kernel.org/pub/scm/linux/k...Greg Kroah-Hartman18-65/+424
2021-02-04thunderbolt: Add support for native USB4 _OSCMika Westerberg7-12/+134
2021-02-04thunderbolt: Allow disabling XDomain protocolMika Westerberg5-3/+20
2021-02-04thunderbolt: Add support for PCIe tunneling disabled (SL5)Mika Westerberg2-2/+16
2021-02-04thunderbolt: dma_test: Drop unnecessary includeMika Westerberg1-1/+0
2021-02-04thunderbolt: Add clarifying comments about USB4 terms router and adapterMika Westerberg1-0/+5
2021-02-04thunderbolt: switch: Fix kernel-doc descriptions of non-static functionsMika Westerberg1-0/+7
2021-02-04thunderbolt: nhi: Fix kernel-doc descriptions of non-static functionsMika Westerberg1-0/+2