Devicetree
 help / color / mirror / Atom feed
From: kbuild test robot <lkp-ral2JQCrhuEAvxtiuMwx3w@public.gmane.org>
To: Chunyan Zhang <chunyan.zhang-lxIno14LUO0EEoCn2XhGlw@public.gmane.org>
Cc: kbuild-all-JC7UmRfGjtg@public.gmane.org,
	Stephen Boyd <sboyd-sgV2jX0FEOL9JmXXK+q4OQ@public.gmane.org>,
	Michael Turquette
	<mturquette-rdvid1DuHRBWk0Htik3J/w@public.gmane.org>,
	Rob Herring <robh+dt-DgEjT+Ai2ygdnm+yROfE0A@public.gmane.org>,
	Mark Rutland <mark.rutland-5wv7dgnIgG8@public.gmane.org>,
	Catalin Marinas <catalin.marinas-5wv7dgnIgG8@public.gmane.org>,
	Will Deacon <will.deacon-5wv7dgnIgG8@public.gmane.org>,
	linux-clk-u79uwXL29TY76Z2rM5mHXA@public.gmane.org,
	linux-kernel-u79uwXL29TY76Z2rM5mHXA@public.gmane.org,
	devicetree-u79uwXL29TY76Z2rM5mHXA@public.gmane.org,
	linux-arm-kernel-IAPFreCvJWM7uuMidbF8XUB+6BGkLq7r@public.gmane.org,
	Arnd Bergmann <arnd-r2nGTMty4D4@public.gmane.org>,
	Mark Brown <broonie-DgEjT+Ai2ygdnm+yROfE0A@public.gmane.org>,
	Xiaolong Zhang
	<xiaolong.zhang-lxIno14LUO0EEoCn2XhGlw@public.gmane.org>,
	Ben Li <ben.li-lxIno14LUO0EEoCn2XhGlw@public.gmane.org>,
	Orson Zhai <orson.zhai-lxIno14LUO0EEoCn2XhGlw@public.gmane.org>,
	Chunyan Zhang
	<zhang.lyra-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org>
Subject: Re: [PATCH V5 10/12] clk: sprd: add clocks support for SC9860
Date: Thu, 23 Nov 2017 10:34:24 +0800	[thread overview]
Message-ID: <201711230950.T3TiGuSx%fengguang.wu@intel.com> (raw)
In-Reply-To: <20171120060137.27380-11-chunyan.zhang-lxIno14LUO0EEoCn2XhGlw@public.gmane.org>

[-- Attachment #1: Type: text/plain, Size: 3275 bytes --]

Hi Chunyan,

Thank you for the patch! Perhaps something to improve:

[auto build test WARNING on clk/clk-next]
[also build test WARNING on v4.14 next-20171122]
[if your patch is applied to the wrong git tree, please drop us a note to help improve the system]

url:    https://github.com/0day-ci/linux/commits/Chunyan-Zhang/add-clock-driver-for-Spreadtrum-platforms/20171123-072852
base:   https://git.kernel.org/pub/scm/linux/kernel/git/clk/linux.git clk-next
config: arm64-defconfig (attached as .config)
compiler: aarch64-linux-gnu-gcc (Debian 7.2.0-11) 7.2.0
reproduce:
        wget https://raw.githubusercontent.com/intel/lkp-tests/master/sbin/make.cross -O ~/bin/make.cross
        chmod +x ~/bin/make.cross
        # save the attached .config to linux build tree
        make.cross ARCH=arm64 

All warnings (new ones prefixed by >>):

>> drivers/clk/sprd/sc9860-clk.c:128:18: warning: duplicate 'const' declaration specifier [-Wduplicate-decl-specifier]
    static const u64 const itable1[4] = {3, 780000000, 988000000, 1196000000};
                     ^~~~~
   drivers/clk/sprd/sc9860-clk.c:133:35: warning: duplicate 'const' declaration specifier [-Wduplicate-decl-specifier]
    static const struct clk_bit_field const f_mpll0[PLL_FACT_MAX] = {
                                      ^~~~~
   drivers/clk/sprd/sc9860-clk.c:150:35: warning: duplicate 'const' declaration specifier [-Wduplicate-decl-specifier]
    static const struct clk_bit_field const f_mpll1[PLL_FACT_MAX] = {
                                      ^~~~~
   drivers/clk/sprd/sc9860-clk.c:166:35: warning: duplicate 'const' declaration specifier [-Wduplicate-decl-specifier]
    static const struct clk_bit_field const f_dpll[PLL_FACT_MAX] = {
                                      ^~~~~
   drivers/clk/sprd/sc9860-clk.c:185:35: warning: duplicate 'const' declaration specifier [-Wduplicate-decl-specifier]
    static const struct clk_bit_field const f_rpll[PLL_FACT_MAX] = {
                                      ^~~~~
   drivers/clk/sprd/sc9860-clk.c:204:35: warning: duplicate 'const' declaration specifier [-Wduplicate-decl-specifier]
    static const struct clk_bit_field const f_twpll[PLL_FACT_MAX] = {
                                      ^~~~~
   drivers/clk/sprd/sc9860-clk.c:220:35: warning: duplicate 'const' declaration specifier [-Wduplicate-decl-specifier]
    static const struct clk_bit_field const f_ltepll[PLL_FACT_MAX] = {
                                      ^~~~~
   drivers/clk/sprd/sc9860-clk.c:240:35: warning: duplicate 'const' declaration specifier [-Wduplicate-decl-specifier]
    static const struct clk_bit_field const f_gpll[PLL_FACT_MAX] = {
                                      ^~~~~
   drivers/clk/sprd/sc9860-clk.c:257:35: warning: duplicate 'const' declaration specifier [-Wduplicate-decl-specifier]
    static const struct clk_bit_field const f_cppll[PLL_FACT_MAX] = {
                                      ^~~~~

vim +/const +128 drivers/clk/sprd/sc9860-clk.c

   126	
   127	/* GPLL/LPLL/DPLL/RPLL/CPLL */
 > 128	static const u64 const itable1[4] = {3, 780000000, 988000000, 1196000000};
   129	

---
0-DAY kernel test infrastructure                Open Source Technology Center
https://lists.01.org/pipermail/kbuild-all                   Intel Corporation

[-- Attachment #2: .config.gz --]
[-- Type: application/gzip, Size: 36946 bytes --]

  parent reply	other threads:[~2017-11-23  2:34 UTC|newest]

Thread overview: 14+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2017-11-20  6:01 [PATCH V5 00/12] add clock driver for Spreadtrum platforms Chunyan Zhang
2017-11-20  6:01 ` [PATCH V5 01/12] drivers: move clock common macros out from vendor directories Chunyan Zhang
2017-11-20  6:01 ` [PATCH V5 02/12] clk: sprd: Add common infrastructure Chunyan Zhang
2017-11-20  6:01 ` [PATCH V5 03/12] clk: sprd: add gate clock support Chunyan Zhang
2017-11-20  6:01 ` [PATCH V5 04/12] clk: sprd: add mux " Chunyan Zhang
2017-11-20  6:01 ` [PATCH V5 05/12] clk: sprd: add divider " Chunyan Zhang
2017-11-20  6:01 ` [PATCH V5 06/12] clk: sprd: add composite " Chunyan Zhang
2017-11-20  6:01 ` [PATCH V5 07/12] clk: sprd: add adjustable pll support Chunyan Zhang
2017-11-20  6:01 ` [PATCH V5 08/12] dt-bindings: Add Spreadtrum clock binding documentation Chunyan Zhang
2017-11-20  6:01 ` [PATCH V5 09/12] clk: sprd: Add dt-bindings include file for SC9860 Chunyan Zhang
2017-11-20  6:01 ` [PATCH V5 10/12] clk: sprd: add clocks support " Chunyan Zhang
     [not found]   ` <20171120060137.27380-11-chunyan.zhang-lxIno14LUO0EEoCn2XhGlw@public.gmane.org>
2017-11-23  2:34     ` kbuild test robot [this message]
2017-11-20  6:01 ` [PATCH V5 11/12] arm64: dts: add syscon for whale2 platform Chunyan Zhang
2017-11-20  6:01 ` [PATCH V5 12/12] arm64: dts: add clocks for SC9860 Chunyan Zhang

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=201711230950.T3TiGuSx%fengguang.wu@intel.com \
    --to=lkp-ral2jqcrhueavxtiumwx3w@public.gmane.org \
    --cc=arnd-r2nGTMty4D4@public.gmane.org \
    --cc=ben.li-lxIno14LUO0EEoCn2XhGlw@public.gmane.org \
    --cc=broonie-DgEjT+Ai2ygdnm+yROfE0A@public.gmane.org \
    --cc=catalin.marinas-5wv7dgnIgG8@public.gmane.org \
    --cc=chunyan.zhang-lxIno14LUO0EEoCn2XhGlw@public.gmane.org \
    --cc=devicetree-u79uwXL29TY76Z2rM5mHXA@public.gmane.org \
    --cc=kbuild-all-JC7UmRfGjtg@public.gmane.org \
    --cc=linux-arm-kernel-IAPFreCvJWM7uuMidbF8XUB+6BGkLq7r@public.gmane.org \
    --cc=linux-clk-u79uwXL29TY76Z2rM5mHXA@public.gmane.org \
    --cc=linux-kernel-u79uwXL29TY76Z2rM5mHXA@public.gmane.org \
    --cc=mark.rutland-5wv7dgnIgG8@public.gmane.org \
    --cc=mturquette-rdvid1DuHRBWk0Htik3J/w@public.gmane.org \
    --cc=orson.zhai-lxIno14LUO0EEoCn2XhGlw@public.gmane.org \
    --cc=robh+dt-DgEjT+Ai2ygdnm+yROfE0A@public.gmane.org \
    --cc=sboyd-sgV2jX0FEOL9JmXXK+q4OQ@public.gmane.org \
    --cc=will.deacon-5wv7dgnIgG8@public.gmane.org \
    --cc=xiaolong.zhang-lxIno14LUO0EEoCn2XhGlw@public.gmane.org \
    --cc=zhang.lyra-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.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