aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/thunderbolt/tb.h (follow)
AgeCommit message (Expand)AuthorFilesLines
2018-07-25thunderbolt: Add support for runtime PMMika Westerberg1-0/+10
2018-03-09thunderbolt: Add support for preboot ACLMika Westerberg1-0/+4
2018-03-09thunderbolt: Add 'boot' attribute for devicesYehezkel Bernat1-0/+2
2018-03-09thunderbolt: Add tb_switch_find_by_route()Radion Mirchevsky1-0/+1
2018-03-09thunderbolt: Add tb_switch_get()Mika Westerberg1-0/+7
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-4/+35
2017-10-02thunderbolt: Move tb_switch_phy_port_from_link() to thunderbolt.hMika Westerberg1-7/+0
2017-10-02thunderbolt: Move thunderbolt domain structure to thunderbolt.hMika Westerberg1-42/+0
2017-07-24thunderbolt: use uuid_t instead of uuid_beChristoph Hellwig1-2/+2
2017-06-09thunderbolt: Add support for host and device NVM firmware upgradeMika Westerberg1-1/+39
2017-06-09thunderbolt: Add support for Internal Connection Manager (ICM)Mika Westerberg1-0/+79
2017-06-09thunderbolt: Add support for DMA configuration based mailboxMika Westerberg1-0/+5
2017-06-09thunderbolt: Store Thunderbolt generation in the switch structureMika Westerberg1-0/+2
2017-06-09thunderbolt: Rework control channel to be more reliableMika Westerberg1-1/+1
2017-06-09thunderbolt: Let the connection manager handle all notificationsMika Westerberg1-2/+3
2017-06-09thunderbolt: Read vendor and device name from DROMMika Westerberg1-0/+4
2017-06-09thunderbolt: Convert switch to a deviceMika Westerberg1-4/+41
2017-06-09thunderbolt: Introduce thunderbolt bus and connection managerMika Westerberg1-17/+53
2017-06-09thunderbolt: Rework capability handlingMika Westerberg1-1/+2
2017-06-09thunderbolt: Use const buffer pointer in write operationsMika Westerberg1-1/+1
2016-04-08thunderbolt: Fix typos and magic numberLukas Wunner1-1/+1
2014-06-20thunderbolt: Fix header declaration of tb_find_capAndreas Noever1-1/+1
2014-06-19thunderbolt: Read port configuration from eeprom.Andreas Noever1-1/+6
2014-06-19thunderbolt: Add suspend/hibernate supportAndreas Noever1-0/+5
2014-06-19thunderbolt: Read switch uid from EEPROMAndreas Noever1-0/+3
2014-06-19thunderbolt: Add support for simple pci tunnelsAndreas Noever1-0/+1
2014-06-19thunderbolt: Add path setup code.Andreas Noever1-0/+62
2014-06-19thunderbolt: Handle hotplug eventsAndreas Noever1-0/+3
2014-06-19thunderbolt: Scan for downstream switchesAndreas Noever1-0/+16
2014-06-19thunderbolt: Enable plug eventsAndreas Noever1-0/+1
2014-06-19thunderbolt: Add thunderbolt capability handlingAndreas Noever1-0/+2
2014-06-19thunderbolt: Initialize root switch and portsAndreas Noever1-0/+138
2014-06-19thunderbolt: Setup control channelAndreas Noever1-0/+35