aboutsummaryrefslogtreecommitdiff
path: root/drivers/net/thunderbolt/Makefile
AgeCommit message (Collapse)AuthorFilesLines
2023-01-12net: thunderbolt: Add tracepointsMika Westerberg1-1/+4
These are useful when debugging various performance issues. Signed-off-by: Mika Westerberg <[email protected]> Acked-by: Yehezkel Bernat <[email protected]> Signed-off-by: Jakub Kicinski <[email protected]>
2023-01-12net: thunderbolt: Move into own directoryMika Westerberg1-0/+3
We will be adding tracepoints to the driver so instead of littering the main network driver directory, move the driver into its own directory. While there, rename the module to thunderbolt_net (with underscore) to match with the thunderbolt_dma_test convention. Signed-off-by: Mika Westerberg <[email protected]> Acked-by: Yehezkel Bernat <[email protected]> Signed-off-by: Jakub Kicinski <[email protected]>