summaryrefslogtreecommitdiff
path: root/drivers/thunderbolt
AgeCommit message (Expand)AuthorFilesLines
2024-12-16thunderbolt: Improve redrive mode handlingMika Westerberg1-0/+41
2024-12-11thunderbolt: Don't display nvm_version unless upgrade supportedMario Limonciello1-4/+15
2024-12-10thunderbolt: Add support for Intel Panther Lake-M/PMika Westerberg2-0/+12
2024-11-29Merge tag 'usb-6.13-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds5-164/+418
2024-11-12Merge tag 'thunderbolt-for-v6.13-rc1' of ssh://gitolite.kernel.org/pub/scm/li...Greg Kroah-Hartman5-164/+418
2024-11-07Merge tag 'thunderbolt-for-v6.12-rc7' of ssh://gitolite.kernel.org/pub/scm/li...Greg Kroah-Hartman2-1/+3
2024-11-07thunderbolt: Replace deprecated PCI functionsPhilipp Stanner1-6/+6
2024-11-05thunderbolt: Fix connection issue with Pluggable UD-4VPD dockMika Westerberg1-1/+1
2024-11-01thunderbolt: debugfs: Implement asymmetric lane marginingAapo Vienamo3-42/+117
2024-11-01thunderbolt: debugfs: Don't hardcode margining results sizeAapo Vienamo3-8/+9
2024-11-01thunderbolt: debugfs: Refactor hardware margining result parsingAapo Vienamo2-55/+56
2024-11-01thunderbolt: debugfs: Replace margining lane numbers with an enumAapo Vienamo3-26/+33
2024-11-01thunderbolt: debugfs: Replace "both lanes" with "all lanes"Aapo Vienamo2-7/+7
2024-11-01thunderbolt: debugfs: Implement Gen 4 margining eye selectionAapo Vienamo4-3/+65
2024-11-01thunderbolt: debugfs: Add USB4 Gen 4 margining capabilitiesAapo Vienamo2-23/+131
2024-11-01thunderbolt: Don't hardcode margining capabilities sizeAapo Vienamo3-10/+10
2024-10-29thunderbolt: Add only on-board retimers when !CONFIG_USB4_DEBUGFS_MARGININGMika Westerberg1-0/+2
2024-10-21thunderbolt: Honor TMU requirements in the domain when setting TMU modeGil Fine1-6/+42
2024-10-11thunderbolt: Fix KASAN reported stack out-of-bounds read in tb_retimer_scan()Mika Westerberg1-2/+3
2024-09-11Merge tag 'thunderbolt-for-v6.12-rc1' of ssh://gitolite.kernel.org/pub/scm/li...Greg Kroah-Hartman4-52/+452
2024-09-03thunderbolt: Don't create device link from USB4 Host Interface to USB3 xHC hostMathias Nyman1-30/+10
2024-08-22thunderbolt: Improve software receiver lane marginingR Kannappan4-16/+290
2024-08-22thunderbolt: Add optional voltage offset range for receiver lane marginingRene Sapiens4-0/+85
2024-08-22thunderbolt: Consolidate margining parameters into a structureRene Sapiens4-43/+78
2024-08-22thunderbolt: Add missing usb4_port_sb_read() to usb4_port_sw_margin()Aapo Vienamo3-7/+13
2024-08-06thunderbolt: Mark XDomain as unplugged when router is removedMika Westerberg1-0/+1
2024-08-02thunderbolt: Fix memory leaks in {port|retimer}_sb_regs_write()Aapo Vienamo1-4/+6
2024-07-25Merge tag 'driver-core-6.11-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds1-4/+4
2024-07-03driver core: have match() callback in struct bus_type take a const *Greg Kroah-Hartman1-4/+4
2024-06-19thunderbolt: debugfs: Use FIELD_GET()Aapo Vienamo2-27/+11
2024-06-17thunderbolt: Add receiver lane margining support for retimersMika Westerberg6-48/+128
2024-06-17thunderbolt: Make margining functions accept target and retimer indexMika Westerberg3-32/+50
2024-06-17thunderbolt: Split out margining from USB4 portMika Westerberg1-122/+112
2024-06-17thunderbolt: Add sideband register access to debugfsMika Westerberg4-0/+307
2024-06-17thunderbolt: Make usb4_port_sb_read/write() available outside of usb4.cMika Westerberg3-75/+66
2024-06-17thunderbolt: Move usb4_port_margining_caps() declaration into correct placeMika Westerberg1-1/+1
2024-06-17thunderbolt: Mention Thunderbolt/USB4 debugging tools in KconfigMika Westerberg1-1/+5
2024-05-31thunderbolt: debugfs: Fix margin debugfs node creation conditionAapo Vienamo1-2/+3
2024-05-10Merge tag 'thunderbolt-for-v6.10-rc1' of git://git.kernel.org/pub/scm/linux/k...Greg Kroah-Hartman9-47/+59
2024-04-29thunderbolt: Correct trace output of firmware connection manager packetsMika Westerberg1-2/+11
2024-04-27thunderbolt: Fix kernel-doc for tb_tunnel_alloc_dp()Gil Fine1-4/+4
2024-04-27thunderbolt: Fix uninitialized variable in tb_tunnel_alloc_usb3()Gil Fine1-5/+5
2024-04-24thunderbolt: There are only 5 basic router registers in pre-USB4 routersMika Westerberg1-1/+1
2024-04-23thunderbolt: No need to loop over all retimers if access failsMika Westerberg1-4/+8
2024-04-23thunderbolt: Increase sideband access polling delayMika Westerberg1-7/+15
2024-04-19thunderbolt: Get rid of TB_CFG_PKG_PREPARE_TO_SLEEPMika Westerberg1-6/+0
2024-04-19thunderbolt: Use correct error code with ERROR_NOT_SUPPORTEDMika Westerberg1-1/+1
2024-04-12thunderbolt: Allow USB3 bandwidth to be lower than maximum supportedGil Fine1-15/+10
2024-04-12thunderbolt: Fix calculation of consumed USB3 bandwidth on a pathGil Fine1-4/+5
2024-04-10thunderbolt: Avoid notify PM core about runtime PM resumeGil Fine4-11/+36