summaryrefslogtreecommitdiffstats
path: root/drivers/thunderbolt
Commit message (Expand)AuthorAgeFilesLines
* thunderbolt: test: split up test cases in tb_test_credit_alloc_allLinus Torvalds2021-09-061-17/+81
* Merge tag 'usb-5.15-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds2021-09-012-17/+57
|\
| * Merge tag 'thunderbolt-for-v5.15-rc1' of git://git.kernel.org/pub/scm/linux/k...Greg Kroah-Hartman2021-08-242-17/+57
| |\
| | * thunderbolt: Fix port linking by checking all adaptersSanjay R Mehta2021-08-091-1/+1
| | * thunderbolt: Do not read control adapter config spaceSanjay R Mehta2021-08-091-5/+8
| | * thunderbolt: Handle ring interrupt by reading interrupt status registerSanjay R Mehta2021-08-091-0/+13
| | * thunderbolt: Add vendor specific NHI quirk for auto-clearing interrupt statusSanjay R Mehta2021-08-091-8/+25
| | * thunderbolt: Add authorized value to the KOBJ_CHANGE ueventRajat Jain2021-08-021-3/+10
* | | Merge 5.14-rc5 into driver-core-nextGreg Kroah-Hartman2021-08-091-14/+1
|\| |
| * | Revert "thunderbolt: Hide authorized attribute if router does not support PCI...Mika Westerberg2021-07-271-14/+1
| |/
* / bus: Make remove callback return voidUwe Kleine-König2021-07-211-3/+1
|/
* 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