summaryrefslogtreecommitdiffstats
path: root/drivers/thunderbolt
Commit message (Expand)AuthorAgeFilesLines
* 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
| * thunderbolt: Start lane initialization after sleepMika Westerberg2021-01-114-1/+63
| * thunderbolt: Constify static attribute_group structsRikard Falkeborn2021-01-113-4/+4
| * thunderbolt: Use kmemdup instead of kzalloc and memcpyTian Tao2020-12-281-3/+1
* | thunderbolt: Fix possible NULL pointer dereference in tb_acpi_add_link()Mario Limonciello2021-01-281-1/+1
* | thunderbolt: Drop duplicated 0x prefix from format stringMika Westerberg2021-01-071-1/+1
|/
* Merge tag 'thunderbolt-for-v5.11-rc1' of git://git.kernel.org/pub/scm/linux/k...Greg Kroah-Hartman2020-12-0817-162/+1501
|\
| * thunderbolt: Add support for Intel Maple RidgeMika Westerberg2020-11-302-0/+12
| * thunderbolt: Add USB4 router operation proxy for firmware connection managerMika Westerberg2020-11-302-10/+232
| * thunderbolt: Move constants for USB4 router operations to tb_regs.hMika Westerberg2020-11-302-12/+13
| * thunderbolt: Add connection manager specific hooks for USB4 router operationsMika Westerberg2020-11-302-6/+57
| * thunderbolt: Pass TX and RX data directly to usb4_switch_op()Mika Westerberg2020-11-301-37/+48
| * thunderbolt: Pass metadata directly to usb4_switch_op()Mika Westerberg2020-11-301-49/+28
| * thunderbolt: Perform USB4 router NVM upgrade in two phasesMika Westerberg2020-11-304-20/+77
| * thunderbolt: Return -ENOTCONN when ERR_CONN is receivedMika Westerberg2020-11-301-0/+3
| * thunderbolt: Keep the parent runtime resumed for a while on device disconnectMika Westerberg2020-11-301-0/+11
| * thunderbolt: Log adapter numbers in decimal in path activation/deactivationMika Westerberg2020-11-301-2/+2
| * thunderbolt: Log which connection manager implementation is usedMika Westerberg2020-11-302-0/+4
| * thunderbolt: Move max_boot_acl field to correct place in struct icmMika Westerberg2020-11-301-1/+1
| * thunderbolt: Add DMA traffic test driverIsaac Hazan2020-11-113-0/+752
| * thunderbolt: Add support for end-to-end flow controlMika Westerberg2020-11-112-6/+34
| * thunderbolt: Make it possible to allocate one directional DMA tunnelMika Westerberg2020-11-111-19/+31
| * thunderbolt: Create debugfs directory automatically for servicesMika Westerberg2020-11-113-0/+31
| * thunderbolt: Add functions for enabling and disabling lane bonding on XDomainIsaac Hazan2020-11-113-3/+90
| * thunderbolt: Add link_speed and link_width to XDomainIsaac Hazan2020-11-113-1/+74
| * thunderbolt: Create XDomain devices for loops back to the hostMika Westerberg2020-11-111-3/+1
| * thunderbolt: Find XDomain by route instead of UUIDMika Westerberg2020-11-111-5/+5
| * thunderbolt: Do not clear USB4 router protocol adapter IFC and ISE bitsMika Westerberg2020-11-111-3/+10