aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/thunderbolt/ctl.c
AgeCommit message (Expand)Author
2023-06-16thunderbolt: Add the new USB4 v2 notification typesMika Westerberg
2023-03-29thunderbolt: Get rid of redundant 'else'Andy Shevchenko
2023-01-17thunderbolt: Add support for DisplayPort bandwidth allocation modeMika Westerberg
2023-01-17thunderbolt: Use decimal port number in control and tunnel logs tooMika Westerberg
2022-08-18thunderbolt: Use the actual buffer in tb_async_error()Mika Westerberg
2022-06-06thunderbolt: Fix some kernel-doc commentsYang Li
2022-04-04thunderbolt: Replace usage of found with dedicated list iterator variableJakob Koschel
2021-09-27thunderbolt: Enable retry logic for intra-domain control packetsSanjay R Mehta
2021-03-18thunderbolt: Decrease control channel timeout for software connection managerMika Westerberg
2021-03-18thunderbolt: Do not pass timeout for tb_cfg_reset()Mika Westerberg
2021-03-18thunderbolt: Disable retry logic for intra-domain control packetsMika Westerberg
2021-02-04thunderbolt: ctl: Fix kernel-doc descriptions of non-static functionsMika Westerberg
2021-01-28thunderbolt: ctl: Demote non-conformant kernel-doc headersLee Jones
2020-11-30thunderbolt: Return -ENOTCONN when ERR_CONN is receivedMika Westerberg
2020-11-11thunderbolt: Add support for end-to-end flow controlMika Westerberg
2020-09-16thunderbolt: Log correct zeroX entries in decode_error()Mika Westerberg
2020-09-16thunderbolt: Handle ERR_LOCK notificationMika Westerberg
2020-09-03thunderbolt: No need to warn in TB_CFG_ERROR_INVALID_CONFIG_SPACEMika Westerberg
2020-08-23treewide: Use fallthrough pseudo-keywordGustavo A. R. Silva
2019-12-18thunderbolt: Populate PG field in hot plug acknowledgment packetMika Westerberg
2019-11-01thunderbolt: Log switch route string on config read/write timeoutMika Westerberg
2019-08-26thunderbolt: Do not fail adding switch if some port is not implementedMika Westerberg
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