public inbox for u-boot@lists.denx.de
 help / color / mirror / Atom feed
From: Tom Rini <trini@konsulko.com>
To: u-boot@lists.denx.de
Subject: [U-Boot] [PATCH v2 1/5] ARM: MediaTek: Add support for MediaTek MT8518 SoC
Date: Wed, 30 Oct 2019 23:09:45 -0400	[thread overview]
Message-ID: <20191031030945.GA25253@bill-the-cat> (raw)
In-Reply-To: <20191021065908.31680-2-mingming.lee@mediatek.com>

On Mon, Oct 21, 2019 at 02:59:04PM +0800, mingming lee wrote:

> Add support for MediaTek MT8518 SoC. This include the file
> that will initialize the SoC after boot and its device tree.
> 
> Signed-off-by: mingming lee <mingming.lee@mediatek.com>
> ---
> Changes for v2:
>    -drop unused 'device' in dtsi to keep it simple

Please fix problems such as:
+drivers/clk/mediatek/clk-mt8518.c:1294:35: error: 'top7_cg_regs'
defined but not used [-Werror=unused-const-variable=]
+ static const struct mtk_gate_regs top7_cg_regs = {
+                                   ^~~~~~~~~~~~
+drivers/clk/mediatek/clk-mt8518.c:1288:35: error: 'top6_cg_regs'
defined but not used [-Werror=unused-const-variable=]
+ static const struct mtk_gate_regs top6_cg_regs = {
+cc1: all warnings being treated as errors
+make[4]: *** [drivers/clk/mediatek/clk-mt8518.o] Error 1
+make[3]: *** [drivers/clk/mediatek] Error 2
+make[2]: *** [drivers/clk] Error 2
+make[1]: *** [drivers] Error 2

and ensure everything builds without warning, thanks!

-- 
Tom
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 833 bytes
Desc: not available
URL: <http://lists.denx.de/pipermail/u-boot/attachments/20191030/8256df57/attachment.sig>

  reply	other threads:[~2019-10-31  3:09 UTC|newest]

Thread overview: 8+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2019-10-21  6:59 [U-Boot] [PATCH v2 0/5] Add support for MediaTek MT8518 Soc mingming lee
2019-10-21  6:59 ` [U-Boot] [PATCH v2 1/5] ARM: MediaTek: Add support for MediaTek MT8518 SoC mingming lee
2019-10-31  3:09   ` Tom Rini [this message]
2019-11-01  3:03     ` Mingming Lee
2019-10-21  6:59 ` [U-Boot] [PATCH v2 2/5] clk: mediatek: add driver for MT8518 mingming lee
2019-10-21  6:59 ` [U-Boot] [PATCH v2 3/5] mmc: mtk-sd: Adjust the mmc tuning flow mingming lee
2019-10-21  6:59 ` [U-Boot] [PATCH v2 4/5] pinctrl: add driver for MT8518 mingming lee
2019-10-21  6:59 ` [U-Boot] [PATCH v2 5/5] ARM: MediaTek: add basic support for MT8518 boards mingming lee

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=20191031030945.GA25253@bill-the-cat \
    --to=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