aboutsummaryrefslogtreecommitdiff
path: root/drivers/thunderbolt
AgeCommit message (Expand)Author
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
2020-11-11thunderbolt: Create XDomain devices for loops back to the hostMika Westerberg
2020-11-11thunderbolt: Find XDomain by route instead of UUIDMika Westerberg
2020-11-11thunderbolt: Do not clear USB4 router protocol adapter IFC and ISE bitsMika Westerberg
2020-11-06thunderbolt: Add support for Intel Tiger Lake-HMika Westerberg
2020-11-05thunderbolt: Only configure USB4 wake for lane 0 adaptersMika Westerberg
2020-11-05thunderbolt: Add uaccess dependency to debugfs interfaceCasey Bowman
2020-11-05thunderbolt: Fix memory leak if ida_simple_get() fails in enumerate_services()Mika Westerberg
2020-10-26thunderbolt: Add the missed ida_simple_remove() in ring_request_msix()Jing Xiangfeng
2020-09-30Merge tag 'thunderbolt-for-v5.10-rc1' of git://git.kernel.org/pub/scm/linux/k...Greg Kroah-Hartman
2020-09-16thunderbolt: Capitalize comment on top of QUIRK_FORCE_POWER_LINK_CONTROLLERMika Westerberg
2020-09-16thunderbolt: Correct tb_check_quirks() kernel-docMika Westerberg
2020-09-16thunderbolt: Log correct zeroX entries in decode_error()Mika Westerberg
2020-09-16thunderbolt: Handle ERR_LOCK notificationMika Westerberg
2020-09-16thunderbolt: Use "if USB4" instead of "depends on" in KconfigMika Westerberg
2020-09-16thunderbolt: Allow KUnit tests to be built also when CONFIG_USB4=mMika Westerberg
2020-09-16thunderbolt: Only stop control channel when entering freezeMika Westerberg
2020-09-15Merge tag 'thunderbolt-for-v5.9-rc6' of git://git.kernel.org/pub/scm/linux/ke...Greg Kroah-Hartman
2020-09-10thunderbolt: debugfs: Fix uninitialized return in counters_write()Dan Carpenter
2020-09-09thunderbolt: Retry DROM read once if parsing failsMika Westerberg
2020-09-03thunderbolt: Add debugfs interfaceGil Fine
2020-09-03thunderbolt: No need to warn in TB_CFG_ERROR_INVALID_CONFIG_SPACEMika Westerberg
2020-09-03thunderbolt: Introduce tb_switch_is_tiger_lake()Gil Fine
2020-09-03thunderbolt: Introduce tb_switch_is_ice_lake()Mika Westerberg
2020-09-03thunderbolt: Check for Intel vendor ID when identifying controllerMika Westerberg
2020-09-03thunderbolt: Introduce tb_port_is_nhi()Mika Westerberg
2020-09-03thunderbolt: Introduce tb_switch_next_cap()Mika Westerberg
2020-09-03thunderbolt: Introduce tb_port_next_cap()Mika Westerberg
2020-09-03thunderbolt: Move struct tb_cap_any to tb_regs.hMika Westerberg
2020-09-03thunderbolt: Add runtime PM for Software CMMika Westerberg
2020-09-03thunderbolt: Create device links from ACPI descriptionMika Westerberg