devicetree.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: kernel test robot <lkp@intel.com>
To: Fabien Parent <fparent@baylibre.com>,
	linux-mediatek@lists.infradead.org,
	linux-arm-kernel@lists.infradead.org, linux-clk@vger.kernel.org,
	linux-kernel@vger.kernel.org, devicetree@vger.kernel.org
Cc: kbuild-all@lists.01.org, clang-built-linux@googlegroups.com,
	enric.balletbo@collabora.com, krzk@kernel.org,
	masahiroy@kernel.org, ck.hu@mediatek.com, owen.chen@mediatek.com
Subject: Re: [PATCH 2/2] clk: mediatek: Add MT8167 clock support
Date: Tue, 8 Sep 2020 03:15:30 +0800	[thread overview]
Message-ID: <202009080329.gxOzl8MF%lkp@intel.com> (raw)
In-Reply-To: <20200907125646.1946282-2-fparent@baylibre.com>

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

Hi Fabien,

Thank you for the patch! Perhaps something to improve:

[auto build test WARNING on robh/for-next]
[also build test WARNING on clk/clk-next rockchip/for-next soc/for-next shawnguo/for-next v5.9-rc4 next-20200903]
[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/Fabien-Parent/dt-bindings-clock-mediatek-add-bindings-for-MT8167-clocks/20200907-210215
base:   https://git.kernel.org/pub/scm/linux/kernel/git/robh/linux.git for-next
config: arm64-randconfig-r025-20200907 (attached as .config)
compiler: clang version 12.0.0 (https://github.com/llvm/llvm-project ab68517e6b7e51b84c4b0e813a30258ec1ce5da5)
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
        # install arm64 cross compiling tool for clang build
        # apt-get install binutils-aarch64-linux-gnu
        # save the attached .config to linux build tree
        COMPILER_INSTALL_PATH=$HOME/0day COMPILER=clang make.cross ARCH=arm64 

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/mediatek/clk-mt8167.c:419:27: warning: unused variable 'axi_mfg_in_parents_e1' [-Wunused-const-variable]
   static const char * const axi_mfg_in_parents_e1[] __initconst = {
                             ^
   warning: some functions compiled with BTI and some compiled without BTI
   warning: not setting BTI in feature flags
   1 warning generated.

# https://github.com/0day-ci/linux/commit/a74658124a04b2423e4919643d37b4ef32bec7af
git remote add linux-review https://github.com/0day-ci/linux
git fetch --no-tags linux-review Fabien-Parent/dt-bindings-clock-mediatek-add-bindings-for-MT8167-clocks/20200907-210215
git checkout a74658124a04b2423e4919643d37b4ef32bec7af
vim +/axi_mfg_in_parents_e1 +419 drivers/clk/mediatek/clk-mt8167.c

   418	
 > 419	static const char * const axi_mfg_in_parents_e1[] __initconst = {
   420		"clk26m_ck",
   421		"gfmux_emi1x_sel",
   422		"univpll_d24",
   423		"mmpll380m"
   424	};
   425	

---
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: 33266 bytes --]

  parent reply	other threads:[~2020-09-07 19:15 UTC|newest]

Thread overview: 8+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-09-07 12:56 [PATCH 1/2] dt-bindings: clock: mediatek: add bindings for MT8167 clocks Fabien Parent
2020-09-07 12:56 ` [PATCH 2/2] clk: mediatek: Add MT8167 clock support Fabien Parent
2020-09-07 18:47   ` kernel test robot
2020-09-07 19:15   ` kernel test robot [this message]
2020-09-07 15:54 ` [PATCH 1/2] dt-bindings: clock: mediatek: add bindings for MT8167 clocks Chun-Kuang Hu
2020-09-07 16:05   ` Fabien Parent
2020-09-07 22:19     ` Chun-Kuang Hu
2020-09-15 15:56 ` Rob Herring

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=202009080329.gxOzl8MF%lkp@intel.com \
    --to=lkp@intel.com \
    --cc=ck.hu@mediatek.com \
    --cc=clang-built-linux@googlegroups.com \
    --cc=devicetree@vger.kernel.org \
    --cc=enric.balletbo@collabora.com \
    --cc=fparent@baylibre.com \
    --cc=kbuild-all@lists.01.org \
    --cc=krzk@kernel.org \
    --cc=linux-arm-kernel@lists.infradead.org \
    --cc=linux-clk@vger.kernel.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=linux-mediatek@lists.infradead.org \
    --cc=masahiroy@kernel.org \
    --cc=owen.chen@mediatek.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;
as well as URLs for NNTP newsgroup(s).