summaryrefslogtreecommitdiffstats
path: root/drivers/thunderbolt/tb.h
Commit message (Expand)AuthorAgeFilesLines
* thunderbolt: Avoid notify PM core about runtime PM resumeGil Fine2024-04-101-1/+2
* thunderbolt: Constify the struct device_type usageRicardo B. Marliere2024-02-261-4/+4
* thunderbolt: Keep the domain powered when USB4 port is in redrive modeMika Westerberg2024-02-261-0/+4
* thunderbolt: Reserve released DisplayPort bandwidth for a group for 10 secondsMika Westerberg2024-02-161-0/+10
* thunderbolt: Reset topology created by the boot firmwareSanath S2024-01-221-2/+2
* thunderbolt: Introduce tb_path_deactivate_hop()Sanath S2024-01-221-0/+1
* thunderbolt: Introduce tb_port_reset()Sanath S2024-01-221-0/+2
* thunderbolt: Keep link as asymmetric if preferred by hardwareGil Fine2023-12-221-0/+2
* thunderbolt: Move width_name() helper to tb.hGil Fine2023-12-141-0/+16
* thunderbolt: Add support for asymmetric linkGil Fine2023-10-201-8/+8
* thunderbolt: Introduce tb_switch_depth()Mika Westerberg2023-10-201-0/+9
* thunderbolt: Introduce tb_for_each_upstream_port_on_path()Mika Westerberg2023-10-201-0/+15
* thunderbolt: Introduce tb_port_path_direction_downstream()Gil Fine2023-10-201-0/+15
* thunderbolt: Set path power management packet support bit for USB4 v2 routersMika Westerberg2023-10-201-0/+2
* thunderbolt: Make is_gen4_link() available to the rest of the driverGil Fine2023-10-201-0/+1
* thunderbolt: Make tb_switch_clx_is_supported() staticMika Westerberg2023-10-131-1/+0
* thunderbolt: Get rid of usb4_usb3_port_actual_link_rate()Mika Westerberg2023-10-131-1/+0
* thunderbolt: Log a warning if device links are not foundMika Westerberg2023-08-081-2/+2
* thunderbolt: Make bandwidth allocation mode function names consistentMika Westerberg2023-06-161-7/+8
* thunderbolt: Add support for enhanced uni-directional TMU modeMika Westerberg2023-06-161-33/+42
* thunderbolt: Move constants related to NVM into nvm.cGil Fine2023-06-161-4/+0
* thunderbolt: Enable USB4 v2 PCIe TLP/DLLP extended encapsulationGil Fine2023-06-161-0/+2
* thunderbolt: Add support for USB4 v2 80 Gb/s linkGil Fine2023-06-161-5/+9
* thunderbolt: Identify USB4 v2 routersGil Fine2023-06-161-11/+23
* thunderbolt: Enable/disable sideband depending on USB4 port offline modeMika Westerberg2023-06-121-0/+5
* thunderbolt: Initialize CL states from the hardwareMika Westerberg2023-06-091-0/+1
* thunderbolt: Switch CL states from enum to a bitmaskMika Westerberg2023-06-091-38/+16
* thunderbolt: Move CLx support functions into clx.cMika Westerberg2023-06-091-9/+8
* thunderbolt: Check valid TMU configuration in tb_switch_tmu_configure()Mika Westerberg2023-06-091-3/+2
* thunderbolt: Get rid of tb_switch_enable_tmu_1st_child()Mika Westerberg2023-06-091-2/+0
* thunderbolt: Drop useless 'unidirectional' parameter from tb_switch_tmu_is_en...Mika Westerberg2023-06-091-6/+4
* thunderbolt: Introduce tb_xdomain_downstream_port()Mika Westerberg2023-06-091-0/+11
* thunderbolt: Introduce tb_switch_downstream_port()Gil Fine2023-06-091-0/+14
* thunderbolt: Limit USB3 bandwidth of certain Intel USB4 host routersGil Fine2023-03-131-0/+3
* thunderbolt: Add missing UNSET_INBOUND_SBTX for retimer accessGil Fine2023-03-131-0/+1
* thunderbolt: Add quirk to disable CLxSanjay R Mehta2023-03-061-3/+8
* Merge tag 'driver-core-6.3-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2023-02-241-1/+1
|\
| * driver core: make struct device_type.uevent() take a const *Greg Kroah-Hartman2023-01-271-1/+1
* | thunderbolt: Add support for DisplayPort bandwidth allocation modeMika Westerberg2023-01-171-0/+22
* | thunderbolt: Add functions to support DisplayPort bandwidth allocation modeMika Westerberg2023-01-171-0/+15
* | thunderbolt: Use correct type in tb_port_is_clx_enabled() prototypeJiri Slaby (SUSE)2022-12-271-1/+1
|/
* Merge tag 'usb-6.1-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds2022-10-071-12/+44
|\
| * thunderbolt: Explicitly enable lane adapter hotplug events at startupMario Limonciello2022-09-261-0/+1
| * thunderbolt: Move vendor specific NVM handling into nvm.cSzuying Chen2022-09-071-8/+14
| * thunderbolt: Provide tb_retimer_nvm_read() analogous to tb_switch_nvm_read()Mika Westerberg2022-09-071-0/+2
| * thunderbolt: Rename and make nvm_read() available for other filesSzuying Chen2022-09-071-0/+2
| * thunderbolt: Extend NVM version fields to 32-bitsSzuying Chen2022-09-071-2/+2
| * thunderbolt: Add support for receiver lane marginingMika Westerberg2022-09-051-0/+15
| * thunderbolt: Add helper to check if CL states are enabled on portMika Westerberg2022-09-051-0/+1
| * thunderbolt: Pass CL state bitmask to tb_port_clx_supported()Mika Westerberg2022-09-051-2/+2