summaryrefslogtreecommitdiffstats
path: root/drivers/thunderbolt (follow)
Commit message (Expand)AuthorAgeFilesLines
* thunderbolt: Improve redrive mode handlingMika Westerberg2024-12-161-0/+41
* thunderbolt: Don't display nvm_version unless upgrade supportedMario Limonciello2024-12-111-4/+15
* thunderbolt: Add support for Intel Panther Lake-M/PMika Westerberg2024-12-102-0/+12
* Merge tag 'usb-6.13-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds2024-11-295-164/+418
|\
| * Merge tag 'thunderbolt-for-v6.13-rc1' of ssh://gitolite.kernel.org/pub/scm/li...Greg Kroah-Hartman2024-11-125-164/+418
| |\
| | * thunderbolt: Replace deprecated PCI functionsPhilipp Stanner2024-11-071-6/+6
| | * thunderbolt: debugfs: Implement asymmetric lane marginingAapo Vienamo2024-11-013-42/+117
| | * thunderbolt: debugfs: Don't hardcode margining results sizeAapo Vienamo2024-11-013-8/+9
| | * thunderbolt: debugfs: Refactor hardware margining result parsingAapo Vienamo2024-11-012-55/+56
| | * thunderbolt: debugfs: Replace margining lane numbers with an enumAapo Vienamo2024-11-013-26/+33
| | * thunderbolt: debugfs: Replace "both lanes" with "all lanes"Aapo Vienamo2024-11-012-7/+7
| | * thunderbolt: debugfs: Implement Gen 4 margining eye selectionAapo Vienamo2024-11-014-3/+65
| | * thunderbolt: debugfs: Add USB4 Gen 4 margining capabilitiesAapo Vienamo2024-11-012-23/+131
| | * thunderbolt: Don't hardcode margining capabilities sizeAapo Vienamo2024-11-013-10/+10
* | | Merge tag 'thunderbolt-for-v6.12-rc7' of ssh://gitolite.kernel.org/pub/scm/li...Greg Kroah-Hartman2024-11-072-1/+3
|\ \ \ | |/ / |/| |
| * | thunderbolt: Fix connection issue with Pluggable UD-4VPD dockMika Westerberg2024-11-051-1/+1
| * | thunderbolt: Add only on-board retimers when !CONFIG_USB4_DEBUGFS_MARGININGMika Westerberg2024-10-291-0/+2
| |/
* | thunderbolt: Honor TMU requirements in the domain when setting TMU modeGil Fine2024-10-211-6/+42
* | thunderbolt: Fix KASAN reported stack out-of-bounds read in tb_retimer_scan()Mika Westerberg2024-10-111-2/+3
|/
* Merge tag 'thunderbolt-for-v6.12-rc1' of ssh://gitolite.kernel.org/pub/scm/li...Greg Kroah-Hartman2024-09-114-52/+452
|\
| * thunderbolt: Improve software receiver lane marginingR Kannappan2024-08-224-16/+290
| * thunderbolt: Add optional voltage offset range for receiver lane marginingRene Sapiens2024-08-224-0/+85
| * thunderbolt: Consolidate margining parameters into a structureRene Sapiens2024-08-224-43/+78
| * thunderbolt: Add missing usb4_port_sb_read() to usb4_port_sw_margin()Aapo Vienamo2024-08-223-7/+13
* | thunderbolt: Don't create device link from USB4 Host Interface to USB3 xHC hostMathias Nyman2024-09-031-30/+10
|/
* thunderbolt: Mark XDomain as unplugged when router is removedMika Westerberg2024-08-061-0/+1
* thunderbolt: Fix memory leaks in {port|retimer}_sb_regs_write()Aapo Vienamo2024-08-021-4/+6
* Merge tag 'driver-core-6.11-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2024-07-251-4/+4
|\
| * driver core: have match() callback in struct bus_type take a const *Greg Kroah-Hartman2024-07-031-4/+4
* | thunderbolt: debugfs: Use FIELD_GET()Aapo Vienamo2024-06-192-27/+11
* | thunderbolt: Add receiver lane margining support for retimersMika Westerberg2024-06-176-48/+128
* | thunderbolt: Make margining functions accept target and retimer indexMika Westerberg2024-06-173-32/+50
* | thunderbolt: Split out margining from USB4 portMika Westerberg2024-06-171-122/+112
* | thunderbolt: Add sideband register access to debugfsMika Westerberg2024-06-174-0/+307
* | thunderbolt: Make usb4_port_sb_read/write() available outside of usb4.cMika Westerberg2024-06-173-75/+66
* | thunderbolt: Move usb4_port_margining_caps() declaration into correct placeMika Westerberg2024-06-171-1/+1
* | thunderbolt: Mention Thunderbolt/USB4 debugging tools in KconfigMika Westerberg2024-06-171-1/+5
|/
* thunderbolt: debugfs: Fix margin debugfs node creation conditionAapo Vienamo2024-05-311-2/+3
* Merge tag 'thunderbolt-for-v6.10-rc1' of git://git.kernel.org/pub/scm/linux/k...Greg Kroah-Hartman2024-05-109-47/+59
|\
| * thunderbolt: Correct trace output of firmware connection manager packetsMika Westerberg2024-04-291-2/+11
| * thunderbolt: Fix kernel-doc for tb_tunnel_alloc_dp()Gil Fine2024-04-271-4/+4
| * thunderbolt: Fix uninitialized variable in tb_tunnel_alloc_usb3()Gil Fine2024-04-271-5/+5
| * thunderbolt: There are only 5 basic router registers in pre-USB4 routersMika Westerberg2024-04-241-1/+1
| * thunderbolt: No need to loop over all retimers if access failsMika Westerberg2024-04-231-4/+8
| * thunderbolt: Increase sideband access polling delayMika Westerberg2024-04-231-7/+15
| * thunderbolt: Get rid of TB_CFG_PKG_PREPARE_TO_SLEEPMika Westerberg2024-04-191-6/+0
| * thunderbolt: Use correct error code with ERROR_NOT_SUPPORTEDMika Westerberg2024-04-191-1/+1
| * thunderbolt: Allow USB3 bandwidth to be lower than maximum supportedGil Fine2024-04-121-15/+10
| * thunderbolt: Fix calculation of consumed USB3 bandwidth on a pathGil Fine2024-04-121-4/+5
| * thunderbolt: Enable NVM upgrade support on Intel Maple RidgeAlex James2024-04-081-0/+1