summaryrefslogtreecommitdiffstats
path: root/drivers/thunderbolt
AgeCommit message (Expand)AuthorLines
2020-11-19thunderbolt: Fix use-after-free in remove_unplugged_switch()Mika Westerberg-3/+7
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
2020-09-03PCI / thunderbolt: Switch to use device links instead of PCI quirkMika Westerberg-0/+66
2020-09-03thunderbolt: Enable wakes from system suspendMika Westerberg-3/+231
2020-09-03thunderbolt: Disable lane 1 for XDomain connectionMika Westerberg-0/+55
2020-09-03thunderbolt: Configure port for XDomainMika Westerberg-4/+134
2020-09-03thunderbolt: Set port configured for both ends of the linkMika Westerberg-94/+87
2020-09-03thunderbolt: Configure link after lane bonding is enabledMika Westerberg-25/+49
2020-09-03thunderbolt: Do not change default USB4 router notification timeoutMika Westerberg-5/+1
2020-09-03thunderbolt: Initialize TMU again on resumeMika Westerberg-0/+4
2020-09-03thunderbolt: Tear down DP tunnels when suspendingMika Westerberg-0/+24
2020-09-03thunderbolt: Send reset only to first generation routersMika Westerberg-12/+13
2020-09-03thunderbolt: No need to log an error if tb_switch_lane_bonding_enable() failsMika Westerberg-4/+2
2020-09-03thunderbolt: Do not program NFC buffers for USB4 router protocol adaptersMika Westerberg-0/+7
2020-09-03thunderbolt: Use bit 31 to check if Firmware CM is running in Tiger LakeMika Westerberg-1/+4
2020-09-03thunderbolt: Software CM only should set force power in Tiger LakeMika Westerberg-9/+16
2020-09-03thunderbolt: Optimize NHI LC mailbox command processingRajmohan Mani-1/+1
2020-09-03thunderbolt: Optimize Force Power logicRajmohan Mani-2/+2
2020-09-01thunderbolt: Use kobj_to_dev() instead of container_of()Tian Tao-2/+2
2020-09-01Merge tag 'thunderbolt-for-v5.9-rc4' of git://git.kernel.org/pub/scm/linux/ke...Greg Kroah-Hartman-3/+12
2020-08-25thunderbolt: Use maximum USB3 link rate when reclaiming if link is not upMika Westerberg-2/+10
2020-08-25thunderbolt: Disable ports that are not implementedNikunj A. Dadhania-1/+2
2020-08-23treewide: Use fallthrough pseudo-keywordGustavo A. R. Silva-4/+4
2020-08-09thunderbolt: merge fix for kunix_resource changesStephen Rothwell-2/+2