aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/thunderbolt/switch.c (follow)
AgeCommit message (Expand)AuthorFilesLines
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
2016-08-31thunderbolt: Don't declare Falcon Ridge unsupportedLukas Wunner1-1/+3
2016-04-08thunderbolt: Support 1st gen Light Ridge controllerLukas Wunner1-1/+2
2016-04-08thunderbolt: Fix typos and magic numberLukas Wunner1-5/+5
2016-04-08PCI: Add Intel Thunderbolt device IDsLukas Wunner1-4/+5
2014-06-20thunderbolt: Use NULL instead of 0 in switch.cSachin Kamat1-3/+3
2014-06-20thunderbolt: Fix build error in switch.cSachin Kamat1-0/+1
2014-06-19thunderbolt: Fix nontrivial endpoint devices.Andreas Noever1-17/+25
2014-06-19thunderbolt: Read port configuration from eeprom.Andreas Noever1-2/+2
2014-06-19thunderbolt: Add suspend/hibernate supportAndreas Noever1-0/+84
2014-06-19thunderbolt: Read switch uid from EEPROMAndreas Noever1-0/+5
2014-06-19thunderbolt: Add path setup code.Andreas Noever1-0/+34
2014-06-19thunderbolt: Handle hotplug eventsAndreas Noever1-1/+41
2014-06-19thunderbolt: Scan for downstream switchesAndreas Noever1-0/+97
2014-06-19thunderbolt: Enable plug eventsAndreas Noever1-0/+52
2014-06-19thunderbolt: Initialize root switch and portsAndreas Noever1-0/+186