aboutsummaryrefslogtreecommitdiff
path: root/drivers/thunderbolt/tmu.c
AgeCommit message (Expand)AuthorFilesLines
2023-09-15thunderbolt: Correct TMU mode initialization from hardwareGravatar Mika Westerberg 1-1/+1
2023-08-22Merge tag 'thunderbolt-for-v6.6-rc1' of git://git.kernel.org/pub/scm/linux/ke...Gravatar Greg Kroah-Hartman 1-1/+1
2023-08-03thunderbolt: Fix Thunderbolt 3 display flickering issue on 2nd hot plug onwardsGravatar Sanjay R Mehta 1-1/+3
2023-07-31thunderbolt: Set variable tmu_params storage class specifier to staticGravatar Tom Rix 1-1/+1
2023-06-16thunderbolt: Add support for enhanced uni-directional TMU modeGravatar Mika Westerberg 1-124/+471
2023-06-09thunderbolt: Prefix TMU post time log message with "TMU: "Gravatar Mika Westerberg 1-1/+1
2023-06-09thunderbolt: Do not call CLx functions from TMU codeGravatar Mika Westerberg 1-23/+0
2023-06-09thunderbolt: Move CLx support functions into clx.cGravatar Mika Westerberg 1-3/+3
2023-06-09thunderbolt: Check valid TMU configuration in tb_switch_tmu_configure()Gravatar Mika Westerberg 1-5/+8
2023-06-09thunderbolt: Get rid of tb_switch_enable_tmu_1st_child()Gravatar Mika Westerberg 1-29/+0
2023-06-09thunderbolt: Rework Titan Ridge TMU objection disable functionGravatar Mika Westerberg 1-14/+10
2023-06-09thunderbolt: Drop useless 'unidirectional' parameter from tb_switch_tmu_is_en...Gravatar Mika Westerberg 1-7/+4
2023-06-09thunderbolt: Fix a couple of style issues in TMU codeGravatar Mika Westerberg 1-12/+11
2023-06-09thunderbolt: Introduce tb_switch_downstream_port()Gravatar Gil Fine 1-16/+13
2022-06-06thunderbolt: Change TMU mode to HiFi uni-directional once DisplayPort tunneledGravatar Gil Fine 1-0/+29
2022-06-06thunderbolt: Add CL1 support for USB4 and Titan Ridge routersGravatar Gil Fine 1-27/+150
2022-06-06thunderbolt: Change downstream router's TMU rate in both TMU uni/bidir modeGravatar Gil Fine 1-6/+7
2022-06-06thunderbolt: Fix typos in CLx enablingGravatar Gil Fine 1-1/+1
2021-12-28thunderbolt: Enable CL0s for Intel Titan RidgeGravatar Gil Fine 1-2/+51
2021-12-22thunderbolt: Implement TMU time disruption for Intel Titan RidgeGravatar Gil Fine 1-7/+13
2021-12-22thunderbolt: Add TMU uni-directional modeGravatar Gil Fine 1-46/+228
2019-12-18thunderbolt: Add support for Time Management UnitGravatar Rajmohan Mani 1-0/+383