aboutsummaryrefslogtreecommitdiff
path: root/drivers/thunderbolt/ctl.c
AgeCommit message (Expand)Author
2019-04-18thunderbolt: Make rest of the logging to happen at debug levelMika Westerberg
2018-10-02thunderbolt: Add Intel as copyright holderMika Westerberg
2018-10-02thunderbolt: Make the driver less verboseMika Westerberg
2018-10-02thunderbolt: Remove a meaningless NULL pointer check before dma_pool_destroyzhong jiang
2017-11-04Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman
2017-10-02thunderbolt: Add polling mode for ringsMika Westerberg
2017-10-02thunderbolt: Export ring handling functions to modulesMika Westerberg
2017-10-02thunderbolt: Add support for frame modeMika Westerberg
2017-10-02thunderbolt: Add support for XDomain discovery protocolMika Westerberg
2017-10-02byteorder: Move {cpu_to_be32, be32_to_cpu}_array() from Thunderbolt to coreMika Westerberg
2017-08-28thunderbolt: Fix reset response_typeDan Carpenter
2017-06-09thunderbolt: Add support for Internal Connection Manager (ICM)Mika Westerberg
2017-06-09thunderbolt: Rework control channel to be more reliableMika Westerberg
2017-06-09thunderbolt: Let the connection manager handle all notificationsMika Westerberg
2017-06-09thunderbolt: Expose make_header() to other filesMika Westerberg
2017-06-09thunderbolt: Expose get_route() to other filesMika Westerberg
2017-06-09thunderbolt: Move control channel messages to tb_msgs.hMika Westerberg
2017-06-09thunderbolt: Allow passing NULL to tb_ctl_free()Mika Westerberg
2017-06-09thunderbolt: Add MSI-X supportMika Westerberg
2017-06-09thunderbolt: Use const buffer pointer in write operationsMika Westerberg
2016-04-08thunderbolt: Fix typos and magic numberLukas Wunner
2014-06-20thunderbolt: Add casts to prevent endianness warningsAndreas Noever
2014-06-20thunderbolt: Use NULL instead of 0 in ctl.cSachin Kamat
2014-06-19thunderbolt: Fix nontrivial endpoint devices.Andreas Noever
2014-06-19thunderbolt: Add control channel interfaceAndreas Noever