summaryrefslogtreecommitdiffstats
path: root/drivers/thunderbolt
AgeCommit message (Expand)Author
2021-03-08thunderbolt: Increase runtime PM reference count on DP tunnel discoveryMika Westerberg
2021-03-08thunderbolt: Initialize HopID IDAs in tb_switch_alloc()Mika Westerberg
2021-02-09Merge tag 'thunderbolt-for-v5.12-rc1' of git://git.kernel.org/pub/scm/linux/k...Greg Kroah-Hartman
2021-02-04thunderbolt: Add support for native USB4 _OSCMika Westerberg
2021-02-04thunderbolt: Allow disabling XDomain protocolMika Westerberg
2021-02-04thunderbolt: Add support for PCIe tunneling disabled (SL5)Mika Westerberg
2021-02-04thunderbolt: dma_test: Drop unnecessary includeMika Westerberg
2021-02-04thunderbolt: Add clarifying comments about USB4 terms router and adapterMika Westerberg
2021-02-04thunderbolt: switch: Fix kernel-doc descriptions of non-static functionsMika Westerberg
2021-02-04thunderbolt: nhi: Fix kernel-doc descriptions of non-static functionsMika Westerberg
2021-02-04thunderbolt: path: Fix kernel-doc descriptions of non-static functionsMika Westerberg
2021-02-04thunderbolt: eeprom: Fix kernel-doc descriptions of non-static functionsMika Westerberg
2021-02-04thunderbolt: ctl: Fix kernel-doc descriptions of non-static functionsMika Westerberg
2021-01-28thunderbolt: Fix possible NULL pointer dereference in tb_acpi_add_link()Mario Limonciello
2021-01-28thunderbolt: switch: Fix function name in the headerLee Jones
2021-01-28thunderbolt: tunnel: Fix misspelling of 'receive_path'Lee Jones
2021-01-28thunderbolt: icm: Fix a couple of formatting issuesLee Jones
2021-01-28thunderbolt: switch: Demote a bunch of non-conformant kernel-doc headersLee Jones
2021-01-28thunderbolt: tb: Kernel-doc function headers should document their parametersLee Jones
2021-01-28thunderbolt: nhi: Demote some non-conformant kernel-doc headersLee Jones
2021-01-28thunderbolt: xdomain: Fix 'tb_unregister_service_driver()'s 'drv' paramLee Jones
2021-01-28thunderbolt: eeprom: Demote non-conformant kernel-doc headers to standard com...Lee Jones
2021-01-28thunderbolt: ctl: Demote non-conformant kernel-doc headersLee Jones
2021-01-28thunderbolt: cap: Fix kernel-doc formatting issueLee Jones
2021-01-28thunderbolt: dma_port: Check 'dma_port_flash_write_block()'s return valueLee Jones
2021-01-15thunderbolt: Add support for de-authorizing devicesMika Westerberg
2021-01-11thunderbolt: Start lane initialization after sleepMika Westerberg
2021-01-11thunderbolt: Constify static attribute_group structsRikard Falkeborn
2021-01-07thunderbolt: Drop duplicated 0x prefix from format stringMika Westerberg
2020-12-28thunderbolt: Use kmemdup instead of kzalloc and memcpyTian Tao
2020-12-08Merge tag 'thunderbolt-for-v5.11-rc1' of git://git.kernel.org/pub/scm/linux/k...Greg Kroah-Hartman
2020-11-30thunderbolt: Add support for Intel Maple RidgeMika Westerberg
2020-11-30thunderbolt: Add USB4 router operation proxy for firmware connection managerMika Westerberg
2020-11-30thunderbolt: Move constants for USB4 router operations to tb_regs.hMika Westerberg
2020-11-30thunderbolt: Add connection manager specific hooks for USB4 router operationsMika Westerberg
2020-11-30thunderbolt: Pass TX and RX data directly to usb4_switch_op()Mika Westerberg
2020-11-30thunderbolt: Pass metadata directly to usb4_switch_op()Mika Westerberg
2020-11-30thunderbolt: Perform USB4 router NVM upgrade in two phasesMika Westerberg
2020-11-30thunderbolt: Return -ENOTCONN when ERR_CONN is receivedMika Westerberg
2020-11-30thunderbolt: Keep the parent runtime resumed for a while on device disconnectMika Westerberg
2020-11-30thunderbolt: Log adapter numbers in decimal in path activation/deactivationMika Westerberg
2020-11-30thunderbolt: Log which connection manager implementation is usedMika Westerberg
2020-11-30thunderbolt: Move max_boot_acl field to correct place in struct icmMika Westerberg
2020-11-19thunderbolt: Fix use-after-free in remove_unplugged_switch()Mika Westerberg
2020-11-11thunderbolt: Add DMA traffic test driverIsaac Hazan
2020-11-11thunderbolt: Add support for end-to-end flow controlMika Westerberg
2020-11-11thunderbolt: Make it possible to allocate one directional DMA tunnelMika Westerberg
2020-11-11thunderbolt: Create debugfs directory automatically for servicesMika Westerberg
2020-11-11thunderbolt: Add functions for enabling and disabling lane bonding on XDomainIsaac Hazan
2020-11-11thunderbolt: Add link_speed and link_width to XDomainIsaac Hazan