aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/thunderbolt/tb.h (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-04-25thunderbolt: Make priority unsigned in struct tb_pathNathan Chancellor1-1/+1
2019-04-18thunderbolt: Make __TB_[SW|PORT]_PRINT take const parametersMika Westerberg1-3/+3
2019-04-18thunderbolt: Add support for DMA tunnelsMika Westerberg1-0/+4
2019-04-18thunderbolt: Run tb_xdp_handle_request() in system workqueueMika Westerberg1-0/+7
2019-04-18thunderbolt: Add support for Display Port tunnelsMika Westerberg1-0/+17
2019-04-18thunderbolt: Generalize port finding routines to support all port typesMika Westerberg1-0/+1
2019-04-18thunderbolt: Scan only valid NULL adapter ports in hotplugMika Westerberg1-0/+5
2019-04-18thunderbolt: Add support for full PCIe daisy chainsMika Westerberg1-0/+27
2019-04-18thunderbolt: Discover preboot PCIe paths the boot firmware establishedMika Westerberg1-0/+18
2019-04-18thunderbolt: Extend tunnel creation to more than 2 adjacent switchesMika Westerberg1-11/+43
2019-04-18thunderbolt: Add helper function to iterate from one port to anotherMika Westerberg1-0/+2
2019-04-18thunderbolt: Assign remote for both ports in case of dual linkMika Westerberg1-5/+31
2019-04-18thunderbolt: Add functions for allocating and releasing HopIDsMika Westerberg1-0/+11
2019-04-18thunderbolt: Generalize tunnel creation functionalityMika Westerberg1-0/+2
2019-04-18thunderbolt: Cache adapter specific capability offset into struct portMika Westerberg1-0/+2
2019-04-18thunderbolt: Set sleep bit when suspending switchMika Westerberg1-0/+1
2019-04-18thunderbolt: Configure lanes when switch is initializedMika Westerberg1-0/+2
2019-04-18thunderbolt: Move LC specific functionality into a separate fileMika Westerberg1-0/+3
2019-04-18thunderbolt: Enable TMU access when accessing port space on legacy devicesMika Westerberg1-0/+10
2019-04-18thunderbolt: Do not allocate switch if depth is greater than 6Mika Westerberg1-0/+1
2019-04-18thunderbolt: Take domain lock in switch sysfs attribute callbacksMika Westerberg1-2/+1
2019-04-18thunderbolt: Block reads and writes if switch is unpluggedMika Westerberg1-0/+8
2019-04-18thunderbolt: Drop duplicated get_switch_at_route()Mika Westerberg1-1/+0
2019-04-18thunderbolt: Remove unused work field in struct tb_switchMika Westerberg1-2/+0
2018-10-02thunderbolt: Add Intel as copyright holderMika Westerberg1-1/+2
2018-10-02thunderbolt: Make the driver less verboseMika Westerberg1-2/+4
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