aboutsummaryrefslogtreecommitdiff
path: root/drivers/thunderbolt
AgeCommit message (Expand)AuthorFilesLines
14 daysMerge tag 'thunderbolt-for-v6.10-rc1' of git://git.kernel.org/pub/scm/linux/k...Gravatar Greg Kroah-Hartman 9-47/+59
2024-04-29thunderbolt: Correct trace output of firmware connection manager packetsGravatar Mika Westerberg 1-2/+11
2024-04-27thunderbolt: Fix kernel-doc for tb_tunnel_alloc_dp()Gravatar Gil Fine 1-4/+4
2024-04-27thunderbolt: Fix uninitialized variable in tb_tunnel_alloc_usb3()Gravatar Gil Fine 1-5/+5
2024-04-24thunderbolt: There are only 5 basic router registers in pre-USB4 routersGravatar Mika Westerberg 1-1/+1
2024-04-23thunderbolt: No need to loop over all retimers if access failsGravatar Mika Westerberg 1-4/+8
2024-04-23thunderbolt: Increase sideband access polling delayGravatar Mika Westerberg 1-7/+15
2024-04-19thunderbolt: Get rid of TB_CFG_PKG_PREPARE_TO_SLEEPGravatar Mika Westerberg 1-6/+0
2024-04-19thunderbolt: Use correct error code with ERROR_NOT_SUPPORTEDGravatar Mika Westerberg 1-1/+1
2024-04-12thunderbolt: Allow USB3 bandwidth to be lower than maximum supportedGravatar Gil Fine 1-15/+10
2024-04-12thunderbolt: Fix calculation of consumed USB3 bandwidth on a pathGravatar Gil Fine 1-4/+5
2024-04-10thunderbolt: Avoid notify PM core about runtime PM resumeGravatar Gil Fine 4-11/+36
2024-04-10thunderbolt: Fix wake configurations after device unplugGravatar Gil Fine 1-7/+14
2024-04-08thunderbolt: Enable NVM upgrade support on Intel Maple RidgeGravatar Alex James 1-0/+1
2024-04-02thunderbolt: Do not create DisplayPort tunnels on adapters of the same routerGravatar Mika Westerberg 1-0/+6
2024-03-21Merge tag 'usb-6.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Gravatar Linus Torvalds 21-439/+1111
2024-03-02Merge tag 'thunderbolt-for-v6.9-rc1' of git://git.kernel.org/pub/scm/linux/ke...Gravatar Greg Kroah-Hartman 21-439/+1111
2024-03-02Merge tag 'thunderbolt-for-v6.8-rc7' of git://git.kernel.org/pub/scm/linux/ke...Gravatar Greg Kroah-Hartman 1-0/+3
2024-02-26thunderbolt: Constify the struct device_type usageGravatar Ricardo B. Marliere 6-10/+10
2024-02-26thunderbolt: Add trace events support for the control channelGravatar Gil Fine 5-5/+209
2024-02-26thunderbolt: Keep the domain powered when USB4 port is in redrive modeGravatar Mika Westerberg 3-1/+66
2024-02-16thunderbolt: Improve DisplayPort tunnel setup process to be more robustGravatar Gil Fine 1-41/+43
2024-02-16thunderbolt: Calculate DisplayPort tunnel bandwidth after DPRX capabilities readGravatar Gil Fine 1-10/+6
2024-02-16thunderbolt: Reserve released DisplayPort bandwidth for a group for 10 secondsGravatar Mika Westerberg 3-29/+184
2024-02-16thunderbolt: Introduce tb_tunnel_direction_downstream()Gravatar Mika Westerberg 3-20/+18
2024-02-16thunderbolt: Re-order bandwidth group functionsGravatar Mika Westerberg 1-229/+225
2024-02-16thunderbolt: Fail the failed bandwidth request properlyGravatar Mika Westerberg 1-5/+18
2024-02-16thunderbolt: Log an error if DPTX request is not clearedGravatar Mika Westerberg 1-1/+3
2024-02-16thunderbolt: Handle bandwidth allocation mode disable requestGravatar Mika Westerberg 1-6/+16
2024-02-16thunderbolt: Re-calculate estimated bandwidth when allocation mode is enabledGravatar Mika Westerberg 1-3/+12
2024-02-16thunderbolt: Use DP_LOCAL_CAP for maximum bandwidth calculationGravatar Mika Westerberg 1-32/+25
2024-02-16thunderbolt: Fix NULL pointer dereference in tb_port_update_credits()Gravatar Mika Westerberg 1-0/+3
2024-02-13thunderbolt: Correct typo in host_reset parameterGravatar Mika Westerberg 1-1/+1
2024-02-13thunderbolt: Skip discovery also in USB4 v2 hostGravatar Mika Westerberg 2-17/+14
2024-02-13thunderbolt: Reset only non-USB4 host routers in resumeGravatar Mika Westerberg 1-2/+6
2024-01-29thunderbolt: Fix setting the CNS bit in ROUTER_CS_5Gravatar Mohammad Rahimi 2-2/+2
2024-01-23thunderbolt: Remove usage of the deprecated ida_simple_xx() APIGravatar Christophe JAILLET 5-13/+13
2024-01-22thunderbolt: Fix rollback in tb_port_lane_bonding_enable() for lane 1Gravatar Mohammad Rahimi 1-1/+1
2024-01-22thunderbolt: Fix XDomain rx_lanes_show and tx_lanes_showGravatar Mohammad Rahimi 1-4/+4
2024-01-22thunderbolt: Reset topology created by the boot firmwareGravatar Sanath S 5-18/+38
2024-01-22thunderbolt: Make tb_switch_reset() support Thunderbolt 2, 3 and USB4 routersGravatar Sanath S 2-14/+111
2024-01-22thunderbolt: Introduce tb_path_deactivate_hop()Gravatar Sanath S 2-0/+14
2024-01-22thunderbolt: Introduce tb_port_reset()Gravatar Sanath S 5-0/+97
2024-01-18Merge tag 'usb-6.8-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Gravatar Linus Torvalds 10-60/+177
2024-01-02Merge tag 'thunderbolt-for-v6.8-rc1' of git://git.kernel.org/pub/scm/linux/ke...Gravatar Greg Kroah-Hartman 9-59/+176
2023-12-22thunderbolt: Reduce retry timeout to speed up boot for some devicesGravatar Werner Sembach 1-1/+1
2023-12-22thunderbolt: Keep link as asymmetric if preferred by hardwareGravatar Gil Fine 3-7/+36
2023-12-20thunderbolt: make tb_bus_type constGravatar Greg Kroah-Hartman 1-1/+1
2023-12-14thunderbolt: Add support for Intel Lunar LakeGravatar Mika Westerberg 2-0/+6
2023-12-14thunderbolt: Disable PCIe extended encapsulation upon teardown properlyGravatar Gil Fine 1-3/+15