aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/thunderbolt/retimer.c
AgeCommit message (Expand)AuthorFilesLines
2024-04-23thunderbolt: No need to loop over all retimers if access failsMika Westerberg1-4/+8
2024-02-26thunderbolt: Constify the struct device_type usageRicardo B. Marliere1-1/+1
2023-10-13thunderbolt: Log NVM version of routers and retimersGil Fine1-0/+1
2023-06-12thunderbolt: Enable/disable sideband depending on USB4 port offline modeMika Westerberg1-0/+19
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-05-24thunderbolt: Drop retimer vendor checkMika Westerberg1-6/+0
2023-03-13thunderbolt: Add missing UNSET_INBOUND_SBTX for retimer accessGil Fine1-2/+21
2023-01-09thunderbolt: Do not call PM runtime functions in tb_retimer_scan()Mika Westerberg1-14/+3
2022-12-27thunderbolt: Do not report errors if on-board retimers are foundUtkarsh Patel1-3/+2
2022-09-24thunderbolt: Convert to use sysfs_emit()/sysfs_emit_at() APIsAndy Shevchenko1-4/+4
2022-09-07thunderbolt: Move vendor specific NVM handling into nvm.cSzuying Chen1-58/+23
2022-09-07thunderbolt: Provide tb_retimer_nvm_read() analogous to tb_switch_nvm_read()Mika Westerberg1-7/+21
2022-09-07thunderbolt: Extend NVM version fields to 32-bitsSzuying Chen1-2/+2
2021-12-07thunderbolt: Runtime resume USB4 port when retimers are scannedMika Westerberg1-10/+18
2021-06-01thunderbolt: Check for NVM authentication status after the operation startedMika Westerberg1-1/+19
2021-06-01thunderbolt: Add WRITE_ONLY and AUTHENTICATE_ONLY NVM operations for retimersRajmohan Mani1-14/+37
2021-06-01thunderbolt: Add support for retimer NVM upgrade when there is no linkRajmohan Mani1-9/+15
2021-06-01thunderbolt: Add USB4 port devicesMika Westerberg1-5/+10
2021-03-30thunderbolt: Fix off by one in tb_port_find_retimer()Dan Carpenter1-1/+1
2021-03-30thunderbolt: Fix a leak in tb_retimer_add()Dan Carpenter1-1/+1
2020-06-22thunderbolt: Add support for on-board retimersKranthi Kuntala1-0/+485