aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/thunderbolt (follow)
AgeCommit message (Expand)AuthorFilesLines
2021-02-09Merge tag 'thunderbolt-for-v5.12-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/westeri/thunderbolt into usb-nextGreg Kroah-Hartman18-65/+424
2021-02-04thunderbolt: Add support for native USB4 _OSCMika Westerberg7-12/+134
2021-02-04thunderbolt: Allow disabling XDomain protocolMika Westerberg5-3/+20
2021-02-04thunderbolt: Add support for PCIe tunneling disabled (SL5)Mika Westerberg2-2/+16
2021-02-04thunderbolt: dma_test: Drop unnecessary includeMika Westerberg1-1/+0
2021-02-04thunderbolt: Add clarifying comments about USB4 terms router and adapterMika Westerberg1-0/+5
2021-02-04thunderbolt: switch: Fix kernel-doc descriptions of non-static functionsMika Westerberg1-0/+7
2021-02-04thunderbolt: nhi: Fix kernel-doc descriptions of non-static functionsMika Westerberg1-0/+2
2021-02-04thunderbolt: path: Fix kernel-doc descriptions of non-static functionsMika Westerberg1-0/+2
2021-02-04thunderbolt: eeprom: Fix kernel-doc descriptions of non-static functionsMika Westerberg1-2/+11
2021-02-04thunderbolt: ctl: Fix kernel-doc descriptions of non-static functionsMika Westerberg1-5/+42
2021-01-28thunderbolt: Fix possible NULL pointer dereference in tb_acpi_add_link()Mario Limonciello1-1/+1
2021-01-28thunderbolt: switch: Fix function name in the headerLee Jones1-1/+1
2021-01-28thunderbolt: tunnel: Fix misspelling of 'receive_path'Lee Jones1-1/+1
2021-01-28thunderbolt: icm: Fix a couple of formatting issuesLee Jones1-2/+2
2021-01-28thunderbolt: switch: Demote a bunch of non-conformant kernel-doc headersLee Jones1-2/+2
2021-01-28thunderbolt: tb: Kernel-doc function headers should document their parametersLee Jones1-6/+6
2021-01-28thunderbolt: nhi: Demote some non-conformant kernel-doc headersLee Jones1-5/+5
2021-01-28thunderbolt: xdomain: Fix 'tb_unregister_service_driver()'s 'drv' paramLee Jones1-1/+1
2021-01-28thunderbolt: eeprom: Demote non-conformant kernel-doc headers to standard comment blocksLee Jones1-10/+10
2021-01-28thunderbolt: ctl: Demote non-conformant kernel-doc headersLee Jones1-2/+2
2021-01-28thunderbolt: cap: Fix kernel-doc formatting issueLee Jones1-1/+1
2021-01-28thunderbolt: dma_port: Check 'dma_port_flash_write_block()'s return valueLee Jones1-0/+2
2021-01-15thunderbolt: Add support for de-authorizing devicesMika Westerberg4-3/+86
2021-01-11thunderbolt: Start lane initialization after sleepMika Westerberg4-1/+63
2021-01-11thunderbolt: Constify static attribute_group structsRikard Falkeborn3-4/+4
2021-01-07thunderbolt: Drop duplicated 0x prefix from format stringMika Westerberg1-1/+1
2020-12-28thunderbolt: Use kmemdup instead of kzalloc and memcpyTian Tao1-3/+1
2020-12-08Merge tag 'thunderbolt-for-v5.11-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/westeri/thunderbolt into usb-nextGreg Kroah-Hartman17-162/+1501
2020-11-30thunderbolt: Add support for Intel Maple RidgeMika Westerberg2-0/+12
2020-11-30thunderbolt: Add USB4 router operation proxy for firmware connection managerMika Westerberg2-10/+232
2020-11-30thunderbolt: Move constants for USB4 router operations to tb_regs.hMika Westerberg2-12/+13
2020-11-30thunderbolt: Add connection manager specific hooks for USB4 router operationsMika Westerberg2-6/+57
2020-11-30thunderbolt: Pass TX and RX data directly to usb4_switch_op()Mika Westerberg1-37/+48
2020-11-30thunderbolt: Pass metadata directly to usb4_switch_op()Mika Westerberg1-49/+28
2020-11-30thunderbolt: Perform USB4 router NVM upgrade in two phasesMika Westerberg4-20/+77
2020-11-30thunderbolt: Return -ENOTCONN when ERR_CONN is receivedMika Westerberg1-0/+3
2020-11-30thunderbolt: Keep the parent runtime resumed for a while on device disconnectMika Westerberg1-0/+11
2020-11-30thunderbolt: Log adapter numbers in decimal in path activation/deactivationMika Westerberg1-2/+2
2020-11-30thunderbolt: Log which connection manager implementation is usedMika Westerberg2-0/+4
2020-11-30thunderbolt: Move max_boot_acl field to correct place in struct icmMika Westerberg1-1/+1
2020-11-19thunderbolt: Fix use-after-free in remove_unplugged_switch()Mika Westerberg1-3/+7
2020-11-11thunderbolt: Add DMA traffic test driverIsaac Hazan3-0/+752
2020-11-11thunderbolt: Add support for end-to-end flow controlMika Westerberg2-6/+34
2020-11-11thunderbolt: Make it possible to allocate one directional DMA tunnelMika Westerberg1-19/+31
2020-11-11thunderbolt: Create debugfs directory automatically for servicesMika Westerberg3-0/+31
2020-11-11thunderbolt: Add functions for enabling and disabling lane bonding on XDomainIsaac Hazan3-3/+90
2020-11-11thunderbolt: Add link_speed and link_width to XDomainIsaac Hazan3-1/+74
2020-11-11thunderbolt: Create XDomain devices for loops back to the hostMika Westerberg1-3/+1
2020-11-11thunderbolt: Find XDomain by route instead of UUIDMika Westerberg1-5/+5