aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/thunderbolt/switch.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-04-18thunderbolt: Make rest of the logging to happen at debug levelMika Westerberg1-10/+9
2019-04-18thunderbolt: Add support for XDomain connectionsMika Westerberg1-4/+25
2019-04-18thunderbolt: Make tb_switch_alloc() return ERR_PTR()Mika Westerberg1-16/+20
2019-04-18thunderbolt: Add support for DMA tunnelsMika Westerberg1-0/+22
2019-04-18thunderbolt: Add support for Display Port tunnelsMika Westerberg1-0/+111
2019-04-18thunderbolt: Rework NFC credits handlingMika Westerberg1-7/+13
2019-04-18thunderbolt: Generalize port finding routines to support all port typesMika Westerberg1-0/+16
2019-04-18thunderbolt: Discover preboot PCIe paths the boot firmware establishedMika Westerberg1-0/+14
2019-04-18thunderbolt: Add helper function to iterate from one port to anotherMika Westerberg1-0/+54
2019-04-18thunderbolt: Assign remote for both ports in case of dual linkMika Westerberg1-11/+10
2019-04-18thunderbolt: Add functions for allocating and releasing HopIDsMika Westerberg1-1/+86
2019-04-18thunderbolt: Generalize tunnel creation functionalityMika Westerberg1-0/+13
2019-04-18thunderbolt: Cache adapter specific capability offset into struct portMika Westerberg1-0/+4
2019-04-18thunderbolt: Set sleep bit when suspending switchMika Westerberg1-4/+2
2019-04-18thunderbolt: Configure lanes when switch is initializedMika Westerberg1-0/+9
2019-04-18thunderbolt: Move LC specific functionality into a separate fileMika Westerberg1-11/+10
2019-04-18thunderbolt: Do not allocate switch if depth is greater than 6Mika Westerberg1-6/+12
2019-04-18thunderbolt: Take domain lock in switch sysfs attribute callbacksMika Westerberg1-26/+19
2019-04-18thunderbolt: Drop duplicated get_switch_at_route()Mika Westerberg1-18/+0
2019-03-22thunderbolt: Fix to check for kmemdup failureAditya Pakki1-6/+16
2018-11-26thunderbolt: Prevent root port runtime suspend during NVM upgradeMika Westerberg1-2/+38
2018-10-02thunderbolt: Add Intel as copyright holderMika Westerberg1-1/+2
2018-10-02thunderbolt: Print connected devicesMika Westerberg1-0/+11
2018-10-02thunderbolt: Make the driver less verboseMika Westerberg1-30/+27
2018-07-25thunderbolt: Add support for runtime PMMika Westerberg1-4/+61
2018-03-09thunderbolt: Add support for Intel Titan RidgeRadion Mirchevsky1-0/+3
2018-03-09thunderbolt: Add 'boot' attribute for devicesYehezkel Bernat1-0/+14
2018-03-09thunderbolt: Add tb_switch_find_by_route()Radion Mirchevsky1-0/+33
2018-03-09thunderbolt: Correct function name in kernel-doc commentRadion Mirchevsky1-1/+1
2018-03-09thunderbolt: Serialize PCIe tunnel creation with PCI rescanMika Westerberg1-0/+9
2017-11-04Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-0/+1
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman1-0/+1
2017-10-02thunderbolt: Add support for XDomain discovery protocolMika Westerberg1-2/+5
2017-08-28thunderbolt: Allow clearing the keyBernat, Yehezkel1-4/+11
2017-08-28thunderbolt: Make key root-only accessibleBernat, Yehezkel1-1/+1
2017-08-28thunderbolt: Remove superfluous checkBernat, Yehezkel1-3/+0
2017-07-25Merge tag 'uuid-for-4.13-2' of git://git.infradead.org/users/hch/uuidLinus Torvalds1-4/+4
2017-07-24thunderbolt: use uuid_t instead of uuid_beChristoph Hellwig1-4/+4
2017-07-17thunderbolt: Correct access permissions for active NVM contentsMika Westerberg1-1/+2
2017-06-09thunderbolt: Add support for host and device NVM firmware upgradeMika Westerberg1-21/+582
2017-06-09thunderbolt: Add support for Internal Connection Manager (ICM)Mika Westerberg1-0/+222
2017-06-09thunderbolt: Add support for DMA configuration based mailboxMika Westerberg1-0/+30
2017-06-09thunderbolt: Store Thunderbolt generation in the switch structureMika Westerberg1-17/+38
2017-06-09thunderbolt: Add new Thunderbolt PCI IDsMika Westerberg1-5/+14
2017-06-09thunderbolt: Read vendor and device name from DROMMika Westerberg1-0/+22
2017-06-09thunderbolt: Fail switch adding operation if reading DROM failsMika Westerberg1-2/+5
2017-06-09thunderbolt: Convert switch to a deviceMika Westerberg1-54/+207
2017-06-09thunderbolt: Rework capability handlingMika Westerberg1-3/+3
2017-06-09thunderbolt: No need to read UID of the root switch on resumeMika Westerberg1-11/+18
2016-11-13thunderbolt: Use Device ROM retrieved from EFILukas Wunner1-1/+1