summaryrefslogtreecommitdiffstats
path: root/drivers/thunderbolt
Commit message (Expand)AuthorAgeFilesLines
* 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
* | thunderbolt: Avoid notify PM core about runtime PM resumeGil Fine2024-04-104-11/+36
* | thunderbolt: Fix wake configurations after device unplugGil Fine2024-04-101-7/+14
* | thunderbolt: Do not create DisplayPort tunnels on adapters of the same routerMika Westerberg2024-04-021-0/+6
|/
* Merge tag 'usb-6.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds2024-03-2121-439/+1111
|\
| * Merge tag 'thunderbolt-for-v6.9-rc1' of git://git.kernel.org/pub/scm/linux/ke...Greg Kroah-Hartman2024-03-0221-439/+1111
| |\
| | * thunderbolt: Constify the struct device_type usageRicardo B. Marliere2024-02-266-10/+10
| | * thunderbolt: Add trace events support for the control channelGil Fine2024-02-265-5/+209
| | * thunderbolt: Keep the domain powered when USB4 port is in redrive modeMika Westerberg2024-02-263-1/+66
| | * thunderbolt: Improve DisplayPort tunnel setup process to be more robustGil Fine2024-02-161-41/+43
| | * thunderbolt: Calculate DisplayPort tunnel bandwidth after DPRX capabilities readGil Fine2024-02-161-10/+6
| | * thunderbolt: Reserve released DisplayPort bandwidth for a group for 10 secondsMika Westerberg2024-02-163-29/+184
| | * thunderbolt: Introduce tb_tunnel_direction_downstream()Mika Westerberg2024-02-163-20/+18
| | * thunderbolt: Re-order bandwidth group functionsMika Westerberg2024-02-161-229/+225
| | * thunderbolt: Fail the failed bandwidth request properlyMika Westerberg2024-02-161-5/+18
| | * thunderbolt: Log an error if DPTX request is not clearedMika Westerberg2024-02-161-1/+3
| | * thunderbolt: Handle bandwidth allocation mode disable requestMika Westerberg2024-02-161-6/+16
| | * thunderbolt: Re-calculate estimated bandwidth when allocation mode is enabledMika Westerberg2024-02-161-3/+12
| | * thunderbolt: Use DP_LOCAL_CAP for maximum bandwidth calculationMika Westerberg2024-02-161-32/+25
| | * thunderbolt: Correct typo in host_reset parameterMika Westerberg2024-02-131-1/+1