* [PATCH] MAINTAINERS, git-mailrc: socfpga: Change co-maintainer to Tien Fong Chee
@ 2021-07-01 16:01 Ley Foon Tan
2021-07-01 17:40 ` Sean Anderson
0 siblings, 1 reply; 3+ messages in thread
From: Ley Foon Tan @ 2021-07-01 16:01 UTC (permalink / raw)
To: u-boot, Tom Rini
Cc: Marek Vasut, Ley Foon Tan, Tien Fong Chee, Simon Goldschmidt,
Yau Wai Gan, Siew Chin Lim
I'm no longer work in Intel, change Intel SoCFPGA co-maintainer to
Tien Fong Chee.
Signed-off-by: Ley Foon Tan <lftan.linux@gmail.com>
---
MAINTAINERS | 2 +-
doc/git-mailrc | 3 ++-
2 files changed, 3 insertions(+), 2 deletions(-)
diff --git a/MAINTAINERS b/MAINTAINERS
index 86ff5e04a6..4997ac97a8 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -118,7 +118,7 @@ F: cmd/arm/
ARM ALTERA SOCFPGA
M: Marek Vasut <marex@denx.de>
M: Simon Goldschmidt <simon.k.r.goldschmidt@gmail.com>
-M: Ley Foon Tan <lftan.linux@gmail.com>
+M: Tien Fong Chee <tien.fong.chee@intel.com>
S: Maintainted
T: git https://source.denx.de/u-boot/custodians/u-boot-socfpga.git
F: arch/arm/mach-socfpga/
diff --git a/doc/git-mailrc b/doc/git-mailrc
index 34f936f4d8..0a78594eb9 100644
--- a/doc/git-mailrc
+++ b/doc/git-mailrc
@@ -46,6 +46,7 @@ alias simongoldschmidt Simon Goldschmidt <simon.k.r.goldschmidt@gmail.com>
alias sjg Simon Glass <sjg@chromium.org>
alias smcnutt Scott McNutt <smcnutt@psyent.com>
alias stroese Stefan Roese <sr@denx.de>
+alias tienfong Tien Fong Chee <tien.fong.chee@intel.com>
alias trini Tom Rini <trini@konsulko.com>
alias wd Wolfgang Denk <wd@denx.de>
alias priyankajain Priyanka Jain <priyanka.jain@nxp.com>
@@ -69,7 +70,7 @@ alias s3c samsung
alias s5pc samsung
alias samsung uboot, prom
alias snapdragon uboot, mateusz
-alias socfpga uboot, marex, dinh, simongoldschmidt, leyfoon
+alias socfpga uboot, marex, dinh, simongoldschmidt, tienfong
alias sunxi uboot, jagan, apritzel
alias tegra uboot, sjg, Tom Warren <twarren@nvidia.com>, Stephen Warren <swarren@nvidia.com>
alias tegra2 tegra
--
2.25.1
^ permalink raw reply related [flat|nested] 3+ messages in thread
* Re: [PATCH] MAINTAINERS, git-mailrc: socfpga: Change co-maintainer to Tien Fong Chee
2021-07-01 16:01 [PATCH] MAINTAINERS, git-mailrc: socfpga: Change co-maintainer to Tien Fong Chee Ley Foon Tan
@ 2021-07-01 17:40 ` Sean Anderson
2021-07-05 6:57 ` Ley Foon Tan
0 siblings, 1 reply; 3+ messages in thread
From: Sean Anderson @ 2021-07-01 17:40 UTC (permalink / raw)
To: Ley Foon Tan, u-boot, Tom Rini
Cc: Marek Vasut, Tien Fong Chee, Simon Goldschmidt, Yau Wai Gan,
Siew Chin Lim
On 7/1/21 12:01 PM, Ley Foon Tan wrote:
> I'm no longer work in Intel, change Intel SoCFPGA co-maintainer to
> Tien Fong Chee.
>
> Signed-off-by: Ley Foon Tan <lftan.linux@gmail.com>
> ---
> MAINTAINERS | 2 +-
> doc/git-mailrc | 3 ++-
> 2 files changed, 3 insertions(+), 2 deletions(-)
>
> diff --git a/MAINTAINERS b/MAINTAINERS
> index 86ff5e04a6..4997ac97a8 100644
> --- a/MAINTAINERS
> +++ b/MAINTAINERS
> @@ -118,7 +118,7 @@ F: cmd/arm/
> ARM ALTERA SOCFPGA
> M: Marek Vasut <marex@denx.de>
> M: Simon Goldschmidt <simon.k.r.goldschmidt@gmail.com>
> -M: Ley Foon Tan <lftan.linux@gmail.com>
> +M: Tien Fong Chee <tien.fong.chee@intel.com>
> S: Maintainted
Can you fix this typo while you're at it?
--Sean
> T: git https://source.denx.de/u-boot/custodians/u-boot-socfpga.git
> F: arch/arm/mach-socfpga/
> diff --git a/doc/git-mailrc b/doc/git-mailrc
> index 34f936f4d8..0a78594eb9 100644
> --- a/doc/git-mailrc
> +++ b/doc/git-mailrc
> @@ -46,6 +46,7 @@ alias simongoldschmidt Simon Goldschmidt <simon.k.r.goldschmidt@gmail.com>
> alias sjg Simon Glass <sjg@chromium.org>
> alias smcnutt Scott McNutt <smcnutt@psyent.com>
> alias stroese Stefan Roese <sr@denx.de>
> +alias tienfong Tien Fong Chee <tien.fong.chee@intel.com>
> alias trini Tom Rini <trini@konsulko.com>
> alias wd Wolfgang Denk <wd@denx.de>
> alias priyankajain Priyanka Jain <priyanka.jain@nxp.com>
> @@ -69,7 +70,7 @@ alias s3c samsung
> alias s5pc samsung
> alias samsung uboot, prom
> alias snapdragon uboot, mateusz
> -alias socfpga uboot, marex, dinh, simongoldschmidt, leyfoon
> +alias socfpga uboot, marex, dinh, simongoldschmidt, tienfong
> alias sunxi uboot, jagan, apritzel
> alias tegra uboot, sjg, Tom Warren <twarren@nvidia.com>, Stephen Warren <swarren@nvidia.com>
> alias tegra2 tegra
>
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: [PATCH] MAINTAINERS, git-mailrc: socfpga: Change co-maintainer to Tien Fong Chee
2021-07-01 17:40 ` Sean Anderson
@ 2021-07-05 6:57 ` Ley Foon Tan
0 siblings, 0 replies; 3+ messages in thread
From: Ley Foon Tan @ 2021-07-05 6:57 UTC (permalink / raw)
To: Sean Anderson
Cc: ZY - u-boot, Tom Rini, Marek Vasut, Tien Fong Chee,
Simon Goldschmidt, Yau Wai Gan, Siew Chin Lim
On Fri, Jul 2, 2021 at 1:40 AM Sean Anderson <sean.anderson@seco.com> wrote:
>
>
>
> On 7/1/21 12:01 PM, Ley Foon Tan wrote:
> > I'm no longer work in Intel, change Intel SoCFPGA co-maintainer to
> > Tien Fong Chee.
> >
> > Signed-off-by: Ley Foon Tan <lftan.linux@gmail.com>
> > ---
> > MAINTAINERS | 2 +-
> > doc/git-mailrc | 3 ++-
> > 2 files changed, 3 insertions(+), 2 deletions(-)
> >
> > diff --git a/MAINTAINERS b/MAINTAINERS
> > index 86ff5e04a6..4997ac97a8 100644
> > --- a/MAINTAINERS
> > +++ b/MAINTAINERS
> > @@ -118,7 +118,7 @@ F: cmd/arm/
> > ARM ALTERA SOCFPGA
> > M: Marek Vasut <marex@denx.de>
> > M: Simon Goldschmidt <simon.k.r.goldschmidt@gmail.com>
> > -M: Ley Foon Tan <lftan.linux@gmail.com>
> > +M: Tien Fong Chee <tien.fong.chee@intel.com>
> > S: Maintainted
>
> Can you fix this typo while you're at it?
>
Okay.
Regards
Ley Foon
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2021-07-05 6:57 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2021-07-01 16:01 [PATCH] MAINTAINERS, git-mailrc: socfpga: Change co-maintainer to Tien Fong Chee Ley Foon Tan
2021-07-01 17:40 ` Sean Anderson
2021-07-05 6:57 ` Ley Foon Tan
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.