Age | Commit message (Expand) | Author | Files | Lines |
2021-07-06 | Merge tag 'usb-5.14-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre... | Linus Torvalds | 24 | -439/+2384 |
2021-07-02 | Merge tag 'linux-kselftest-kunit-fixes-5.14-rc1' of git://git.kernel.org/pub/... | Linus Torvalds | 1 | -43/+43 |
2021-06-25 | thunderbolt: test: Reinstate a few casts of bitfields | David Gow | 1 | -22/+44 |
2021-06-24 | thunderbolt: test: Remove some casts which are no longer required | David Gow | 1 | -87/+65 |
2021-06-15 | thunderbolt: Fix DROM handling for USB4 DROM | Gil Fine | 1 | -8/+11 |
2021-06-11 | thunderbolt: Add support for Intel Alder Lake | Azhar Shaikh | 3 | -0/+8 |
2021-06-11 | thunderbolt: No need to include <linux/acpi.h> in usb4_port.c | Mika Westerberg | 1 | -1/+0 |
2021-06-11 | thunderbolt: Poll 10ms for REG_FW_STS_NVM_AUTH_DONE to be set | Gil Fine | 1 | -7/+11 |
2021-06-11 | thunderbolt: Add device links only when software connection manager is used | Mika Westerberg | 2 | -67/+67 |
2021-06-11 | thunderbolt: Bond lanes only when dual_link_port != NULL in alloc_dev_default() | Mika Westerberg | 1 | -11/+11 |
2021-06-01 | thunderbolt: Check for NVM authentication status after the operation started | Mika Westerberg | 1 | -1/+19 |
2021-06-01 | thunderbolt: Add WRITE_ONLY and AUTHENTICATE_ONLY NVM operations for retimers | Rajmohan Mani | 3 | -16/+52 |
2021-06-01 | thunderbolt: Allow router NVM authenticate separately | Mika Westerberg | 3 | -20/+45 |
2021-06-01 | thunderbolt: Move nvm_write_ops to tb.h | Rajmohan Mani | 2 | -5/+5 |
2021-06-01 | thunderbolt: Add support for retimer NVM upgrade when there is no link | Rajmohan Mani | 5 | -28/+222 |
2021-06-01 | thunderbolt: Add additional USB4 port operations for retimer access | Rajmohan Mani | 3 | -0/+74 |
2021-06-01 | thunderbolt: Add support for ACPI _DSM to power on/off retimers | Rajmohan Mani | 3 | -3/+225 |
2021-06-01 | thunderbolt: Add USB4 port devices | Mika Westerberg | 6 | -8/+222 |
2021-06-01 | thunderbolt: Log the link as TBT instead of TBT3 | Mika Westerberg | 1 | -1/+1 |
2021-06-01 | thunderbolt: Add KUnit tests for credit allocation | Mika Westerberg | 1 | -0/+545 |
2021-06-01 | thunderbolt: Add quirk for Intel Goshen Ridge DP credits | Mika Westerberg | 1 | -4/+27 |
2021-06-01 | thunderbolt: Allocate credits according to router preferences | Mika Westerberg | 3 | -74/+346 |
2021-06-01 | thunderbolt: Update port credits after bonding is enabled/disabled | Mika Westerberg | 3 | -0/+51 |
2021-06-01 | thunderbolt: Read router preferred credit allocation information | Mika Westerberg | 4 | -8/+221 |
2021-06-01 | thunderbolt: Wait for the lanes to actually bond | Mika Westerberg | 3 | -2/+58 |
2021-06-01 | thunderbolt: Move nfc_credits field to struct tb_path_hop | Mika Westerberg | 3 | -15/+19 |
2021-06-01 | thunderbolt: Make tb_port_type() take const parameter | Mika Westerberg | 1 | -1/+1 |
2021-05-31 | thunderbolt: Align USB4 router wakes configuration with the CM guide | Mika Westerberg | 1 | -5/+11 |
2021-05-31 | thunderbolt: Add wake from DisplayPort | Mika Westerberg | 5 | -5/+14 |
2021-05-31 | thunderbolt: Use generic tb_nvm_[read|write]_data() for Thunderbolt 2/3 devices | Mika Westerberg | 1 | -79/+15 |
2021-05-31 | thunderbolt: Split NVM read/write generic functions out from usb4.c | Mika Westerberg | 3 | -92/+124 |
2021-05-31 | thunderbolt: Add self-authenticate support for new dock | Crag Wang | 1 | -0/+1 |
2021-05-20 | thunderbolt: usb4: Fix NVM read buffer bounds and offset issue | Mathias Nyman | 1 | -4/+5 |
2021-05-20 | thunderbolt: dma_port: Fix NVM read buffer bounds and offset issue | Mathias Nyman | 1 | -5/+6 |
2021-04-13 | Merge tag 'thunderbolt-for-v5.13-rc1' of git://git.kernel.org/pub/scm/linux/k... | Greg Kroah-Hartman | 15 | -382/+1208 |
2021-04-09 | thunderbolt: Hide authorized attribute if router does not support PCIe tunnels | Mika Westerberg | 1 | -1/+14 |
2021-04-09 | thunderbolt: Add details to router uevent | Mika Westerberg | 1 | -0/+34 |
2021-03-30 | thunderbolt: Fix off by one in tb_port_find_retimer() | Dan Carpenter | 1 | -1/+1 |
2021-03-30 | thunderbolt: Fix a leak in tb_retimer_add() | Dan Carpenter | 1 | -1/+1 |
2021-03-23 | thunderbolt: Unlock on error path in tb_domain_add() | Dan Carpenter | 1 | -0/+1 |
2021-03-18 | thunderbolt: Add support for USB4 DROM | Mika Westerberg | 1 | -24/+80 |
2021-03-18 | thunderbolt: Check quirks in tb_switch_add() | Mika Westerberg | 2 | -1/+2 |
2021-03-18 | thunderbolt: Add KUnit tests for DMA tunnels | Mika Westerberg | 1 | -0/+240 |
2021-03-18 | thunderbolt: Add KUnit tests for XDomain properties | Mika Westerberg | 1 | -0/+252 |
2021-03-18 | thunderbolt: Allow multiple DMA tunnels over a single XDomain connection | Mika Westerberg | 8 | -102/+282 |
2021-03-18 | thunderbolt: Drop unused tb_port_set_initial_credits() | Mika Westerberg | 2 | -23/+0 |
2021-03-18 | thunderbolt: Use dedicated flow control for DMA tunnels | Mika Westerberg | 1 | -16/+4 |
2021-03-18 | thunderbolt: Add support for maxhopid XDomain property | Mika Westerberg | 1 | -89/+117 |
2021-03-18 | thunderbolt: Add tb_property_copy_dir() | Mika Westerberg | 1 | -0/+71 |
2021-03-18 | thunderbolt: Align XDomain protocol timeouts with the spec | Mika Westerberg | 1 | -2/+2 |