summaryrefslogtreecommitdiffstats
path: root/drivers/thunderbolt/switch.c
Commit message (Expand)AuthorAgeFilesLines
* thunderbolt: Add support for Intel Titan RidgeRadion Mirchevsky2018-03-091-0/+3
* thunderbolt: Add 'boot' attribute for devicesYehezkel Bernat2018-03-091-0/+14
* thunderbolt: Add tb_switch_find_by_route()Radion Mirchevsky2018-03-091-0/+33
* thunderbolt: Correct function name in kernel-doc commentRadion Mirchevsky2018-03-091-1/+1
* thunderbolt: Serialize PCIe tunnel creation with PCI rescanMika Westerberg2018-03-091-0/+9
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2017-11-041-0/+1
|\
| * License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman2017-11-021-0/+1
* | thunderbolt: Add support for XDomain discovery protocolMika Westerberg2017-10-021-2/+5
|/
* thunderbolt: Allow clearing the keyBernat, Yehezkel2017-08-281-4/+11
* thunderbolt: Make key root-only accessibleBernat, Yehezkel2017-08-281-1/+1
* thunderbolt: Remove superfluous checkBernat, Yehezkel2017-08-281-3/+0
* Merge tag 'uuid-for-4.13-2' of git://git.infradead.org/users/hch/uuidLinus Torvalds2017-07-251-4/+4
|\
| * thunderbolt: use uuid_t instead of uuid_beChristoph Hellwig2017-07-241-4/+4
* | thunderbolt: Correct access permissions for active NVM contentsMika Westerberg2017-07-171-1/+2
|/
* thunderbolt: Add support for host and device NVM firmware upgradeMika Westerberg2017-06-091-21/+582
* thunderbolt: Add support for Internal Connection Manager (ICM)Mika Westerberg2017-06-091-0/+222
* thunderbolt: Add support for DMA configuration based mailboxMika Westerberg2017-06-091-0/+30
* thunderbolt: Store Thunderbolt generation in the switch structureMika Westerberg2017-06-091-17/+38
* thunderbolt: Add new Thunderbolt PCI IDsMika Westerberg2017-06-091-5/+14
* thunderbolt: Read vendor and device name from DROMMika Westerberg2017-06-091-0/+22
* thunderbolt: Fail switch adding operation if reading DROM failsMika Westerberg2017-06-091-2/+5
* thunderbolt: Convert switch to a deviceMika Westerberg2017-06-091-54/+207
* thunderbolt: Rework capability handlingMika Westerberg2017-06-091-3/+3
* thunderbolt: No need to read UID of the root switch on resumeMika Westerberg2017-06-091-11/+18
* thunderbolt: Use Device ROM retrieved from EFILukas Wunner2016-11-131-1/+1
* thunderbolt: Don't declare Falcon Ridge unsupportedLukas Wunner2016-08-311-1/+3
* thunderbolt: Support 1st gen Light Ridge controllerLukas Wunner2016-04-081-1/+2
* thunderbolt: Fix typos and magic numberLukas Wunner2016-04-081-5/+5
* PCI: Add Intel Thunderbolt device IDsLukas Wunner2016-04-081-4/+5
* thunderbolt: Use NULL instead of 0 in switch.cSachin Kamat2014-06-201-3/+3
* thunderbolt: Fix build error in switch.cSachin Kamat2014-06-201-0/+1
* thunderbolt: Fix nontrivial endpoint devices.Andreas Noever2014-06-191-17/+25
* thunderbolt: Read port configuration from eeprom.Andreas Noever2014-06-191-2/+2
* thunderbolt: Add suspend/hibernate supportAndreas Noever2014-06-191-0/+84
* thunderbolt: Read switch uid from EEPROMAndreas Noever2014-06-191-0/+5
* thunderbolt: Add path setup code.Andreas Noever2014-06-191-0/+34
* thunderbolt: Handle hotplug eventsAndreas Noever2014-06-191-1/+41
* thunderbolt: Scan for downstream switchesAndreas Noever2014-06-191-0/+97
* thunderbolt: Enable plug eventsAndreas Noever2014-06-191-0/+52
* thunderbolt: Initialize root switch and portsAndreas Noever2014-06-191-0/+186