summaryrefslogtreecommitdiffstats
path: root/drivers/thunderbolt
AgeCommit message (Expand)AuthorLines
2020-12-08Merge tag 'thunderbolt-for-v5.11-rc1' of git://git.kernel.org/pub/scm/linux/k...Greg Kroah-Hartman-162/+1501
2020-11-30thunderbolt: Add support for Intel Maple RidgeMika Westerberg-0/+12
2020-11-30thunderbolt: Add USB4 router operation proxy for firmware connection managerMika Westerberg-10/+232
2020-11-30thunderbolt: Move constants for USB4 router operations to tb_regs.hMika Westerberg-12/+13
2020-11-30thunderbolt: Add connection manager specific hooks for USB4 router operationsMika Westerberg-6/+57
2020-11-30thunderbolt: Pass TX and RX data directly to usb4_switch_op()Mika Westerberg-37/+48
2020-11-30thunderbolt: Pass metadata directly to usb4_switch_op()Mika Westerberg-49/+28
2020-11-30thunderbolt: Perform USB4 router NVM upgrade in two phasesMika Westerberg-20/+77
2020-11-30thunderbolt: Return -ENOTCONN when ERR_CONN is receivedMika Westerberg-0/+3
2020-11-30thunderbolt: Keep the parent runtime resumed for a while on device disconnectMika Westerberg-0/+11
2020-11-30thunderbolt: Log adapter numbers in decimal in path activation/deactivationMika Westerberg-2/+2
2020-11-30thunderbolt: Log which connection manager implementation is usedMika Westerberg-0/+4
2020-11-30thunderbolt: Move max_boot_acl field to correct place in struct icmMika Westerberg-1/+1
2020-11-19thunderbolt: Fix use-after-free in remove_unplugged_switch()Mika Westerberg-3/+7
2020-11-11thunderbolt: Add DMA traffic test driverIsaac Hazan-0/+752
2020-11-11thunderbolt: Add support for end-to-end flow controlMika Westerberg-6/+34
2020-11-11thunderbolt: Make it possible to allocate one directional DMA tunnelMika Westerberg-19/+31
2020-11-11thunderbolt: Create debugfs directory automatically for servicesMika Westerberg-0/+31
2020-11-11thunderbolt: Add functions for enabling and disabling lane bonding on XDomainIsaac Hazan-3/+90
2020-11-11thunderbolt: Add link_speed and link_width to XDomainIsaac Hazan-1/+74
2020-11-11thunderbolt: Create XDomain devices for loops back to the hostMika Westerberg-3/+1
2020-11-11thunderbolt: Find XDomain by route instead of UUIDMika Westerberg-5/+5
2020-11-11thunderbolt: Do not clear USB4 router protocol adapter IFC and ISE bitsMika Westerberg-3/+10
2020-11-06thunderbolt: Add support for Intel Tiger Lake-HMika Westerberg-0/+10
2020-11-05thunderbolt: Only configure USB4 wake for lane 0 adaptersMika Westerberg-0/+4
2020-11-05thunderbolt: Add uaccess dependency to debugfs interfaceCasey Bowman-0/+1
2020-11-05thunderbolt: Fix memory leak if ida_simple_get() fails in enumerate_services()Mika Westerberg-0/+1
2020-10-26thunderbolt: Add the missed ida_simple_remove() in ring_request_msix()Jing Xiangfeng-4/+15
2020-09-30Merge tag 'thunderbolt-for-v5.10-rc1' of git://git.kernel.org/pub/scm/linux/k...Greg Kroah-Hartman-234/+1970
2020-09-16thunderbolt: Capitalize comment on top of QUIRK_FORCE_POWER_LINK_CONTROLLERMika Westerberg-1/+1
2020-09-16thunderbolt: Correct tb_check_quirks() kernel-docMika Westerberg-1/+1
2020-09-16thunderbolt: Log correct zeroX entries in decode_error()Mika Westerberg-3/+8
2020-09-16thunderbolt: Handle ERR_LOCK notificationMika Westerberg-0/+8
2020-09-16thunderbolt: Use "if USB4" instead of "depends on" in KconfigMika Westerberg-2/+4
2020-09-16thunderbolt: Allow KUnit tests to be built also when CONFIG_USB4=mMika Westerberg-4/+26
2020-09-16thunderbolt: Only stop control channel when entering freezeMika Westerberg-3/+69
2020-09-15Merge tag 'thunderbolt-for-v5.9-rc6' of git://git.kernel.org/pub/scm/linux/ke...Greg Kroah-Hartman-4/+16
2020-09-10thunderbolt: debugfs: Fix uninitialized return in counters_write()Dan Carpenter-0/+1
2020-09-09thunderbolt: Retry DROM read once if parsing failsMika Westerberg-4/+16
2020-09-03thunderbolt: Add debugfs interfaceGil Fine-3/+742
2020-09-03thunderbolt: No need to warn in TB_CFG_ERROR_INVALID_CONFIG_SPACEMika Westerberg-3/+2
2020-09-03thunderbolt: Introduce tb_switch_is_tiger_lake()Gil Fine-0/+12
2020-09-03thunderbolt: Introduce tb_switch_is_ice_lake()Mika Westerberg-0/+12
2020-09-03thunderbolt: Check for Intel vendor ID when identifying controllerMika Westerberg-29/+35
2020-09-03thunderbolt: Introduce tb_port_is_nhi()Mika Westerberg-1/+6
2020-09-03thunderbolt: Introduce tb_switch_next_cap()Mika Westerberg-30/+64
2020-09-03thunderbolt: Introduce tb_port_next_cap()Mika Westerberg-4/+32
2020-09-03thunderbolt: Move struct tb_cap_any to tb_regs.hMika Westerberg-8/+14
2020-09-03thunderbolt: Add runtime PM for Software CMMika Westerberg-7/+136
2020-09-03thunderbolt: Create device links from ACPI descriptionMika Westerberg-0/+126