summaryrefslogtreecommitdiff
path: root/drivers/thunderbolt
AgeCommit message (Expand)Author
2024-08-06thunderbolt: Mark XDomain as unplugged when router is removedMika Westerberg
2024-08-02thunderbolt: Fix memory leaks in {port|retimer}_sb_regs_write()Aapo Vienamo
2024-07-25Merge tag 'driver-core-6.11-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds
2024-07-03driver core: have match() callback in struct bus_type take a const *Greg Kroah-Hartman
2024-06-19thunderbolt: debugfs: Use FIELD_GET()Aapo Vienamo
2024-06-17thunderbolt: Add receiver lane margining support for retimersMika Westerberg
2024-06-17thunderbolt: Make margining functions accept target and retimer indexMika Westerberg
2024-06-17thunderbolt: Split out margining from USB4 portMika Westerberg
2024-06-17thunderbolt: Add sideband register access to debugfsMika Westerberg
2024-06-17thunderbolt: Make usb4_port_sb_read/write() available outside of usb4.cMika Westerberg
2024-06-17thunderbolt: Move usb4_port_margining_caps() declaration into correct placeMika Westerberg
2024-06-17thunderbolt: Mention Thunderbolt/USB4 debugging tools in KconfigMika Westerberg
2024-05-31thunderbolt: debugfs: Fix margin debugfs node creation conditionAapo Vienamo
2024-05-10Merge tag 'thunderbolt-for-v6.10-rc1' of git://git.kernel.org/pub/scm/linux/k...Greg Kroah-Hartman
2024-04-29thunderbolt: Correct trace output of firmware connection manager packetsMika Westerberg
2024-04-27thunderbolt: Fix kernel-doc for tb_tunnel_alloc_dp()Gil Fine
2024-04-27thunderbolt: Fix uninitialized variable in tb_tunnel_alloc_usb3()Gil Fine
2024-04-24thunderbolt: There are only 5 basic router registers in pre-USB4 routersMika Westerberg
2024-04-23thunderbolt: No need to loop over all retimers if access failsMika Westerberg
2024-04-23thunderbolt: Increase sideband access polling delayMika Westerberg
2024-04-19thunderbolt: Get rid of TB_CFG_PKG_PREPARE_TO_SLEEPMika Westerberg
2024-04-19thunderbolt: Use correct error code with ERROR_NOT_SUPPORTEDMika Westerberg
2024-04-12thunderbolt: Allow USB3 bandwidth to be lower than maximum supportedGil Fine
2024-04-12thunderbolt: Fix calculation of consumed USB3 bandwidth on a pathGil Fine
2024-04-10thunderbolt: Avoid notify PM core about runtime PM resumeGil Fine
2024-04-10thunderbolt: Fix wake configurations after device unplugGil Fine
2024-04-08thunderbolt: Enable NVM upgrade support on Intel Maple RidgeAlex James
2024-04-02thunderbolt: Do not create DisplayPort tunnels on adapters of the same routerMika Westerberg
2024-03-21Merge tag 'usb-6.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds
2024-03-02Merge tag 'thunderbolt-for-v6.9-rc1' of git://git.kernel.org/pub/scm/linux/ke...Greg Kroah-Hartman
2024-03-02Merge tag 'thunderbolt-for-v6.8-rc7' of git://git.kernel.org/pub/scm/linux/ke...Greg Kroah-Hartman
2024-02-26thunderbolt: Constify the struct device_type usageRicardo B. Marliere
2024-02-26thunderbolt: Add trace events support for the control channelGil Fine
2024-02-26thunderbolt: Keep the domain powered when USB4 port is in redrive modeMika Westerberg
2024-02-16thunderbolt: Improve DisplayPort tunnel setup process to be more robustGil Fine
2024-02-16thunderbolt: Calculate DisplayPort tunnel bandwidth after DPRX capabilities readGil Fine
2024-02-16thunderbolt: Reserve released DisplayPort bandwidth for a group for 10 secondsMika Westerberg
2024-02-16thunderbolt: Introduce tb_tunnel_direction_downstream()Mika Westerberg
2024-02-16thunderbolt: Re-order bandwidth group functionsMika Westerberg
2024-02-16thunderbolt: Fail the failed bandwidth request properlyMika Westerberg
2024-02-16thunderbolt: Log an error if DPTX request is not clearedMika Westerberg
2024-02-16thunderbolt: Handle bandwidth allocation mode disable requestMika Westerberg
2024-02-16thunderbolt: Re-calculate estimated bandwidth when allocation mode is enabledMika Westerberg
2024-02-16thunderbolt: Use DP_LOCAL_CAP for maximum bandwidth calculationMika Westerberg
2024-02-16thunderbolt: Fix NULL pointer dereference in tb_port_update_credits()Mika Westerberg
2024-02-13thunderbolt: Correct typo in host_reset parameterMika Westerberg
2024-02-13thunderbolt: Skip discovery also in USB4 v2 hostMika Westerberg
2024-02-13thunderbolt: Reset only non-USB4 host routers in resumeMika Westerberg
2024-01-29thunderbolt: Fix setting the CNS bit in ROUTER_CS_5Mohammad Rahimi
2024-01-23thunderbolt: Remove usage of the deprecated ida_simple_xx() APIChristophe JAILLET