summaryrefslogtreecommitdiffstats
path: root/drivers/thunderbolt
Commit message (Expand)AuthorAgeFilesLines
* thunderbolt: Rename shadowed variables bit to interrupt_bit and auto_clear_bitTom Rix2023-03-301-8/+9
* thunderbolt: Use const qualifier for `ring_interrupt_index`Mario Limonciello2023-03-301-1/+1
* thunderbolt: Add missing UNSET_INBOUND_SBTX for retimer accessGil Fine2023-03-304-2/+37
* thunderbolt: Disable interrupt auto clear for ringsMario Limonciello2023-03-302-17/+29
* thunderbolt: Call tb_check_quirks() after initializing adaptersMika Westerberg2023-03-301-2/+2
* thunderbolt: Use scale field when allocating USB3 bandwidthMika Westerberg2023-03-301-5/+17
* thunderbolt: Use correct function to calculate maximum USB3 link rateMika Westerberg2023-01-241-1/+1
* thunderbolt: Add DP OUT resource when DP tunnel is discoveredSanjay R Mehta2022-11-161-0/+28
* thunderbolt: Tear down existing tunnels when resuming from hibernateMika Westerberg2022-11-165-47/+104
* thunderbolt: Add back Intel Falcon Ridge end-to-end flow control workaroundMika Westerberg2022-10-261-7/+42
* thunderbolt: Explicitly enable lane adapter hotplug events at startupMario Limonciello2022-10-264-0/+46
* thunderbolt: Explicitly reset plug events delay back to USB4 spec valueMario Limonciello2022-10-051-0/+1
* thunderbolt: Add support for Intel Maple Ridge single port controllerGil Fine2022-09-282-0/+2
* thunderbolt: Use the actual buffer in tb_async_error()Mika Westerberg2022-09-081-1/+1
* thunderbolt: Use different lane for second DisplayPort tunnelMika Westerberg2022-06-144-17/+33
* thunderbolt: Runtime PM activate both ends of the device linkMika Westerberg2022-01-271-0/+13
* 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
| * 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