From: sboyd@codeaurora.org (Stephen Boyd)
To: linux-arm-kernel@lists.infradead.org
Subject: [PATCH] clk: sunxi-ng: select SUNXI_CCU_MULT for sun8i-a83t
Date: Mon, 22 May 2017 17:55:53 -0700 [thread overview]
Message-ID: <20170523005553.GH20170@codeaurora.org> (raw)
In-Reply-To: <20170522202951.2896280-1-arnd@arndb.de>
On 05/22, Arnd Bergmann wrote:
> We get a link error when CCU_MULT is not set with the
> newly added driver:
>
> drivers/clk/sunxi-ng/ccu-sun8i-a83t.o:(.data.__compound_literal.1+0x4): undefined reference to `ccu_mult_ops'
> drivers/clk/sunxi-ng/ccu-sun8i-a83t.o:(.data.__compound_literal.3+0x4): undefined reference to `ccu_mult_ops'
>
> Fixes: 46b492116666 ("clk: sunxi-ng: Add driver for A83T CCU")
> Signed-off-by: Arnd Bergmann <arnd@arndb.de>
Is there any way we can automate finding these build errors and
prevent them from creeping into the tree? It may be asking too
much, but it seems like we should be able to find these
particular problems with some script that greps for ccu_*_ops and
checks that any file's Kconfig symbol also has that selected.
Anyway, I'm just tired of seeing these sorts of things in my
inbox.
--
Qualcomm Innovation Center, Inc. is a member of Code Aurora Forum,
a Linux Foundation Collaborative Project
next prev parent reply other threads:[~2017-05-23 0:55 UTC|newest]
Thread overview: 17+ messages / expand[flat|nested] mbox.gz Atom feed top
2017-05-22 20:29 [PATCH] clk: sunxi-ng: select SUNXI_CCU_MULT for sun8i-a83t Arnd Bergmann
2017-05-23 0:55 ` Stephen Boyd [this message]
2017-05-23 7:19 ` Chen-Yu Tsai
2017-05-23 7:54 ` Arnd Bergmann
2017-06-01 7:17 ` Stephen Boyd
2017-06-01 9:07 ` Arnd Bergmann
2017-06-02 12:15 ` Maxime Ripard
2017-06-02 22:30 ` [PATCH] clk: sunxi-ng: Move all clock types to a library Stephen Boyd
2017-06-03 4:22 ` kbuild test robot
2017-06-05 14:45 ` Maxime Ripard
2017-06-06 10:04 ` Arnd Bergmann
2017-06-06 22:08 ` Stephen Boyd
2017-06-07 5:45 ` Chen-Yu Tsai
2017-06-07 7:36 ` Arnd Bergmann
2017-06-07 8:17 ` Maxime Ripard
2017-06-08 1:46 ` Masahiro Yamada
2017-05-23 7:31 ` [PATCH] clk: sunxi-ng: select SUNXI_CCU_MULT for sun8i-a83t Chen-Yu Tsai
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=20170523005553.GH20170@codeaurora.org \
--to=sboyd@codeaurora.org \
--cc=linux-arm-kernel@lists.infradead.org \
/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;
as well as URLs for NNTP newsgroup(s).