diff options
author | Mika Westerberg <mika.westerberg@linux.intel.com> | 2023-01-11 08:26:31 +0200 |
---|---|---|
committer | Jakub Kicinski <kuba@kernel.org> | 2023-01-12 21:19:30 -0800 |
commit | 0d0950a968009fd6e5c2a3763b2c6e81b3805b05 (patch) | |
tree | f4938b6e8461245a76dce8a06e8a1c3e5b1a3b0f /MAINTAINERS | |
parent | dec5efcffad4f28f5d1fe5dc45b64dffa6abbf04 (diff) |
net: thunderbolt: Move into own directory
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 <mika.westerberg@linux.intel.com>
Acked-by: Yehezkel Bernat <YehezkelShB@gmail.com>
Signed-off-by: Jakub Kicinski <kuba@kernel.org>
Diffstat (limited to 'MAINTAINERS')
-rw-r--r-- | MAINTAINERS | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/MAINTAINERS b/MAINTAINERS index c1062b42e680..c3d796e12bb8 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -20789,7 +20789,7 @@ M: Mika Westerberg <mika.westerberg@linux.intel.com> M: Yehezkel Bernat <YehezkelShB@gmail.com> L: netdev@vger.kernel.org S: Maintained -F: drivers/net/thunderbolt.c +F: drivers/net/thunderbolt/ THUNDERX GPIO DRIVER M: Robert Richter <rric@kernel.org> |