summaryrefslogtreecommitdiff
path: root/drivers/thunderbolt
AgeCommit message (Expand)AuthorFilesLines
2023-10-17Merge tag 'thunderbolt-for-v6.6-rc7' of git://git.kernel.org/pub/scm/linux/ke...Greg Kroah-Hartman1-4/+6
2023-10-05thunderbolt: Call tb_switch_put() once DisplayPort bandwidth request is finishedGil Fine1-4/+6
2023-09-15thunderbolt: Restart XDomain discovery handshake after failureMika Westerberg1-17/+41
2023-09-15thunderbolt: Correct TMU mode initialization from hardwareMika Westerberg1-1/+1
2023-09-15thunderbolt: Check that lane 1 is in CL0 before enabling lane bondingMika Westerberg1-0/+7
2023-09-15thunderbolt: Workaround an IOMMU fault on certain systems with Intel Maple RidgeMika Westerberg1-20/+20
2023-08-22Merge tag 'thunderbolt-for-v6.6-rc1' of git://git.kernel.org/pub/scm/linux/ke...Greg Kroah-Hartman5-52/+71
2023-08-08thunderbolt: Check Intel vendor ID in tb_switch_get_generation()Mika Westerberg1-37/+38
2023-08-08thunderbolt: Log a warning if device links are not foundMika Westerberg3-14/+32
2023-08-04thunderbolt: Fix memory leak in tb_handle_dp_bandwidth_request()Mika Westerberg1-0/+2
2023-08-03thunderbolt: Fix Thunderbolt 3 display flickering issue on 2nd hot plug onwardsSanjay R Mehta1-1/+3
2023-07-31thunderbolt: Set variable tmu_params storage class specifier to staticTom Rix1-1/+1
2023-06-16thunderbolt: Add test case for 3 DisplayPort tunnelsMika Westerberg1-0/+83
2023-06-16thunderbolt: Add DisplayPort 2.x tunneling supportMika Westerberg2-16/+87
2023-06-16thunderbolt: Make bandwidth allocation mode function names consistentMika Westerberg4-46/+52
2023-06-16thunderbolt: Enable CL2 low power stateMika Westerberg2-15/+25
2023-06-16thunderbolt: Add support for enhanced uni-directional TMU modeMika Westerberg6-173/+614
2023-06-16thunderbolt: Increase NVM_MAX_SIZE to support Intel Barlow Ridge controllerGil Fine1-1/+1
2023-06-16thunderbolt: Move constants related to NVM into nvm.cGil Fine3-9/+10
2023-06-16thunderbolt: Limit Intel Barlow Ridge USB3 bandwidthMika Westerberg2-0/+10
2023-06-16thunderbolt: Add Intel Barlow Ridge PCI IDMika Westerberg2-0/+4
2023-06-16thunderbolt: Fix PCIe adapter capability length for USB4 v2 routersGil Fine1-2/+6
2023-06-16thunderbolt: Fix DisplayPort IN adapter capability length for USB4 v2 routersGil Fine1-5/+8
2023-06-16thunderbolt: Add two additional double words for adapters TMU for USB4 v2 rou...Gil Fine1-2/+6
2023-06-16thunderbolt: Enable USB4 v2 PCIe TLP/DLLP extended encapsulationGil Fine4-3/+70
2023-06-16thunderbolt: Announce USB4 v2 connection manager supportGil Fine2-2/+9
2023-06-16thunderbolt: Reset USB4 v2 host routerMika Westerberg2-8/+50
2023-06-16thunderbolt: Add the new USB4 v2 notification typesMika Westerberg3-4/+48
2023-06-16thunderbolt: Add support for USB4 v2 80 Gb/s linkGil Fine7-86/+250
2023-06-16thunderbolt: Identify USB4 v2 routersGil Fine3-15/+28
2023-06-16thunderbolt: Do not touch lane 1 adapter path config spaceMika Westerberg1-1/+1
2023-06-16thunderbolt: Ignore data CRC mismatch for USB4 routersMika Westerberg1-2/+1
2023-06-12thunderbolt: Enable/disable sideband depending on USB4 port offline modeMika Westerberg2-0/+24
2023-06-12thunderbolt: Do not send UNSET_INBOUND_SBTX when retimer NVM authentication s...Mika Westerberg1-1/+9
2023-06-12thunderbolt: Read retimer NVM authentication status prior tb_retimer_set_inbo...Mika Westerberg1-8/+21
2023-06-09thunderbolt: Disable CL states when a DMA tunnel is establishedMika Westerberg2-6/+58
2023-06-09thunderbolt: Make tb_switch_clx_disable() return CL states that were enabledMika Westerberg2-13/+30
2023-06-09thunderbolt: Initialize CL states from the hardwareMika Westerberg3-27/+78
2023-06-09thunderbolt: Prefix CL state related log messages with "CLx: "Mika Westerberg1-4/+4
2023-06-09thunderbolt: Prefix TMU post time log message with "TMU: "Mika Westerberg1-1/+1
2023-06-09thunderbolt: Do not call CLx functions from TMU codeMika Westerberg1-23/+0
2023-06-09thunderbolt: Check for first depth router in tb.cMika Westerberg2-16/+16
2023-06-09thunderbolt: Switch CL states from enum to a bitmaskMika Westerberg4-119/+113
2023-06-09thunderbolt: Move CLx enabling into tb_enable_clx()Mika Westerberg1-17/+17
2023-06-09thunderbolt: Get rid of __tb_switch_[en|dis]able_clx()Mika Westerberg1-49/+42
2023-06-09thunderbolt: Move CLx support functions into clx.cMika Westerberg7-378/+381
2023-06-09thunderbolt: Check valid TMU configuration in tb_switch_tmu_configure()Mika Westerberg3-10/+14
2023-06-09thunderbolt: Move tb_enable_tmu() close to other TMU functionsMika Westerberg1-29/+29
2023-06-09thunderbolt: Move TMU configuration to tb_enable_tmu()Mika Westerberg1-20/+10
2023-06-09thunderbolt: Get rid of tb_switch_enable_tmu_1st_child()Mika Westerberg3-40/+34