summaryrefslogtreecommitdiff
path: root/drivers/thunderbolt/ctl.c
AgeCommit message (Expand)AuthorFilesLines
2019-04-18thunderbolt: Make rest of the logging to happen at debug levelMika Westerberg1-1/+1
2018-10-02thunderbolt: Add Intel as copyright holderMika Westerberg1-1/+2
2018-10-02thunderbolt: Make the driver less verboseMika Westerberg1-3/+3
2018-10-02thunderbolt: Remove a meaningless NULL pointer check before dma_pool_destroyzhong jiang1-2/+1
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 polling mode for ringsMika Westerberg1-1/+1
2017-10-02thunderbolt: Export ring handling functions to modulesMika Westerberg1-10/+10
2017-10-02thunderbolt: Add support for frame modeMika Westerberg1-1/+2
2017-10-02thunderbolt: Add support for XDomain discovery protocolMika Westerberg1-4/+7
2017-10-02byteorder: Move {cpu_to_be32, be32_to_cpu}_array() from Thunderbolt to coreMika Westerberg1-14/+0
2017-08-28thunderbolt: Fix reset response_typeDan Carpenter1-1/+1
2017-06-09thunderbolt: Add support for Internal Connection Manager (ICM)Mika Westerberg1-0/+2
2017-06-09thunderbolt: Rework control channel to be more reliableMika Westerberg1-70/+407
2017-06-09thunderbolt: Let the connection manager handle all notificationsMika Westerberg1-26/+60
2017-06-09thunderbolt: Expose make_header() to other filesMika Westerberg1-15/+4
2017-06-09thunderbolt: Expose get_route() to other filesMika Westerberg1-12/+7
2017-06-09thunderbolt: Move control channel messages to tb_msgs.hMika Westerberg1-76/+0
2017-06-09thunderbolt: Allow passing NULL to tb_ctl_free()Mika Westerberg1-0/+4
2017-06-09thunderbolt: Add MSI-X supportMika Westerberg1-2/+2
2017-06-09thunderbolt: Use const buffer pointer in write operationsMika Westerberg1-4/+4
2016-04-08thunderbolt: Fix typos and magic numberLukas Wunner1-1/+1
2014-06-20thunderbolt: Add casts to prevent endianness warningsAndreas Noever1-2/+2
2014-06-20thunderbolt: Use NULL instead of 0 in ctl.cSachin Kamat1-2/+2
2014-06-19thunderbolt: Fix nontrivial endpoint devices.Andreas Noever1-1/+1
2014-06-19thunderbolt: Add control channel interfaceAndreas Noever1-0/+731