All of lore.kernel.org
 help / color / mirror / Atom feed
From: Weijie Gao <weijie.gao@mediatek.com>
To: u-boot@lists.denx.de
Subject: [PATCH v4 01/23] mips: dts: switch to board defines for dtb for mtmips
Date: Thu, 21 Jan 2021 11:12:32 +0800	[thread overview]
Message-ID: <1611198752.28105.21.camel@mcddlt001> (raw)
In-Reply-To: <96151195fbb27c820b368231530a2f4c0a3413e2.camel@gmail.com>

On Wed, 2021-01-20 at 16:51 +0100, Daniel Schwierzeck wrote:
> Hi Weijie,
> 
> Am Dienstag, den 19.01.2021, 08:58 +0800 schrieb Weijie Gao:
> > > > 
> > > > Hi Daniel,
> > > > 
> > > > Gentle ping
> > > > 
> > > > I'm just curious when can the patch series be merged into u-boot/master?
> > > > 
> > > 
> > > Hi Weijie,
> > > 
> > > thanks for the reminder, I missed the opening of the merge window ;) 
> > > 
> > > I rebased the MIPS next branch and triggered all CI builds. If all is
> > > ok, I'll prepare a pull request.
> > > 
> > 
> > got it. thanks.
> 
> in mainline there was a lot of renaming in DM core. I created fixup
> commits in u-boot-mips/next to fix all build errors. Could you give it
> short look and test? Thanks.
> 

I have tested and all works fine.

Regards

  reply	other threads:[~2021-01-21  3:12 UTC|newest]

Thread overview: 30+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-11-12  8:35 [PATCH v4 00/23] Add support for MediaTek MT7620 SoC - v4 Weijie Gao
2020-11-12  8:35 ` [PATCH v4 01/23] mips: dts: switch to board defines for dtb for mtmips Weijie Gao
2020-11-27 20:19   ` Daniel Schwierzeck
2021-01-18  7:54     ` Weijie Gao
2021-01-18 21:43       ` Daniel Schwierzeck
2021-01-19  0:58         ` Weijie Gao
2021-01-20 15:51           ` Daniel Schwierzeck
2021-01-21  3:12             ` Weijie Gao [this message]
2020-11-12  8:35 ` [PATCH v4 02/23] mips: mtmips: move mt7628 related Kconfig into mt7628 subdirectory Weijie Gao
2020-11-12  8:35 ` [PATCH v4 03/23] mips: mtmips: select SYSRESET for mt7628 only Weijie Gao
2020-11-12  8:35 ` [PATCH v4 04/23] mips: mtmips: fix dram size detection in dram_init Weijie Gao
2020-11-12  8:35 ` [PATCH v4 05/23] mips: enable _machine_restart for spl Weijie Gao
2020-11-12  8:35 ` [PATCH v4 06/23] mips: mtmips: add support to initialize SDRAM Weijie Gao
2020-11-12  8:35 ` [PATCH v4 07/23] mips: mtmips: add support for MediaTek MT7620 SoC Weijie Gao
2020-11-12  8:35 ` [PATCH v4 08/23] mips: mtmips: add two reference boards for mt7620 Weijie Gao
2020-11-12  8:36 ` [PATCH v4 09/23] configs: mtmips: refresh for mt7628 based boards Weijie Gao
2020-11-12  8:36 ` [PATCH v4 10/23] serial: add uart driver for MediaTek MT7620 SoC Weijie Gao
2020-11-12  8:36 ` [PATCH v4 11/23] clk: add clock " Weijie Gao
2020-11-12  8:36 ` [PATCH v4 12/23] reset: mtmips: add reset controller support " Weijie Gao
2020-11-12  8:36 ` [PATCH v4 13/23] pinctrl: mtmips: add " Weijie Gao
2020-11-12  8:36 ` [PATCH v4 14/23] watchdog: add watchdog driver " Weijie Gao
2020-11-12  8:36 ` [PATCH v4 15/23] gpio: add GPIO controller " Weijie Gao
2020-11-12  8:36 ` [PATCH v4 16/23] spi: add spi controller support " Weijie Gao
2020-11-12  8:36 ` [PATCH v4 17/23] phy: add USB PHY driver " Weijie Gao
2020-11-12  8:36 ` [PATCH v4 18/23] net: add ethernet " Weijie Gao
2020-11-12  8:36 ` [PATCH v4 19/23] mmc: mtk-sd: fix sclk cycles shift value Weijie Gao
2020-11-12  8:37 ` [PATCH v4 20/23] mmc: mtk-sd: add pad control settings for MediaTek MT7620/MT76x8 SoCs Weijie Gao
2020-11-12  8:37 ` [PATCH v4 21/23] mmc: mtk-sd: assign plat->cfg.f_max with a correct value Weijie Gao
2020-11-12  8:37 ` [PATCH v4 22/23] reset: reset-mtmips: add DM_FLAG_PRE_RELOC flag Weijie Gao
2020-11-12  8:37 ` [PATCH v4 23/23] MAINTAINERS: add maintainer for MediaTek MIPS platform Weijie Gao

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=1611198752.28105.21.camel@mcddlt001 \
    --to=weijie.gao@mediatek.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 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.