aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/drivers/thunderbolt/tmu.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2023-12-14thunderbolt: Unwind TMU configuration if tb_switch_set_tmu_mode_params() failsMika Westerberg1-1/+1
2023-09-15thunderbolt: Correct TMU mode initialization from hardwareMika Westerberg1-1/+1
2023-08-22Merge tag 'thunderbolt-for-v6.6-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/westeri/thunderbolt into usb-nextGreg Kroah-Hartman1-1/+1
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 support for enhanced uni-directional TMU modeMika Westerberg1-124/+471
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: Move CLx support functions into clx.cMika Westerberg1-3/+3
2023-06-09thunderbolt: Check valid TMU configuration in tb_switch_tmu_configure()Mika Westerberg1-5/+8
2023-06-09thunderbolt: Get rid of tb_switch_enable_tmu_1st_child()Mika Westerberg1-29/+0
2023-06-09thunderbolt: Rework Titan Ridge TMU objection disable functionMika Westerberg1-14/+10
2023-06-09thunderbolt: Drop useless 'unidirectional' parameter from tb_switch_tmu_is_enabled()Mika Westerberg1-7/+4
2023-06-09thunderbolt: Fix a couple of style issues in TMU codeMika Westerberg1-12/+11
2023-06-09thunderbolt: Introduce tb_switch_downstream_port()Gil Fine1-16/+13
2022-06-06thunderbolt: Change TMU mode to HiFi uni-directional once DisplayPort tunneledGil Fine1-0/+29
2022-06-06thunderbolt: Add CL1 support for USB4 and Titan Ridge routersGil Fine1-27/+150
2022-06-06thunderbolt: Change downstream router's TMU rate in both TMU uni/bidir modeGil Fine1-6/+7
2022-06-06thunderbolt: Fix typos in CLx enablingGil Fine1-1/+1
2021-12-28thunderbolt: Enable CL0s for Intel Titan RidgeGil Fine1-2/+51
2021-12-22thunderbolt: Implement TMU time disruption for Intel Titan RidgeGil Fine1-7/+13
2021-12-22thunderbolt: Add TMU uni-directional modeGil Fine1-46/+228
2019-12-18thunderbolt: Add support for Time Management UnitRajmohan Mani1-0/+383