summaryrefslogtreecommitdiffstats
path: root/drivers/thunderbolt
AgeCommit message (Expand)AuthorLines
2025-01-28Merge tag 'driver-core-6.14-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds-2/+2
2025-01-13Merge 6.13-rc7 into driver-core-nextGreg Kroah-Hartman-4/+68
2025-01-05thunderbolt: Expose router DROM through debugfsMika Westerberg-34/+51
2025-01-03driver core: Constify API device_find_child() and adapt for various usagesZijun Hu-2/+2
2025-01-03thunderbolt: Handle DisplayPort tunnel activation asynchronouslyMika Westerberg-208/+444
2025-01-03thunderbolt: Rework tb_tunnel_consumed_bandwidth()Mika Westerberg-8/+2
2025-01-03thunderbolt: Move forward declarations in one placeMika Westerberg-2/+1
2025-01-03thunderbolt: Pass reason to tb_dp_resource_unavailable()Mika Westerberg-4/+5
2025-01-03thunderbolt: Drop tb_tunnel_restart()Mika Westerberg-27/+5
2025-01-03thunderbolt: Rework how tunnel->[init|deinit] hooks are calledMika Westerberg-21/+29
2025-01-03thunderbolt: Show path name in debug log when path is deactivatedMika Westerberg-2/+2
2025-01-03thunderbolt: Make tb_tunnel_one_dp() return voidMika Westerberg-4/+2
2025-01-03thunderbolt: Increase DPRX capabilities read timeoutMika Westerberg-2/+5
2025-01-03thunderbolt: Debug log an invalid config space reply just onceMika Westerberg-2/+5
2025-01-03thunderbolt: Log config space when invalid config space reply is receivedMika Westerberg-4/+4
2025-01-03thunderbolt: Drop doubled empty line from ctl.hMika Westerberg-1/+0
2025-01-03thunderbolt: debugfs: Add write capability to path config spaceGil Fine-10/+55
2024-12-16thunderbolt: Improve redrive mode handlingMika Westerberg-0/+41
2024-12-11thunderbolt: Don't display nvm_version unless upgrade supportedMario Limonciello-4/+15
2024-12-10thunderbolt: Add support for Intel Panther Lake-M/PMika Westerberg-0/+12
2024-11-29Merge tag 'usb-6.13-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds-164/+418
2024-11-12Merge tag 'thunderbolt-for-v6.13-rc1' of ssh://gitolite.kernel.org/pub/scm/li...Greg Kroah-Hartman-164/+418
2024-11-07Merge tag 'thunderbolt-for-v6.12-rc7' of ssh://gitolite.kernel.org/pub/scm/li...Greg Kroah-Hartman-1/+3
2024-11-07thunderbolt: Replace deprecated PCI functionsPhilipp Stanner-6/+6
2024-11-05thunderbolt: Fix connection issue with Pluggable UD-4VPD dockMika Westerberg-1/+1
2024-11-01thunderbolt: debugfs: Implement asymmetric lane marginingAapo Vienamo-42/+117
2024-11-01thunderbolt: debugfs: Don't hardcode margining results sizeAapo Vienamo-8/+9
2024-11-01thunderbolt: debugfs: Refactor hardware margining result parsingAapo Vienamo-55/+56
2024-11-01thunderbolt: debugfs: Replace margining lane numbers with an enumAapo Vienamo-26/+33
2024-11-01thunderbolt: debugfs: Replace "both lanes" with "all lanes"Aapo Vienamo-7/+7
2024-11-01thunderbolt: debugfs: Implement Gen 4 margining eye selectionAapo Vienamo-3/+65
2024-11-01thunderbolt: debugfs: Add USB4 Gen 4 margining capabilitiesAapo Vienamo-23/+131
2024-11-01thunderbolt: Don't hardcode margining capabilities sizeAapo Vienamo-10/+10
2024-10-29thunderbolt: Add only on-board retimers when !CONFIG_USB4_DEBUGFS_MARGININGMika Westerberg-0/+2
2024-10-21thunderbolt: Honor TMU requirements in the domain when setting TMU modeGil Fine-6/+42
2024-10-11thunderbolt: Fix KASAN reported stack out-of-bounds read in tb_retimer_scan()Mika Westerberg-2/+3
2024-09-11Merge tag 'thunderbolt-for-v6.12-rc1' of ssh://gitolite.kernel.org/pub/scm/li...Greg Kroah-Hartman-52/+452
2024-09-03thunderbolt: Don't create device link from USB4 Host Interface to USB3 xHC hostMathias Nyman-30/+10
2024-08-22thunderbolt: Improve software receiver lane marginingR Kannappan-16/+290
2024-08-22thunderbolt: Add optional voltage offset range for receiver lane marginingRene Sapiens-0/+85
2024-08-22thunderbolt: Consolidate margining parameters into a structureRene Sapiens-43/+78
2024-08-22thunderbolt: Add missing usb4_port_sb_read() to usb4_port_sw_margin()Aapo Vienamo-7/+13
2024-08-06thunderbolt: Mark XDomain as unplugged when router is removedMika Westerberg-0/+1
2024-08-02thunderbolt: Fix memory leaks in {port|retimer}_sb_regs_write()Aapo Vienamo-4/+6
2024-07-25Merge tag 'driver-core-6.11-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds-4/+4
2024-07-03driver core: have match() callback in struct bus_type take a const *Greg Kroah-Hartman-4/+4
2024-06-19thunderbolt: debugfs: Use FIELD_GET()Aapo Vienamo-27/+11
2024-06-17thunderbolt: Add receiver lane margining support for retimersMika Westerberg-48/+128
2024-06-17thunderbolt: Make margining functions accept target and retimer indexMika Westerberg-32/+50
2024-06-17thunderbolt: Split out margining from USB4 portMika Westerberg-122/+112