summaryrefslogtreecommitdiffstats
path: root/drivers/thunderbolt
Commit message (Expand)AuthorAgeFilesLines
* thunderbolt: Add module parameter for CLx disablingGil Fine2021-12-281-0/+11
* thunderbolt: Enable CL0s for Intel Titan RidgeGil Fine2021-12-286-38/+324
* thunderbolt: Rename Intel TB_VSE_CAP_IECS capabilityGil Fine2021-12-221-1/+1
* thunderbolt: Implement TMU time disruption for Intel Titan RidgeGil Fine2021-12-224-7/+23
* thunderbolt: Move usb4_switch_wait_for_bit() to switch.cGil Fine2021-12-223-27/+41
* thunderbolt: Add CL0s support for USB4 routersGil Fine2021-12-225-1/+348
* thunderbolt: Add TMU uni-directional modeGil Fine2021-12-224-52/+264
* thunderbolt: Check return value of kmemdup() in icm_handle_event()Xiaoke Wang2021-12-151-1/+6
* thunderbolt: Do not dereference fwnode in struct deviceAndy Shevchenko2021-12-081-1/+1
* thunderbolt: Add debug logging of DisplayPort resource allocationMika Westerberg2021-12-071-2/+15
* thunderbolt: Do not program path HopIDs for USB4 routersMika Westerberg2021-12-071-1/+6
* thunderbolt: Do not allow subtracting more NFC credits than configuredMika Westerberg2021-12-071-0/+3
* thunderbolt: Runtime resume USB4 port when retimers are scannedMika Westerberg2021-12-071-10/+18
* thunderbolt: Tear down existing tunnels when resuming from hibernateMika Westerberg2021-12-075-47/+104
* thunderbolt: Runtime PM activate both ends of the device linkMika Westerberg2021-12-071-0/+13
* thunderbolt: xdomain: Avoid potential stack OOB readKees Cook2021-12-072-27/+36
* Merge tag 'thunderbolt-for-v5.16-rc1' of git://git.kernel.org/pub/scm/linux/k...Greg Kroah-Hartman2021-10-252-2/+2
|\
| * thunderbolt: Fix -Wrestrict warningArnd Bergmann2021-09-281-1/+1
| * thunderbolt: Enable retry logic for intra-domain control packetsSanjay R Mehta2021-09-271-1/+1
* | thunderbolt: build kunit tests without structleak pluginBrendan Higgins2021-10-061-0/+1
|/
* 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