]> git.proxmox.com Git - mirror_ubuntu-kernels.git/commitdiff
net: ethernet: ave: Add MODULE_AUTHOR and MAINTAINERS entry
authorKunihiko Hayashi <hayashi.kunihiko@socionext.com>
Thu, 29 Nov 2018 08:08:38 +0000 (17:08 +0900)
committerDavid S. Miller <davem@davemloft.net>
Thu, 29 Nov 2018 18:38:39 +0000 (10:38 -0800)
Add missing MODULE_AUTHOR of ave driver and an entry to MAINTAINERS.

Signed-off-by: Kunihiko Hayashi <hayashi.kunihiko@socionext.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
MAINTAINERS
drivers/net/ethernet/socionext/sni_ave.c

index da57abebaab35a95a4f94d5db63c74b550c08c9c..51d35f0ab9896a7b1b29a1d82e3455891991a2c6 100644 (file)
@@ -13885,6 +13885,13 @@ F:     drivers/md/raid*
 F:     include/linux/raid/
 F:     include/uapi/linux/raid/
 
+SOCIONEXT (SNI) AVE NETWORK DRIVER
+M:     Kunihiko Hayashi <hayashi.kunihiko@socionext.com>
+L:     netdev@vger.kernel.org
+S:     Maintained
+F:     drivers/net/ethernet/socionext/sni_ave.c
+F:     Documentation/devicetree/bindings/net/socionext,uniphier-ave4.txt
+
 SOCIONEXT (SNI) NETSEC NETWORK DRIVER
 M:     Jassi Brar <jaswinder.singh@linaro.org>
 L:     netdev@vger.kernel.org
index 0da11344d035e452bca84f3220a0141f55bcf6f9..7c7cd9d94bcc18ddb1d5685fc59f608cec765be8 100644 (file)
@@ -1916,5 +1916,6 @@ static struct platform_driver ave_driver = {
 };
 module_platform_driver(ave_driver);
 
+MODULE_AUTHOR("Kunihiko Hayashi <hayashi.kunihiko@socionext.com>");
 MODULE_DESCRIPTION("Socionext UniPhier AVE ethernet driver");
 MODULE_LICENSE("GPL v2");