Age | Commit message (Expand) | Author | Files | Lines |
---|---|---|---|---|
2023-06-09 | thunderbolt: Disable CL states when a DMA tunnel is established | Mika Westerberg | 1 | -1/+1 |
2023-06-09 | thunderbolt: Make tb_switch_clx_disable() return CL states that were enabled | Mika Westerberg | 1 | -2/+6 |
2023-06-09 | thunderbolt: Initialize CL states from the hardware | Mika Westerberg | 1 | -27/+73 |
2023-06-09 | thunderbolt: Prefix CL state related log messages with "CLx: " | Mika Westerberg | 1 | -4/+4 |
2023-06-09 | thunderbolt: Check for first depth router in tb.c | Mika Westerberg | 1 | -16/+6 |
2023-06-09 | thunderbolt: Switch CL states from enum to a bitmask | Mika Westerberg | 1 | -74/+95 |
2023-06-09 | thunderbolt: Get rid of __tb_switch_[en|dis]able_clx() | Mika Westerberg | 1 | -49/+42 |
2023-06-09 | thunderbolt: Move CLx support functions into clx.c | Mika Westerberg | 1 | -0/+362 |