summaryrefslogtreecommitdiffstats
path: root/drivers/thunderbolt
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'thunderbolt-for-v5.13-rc1' of git://git.kernel.org/pub/scm/linux/k...Greg Kroah-Hartman2021-04-1315-382/+1208
|\
| * thunderbolt: Hide authorized attribute if router does not support PCIe tunnelsMika Westerberg2021-04-091-1/+14
| * thunderbolt: Add details to router ueventMika Westerberg2021-04-091-0/+34
| * thunderbolt: Unlock on error path in tb_domain_add()Dan Carpenter2021-03-231-0/+1
| * thunderbolt: Add support for USB4 DROMMika Westerberg2021-03-181-24/+80
| * thunderbolt: Check quirks in tb_switch_add()Mika Westerberg2021-03-182-1/+2
| * thunderbolt: Add KUnit tests for DMA tunnelsMika Westerberg2021-03-181-0/+240
| * thunderbolt: Add KUnit tests for XDomain propertiesMika Westerberg2021-03-181-0/+252
| * thunderbolt: Allow multiple DMA tunnels over a single XDomain connectionMika Westerberg2021-03-188-102/+282
| * thunderbolt: Drop unused tb_port_set_initial_credits()Mika Westerberg2021-03-182-23/+0
| * thunderbolt: Use dedicated flow control for DMA tunnelsMika Westerberg2021-03-181-16/+4
| * thunderbolt: Add support for maxhopid XDomain propertyMika Westerberg2021-03-181-89/+117
| * thunderbolt: Add tb_property_copy_dir()Mika Westerberg2021-03-181-0/+71
| * thunderbolt: Align XDomain protocol timeouts with the specMika Westerberg2021-03-181-2/+2
| * thunderbolt: Use pseudo-random number as initial property block generationMika Westerberg2021-03-181-0/+2
| * thunderbolt: Do not re-establish XDomain DMA paths automaticallyMika Westerberg2021-03-181-33/+2
| * thunderbolt: Add more logging to XDomain connectionsMika Westerberg2021-03-181-3/+31
| * thunderbolt: Decrease control channel timeout for software connection managerMika Westerberg2021-03-186-45/+49
| * thunderbolt: Do not pass timeout for tb_cfg_reset()Mika Westerberg2021-03-183-7/+4
| * thunderbolt: Disable retry logic for intra-domain control packetsMika Westerberg2021-03-181-1/+1
| * thunderbolt: debugfs: Show all accessible dwordsGil Fine2021-03-121-5/+3
| * thunderbolt: Drop unused functions tb_switch_is_[ice|tiger]_lake()Gil Fine2021-03-081-26/+0
| * thunderbolt: debugfs: Handle fail reading blockGil Fine2021-03-081-13/+26
* | thunderbolt: Fix off by one in tb_port_find_retimer()Dan Carpenter2021-03-301-1/+1
* | thunderbolt: Fix a leak in tb_retimer_add()Dan Carpenter2021-03-301-1/+1
* | thunderbolt: Increase runtime PM reference count on DP tunnel discoveryMika Westerberg2021-03-081-0/+4
* | thunderbolt: Initialize HopID IDAs in tb_switch_alloc()Mika Westerberg2021-03-081-10/+8
|/
* Merge tag 'thunderbolt-for-v5.12-rc1' of git://git.kernel.org/pub/scm/linux/k...Greg Kroah-Hartman2021-02-0918-65/+424
|\
| * thunderbolt: Add support for native USB4 _OSCMika Westerberg2021-02-047-12/+134
| * thunderbolt: Allow disabling XDomain protocolMika Westerberg2021-02-045-3/+20
| * thunderbolt: Add support for PCIe tunneling disabled (SL5)Mika Westerberg2021-02-042-2/+16
| * thunderbolt: dma_test: Drop unnecessary includeMika Westerberg2021-02-041-1/+0
| * thunderbolt: Add clarifying comments about USB4 terms router and adapterMika Westerberg2021-02-041-0/+5
| * thunderbolt: switch: Fix kernel-doc descriptions of non-static functionsMika Westerberg2021-02-041-0/+7
| * thunderbolt: nhi: Fix kernel-doc descriptions of non-static functionsMika Westerberg2021-02-041-0/+2
| * thunderbolt: path: Fix kernel-doc descriptions of non-static functionsMika Westerberg2021-02-041-0/+2
| * thunderbolt: eeprom: Fix kernel-doc descriptions of non-static functionsMika Westerberg2021-02-041-2/+11
| * thunderbolt: ctl: Fix kernel-doc descriptions of non-static functionsMika Westerberg2021-02-041-5/+42
| * thunderbolt: switch: Fix function name in the headerLee Jones2021-01-281-1/+1
| * thunderbolt: tunnel: Fix misspelling of 'receive_path'Lee Jones2021-01-281-1/+1
| * thunderbolt: icm: Fix a couple of formatting issuesLee Jones2021-01-281-2/+2
| * thunderbolt: switch: Demote a bunch of non-conformant kernel-doc headersLee Jones2021-01-281-2/+2
| * thunderbolt: tb: Kernel-doc function headers should document their parametersLee Jones2021-01-281-6/+6
| * thunderbolt: nhi: Demote some non-conformant kernel-doc headersLee Jones2021-01-281-5/+5
| * thunderbolt: xdomain: Fix 'tb_unregister_service_driver()'s 'drv' paramLee Jones2021-01-281-1/+1
| * thunderbolt: eeprom: Demote non-conformant kernel-doc headers to standard com...Lee Jones2021-01-281-10/+10
| * thunderbolt: ctl: Demote non-conformant kernel-doc headersLee Jones2021-01-281-2/+2
| * thunderbolt: cap: Fix kernel-doc formatting issueLee Jones2021-01-281-1/+1
| * thunderbolt: dma_port: Check 'dma_port_flash_write_block()'s return valueLee Jones2021-01-281-0/+2
| * thunderbolt: Add support for de-authorizing devicesMika Westerberg2021-01-154-3/+86