summaryrefslogtreecommitdiff
path: root/drivers/thunderbolt/tb.c
AgeCommit message (Expand)AuthorFilesLines
2023-06-16thunderbolt: Make bandwidth allocation mode function names consistentMika Westerberg1-5/+5
2023-06-16thunderbolt: Enable CL2 low power stateMika Westerberg1-3/+6
2023-06-16thunderbolt: Add support for enhanced uni-directional TMU modeMika Westerberg1-14/+44
2023-06-16thunderbolt: Add the new USB4 v2 notification typesMika Westerberg1-4/+13
2023-06-16thunderbolt: Add support for USB4 v2 80 Gb/s linkGil Fine1-5/+33
2023-06-09thunderbolt: Disable CL states when a DMA tunnel is establishedMika Westerberg1-5/+57
2023-06-09thunderbolt: Check for first depth router in tb.cMika Westerberg1-0/+10
2023-06-09thunderbolt: Switch CL states from enum to a bitmaskMika Westerberg1-1/+1
2023-06-09thunderbolt: Move CLx enabling into tb_enable_clx()Mika Westerberg1-17/+17
2023-06-09thunderbolt: Move CLx support functions into clx.cMika Westerberg1-4/+4
2023-06-09thunderbolt: Check valid TMU configuration in tb_switch_tmu_configure()Mika Westerberg1-2/+4
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 Westerberg1-9/+34
2023-06-09thunderbolt: Drop useless 'unidirectional' parameter from tb_switch_tmu_is_en...Mika Westerberg1-1/+1
2023-06-09thunderbolt: Introduce tb_switch_downstream_port()Gil Fine1-5/+3
2023-05-29thunderbolt: Do not touch CL state configuration during discoveryMika Westerberg1-5/+12
2023-02-08Merge tag 'thunderbolt-for-v6.3-rc1' of git://git.kernel.org/pub/scm/linux/ke...Greg Kroah-Hartman1-18/+490
2023-01-27thunderbolt: Handle bandwidth allocation mode enablement notificationMika Westerberg1-3/+7
2023-01-17thunderbolt: Add support for DisplayPort bandwidth allocation modeMika Westerberg1-14/+479
2023-01-17thunderbolt: Improve debug logging in tb_available_bandwidth()Mika Westerberg1-2/+5
2023-01-17thunderbolt: Log DP adapter typeMika Westerberg1-2/+2
2023-01-09thunderbolt: Do not call PM runtime functions in tb_retimer_scan()Mika Westerberg1-5/+15
2022-10-08Merge tag 'usb-6.1-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds1-1/+32
2022-09-07thunderbolt: Allow NVM upgrade of USB4 host routersSzuying Chen1-1/+4
2022-08-31thunderbolt: Show link type for XDomain connections tooMika Westerberg1-4/+4
2022-08-15thunderbolt: Add DP OUT resource when DP tunnel is discoveredSanjay R Mehta1-0/+28
2022-06-06thunderbolt: Change TMU mode to HiFi uni-directional once DisplayPort tunneledGil Fine1-0/+13
2022-06-06thunderbolt: Add CL1 support for USB4 and Titan Ridge routersGil Fine1-15/+40
2022-06-06thunderbolt: Silently ignore CLx enabling in case CLx is not supportedGil Fine1-2/+8
2022-05-05thunderbolt: Add support for XDomain lane bondingMika Westerberg1-6/+0
2022-04-19thunderbolt: Use different lane for second DisplayPort tunnelMika Westerberg1-2/+17
2022-02-02thunderbolt: Add internal xHCI connect flows for Thunderbolt 3 devicesMika Westerberg1-0/+11
2021-12-28thunderbolt: Enable CL0s for Intel Titan RidgeGil Fine1-0/+7
2021-12-22thunderbolt: Add CL0s support for USB4 routersGil Fine1-1/+8
2021-12-22thunderbolt: Add TMU uni-directional modeGil Fine1-1/+8
2021-12-07thunderbolt: Tear down existing tunnels when resuming from hibernateMika Westerberg1-16/+52
2021-06-11thunderbolt: Add device links only when software connection manager is usedMika Westerberg1-0/+67
2021-06-01thunderbolt: Add support for retimer NVM upgrade when there is no linkRajmohan Mani1-2/+2
2021-04-13Merge tag 'thunderbolt-for-v5.13-rc1' of git://git.kernel.org/pub/scm/linux/k...Greg Kroah-Hartman1-19/+33
2021-03-18thunderbolt: Allow multiple DMA tunnels over a single XDomain connectionMika Westerberg1-18/+30
2021-03-18thunderbolt: Decrease control channel timeout for software connection managerMika Westerberg1-1/+3
2021-03-08thunderbolt: Increase runtime PM reference count on DP tunnel discoveryMika Westerberg1-0/+4
2021-02-04thunderbolt: Add support for native USB4 _OSCMika Westerberg1-1/+18
2021-02-04thunderbolt: Allow disabling XDomain protocolMika Westerberg1-0/+3
2021-01-28thunderbolt: tb: Kernel-doc function headers should document their parametersLee Jones1-6/+6
2021-01-15thunderbolt: Add support for de-authorizing devicesMika Westerberg1-0/+20
2020-11-30thunderbolt: Log which connection manager implementation is usedMika Westerberg1-0/+2
2020-09-16thunderbolt: Only stop control channel when entering freezeMika Westerberg1-0/+18
2020-09-03thunderbolt: Add runtime PM for Software CMMika Westerberg1-2/+114