diff --git a/doc/feature-removal-schedule.txt b/doc/feature-removal-schedule.txt index 16819c7754410ba137a126d840e950e5e5e1b7a0..4ed30df707ecd8f32b1e62d60c98cf695378efd3 100644 --- a/doc/feature-removal-schedule.txt +++ b/doc/feature-removal-schedule.txt @@ -26,7 +26,7 @@ Why: We now have a PHY library, which allows everyone to share PHY drivers. All new drivers should use this infrastructure, and all old drivers should get converted to use it. -Who: Andy Fleming <afleming@freescale.com> and driver maintainers +Who: Andy Fleming <afleming@gmail.com> and driver maintainers --------------------------- diff --git a/doc/git-mailrc b/doc/git-mailrc index 5b188551488911f08497a76e9ea745e56cc57f45..09857912935bd3f70ea23d4cab27cf096f5bf988 100644 --- a/doc/git-mailrc +++ b/doc/git-mailrc @@ -12,7 +12,7 @@ alias u-boot uboot # things simple and easy to look up/coordinate. alias aaribaud Albert Aribaud <albert.u.boot@aribaud.net> alias abiessmann Andreas Bießmann <andreas.devel@googlemail.com> -alias afleming Andy Fleming <afleming@freescale.com> +alias afleming Andy Fleming <afleming@gmail.com> alias ag Anatolij Gustschin <agust@denx.de> alias galak Kumar Gala <galak@kernel.crashing.org> alias gruss Graeme Russ <graeme.russ@gmail.com> diff --git a/drivers/net/fm/memac_phy.c b/drivers/net/fm/memac_phy.c index de9c0e9cd285558b1e21a4bc030b1b8d366d25e3..5f910c2cdd3025086aba99a15e14118134d7de69 100644 --- a/drivers/net/fm/memac_phy.c +++ b/drivers/net/fm/memac_phy.c @@ -1,6 +1,6 @@ /* * Copyright 2012 Freescale Semiconductor, Inc. - * Andy Fleming <afleming@freescale.com> + * Andy Fleming <afleming@gmail.com> * Roy Zang <tie-fei.zang@freescale.com> * * SPDX-License-Identifier: GPL-2.0+ diff --git a/drivers/net/fm/tgec_phy.c b/drivers/net/fm/tgec_phy.c index faec317a0a5750c55d4c2f91687cc5f6a6f28b23..095f00cf976858bb79012c87491ee97846c37173 100644 --- a/drivers/net/fm/tgec_phy.c +++ b/drivers/net/fm/tgec_phy.c @@ -1,6 +1,6 @@ /* * Copyright 2009-2011 Freescale Semiconductor, Inc. - * Andy Fleming <afleming@freescale.com> + * Andy Fleming <afleming@gmail.com> * * SPDX-License-Identifier: GPL-2.0+ * Some part is taken from tsec.c diff --git a/include/phy.h b/include/phy.h index d3ecd6378b3b97b718748ad06a8346a8dc409f03..2fcc328d5bcfcbb7eb5bd740ad79b01c52830134 100644 --- a/include/phy.h +++ b/include/phy.h @@ -1,6 +1,6 @@ /* * Copyright 2011 Freescale Semiconductor, Inc. - * Andy Fleming <afleming@freescale.com> + * Andy Fleming <afleming@gmail.com> * * SPDX-License-Identifier: GPL-2.0+ *