diff options
| author | Andy Fleming <[email protected]> | 2014-07-25 17:39:08 -0500 |
|---|---|---|
| committer | Tom Rini <[email protected]> | 2014-08-06 09:12:30 -0400 |
| commit | b21f87a3e02461c600f1c172b053f1530a532d90 (patch) | |
| tree | 6172dd08fec690d7baf2f67c898ac0885d933935 | |
| parent | ab584d67c5a7c2349685274a711b579c28d5aaaf (diff) | |
Change Andy Fleming's email address
Messages to [email protected] now bounce, and should be
directed to my personal address at [email protected]
Signed-off-by: Andy Fleming <[email protected]>
| -rw-r--r-- | doc/feature-removal-schedule.txt | 2 | ||||
| -rw-r--r-- | doc/git-mailrc | 2 | ||||
| -rw-r--r-- | drivers/net/fm/memac_phy.c | 2 | ||||
| -rw-r--r-- | drivers/net/fm/tgec_phy.c | 2 | ||||
| -rw-r--r-- | include/phy.h | 2 |
5 files changed, 5 insertions, 5 deletions
diff --git a/doc/feature-removal-schedule.txt b/doc/feature-removal-schedule.txt index 16819c77544..4ed30df707e 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 <[email protected]> and driver maintainers +Who: Andy Fleming <[email protected]> and driver maintainers --------------------------- diff --git a/doc/git-mailrc b/doc/git-mailrc index 5b188551488..09857912935 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 <[email protected]> alias abiessmann Andreas Bießmann <[email protected]> -alias afleming Andy Fleming <[email protected]> +alias afleming Andy Fleming <[email protected]> alias ag Anatolij Gustschin <[email protected]> alias galak Kumar Gala <[email protected]> alias gruss Graeme Russ <[email protected]> diff --git a/drivers/net/fm/memac_phy.c b/drivers/net/fm/memac_phy.c index de9c0e9cd28..5f910c2cdd3 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 <[email protected]> + * Andy Fleming <[email protected]> * Roy Zang <[email protected]> * * SPDX-License-Identifier: GPL-2.0+ diff --git a/drivers/net/fm/tgec_phy.c b/drivers/net/fm/tgec_phy.c index faec317a0a5..095f00cf976 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 <[email protected]> + * Andy Fleming <[email protected]> * * SPDX-License-Identifier: GPL-2.0+ * Some part is taken from tsec.c diff --git a/include/phy.h b/include/phy.h index d3ecd6378b3..2fcc328d5bc 100644 --- a/include/phy.h +++ b/include/phy.h @@ -1,6 +1,6 @@ /* * Copyright 2011 Freescale Semiconductor, Inc. - * Andy Fleming <[email protected]> + * Andy Fleming <[email protected]> * * SPDX-License-Identifier: GPL-2.0+ * |
