public inbox for linux-clk@vger.kernel.org
 help / color / mirror / Atom feed
From: kbuild test robot <lkp@intel.com>
To: Caesar Wang <wxt@rock-chips.com>
Cc: kbuild-all@01.org, heiko@sntech.de, mturquette@baylibre.com,
	sboyd@codeaurora.org, leozwang@google.com, keescook@google.com,
	leecam@google.com, devicetree@vger.kernel.org,
	linux-clk@vger.kernel.org, linux-arm-kernel@lists.infradead.org,
	linux-kernel@vger.kernel.org, Caesar Wang <wxt@rock-chips.com>,
	Xing Zheng <zhengxing@rock-chips.com>
Subject: Re: [PATCH 1/5] clk: rockchip: rk3036: include downstream muxes into fractional dividers
Date: Wed, 16 Dec 2015 18:55:12 +0800	[thread overview]
Message-ID: <201512161806.QILxofnO%fengguang.wu@intel.com> (raw)
In-Reply-To: <1450254441-3243-2-git-send-email-wxt@rock-chips.com>

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

Hi Caesar,

[auto build test ERROR on rockchip/for-next]
[also build test ERROR on next-20151216]
[cannot apply to clk/clk-next v4.4-rc5]

url:    https://github.com/0day-ci/linux/commits/Caesar-Wang/Kylin-board-is-based-on-RK3036-SOCs-add-the-initiation/20151216-163233
base:   https://git.kernel.org/pub/scm/linux/kernel/git/mmind/linux-rockchip.git for-next
config: arm-multi_v7_defconfig (attached as .config)
reproduce:
        wget https://git.kernel.org/cgit/linux/kernel/git/wfg/lkp-tests.git/plain/sbin/make.cross -O ~/bin/make.cross
        chmod +x ~/bin/make.cross
        # save the attached .config to linux build tree
        make.cross ARCH=arm 

All error/warnings (new ones prefixed by >>):

>> drivers/clk/rockchip/clk-rk3036.c:230:2: error: implicit declaration of function 'COMPOSITE_FRACMUX' [-Werror=implicit-function-declaration]
     COMPOSITE_FRACMUX(0, "uart0_frac", "uart0_src", CLK_SET_RATE_PARENT,
     ^
   In file included from drivers/clk/rockchip/clk-rk3036.c:24:0:
>> drivers/clk/rockchip/clk.h:412:2: error: expected expression before '{' token
     {       \
     ^
>> drivers/clk/rockchip/clk-rk3036.c:233:2: note: in expansion of macro 'MUX'
     MUX(SCLK_UART0, "sclk_uart0", mux_uart0_p, CLK_SET_RATE_PARENT,
     ^
>> drivers/clk/rockchip/clk.h:412:2: error: expected expression before '{' token
     {       \
     ^
   drivers/clk/rockchip/clk-rk3036.c:238:2: note: in expansion of macro 'MUX'
     MUX(SCLK_UART1, "sclk_uart1", mux_uart1_p, CLK_SET_RATE_PARENT,
     ^
>> drivers/clk/rockchip/clk.h:412:2: error: expected expression before '{' token
     {       \
     ^
   drivers/clk/rockchip/clk-rk3036.c:243:2: note: in expansion of macro 'MUX'
     MUX(SCLK_UART2, "sclk_uart2", mux_uart2_p, CLK_SET_RATE_PARENT,
     ^
>> drivers/clk/rockchip/clk.h:412:2: error: expected expression before '{' token
     {       \
     ^
   drivers/clk/rockchip/clk-rk3036.c:295:2: note: in expansion of macro 'MUX'
     MUX(0, "i2s_pre", mux_i2s_pre_p, CLK_SET_RATE_PARENT,
     ^
>> drivers/clk/rockchip/clk.h:412:2: error: expected expression before '{' token
     {       \
     ^
   drivers/clk/rockchip/clk-rk3036.c:309:2: note: in expansion of macro 'MUX'
     MUX(SCLK_SPDIF, "sclk_spdif", mux_spdif_p, 0,
     ^
   cc1: some warnings being treated as errors

vim +/COMPOSITE_FRACMUX +230 drivers/clk/rockchip/clk-rk3036.c

   224		COMPOSITE_NOMUX(0, "uart1_src", "uart_pll_clk", 0,
   225				RK2928_CLKSEL_CON(13), 0, 7, DFLAGS,
   226				RK2928_CLKGATE_CON(1), 8, GFLAGS),
   227		COMPOSITE_NOMUX(0, "uart2_src", "uart_pll_clk", 0,
   228				RK2928_CLKSEL_CON(13), 0, 7, DFLAGS,
   229				RK2928_CLKGATE_CON(1), 8, GFLAGS),
 > 230		COMPOSITE_FRACMUX(0, "uart0_frac", "uart0_src", CLK_SET_RATE_PARENT,
   231				RK2928_CLKSEL_CON(17), 0,
   232				RK2928_CLKGATE_CON(1), 9, GFLAGS,
 > 233		MUX(SCLK_UART0, "sclk_uart0", mux_uart0_p, CLK_SET_RATE_PARENT,
   234				RK2928_CLKSEL_CON(13), 8, 2, MFLAGS)),
   235		COMPOSITE_FRACMUX(0, "uart1_frac", "uart1_src", CLK_SET_RATE_PARENT,
   236				RK2928_CLKSEL_CON(18), 0,

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

[-- Attachment #2: .config.gz --]
[-- Type: application/octet-stream, Size: 35436 bytes --]

  reply	other threads:[~2015-12-16 10:55 UTC|newest]

Thread overview: 10+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2015-12-16  8:27 [PATCH 0/5] Kylin-board is based on RK3036 SOCs, add the initiation Caesar Wang
2015-12-16  8:27 ` [PATCH 1/5] clk: rockchip: rk3036: include downstream muxes into fractional dividers Caesar Wang
2015-12-16 10:55   ` kbuild test robot [this message]
2015-12-16  8:27 ` [PATCH 2/5] clk: rockchip: rk3036: enable the CLK_IGNORE_UNUSED flag for aclk_vio Caesar Wang
2015-12-16 21:24   ` Heiko Stübner
2015-12-16  8:27 ` [PATCH 3/5] ARM: dts: rockchip: update the core dts for rk3036 Caesar Wang
2015-12-16 13:51   ` Heiko Stübner
2015-12-16  8:27 ` [PATCH 4/5] ARM: dts: rockchip: add the kylin board " Caesar Wang
2015-12-16  8:27 ` [PATCH 5/5] ARM: config: Add the rk3036 configure for kylin board Caesar Wang
2015-12-16 13:54   ` Heiko Stübner

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=201512161806.QILxofnO%fengguang.wu@intel.com \
    --to=lkp@intel.com \
    --cc=devicetree@vger.kernel.org \
    --cc=heiko@sntech.de \
    --cc=kbuild-all@01.org \
    --cc=keescook@google.com \
    --cc=leecam@google.com \
    --cc=leozwang@google.com \
    --cc=linux-arm-kernel@lists.infradead.org \
    --cc=linux-clk@vger.kernel.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=mturquette@baylibre.com \
    --cc=sboyd@codeaurora.org \
    --cc=wxt@rock-chips.com \
    --cc=zhengxing@rock-chips.com \
    /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