summaryrefslogtreecommitdiff
path: root/drivers/thunderbolt/tb.h
AgeCommit message (Expand)Author
2023-12-22thunderbolt: Keep link as asymmetric if preferred by hardwareGil Fine
2023-12-14thunderbolt: Move width_name() helper to tb.hGil Fine
2023-10-20thunderbolt: Add support for asymmetric linkGil Fine
2023-10-20thunderbolt: Introduce tb_switch_depth()Mika Westerberg
2023-10-20thunderbolt: Introduce tb_for_each_upstream_port_on_path()Mika Westerberg
2023-10-20thunderbolt: Introduce tb_port_path_direction_downstream()Gil Fine
2023-10-20thunderbolt: Set path power management packet support bit for USB4 v2 routersMika Westerberg
2023-10-20thunderbolt: Make is_gen4_link() available to the rest of the driverGil Fine
2023-10-13thunderbolt: Make tb_switch_clx_is_supported() staticMika Westerberg
2023-10-13thunderbolt: Get rid of usb4_usb3_port_actual_link_rate()Mika Westerberg
2023-08-08thunderbolt: Log a warning if device links are not foundMika Westerberg
2023-06-16thunderbolt: Make bandwidth allocation mode function names consistentMika Westerberg
2023-06-16thunderbolt: Add support for enhanced uni-directional TMU modeMika Westerberg
2023-06-16thunderbolt: Move constants related to NVM into nvm.cGil Fine
2023-06-16thunderbolt: Enable USB4 v2 PCIe TLP/DLLP extended encapsulationGil Fine
2023-06-16thunderbolt: Add support for USB4 v2 80 Gb/s linkGil Fine
2023-06-16thunderbolt: Identify USB4 v2 routersGil Fine
2023-06-12thunderbolt: Enable/disable sideband depending on USB4 port offline modeMika Westerberg
2023-06-09thunderbolt: Initialize CL states from the hardwareMika Westerberg
2023-06-09thunderbolt: Switch CL states from enum to a bitmaskMika Westerberg
2023-06-09thunderbolt: Move CLx support functions into clx.cMika Westerberg
2023-06-09thunderbolt: Check valid TMU configuration in tb_switch_tmu_configure()Mika Westerberg
2023-06-09thunderbolt: Get rid of tb_switch_enable_tmu_1st_child()Mika Westerberg
2023-06-09thunderbolt: Drop useless 'unidirectional' parameter from tb_switch_tmu_is_en...Mika Westerberg
2023-06-09thunderbolt: Introduce tb_xdomain_downstream_port()Mika Westerberg
2023-06-09thunderbolt: Introduce tb_switch_downstream_port()Gil Fine
2023-03-13thunderbolt: Limit USB3 bandwidth of certain Intel USB4 host routersGil Fine
2023-03-13thunderbolt: Add missing UNSET_INBOUND_SBTX for retimer accessGil Fine
2023-03-06thunderbolt: Add quirk to disable CLxSanjay R Mehta
2023-02-24Merge tag 'driver-core-6.3-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds
2023-01-27driver core: make struct device_type.uevent() take a const *Greg Kroah-Hartman
2023-01-17thunderbolt: Add support for DisplayPort bandwidth allocation modeMika Westerberg
2023-01-17thunderbolt: Add functions to support DisplayPort bandwidth allocation modeMika Westerberg
2022-12-27thunderbolt: Use correct type in tb_port_is_clx_enabled() prototypeJiri Slaby (SUSE)
2022-10-07Merge tag 'usb-6.1-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds
2022-09-26thunderbolt: Explicitly enable lane adapter hotplug events at startupMario Limonciello
2022-09-07thunderbolt: Move vendor specific NVM handling into nvm.cSzuying Chen
2022-09-07thunderbolt: Provide tb_retimer_nvm_read() analogous to tb_switch_nvm_read()Mika Westerberg
2022-09-07thunderbolt: Rename and make nvm_read() available for other filesSzuying Chen
2022-09-07thunderbolt: Extend NVM version fields to 32-bitsSzuying Chen
2022-09-05thunderbolt: Add support for receiver lane marginingMika Westerberg
2022-09-05thunderbolt: Add helper to check if CL states are enabled on portMika Westerberg
2022-09-05thunderbolt: Pass CL state bitmask to tb_port_clx_supported()Mika Westerberg
2022-09-05thunderbolt: Move tb_xdomain_parent() to tb.hMika Westerberg
2022-08-31thunderbolt: Show link type for XDomain connections tooMika Westerberg
2022-08-04Merge tag 'usb-6.0-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds
2022-07-11thunderbolt: test: Use kunit_test_suite() macroDavid Gow
2022-06-06thunderbolt: Change TMU mode to HiFi uni-directional once DisplayPort tunneledGil Fine
2022-06-06thunderbolt: Add CL1 support for USB4 and Titan Ridge routersGil Fine
2022-05-05thunderbolt: Split setting link width and lane bonding into own functionsMika Westerberg