From: kernel test robot <lkp@intel.com>
To: Elaine Zhang <zhangqing@rock-chips.com>,
mturquette@baylibre.com, robh+dt@kernel.org, sboyd@kernel.org,
heiko@sntech.de
Cc: kbuild-all@lists.01.org, devicetree@vger.kernel.org,
linux-clk@vger.kernel.org, linux-arm-kernel@lists.infradead.org,
linux-rockchip@lists.infradead.org, linux-kernel@vger.kernel.org,
cl@rock-chips.com
Subject: Re: [PATCH v4 3/4] clk: rockchip: support more core div setting
Date: Mon, 15 Mar 2021 16:34:03 +0800 [thread overview]
Message-ID: <202103151656.vOomkfSu-lkp@intel.com> (raw)
In-Reply-To: <20210315063913.15184-4-zhangqing@rock-chips.com>
[-- Attachment #1: Type: text/plain, Size: 2637 bytes --]
Hi Elaine,
Thank you for the patch! Perhaps something to improve:
[auto build test WARNING on rockchip/for-next]
[also build test WARNING on v5.12-rc3 next-20210315]
[If your patch is applied to the wrong git tree, kindly drop us a note.
And when submitting patch, we suggest to use '--base' as documented in
https://git-scm.com/docs/git-format-patch]
url: https://github.com/0day-ci/linux/commits/Elaine-Zhang/clk-rockchip-add-clock-controller-for-rk3568/20210315-144202
base: https://git.kernel.org/pub/scm/linux/kernel/git/mmind/linux-rockchip.git for-next
config: arm-defconfig (attached as .config)
compiler: arm-linux-gnueabi-gcc (GCC) 9.3.0
reproduce (this is a W=1 build):
wget https://raw.githubusercontent.com/intel/lkp-tests/master/sbin/make.cross -O ~/bin/make.cross
chmod +x ~/bin/make.cross
# https://github.com/0day-ci/linux/commit/081fc0189f5d4408e7c7425f4385392b0fd97d9f
git remote add linux-review https://github.com/0day-ci/linux
git fetch --no-tags linux-review Elaine-Zhang/clk-rockchip-add-clock-controller-for-rk3568/20210315-144202
git checkout 081fc0189f5d4408e7c7425f4385392b0fd97d9f
# save the attached .config to linux build tree
COMPILER_INSTALL_PATH=$HOME/0day COMPILER=gcc-9.3.0 make.cross ARCH=arm
If you fix the issue, kindly add following tag as appropriate
Reported-by: kernel test robot <lkp@intel.com>
All warnings (new ones prefixed by >>):
>> drivers/clk/rockchip/clk-rk3188.c:187:67: warning: missing braces around initializer [-Wmissing-braces]
187 | static const struct rockchip_cpuclk_reg_data rk3188_cpuclk_data = {
| ^
vim +187 drivers/clk/rockchip/clk-rk3188.c
0e5bdb3f9fa5c2 Heiko Stuebner 2014-09-05 186
0e5bdb3f9fa5c2 Heiko Stuebner 2014-09-05 @187 static const struct rockchip_cpuclk_reg_data rk3188_cpuclk_data = {
0e5bdb3f9fa5c2 Heiko Stuebner 2014-09-05 188 .core_reg = RK2928_CLKSEL_CON(0),
0e5bdb3f9fa5c2 Heiko Stuebner 2014-09-05 189 .div_core_shift = 9,
0e5bdb3f9fa5c2 Heiko Stuebner 2014-09-05 190 .div_core_mask = 0x1f,
268aebaa241015 Xing Zheng 2016-03-09 191 .mux_core_alt = 1,
268aebaa241015 Xing Zheng 2016-03-09 192 .mux_core_main = 0,
0e5bdb3f9fa5c2 Heiko Stuebner 2014-09-05 193 .mux_core_shift = 8,
268aebaa241015 Xing Zheng 2016-03-09 194 .mux_core_mask = 0x1,
0e5bdb3f9fa5c2 Heiko Stuebner 2014-09-05 195 };
0e5bdb3f9fa5c2 Heiko Stuebner 2014-09-05 196
---
0-DAY CI Kernel Test Service, Intel Corporation
https://lists.01.org/hyperkitty/list/kbuild-all@lists.01.org
[-- Attachment #2: .config.gz --]
[-- Type: application/gzip, Size: 54136 bytes --]
next prev parent reply other threads:[~2021-03-15 8:35 UTC|newest]
Thread overview: 6+ messages / expand[flat|nested] mbox.gz Atom feed top
2021-03-15 6:39 [PATCH v4 0/4] clk: rockchip: add clock controller for rk3568 Elaine Zhang
2021-03-15 6:39 ` [PATCH v4 1/4] dt-binding: clock: Document rockchip,rk3568-cru bindings Elaine Zhang
2021-03-15 6:39 ` [PATCH v4 2/4] clk: rockchip: add dt-binding header for rk3568 Elaine Zhang
2021-03-15 6:39 ` [PATCH v4 3/4] clk: rockchip: support more core div setting Elaine Zhang
2021-03-15 8:34 ` kernel test robot [this message]
2021-03-15 6:39 ` [PATCH v4 4/4] clk: rockchip: add clock controller for rk3568 Elaine 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=202103151656.vOomkfSu-lkp@intel.com \
--to=lkp@intel.com \
--cc=cl@rock-chips.com \
--cc=devicetree@vger.kernel.org \
--cc=heiko@sntech.de \
--cc=kbuild-all@lists.01.org \
--cc=linux-arm-kernel@lists.infradead.org \
--cc=linux-clk@vger.kernel.org \
--cc=linux-kernel@vger.kernel.org \
--cc=linux-rockchip@lists.infradead.org \
--cc=mturquette@baylibre.com \
--cc=robh+dt@kernel.org \
--cc=sboyd@kernel.org \
--cc=zhangqing@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