| Commit message (Expand) | Author | Age | Files | Lines |
* | thunderbolt: Improve software receiver lane margining | R Kannappan | 2024-08-22 | 1 | -0/+2 |
* | thunderbolt: Add optional voltage offset range for receiver lane margining | Rene Sapiens | 2024-08-22 | 1 | -0/+2 |
* | thunderbolt: Consolidate margining parameters into a structure | Rene Sapiens | 2024-08-22 | 1 | -4/+34 |
* | thunderbolt: Add missing usb4_port_sb_read() to usb4_port_sw_margin() | Aapo Vienamo | 2024-08-22 | 1 | -1/+1 |
* | thunderbolt: Add receiver lane margining support for retimers | Mika Westerberg | 2024-06-17 | 1 | -0/+5 |
* | thunderbolt: Make margining functions accept target and retimer index | Mika Westerberg | 2024-06-17 | 1 | -6/+9 |
* | thunderbolt: Add sideband register access to debugfs | Mika Westerberg | 2024-06-17 | 1 | -0/+4 |
* | thunderbolt: Make usb4_port_sb_read/write() available outside of usb4.c | Mika Westerberg | 2024-06-17 | 1 | -4/+17 |
* | thunderbolt: Move usb4_port_margining_caps() declaration into correct place | Mika Westerberg | 2024-06-17 | 1 | -1/+1 |
* | thunderbolt: Avoid notify PM core about runtime PM resume | Gil Fine | 2024-04-10 | 1 | -1/+2 |
* | thunderbolt: Constify the struct device_type usage | Ricardo B. Marliere | 2024-02-26 | 1 | -4/+4 |
* | thunderbolt: Keep the domain powered when USB4 port is in redrive mode | Mika Westerberg | 2024-02-26 | 1 | -0/+4 |
* | thunderbolt: Reserve released DisplayPort bandwidth for a group for 10 seconds | Mika Westerberg | 2024-02-16 | 1 | -0/+10 |
* | thunderbolt: Reset topology created by the boot firmware | Sanath S | 2024-01-22 | 1 | -2/+2 |
* | thunderbolt: Introduce tb_path_deactivate_hop() | Sanath S | 2024-01-22 | 1 | -0/+1 |
* | thunderbolt: Introduce tb_port_reset() | Sanath S | 2024-01-22 | 1 | -0/+2 |
* | thunderbolt: Keep link as asymmetric if preferred by hardware | Gil Fine | 2023-12-22 | 1 | -0/+2 |
* | thunderbolt: Move width_name() helper to tb.h | Gil Fine | 2023-12-14 | 1 | -0/+16 |
* | thunderbolt: Add support for asymmetric link | Gil Fine | 2023-10-20 | 1 | -8/+8 |
* | thunderbolt: Introduce tb_switch_depth() | Mika Westerberg | 2023-10-20 | 1 | -0/+9 |
* | thunderbolt: Introduce tb_for_each_upstream_port_on_path() | Mika Westerberg | 2023-10-20 | 1 | -0/+15 |
* | thunderbolt: Introduce tb_port_path_direction_downstream() | Gil Fine | 2023-10-20 | 1 | -0/+15 |
* | thunderbolt: Set path power management packet support bit for USB4 v2 routers | Mika Westerberg | 2023-10-20 | 1 | -0/+2 |
* | thunderbolt: Make is_gen4_link() available to the rest of the driver | Gil Fine | 2023-10-20 | 1 | -0/+1 |
* | thunderbolt: Make tb_switch_clx_is_supported() static | Mika Westerberg | 2023-10-13 | 1 | -1/+0 |
* | thunderbolt: Get rid of usb4_usb3_port_actual_link_rate() | Mika Westerberg | 2023-10-13 | 1 | -1/+0 |
* | thunderbolt: Log a warning if device links are not found | Mika Westerberg | 2023-08-08 | 1 | -2/+2 |
* | thunderbolt: Make bandwidth allocation mode function names consistent | Mika Westerberg | 2023-06-16 | 1 | -7/+8 |
* | thunderbolt: Add support for enhanced uni-directional TMU mode | Mika Westerberg | 2023-06-16 | 1 | -33/+42 |
* | thunderbolt: Move constants related to NVM into nvm.c | Gil Fine | 2023-06-16 | 1 | -4/+0 |
* | thunderbolt: Enable USB4 v2 PCIe TLP/DLLP extended encapsulation | Gil Fine | 2023-06-16 | 1 | -0/+2 |
* | thunderbolt: Add support for USB4 v2 80 Gb/s link | Gil Fine | 2023-06-16 | 1 | -5/+9 |
* | thunderbolt: Identify USB4 v2 routers | Gil Fine | 2023-06-16 | 1 | -11/+23 |
* | thunderbolt: Enable/disable sideband depending on USB4 port offline mode | Mika Westerberg | 2023-06-12 | 1 | -0/+5 |
* | thunderbolt: Initialize CL states from the hardware | Mika Westerberg | 2023-06-09 | 1 | -0/+1 |
* | thunderbolt: Switch CL states from enum to a bitmask | Mika Westerberg | 2023-06-09 | 1 | -38/+16 |
* | thunderbolt: Move CLx support functions into clx.c | Mika Westerberg | 2023-06-09 | 1 | -9/+8 |
* | thunderbolt: Check valid TMU configuration in tb_switch_tmu_configure() | Mika Westerberg | 2023-06-09 | 1 | -3/+2 |
* | thunderbolt: Get rid of tb_switch_enable_tmu_1st_child() | Mika Westerberg | 2023-06-09 | 1 | -2/+0 |
* | thunderbolt: Drop useless 'unidirectional' parameter from tb_switch_tmu_is_en... | Mika Westerberg | 2023-06-09 | 1 | -6/+4 |
* | thunderbolt: Introduce tb_xdomain_downstream_port() | Mika Westerberg | 2023-06-09 | 1 | -0/+11 |
* | thunderbolt: Introduce tb_switch_downstream_port() | Gil Fine | 2023-06-09 | 1 | -0/+14 |
* | thunderbolt: Limit USB3 bandwidth of certain Intel USB4 host routers | Gil Fine | 2023-03-13 | 1 | -0/+3 |
* | thunderbolt: Add missing UNSET_INBOUND_SBTX for retimer access | Gil Fine | 2023-03-13 | 1 | -0/+1 |
* | thunderbolt: Add quirk to disable CLx | Sanjay R Mehta | 2023-03-06 | 1 | -3/+8 |
* | Merge tag 'driver-core-6.3-rc1' of git://git.kernel.org/pub/scm/linux/kernel/... | Linus Torvalds | 2023-02-24 | 1 | -1/+1 |
|\ |
|
| * | driver core: make struct device_type.uevent() take a const * | Greg Kroah-Hartman | 2023-01-27 | 1 | -1/+1 |
* | | thunderbolt: Add support for DisplayPort bandwidth allocation mode | Mika Westerberg | 2023-01-17 | 1 | -0/+22 |
* | | thunderbolt: Add functions to support DisplayPort bandwidth allocation mode | Mika Westerberg | 2023-01-17 | 1 | -0/+15 |
* | | thunderbolt: Use correct type in tb_port_is_clx_enabled() prototype | Jiri Slaby (SUSE) | 2022-12-27 | 1 | -1/+1 |
|/ |
|