summaryrefslogtreecommitdiff
path: root/drivers/thunderbolt
AgeCommit message (Expand)Author
2023-08-04thunderbolt: Fix memory leak in tb_handle_dp_bandwidth_request()Mika Westerberg
2023-08-03thunderbolt: Fix Thunderbolt 3 display flickering issue on 2nd hot plug onwardsSanjay R Mehta
2023-06-16thunderbolt: Add test case for 3 DisplayPort tunnelsMika Westerberg
2023-06-16thunderbolt: Add DisplayPort 2.x tunneling supportMika Westerberg
2023-06-16thunderbolt: Make bandwidth allocation mode function names consistentMika Westerberg
2023-06-16thunderbolt: Enable CL2 low power stateMika Westerberg
2023-06-16thunderbolt: Add support for enhanced uni-directional TMU modeMika Westerberg
2023-06-16thunderbolt: Increase NVM_MAX_SIZE to support Intel Barlow Ridge controllerGil Fine
2023-06-16thunderbolt: Move constants related to NVM into nvm.cGil Fine
2023-06-16thunderbolt: Limit Intel Barlow Ridge USB3 bandwidthMika Westerberg
2023-06-16thunderbolt: Add Intel Barlow Ridge PCI IDMika Westerberg
2023-06-16thunderbolt: Fix PCIe adapter capability length for USB4 v2 routersGil Fine
2023-06-16thunderbolt: Fix DisplayPort IN adapter capability length for USB4 v2 routersGil Fine
2023-06-16thunderbolt: Add two additional double words for adapters TMU for USB4 v2 rou...Gil Fine
2023-06-16thunderbolt: Enable USB4 v2 PCIe TLP/DLLP extended encapsulationGil Fine
2023-06-16thunderbolt: Announce USB4 v2 connection manager supportGil Fine
2023-06-16thunderbolt: Reset USB4 v2 host routerMika Westerberg
2023-06-16thunderbolt: Add the new USB4 v2 notification typesMika Westerberg
2023-06-16thunderbolt: Add support for USB4 v2 80 Gb/s linkGil Fine
2023-06-16thunderbolt: Identify USB4 v2 routersGil Fine
2023-06-16thunderbolt: Do not touch lane 1 adapter path config spaceMika Westerberg
2023-06-16thunderbolt: Ignore data CRC mismatch for USB4 routersMika Westerberg
2023-06-12thunderbolt: Enable/disable sideband depending on USB4 port offline modeMika Westerberg
2023-06-12thunderbolt: Do not send UNSET_INBOUND_SBTX when retimer NVM authentication s...Mika Westerberg
2023-06-12thunderbolt: Read retimer NVM authentication status prior tb_retimer_set_inbo...Mika Westerberg
2023-06-09thunderbolt: Disable CL states when a DMA tunnel is establishedMika Westerberg
2023-06-09thunderbolt: Make tb_switch_clx_disable() return CL states that were enabledMika Westerberg
2023-06-09thunderbolt: Initialize CL states from the hardwareMika Westerberg
2023-06-09thunderbolt: Prefix CL state related log messages with "CLx: "Mika Westerberg
2023-06-09thunderbolt: Prefix TMU post time log message with "TMU: "Mika Westerberg
2023-06-09thunderbolt: Do not call CLx functions from TMU codeMika Westerberg
2023-06-09thunderbolt: Check for first depth router in tb.cMika Westerberg
2023-06-09thunderbolt: Switch CL states from enum to a bitmaskMika Westerberg
2023-06-09thunderbolt: Move CLx enabling into tb_enable_clx()Mika Westerberg
2023-06-09thunderbolt: Get rid of __tb_switch_[en|dis]able_clx()Mika Westerberg
2023-06-09thunderbolt: Move CLx support functions into clx.cMika Westerberg
2023-06-09thunderbolt: Check valid TMU configuration in tb_switch_tmu_configure()Mika Westerberg
2023-06-09thunderbolt: Move tb_enable_tmu() close to other TMU functionsMika Westerberg
2023-06-09thunderbolt: Move TMU configuration to tb_enable_tmu()Mika Westerberg
2023-06-09thunderbolt: Get rid of tb_switch_enable_tmu_1st_child()Mika Westerberg
2023-06-09thunderbolt: Rework Titan Ridge TMU objection disable functionMika Westerberg
2023-06-09thunderbolt: Drop useless 'unidirectional' parameter from tb_switch_tmu_is_en...Mika Westerberg
2023-06-09thunderbolt: Fix a couple of style issues in TMU codeMika Westerberg
2023-06-09thunderbolt: Introduce tb_xdomain_downstream_port()Mika Westerberg
2023-06-09thunderbolt: Introduce tb_switch_downstream_port()Gil Fine
2023-06-09Merge branch 'thunderbolt/fixes' into thunderbolt/nextMika Westerberg
2023-05-31thunderbolt: Mask ring interrupt on Intel hardware as wellMika Westerberg
2023-05-30thunderbolt: Log DisplayPort adapter rate and lanes on discoveryMika Westerberg
2023-05-29thunderbolt: Do not touch CL state configuration during discoveryMika Westerberg
2023-05-29thunderbolt: Increase DisplayPort Connection Manager handshake timeoutMika Westerberg