aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/thunderbolt/switch.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2020-09-30Merge tag 'thunderbolt-for-v5.10-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/westeri/thunderbolt into usb-nextGreg Kroah-Hartman1-33/+183
2020-09-03thunderbolt: Add debugfs interfaceGil Fine1-0/+3
2020-09-03thunderbolt: Introduce tb_port_is_nhi()Mika Westerberg1-1/+1
2020-09-03thunderbolt: Add runtime PM for Software CMMika Westerberg1-4/+21
2020-09-03thunderbolt: Enable wakes from system suspendMika Westerberg1-1/+29
2020-09-03thunderbolt: Disable lane 1 for XDomain connectionMika Westerberg1-0/+44
2020-09-03thunderbolt: Set port configured for both ends of the linkMika Westerberg1-6/+27
2020-09-03thunderbolt: Configure link after lane bonding is enabledMika Westerberg1-13/+42
2020-09-03thunderbolt: Do not change default USB4 router notification timeoutMika Westerberg1-5/+1
2020-09-03thunderbolt: Initialize TMU again on resumeMika Westerberg1-0/+4
2020-09-03thunderbolt: Send reset only to first generation routersMika Westerberg1-10/+11
2020-09-03thunderbolt: Do not program NFC buffers for USB4 router protocol adaptersMika Westerberg1-0/+7
2020-09-01thunderbolt: Use kobj_to_dev() instead of container_of()Tian Tao1-1/+1
2020-09-01Merge tag 'thunderbolt-for-v5.9-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/westeri/thunderbolt into usb-linusGreg Kroah-Hartman1-0/+1
2020-08-25thunderbolt: Disable ports that are not implementedNikunj A. Dadhania1-0/+1
2020-08-23treewide: Use fallthrough pseudo-keywordGustavo A. R. Silva1-1/+1
2020-07-01thunderbolt: Add support for authenticate on disconnectMario Limonciello1-4/+36
2020-07-01thunderbolt: Add support for separating the flush to SPI and authenticateMario Limonciello1-15/+27
2020-06-22thunderbolt: Add support for on-board retimersKranthi Kuntala1-0/+3
2020-06-22thunderbolt: Split common NVM functionality into a separate fileMika Westerberg1-93/+23
2020-06-22thunderbolt: Add Intel USB-IF ID to the NVM upgrade supported listMika Westerberg1-1/+2
2020-06-22thunderbolt: Make tb_port_get_link_speed() available to other filesMika Westerberg1-1/+7
2020-06-22thunderbolt: Make tb_next_port_on_path() work with tree topologiesMika Westerberg1-5/+12
2020-06-22thunderbolt: NHI can use HopIDs 1-7Mika Westerberg1-2/+5
2020-06-07Merge tag 'usb-5.8-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usbLinus Torvalds1-7/+0
2020-05-14PCI: Unify pcie_find_root_port() and pci_find_pcie_root_port()Yicong Yang1-2/+2
2020-04-16Revert "thunderbolt: Prevent crash if non-active NVMem file is read"Nicholas Johnson1-7/+0
2020-03-04thunderbolt: Fix error code in tb_port_is_width_supported()Dan Carpenter1-1/+1
2020-02-13thunderbolt: Prevent crash if non-active NVMem file is readMika Westerberg1-0/+7
2020-01-14thunderbolt: fix memory leak of object swColin Ian King1-2/+4
2019-12-18thunderbolt: Add support for USB 3.x tunnelsRajmohan Mani1-0/+35
2019-12-18thunderbolt: Add support for Time Management UnitRajmohan Mani1-0/+4
2019-12-18thunderbolt: Add initial support for USB4Mika Westerberg1-101/+281
2019-12-18thunderbolt: Make tb_find_port() available to other filesMika Westerberg1-0/+18
2019-11-19thunderbolt: Power cycle the router if NVM authentication failsMika Westerberg1-12/+42
2019-11-02thunderbolt: Add Display Port adapter pairing and resource managementMika Westerberg1-0/+44
2019-11-02thunderbolt: Add default linking between lane adapters if not provided by DROMMika Westerberg1-0/+32
2019-11-02thunderbolt: Add support for lane bondingMika Westerberg1-0/+288
2019-11-01thunderbolt: Add helper macro to iterate over switch portsMika Westerberg1-27/+30
2019-11-01thunderbolt: Convert DP adapter register names to follow the USB4 specMika Westerberg1-22/+28
2019-11-01thunderbolt: Convert PCIe adapter register names to follow the USB4 specMika Westerberg1-4/+6
2019-11-01thunderbolt: Convert basic adapter register names to follow the USB4 specMika Westerberg1-9/+9
2019-11-01thunderbolt: Log error if adding switch failsMika Westerberg1-5/+14
2019-11-01thunderbolt: Introduce tb_switch_is_icm()Mika Westerberg1-2/+2
2019-11-01Merge branch 'thunderbolt/fixes' into thunderbolt/nextMika Westerberg1-17/+11
2019-10-09thunderbolt: Add 'generation' attribute for devicesChristian Kellner1-0/+10
2019-10-08thunderbolt: Fix lockdep circular locking depedency warningMika Westerberg1-9/+0
2019-10-08thunderbolt: Read DP IN adapter first two dwords in one goMika Westerberg1-8/+11
2019-08-26thunderbolt: Add support for Intel Ice LakeMika Westerberg1-0/+2
2019-08-26thunderbolt: Expose active parts of NVM even if upgrade is not supportedMika Westerberg1-9/+19