From: kernel test robot <lkp@intel.com>
To: kbuild-all@lists.01.org
Subject: Re: [PATCH 07/13] clk: imx: Add initial support for i.MXRT clock driver
Date: Tue, 26 Oct 2021 03:02:16 +0800 [thread overview]
Message-ID: <202110260331.5PtZGyjL-lkp@intel.com> (raw)
In-Reply-To: <20211024154027.1479261-8-Mr.Bossman075@gmail.com>
[-- Attachment #1: Type: text/plain, Size: 2181 bytes --]
Hi Jesse,
Thank you for the patch! Yet something to improve:
[auto build test ERROR on robh/for-next]
[also build test ERROR on soc/for-next shawnguo/for-next v5.15-rc6]
[cannot apply to next-20211025]
[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/Jesse-Taube/This-patchset-aims-to-add-initial-support-for-the-i-MXRT10xx-family/20211024-234348
base: https://git.kernel.org/pub/scm/linux/kernel/git/robh/linux.git for-next
config: arm-allyesconfig (attached as .config)
compiler: arm-linux-gnueabi-gcc (GCC) 11.2.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/95294c10290261bc7ba56f2aab006677f5a112ed
git remote add linux-review https://github.com/0day-ci/linux
git fetch --no-tags linux-review Jesse-Taube/This-patchset-aims-to-add-initial-support-for-the-i-MXRT10xx-family/20211024-234348
git checkout 95294c10290261bc7ba56f2aab006677f5a112ed
# save the attached .config to linux build tree
COMPILER_INSTALL_PATH=$HOME/0day COMPILER=gcc-11.2.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 errors (new ones prefixed by >>):
>> drivers/clk/imx/clk-imxrt.c:43:28: error: 'uart_clks_imxrt' defined but not used [-Werror=unused-const-variable=]
43 | static struct clk ** const uart_clks_imxrt[] __initconst = {
| ^~~~~~~~~~~~~~~
cc1: all warnings being treated as errors
vim +/uart_clks_imxrt +43 drivers/clk/imx/clk-imxrt.c
42
> 43 static struct clk ** const uart_clks_imxrt[] __initconst = {
44 &clk[IMXRT1050_CLK_LPUART1],
45 NULL
46 };
47
---
0-DAY CI Kernel Test Service, Intel Corporation
https://lists.01.org/hyperkitty/list/kbuild-all(a)lists.01.org
[-- Attachment #2: config.gz --]
[-- Type: application/gzip, Size: 79226 bytes --]
next prev parent reply other threads:[~2021-10-25 19:02 UTC|newest]
Thread overview: 68+ messages / expand[flat|nested] mbox.gz Atom feed top
2021-10-24 15:40 [PATCH 00/13] This patchset aims to add initial support for the i.MXRT10xx family Jesse Taube
2021-10-24 15:40 ` Jesse Taube
2021-10-24 15:40 ` [PATCH 01/13] ARM: imx: add initial support for " Jesse Taube
2021-10-24 15:40 ` Jesse Taube
2021-10-24 17:53 ` Arnd Bergmann
2021-10-24 17:53 ` Arnd Bergmann
2021-10-24 15:40 ` [PATCH 02/13] dt-bindings: pinctrl: add i.MXRT1050 pinctrl binding doc Jesse Taube
2021-10-24 15:40 ` Jesse Taube
2021-10-25 12:54 ` Rob Herring
2021-10-25 12:54 ` Rob Herring
2021-10-24 15:40 ` [PATCH 03/13] dt-bindings: imx: Add pinctrl binding doc for i.MXRT1050 Jesse Taube
2021-11-01 20:10 ` Rob Herring
2021-11-01 20:10 ` Rob Herring
2021-11-02 3:32 ` Jesse Taube
2021-11-02 3:32 ` Jesse Taube
2021-10-24 15:40 ` Jesse Taube
2021-10-24 15:40 ` Jesse Taube
2021-10-24 18:06 ` Arnd Bergmann
2021-10-24 18:06 ` Arnd Bergmann
2021-10-25 0:05 ` Linus Walleij
2021-10-25 0:05 ` Linus Walleij
2021-10-24 15:40 ` [PATCH 04/13] pinctrl: freescale: Add i.MXRT1050 pinctrl driver support Jesse Taube
2021-10-24 15:40 ` Jesse Taube
2021-10-24 15:40 ` [PATCH 05/13] dt-bindings: clock: imx: Add documentation for i.MXRT clock Jesse Taube
2021-10-24 15:40 ` Jesse Taube
2021-10-25 12:54 ` Rob Herring
2021-10-25 12:54 ` Rob Herring
2021-10-25 15:31 ` Jesse T
2021-10-24 15:40 ` [PATCH 06/13] dt-bindings: imx: Add clock binding for i.MXRT1050 Jesse Taube
2021-10-24 15:40 ` Jesse Taube
2021-10-24 15:40 ` [PATCH 07/13] clk: imx: Add initial support for i.MXRT clock driver Jesse Taube
2021-10-24 15:40 ` Jesse Taube
2021-10-24 15:58 ` Fabio Estevam
2021-10-24 15:58 ` Fabio Estevam
2021-10-24 16:08 ` Randy Dunlap
2021-10-24 16:08 ` Randy Dunlap
2021-10-25 19:02 ` kernel test robot [this message]
2021-10-24 15:40 ` [PATCH 08/13] dt-bindings: serial: fsl-lpuart: add i.MXRT compatible Jesse Taube
2021-10-24 15:40 ` Jesse Taube
2021-11-01 20:11 ` Rob Herring
2021-11-01 20:11 ` Rob Herring
2021-11-01 20:13 ` Rob Herring
2021-11-01 20:13 ` Rob Herring
2021-11-01 23:34 ` Jesse Taube
2021-11-01 23:34 ` Jesse Taube
2021-11-03 0:49 ` Rob Herring
2021-11-03 0:49 ` Rob Herring
2021-11-03 2:48 ` Giulio Benetti
2021-11-03 2:48 ` Giulio Benetti
2021-10-24 15:40 ` [PATCH 09/13] tty: serial: fsl_lpuart: add i.MXRT support Jesse Taube
2021-10-24 15:40 ` Jesse Taube
2021-10-25 6:54 ` Greg KH
2021-10-25 6:54 ` Greg KH
2021-10-24 15:40 ` [PATCH 10/13] dt-bindings: mmc: fsl-imx-esdhc: add i.MXRT compatible string Jesse Taube
2021-10-24 15:40 ` Jesse Taube
2021-10-24 15:40 ` [PATCH 11/13] mmc: sdhci-esdhc-imx: Add sdhc support for i.MXRT series Jesse Taube
2021-10-24 15:40 ` Jesse Taube
2021-10-24 15:40 ` [PATCH 12/13] ARM: dts: imx: add i.MXRT1050-EVK support Jesse Taube
2021-10-24 15:40 ` Jesse Taube
2021-10-24 18:17 ` Arnd Bergmann
2021-10-24 18:17 ` Arnd Bergmann
2021-10-24 15:40 ` [PATCH 13/13] ARM: imxrt_defconfig: add i.MXRT family defconfig Jesse Taube
2021-10-24 15:40 ` Jesse Taube
2021-10-24 19:32 ` [PATCH 00/13] This patchset aims to add initial support for the i.MXRT10xx family Arnd Bergmann
2021-10-24 19:32 ` Arnd Bergmann
2021-10-24 22:21 ` Jesse Taube
2021-10-24 22:21 ` Jesse Taube
2021-10-24 23:12 ` Giulio Benetti
2021-10-24 23:12 ` Giulio Benetti
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=202110260331.5PtZGyjL-lkp@intel.com \
--to=lkp@intel.com \
--cc=kbuild-all@lists.01.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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.