summaryrefslogtreecommitdiff
path: root/drivers/thunderbolt
AgeCommit message (Expand)AuthorFilesLines
2023-06-21thunderbolt: Mask ring interrupt on Intel hardware as wellMika Westerberg1-3/+8
2023-06-21thunderbolt: dma_test: Use correct value for absent rings when creating pathsMika Westerberg1-4/+4
2023-05-24thunderbolt: Clear registers properly when auto clear isn't in useMario Limonciello2-5/+26
2023-03-30thunderbolt: Rename shadowed variables bit to interrupt_bit and auto_clear_bitTom Rix1-8/+9
2023-03-30thunderbolt: Use const qualifier for `ring_interrupt_index`Mario Limonciello1-1/+1
2023-03-30thunderbolt: Add missing UNSET_INBOUND_SBTX for retimer accessGil Fine4-2/+37
2023-03-30thunderbolt: Disable interrupt auto clear for ringsMario Limonciello2-17/+29
2023-03-30thunderbolt: Call tb_check_quirks() after initializing adaptersMika Westerberg1-2/+2
2023-03-30thunderbolt: Use scale field when allocating USB3 bandwidthMika Westerberg1-5/+17
2023-01-24thunderbolt: Use correct function to calculate maximum USB3 link rateMika Westerberg1-1/+1
2022-11-16thunderbolt: Add DP OUT resource when DP tunnel is discoveredSanjay R Mehta1-0/+28
2022-11-16thunderbolt: Tear down existing tunnels when resuming from hibernateMika Westerberg5-47/+104
2022-10-26thunderbolt: Add back Intel Falcon Ridge end-to-end flow control workaroundMika Westerberg1-7/+42
2022-10-26thunderbolt: Explicitly enable lane adapter hotplug events at startupMario Limonciello4-0/+46
2022-10-05thunderbolt: Explicitly reset plug events delay back to USB4 spec valueMario Limonciello1-0/+1
2022-09-28thunderbolt: Add support for Intel Maple Ridge single port controllerGil Fine2-0/+2
2022-09-08thunderbolt: Use the actual buffer in tb_async_error()Mika Westerberg1-1/+1
2022-06-14thunderbolt: Use different lane for second DisplayPort tunnelMika Westerberg4-17/+33
2022-01-27thunderbolt: Runtime PM activate both ends of the device linkMika Westerberg1-0/+13
2021-10-06thunderbolt: build kunit tests without structleak pluginBrendan Higgins1-0/+1
2021-09-06thunderbolt: test: split up test cases in tb_test_credit_alloc_allLinus Torvalds1-17/+81
2021-09-01Merge tag 'usb-5.15-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds2-17/+57
2021-08-24Merge tag 'thunderbolt-for-v5.15-rc1' of git://git.kernel.org/pub/scm/linux/k...Greg Kroah-Hartman2-17/+57
2021-08-09thunderbolt: Fix port linking by checking all adaptersSanjay R Mehta1-1/+1
2021-08-09thunderbolt: Do not read control adapter config spaceSanjay R Mehta1-5/+8
2021-08-09thunderbolt: Handle ring interrupt by reading interrupt status registerSanjay R Mehta1-0/+13
2021-08-09thunderbolt: Add vendor specific NHI quirk for auto-clearing interrupt statusSanjay R Mehta1-8/+25
2021-08-09Merge 5.14-rc5 into driver-core-nextGreg Kroah-Hartman1-14/+1
2021-08-02thunderbolt: Add authorized value to the KOBJ_CHANGE ueventRajat Jain1-3/+10
2021-07-27Revert "thunderbolt: Hide authorized attribute if router does not support PCI...Mika Westerberg1-14/+1
2021-07-21bus: Make remove callback return voidUwe Kleine-König1-3/+1
2021-07-05Merge tag 'usb-5.14-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds24-439/+2384
2021-07-02Merge tag 'linux-kselftest-kunit-fixes-5.14-rc1' of git://git.kernel.org/pub/...Linus Torvalds1-43/+43
2021-06-25thunderbolt: test: Reinstate a few casts of bitfieldsDavid Gow1-22/+44
2021-06-23thunderbolt: test: Remove some casts which are no longer requiredDavid Gow1-87/+65
2021-06-15thunderbolt: Fix DROM handling for USB4 DROMGil Fine1-8/+11
2021-06-11thunderbolt: Add support for Intel Alder LakeAzhar Shaikh3-0/+8
2021-06-11thunderbolt: No need to include <linux/acpi.h> in usb4_port.cMika Westerberg1-1/+0
2021-06-11thunderbolt: Poll 10ms for REG_FW_STS_NVM_AUTH_DONE to be setGil Fine1-7/+11
2021-06-11thunderbolt: Add device links only when software connection manager is usedMika Westerberg2-67/+67
2021-06-11thunderbolt: Bond lanes only when dual_link_port != NULL in alloc_dev_default()Mika Westerberg1-11/+11
2021-06-01thunderbolt: Check for NVM authentication status after the operation startedMika Westerberg1-1/+19
2021-06-01thunderbolt: Add WRITE_ONLY and AUTHENTICATE_ONLY NVM operations for retimersRajmohan Mani3-16/+52
2021-06-01thunderbolt: Allow router NVM authenticate separatelyMika Westerberg3-20/+45
2021-06-01thunderbolt: Move nvm_write_ops to tb.hRajmohan Mani2-5/+5
2021-06-01thunderbolt: Add support for retimer NVM upgrade when there is no linkRajmohan Mani5-28/+222
2021-06-01thunderbolt: Add additional USB4 port operations for retimer accessRajmohan Mani3-0/+74
2021-06-01thunderbolt: Add support for ACPI _DSM to power on/off retimersRajmohan Mani3-3/+225
2021-06-01thunderbolt: Add USB4 port devicesMika Westerberg6-8/+222
2021-06-01thunderbolt: Log the link as TBT instead of TBT3Mika Westerberg1-1/+1