public inbox for u-boot@lists.denx.de
 help / color / mirror / Atom feed
From: "Macpaul Lin (林智斌)" <Macpaul.Lin@mediatek.com>
To: "Julien Stephan" <jstephan@baylibre.com>,
	"Pablo Sun (孫毓翔)" <pablo.sun@mediatek.com>,
	"David Lechner" <dlechner@baylibre.com>,
	"Bear Wang (萩原惟德)" <bear.wang@mediatek.com>,
	"Ramax Lo (羅明遠)" <Ramax.Lo@mediatek.com>
Cc: "Chunfeng Yun (云春峰)" <Chunfeng.Yun@mediatek.com>,
	"trini@konsulko.com" <trini@konsulko.com>,
	"Ryder Lee" <Ryder.Lee@mediatek.com>,
	"igor.belwon@mentallysanemainliners.org"
	<igor.belwon@mentallysanemainliners.org>,
	"lukma@denx.de" <lukma@denx.de>,
	"Weijie Gao (高惟杰)" <Weijie.Gao@mediatek.com>,
	GSS_MTK_Uboot_upstream <GSS_MTK_Uboot_upstream@mediatek.com>,
	"u-boot@lists.denx.de" <u-boot@lists.denx.de>,
	"Chris-qj Chen (陳奇進)" <Chris-qj.Chen@mediatek.com>
Subject: Re: [PATCH v3 6/6] board: mediatek: Add Genio 520/720 EVK defconfigs
Date: Tue, 7 Apr 2026 13:32:44 +0000	[thread overview]
Message-ID: <ba7ca476be7db87132d59ee3cca03f166e953f8d.camel@mediatek.com> (raw)
In-Reply-To: <CAEHHSvanPwLr8GyUrCO1Pmo=PuS1Ymy1wmzdwXZeGW2KBiTagA@mail.gmail.com>

On Mon, 2026-03-30 at 17:21 +0200, Julien Stephan wrote:
> Le lun. 23 mars 2026 à 21:18, David Lechner <dlechner@baylibre.com> a
> écrit :
> > 
> > From: Chris-QJ Chen <chris-qj.chen@mediatek.com>
> > 
> > Add basic defconfigs for Genio 520 and 720 EVKs.
> > 
> > Signed-off-by: Chris-QJ Chen <chris-qj.chen@mediatek.com>
> > Signed-off-by: Macpaul Lin <macpaul.lin@mediatek.com>
> > Signed-off-by: David Lechner <dlechner@baylibre.com>
> > ---
> >  board/mediatek/MAINTAINERS             |  7 +++++++
> >  configs/mt8189.config                  | 34
> > ++++++++++++++++++++++++++++++++++
> >  configs/mt8371_genio_520_evk_defconfig |  4 ++++
> >  configs/mt8391_genio_720_evk_defconfig |  4 ++++
> >  4 files changed, 49 insertions(+)
> > 
> > diff --git a/board/mediatek/MAINTAINERS
> > b/board/mediatek/MAINTAINERS
> > index 446a9e8e53c..4f371592059 100644
> > --- a/board/mediatek/MAINTAINERS
> > +++ b/board/mediatek/MAINTAINERS
> > @@ -1,3 +1,10 @@
> > +MT8189/MT8371/MT8391 EVK
> > +M:     Macpaul Lin <macpaul.lin@mediatek.com>
> 
> Don't you want to add yourself here? Since you have all the boards to
> test..
> 
> Other than that, for the whole series:
> 
> Reviewed-by: Julien Stephan <jstephan@baylibre.com>
> Thanks
> Julien
> 

Sure! I just not sure I should add a tag for a patch I've participated
before. And, I've just came back for 2 weeks vacations. Thanks for
remind me that.

Reviewed-by: Macpaul Lin <macpaul.lin@mediatek.com>

Thanks!
Macpaul Lin

[snip...]

  parent reply	other threads:[~2026-04-07 13:33 UTC|newest]

Thread overview: 15+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2026-03-23 20:16 [PATCH v3 0/6] boards: mediatek: initial support for Genio 720 EVK David Lechner
2026-03-23 20:16 ` [PATCH v3 1/6] clk: mediatek: mt8189: add some VLP clocks David Lechner
2026-03-23 20:23   ` Tom Rini
2026-03-23 20:33     ` Tom Rini
2026-03-23 20:59       ` David Lechner
2026-03-23 21:13         ` Tom Rini
2026-03-23 20:16 ` [PATCH v3 2/6] arm: mediatek: add support of MT8189 SoC family David Lechner
2026-03-23 20:16 ` [PATCH v3 3/6] arm: dts: mediatek: mt8189: Add pinmux macro header file David Lechner
2026-03-23 20:16 ` [PATCH v3 4/6] arm: dts: mediatek: Add MediaTek MT8189 dtsi file David Lechner
2026-03-23 20:16 ` [PATCH v3 5/6] arm: dts: mediatek: Add MediaTek Genio 520/720 EVK DTS David Lechner
2026-03-23 20:16 ` [PATCH v3 6/6] board: mediatek: Add Genio 520/720 EVK defconfigs David Lechner
2026-03-30 15:21   ` Julien Stephan
2026-03-30 15:56     ` David Lechner
2026-04-07 13:32     ` Macpaul Lin (林智斌) [this message]
2026-04-07 16:01 ` [PATCH v3 0/6] boards: mediatek: initial support for Genio 720 EVK David Lechner

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=ba7ca476be7db87132d59ee3cca03f166e953f8d.camel@mediatek.com \
    --to=macpaul.lin@mediatek.com \
    --cc=Chris-qj.Chen@mediatek.com \
    --cc=Chunfeng.Yun@mediatek.com \
    --cc=GSS_MTK_Uboot_upstream@mediatek.com \
    --cc=Ramax.Lo@mediatek.com \
    --cc=Ryder.Lee@mediatek.com \
    --cc=Weijie.Gao@mediatek.com \
    --cc=bear.wang@mediatek.com \
    --cc=dlechner@baylibre.com \
    --cc=igor.belwon@mentallysanemainliners.org \
    --cc=jstephan@baylibre.com \
    --cc=lukma@denx.de \
    --cc=pablo.sun@mediatek.com \
    --cc=trini@konsulko.com \
    --cc=u-boot@lists.denx.de \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox