aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/drivers/thunderbolt/ctl.c (follow)
AgeCommit message (Expand)AuthorFilesLines
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