summaryrefslogtreecommitdiffstats
path: root/drivers/thunderbolt
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'usb-5.14-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds2021-07-0524-439/+2384
|\
| * thunderbolt: Fix DROM handling for USB4 DROMGil Fine2021-06-151-8/+11
| * thunderbolt: Add support for Intel Alder LakeAzhar Shaikh2021-06-113-0/+8
| * thunderbolt: No need to include <linux/acpi.h> in usb4_port.cMika Westerberg2021-06-111-1/+0
| * thunderbolt: Poll 10ms for REG_FW_STS_NVM_AUTH_DONE to be setGil Fine2021-06-111-7/+11
| * thunderbolt: Add device links only when software connection manager is usedMika Westerberg2021-06-112-67/+67
| * thunderbolt: Bond lanes only when dual_link_port != NULL in alloc_dev_default()Mika Westerberg2021-06-111-11/+11
| * thunderbolt: Check for NVM authentication status after the operation startedMika Westerberg2021-06-011-1/+19
| * thunderbolt: Add WRITE_ONLY and AUTHENTICATE_ONLY NVM operations for retimersRajmohan Mani2021-06-013-16/+52
| * thunderbolt: Allow router NVM authenticate separatelyMika Westerberg2021-06-013-20/+45
| * thunderbolt: Move nvm_write_ops to tb.hRajmohan Mani2021-06-012-5/+5
| * thunderbolt: Add support for retimer NVM upgrade when there is no linkRajmohan Mani2021-06-015-28/+222
| * thunderbolt: Add additional USB4 port operations for retimer accessRajmohan Mani2021-06-013-0/+74
| * thunderbolt: Add support for ACPI _DSM to power on/off retimersRajmohan Mani2021-06-013-3/+225
| * thunderbolt: Add USB4 port devicesMika Westerberg2021-06-016-8/+222
| * thunderbolt: Log the link as TBT instead of TBT3Mika Westerberg2021-06-011-1/+1
| * thunderbolt: Add KUnit tests for credit allocationMika Westerberg2021-06-011-0/+545
| * thunderbolt: Add quirk for Intel Goshen Ridge DP creditsMika Westerberg2021-06-011-4/+27
| * thunderbolt: Allocate credits according to router preferencesMika Westerberg2021-06-013-74/+346
| * thunderbolt: Update port credits after bonding is enabled/disabledMika Westerberg2021-06-013-0/+51
| * thunderbolt: Read router preferred credit allocation informationMika Westerberg2021-06-014-8/+221
| * thunderbolt: Wait for the lanes to actually bondMika Westerberg2021-06-013-2/+58
| * thunderbolt: Move nfc_credits field to struct tb_path_hopMika Westerberg2021-06-013-15/+19
| * thunderbolt: Make tb_port_type() take const parameterMika Westerberg2021-06-011-1/+1
| * thunderbolt: Align USB4 router wakes configuration with the CM guideMika Westerberg2021-05-311-5/+11
| * thunderbolt: Add wake from DisplayPortMika Westerberg2021-05-315-5/+14
| * thunderbolt: Use generic tb_nvm_[read|write]_data() for Thunderbolt 2/3 devicesMika Westerberg2021-05-311-79/+15
| * thunderbolt: Split NVM read/write generic functions out from usb4.cMika Westerberg2021-05-313-92/+124
| * thunderbolt: Add self-authenticate support for new dockCrag Wang2021-05-311-0/+1
* | Merge tag 'linux-kselftest-kunit-fixes-5.14-rc1' of git://git.kernel.org/pub/...Linus Torvalds2021-07-021-43/+43
|\ \ | |/ |/|
| * thunderbolt: test: Reinstate a few casts of bitfieldsDavid Gow2021-06-251-22/+44
| * thunderbolt: test: Remove some casts which are no longer requiredDavid Gow2021-06-231-87/+65
* | thunderbolt: usb4: Fix NVM read buffer bounds and offset issueMathias Nyman2021-05-201-4/+5
* | thunderbolt: dma_port: Fix NVM read buffer bounds and offset issueMathias Nyman2021-05-201-5/+6
|/
* Merge tag 'thunderbolt-for-v5.13-rc1' of git://git.kernel.org/pub/scm/linux/k...Greg Kroah-Hartman2021-04-1315-382/+1208
|\
| * thunderbolt: Hide authorized attribute if router does not support PCIe tunnelsMika Westerberg2021-04-091-1/+14
| * thunderbolt: Add details to router ueventMika Westerberg2021-04-091-0/+34
| * thunderbolt: Unlock on error path in tb_domain_add()Dan Carpenter2021-03-231-0/+1
| * thunderbolt: Add support for USB4 DROMMika Westerberg2021-03-181-24/+80
| * thunderbolt: Check quirks in tb_switch_add()Mika Westerberg2021-03-182-1/+2
| * thunderbolt: Add KUnit tests for DMA tunnelsMika Westerberg2021-03-181-0/+240
| * thunderbolt: Add KUnit tests for XDomain propertiesMika Westerberg2021-03-181-0/+252
| * thunderbolt: Allow multiple DMA tunnels over a single XDomain connectionMika Westerberg2021-03-188-102/+282
| * thunderbolt: Drop unused tb_port_set_initial_credits()Mika Westerberg2021-03-182-23/+0
| * thunderbolt: Use dedicated flow control for DMA tunnelsMika Westerberg2021-03-181-16/+4
| * thunderbolt: Add support for maxhopid XDomain propertyMika Westerberg2021-03-181-89/+117
| * thunderbolt: Add tb_property_copy_dir()Mika Westerberg2021-03-181-0/+71
| * thunderbolt: Align XDomain protocol timeouts with the specMika Westerberg2021-03-181-2/+2
| * thunderbolt: Use pseudo-random number as initial property block generationMika Westerberg2021-03-181-0/+2
| * thunderbolt: Do not re-establish XDomain DMA paths automaticallyMika Westerberg2021-03-181-33/+2