Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

net: atlantic: change email domains to Marvell

Aquantia is now part of Marvell, eventually we'll cease standalone
aquantia.com domain. Thus, change the maintainers file and some other
references to @marvell.com domain

Signed-off-by: Igor Russkikh <irusskikh@marvell.com>
Signed-off-by: David S. Miller <davem@davemloft.net>

authored by

Igor Russkikh and committed by
David S. Miller
362cabda 822cd114

+5 -12
+3 -3
Documentation/networking/device_drivers/aquantia/atlantic.txt
··· 1 - aQuantia AQtion Driver for the aQuantia Multi-Gigabit PCI Express Family of 2 - Ethernet Adapters 1 + Marvell(Aquantia) AQtion Driver for the aQuantia Multi-Gigabit PCI Express 2 + Family of Ethernet Adapters 3 3 ============================================================================= 4 4 5 5 Contents ··· 466 466 467 467 If an issue is identified with the released source code on the supported 468 468 kernel with a supported adapter, email the specific information related 469 - to the issue to support@aquantia.com 469 + to the issue to aqn_support@marvell.com 470 470 471 471 License 472 472 =======
+2 -2
MAINTAINERS
··· 1182 1182 F: drivers/media/i2c/aptina-pll.* 1183 1183 1184 1184 AQUANTIA ETHERNET DRIVER (atlantic) 1185 - M: Igor Russkikh <igor.russkikh@aquantia.com> 1185 + M: Igor Russkikh <irusskikh@marvell.com> 1186 1186 L: netdev@vger.kernel.org 1187 1187 S: Supported 1188 - W: http://www.aquantia.com 1188 + W: https://www.marvell.com/ 1189 1189 Q: http://patchwork.ozlabs.org/project/netdev/list/ 1190 1190 F: drivers/net/ethernet/aquantia/atlantic/ 1191 1191 F: Documentation/networking/device_drivers/aquantia/atlantic.txt
-7
drivers/net/ethernet/aquantia/atlantic/Makefile
··· 4 4 # aQuantia Ethernet Controller AQtion Linux Driver 5 5 # Copyright(c) 2014-2017 aQuantia Corporation. 6 6 # 7 - # Contact Information: <rdc-drv@aquantia.com> 8 - # aQuantia Corporation, 105 E. Tasman Dr. San Jose, CA 95134, USA 9 - # 10 7 ################################################################################ 11 - 12 - # 13 - # Makefile for the AQtion(tm) Ethernet driver 14 - # 15 8 16 9 obj-$(CONFIG_AQTION) += atlantic.o 17 10