summaryrefslogtreecommitdiffstats
path: root/drivers/thunderbolt
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'usb-6.15-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds3 days3-13/+27
|\
| * thunderbolt: Do not add non-active NVM if NVM upgrade is disabled for retimerMika Westerberg2025-03-171-3/+5
| * thunderbolt: Scan retimers after device router has been enumeratedMika Westerberg2025-03-171-2/+14
| * thunderbolt: Make tb_tunnel_alloc_usb3() error paths consistent with the restAlan Borzeszkowski2025-02-241-8/+8
* | Merge tag 'crc-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/eb...Linus Torvalds11 days2-2/+2
|\ \
| * | lib/crc32: standardize on crc32c() name for Castagnoli CRC32Eric Biggers2025-02-082-2/+2
| |/
* / thunderbolt: Prevent use-after-free in resume from hibernateMika Westerberg2025-03-072-3/+10
|/
* Merge tag 'driver-core-6.14-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2025-01-282-2/+2
|\
| * Merge 6.13-rc7 into driver-core-nextGreg Kroah-Hartman2025-01-134-4/+68
| |\
| * | driver core: Constify API device_find_child() and adapt for various usagesZijun Hu2025-01-032-2/+2
* | | thunderbolt: Expose router DROM through debugfsMika Westerberg2025-01-053-34/+51
* | | thunderbolt: Handle DisplayPort tunnel activation asynchronouslyMika Westerberg2025-01-034-208/+444
* | | thunderbolt: Rework tb_tunnel_consumed_bandwidth()Mika Westerberg2025-01-031-8/+2
* | | thunderbolt: Move forward declarations in one placeMika Westerberg2025-01-031-2/+1
* | | thunderbolt: Pass reason to tb_dp_resource_unavailable()Mika Westerberg2025-01-031-4/+5
* | | thunderbolt: Drop tb_tunnel_restart()Mika Westerberg2025-01-033-27/+5
* | | thunderbolt: Rework how tunnel->[init|deinit] hooks are calledMika Westerberg2025-01-032-21/+29
* | | thunderbolt: Show path name in debug log when path is deactivatedMika Westerberg2025-01-031-2/+2
* | | thunderbolt: Make tb_tunnel_one_dp() return voidMika Westerberg2025-01-031-4/+2
* | | thunderbolt: Increase DPRX capabilities read timeoutMika Westerberg2025-01-031-2/+5
* | | thunderbolt: Debug log an invalid config space reply just onceMika Westerberg2025-01-031-2/+5
* | | thunderbolt: Log config space when invalid config space reply is receivedMika Westerberg2025-01-031-4/+4
* | | thunderbolt: Drop doubled empty line from ctl.hMika Westerberg2025-01-031-1/+0
* | | thunderbolt: debugfs: Add write capability to path config spaceGil Fine2025-01-031-10/+55
| |/ |/|
* | 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