All of lore.kernel.org
 help / color / mirror / Atom feed
From: kernel test robot <lkp@intel.com>
To: kbuild-all@lists.01.org
Subject: Re: [PATCH V8 4/4] soc: imx: Add blk-ctl driver for i.MX8MM
Date: Wed, 30 Jun 2021 05:17:07 +0800	[thread overview]
Message-ID: <202106300502.juSDrSpk-lkp@intel.com> (raw)
In-Reply-To: <20210629072941.7980-5-peng.fan@oss.nxp.com>

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

Hi "Peng,

Thank you for the patch! Yet something to improve:

[auto build test ERROR on shawnguo/for-next]
[also build test ERROR on next-20210629]
[cannot apply to robh/for-next pza/reset/next v5.13]
[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/Peng-Fan-OSS/soc-imx-add-i-MX-BLK-CTL-support/20210629-145850
base:   https://git.kernel.org/pub/scm/linux/kernel/git/shawnguo/linux.git for-next
config: x86_64-randconfig-r021-20210629 (attached as .config)
compiler: clang version 13.0.0 (https://github.com/llvm/llvm-project aad87328fabff9382bac0b452c83934515e6d0c8)
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 x86_64 cross compiling tool for clang build
        # apt-get install binutils-x86-64-linux-gnu
        # https://github.com/0day-ci/linux/commit/7fbd364554a2ef3d97e81ded873aea76107e5f9a
        git remote add linux-review https://github.com/0day-ci/linux
        git fetch --no-tags linux-review Peng-Fan-OSS/soc-imx-add-i-MX-BLK-CTL-support/20210629-145850
        git checkout 7fbd364554a2ef3d97e81ded873aea76107e5f9a
        # save the attached .config to linux build tree
        mkdir build_dir
        COMPILER_INSTALL_PATH=$HOME/0day COMPILER=clang make.cross O=build_dir ARCH=x86_64 SHELL=/bin/bash

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/soc/imx/blk-ctl-imx8mm.c:77:12: error: initializer element is not a compile-time constant
           .config = imx8mm_blk_ctl_regmap_config,
                     ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
   drivers/soc/imx/blk-ctl-imx8mm.c:86:12: error: initializer element is not a compile-time constant
           .config = imx8mm_blk_ctl_regmap_config,
                     ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
   2 errors generated.


vim +77 drivers/soc/imx/blk-ctl-imx8mm.c

    71	
    72	static const struct imx_blk_ctl_dev_data imx8mm_vpumix_blk_ctl_dev_data = {
    73		.pds = imx8mm_vpumix_blk_ctl_pds,
    74		.pds_num = ARRAY_SIZE(imx8mm_vpumix_blk_ctl_pds),
    75		.max_num = IMX8MM_BLK_CTL_PD_VPU_MAX,
    76		.hw_hsk = &imx8mm_vpumix_blk_ctl_pds[3],
  > 77		.config = imx8mm_blk_ctl_regmap_config,
    78		.name = "imx-vpumix-blk-ctl",
    79	};
    80	

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

  reply	other threads:[~2021-06-29 21:17 UTC|newest]

Thread overview: 41+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-06-29  7:29 [PATCH V8 0/4] soc: imx: add i.MX BLK-CTL support Peng Fan (OSS)
2021-06-29  7:29 ` Peng Fan (OSS)
2021-06-29  7:29 ` [PATCH V8 1/4] dt-bindings: power: Add defines for i.MX8MM BLK-CTL power domains Peng Fan (OSS)
2021-06-29  7:29   ` Peng Fan (OSS)
2021-06-29  7:29 ` [PATCH V8 2/4] dt-bindings: soc: imx: Add bindings for i.MX BLK_CTL Peng Fan (OSS)
2021-06-29  7:29   ` Peng Fan (OSS)
2021-06-29  7:29 ` [PATCH V8 3/4] soc: imx: Add generic blk-ctl driver Peng Fan (OSS)
2021-06-29  7:29   ` Peng Fan (OSS)
2021-07-05 14:55   ` Lucas Stach
2021-07-05 14:55     ` Lucas Stach
2021-07-07  9:56     ` Peng Fan
2021-07-07  9:56       ` Peng Fan
2021-07-09  8:51       ` Lucas Stach
2021-07-09  8:51         ` Lucas Stach
2021-07-09 10:08         ` Peng Fan
2021-07-09 10:08           ` Peng Fan
2021-07-09 12:38           ` Lucas Stach
2021-07-09 12:38             ` Lucas Stach
2021-06-29  7:29 ` [PATCH V8 4/4] soc: imx: Add blk-ctl driver for i.MX8MM Peng Fan (OSS)
2021-06-29  7:29   ` Peng Fan (OSS)
2021-06-29 21:17   ` kernel test robot [this message]
2021-06-29 13:26 ` [PATCH V8 0/4] soc: imx: add i.MX BLK-CTL support Adam Ford
2021-06-29 13:26   ` Adam Ford
2021-06-30  9:34   ` Peng Fan (OSS)
2021-06-30  9:34     ` Peng Fan (OSS)
2021-06-30 12:09     ` Adam Ford
2021-06-30 12:09       ` Adam Ford
2021-06-30 14:46       ` Frieder Schrempf
2021-06-30 14:46         ` Frieder Schrempf
2021-06-30 16:28         ` Marek Vasut
2021-06-30 16:28           ` Marek Vasut
2021-06-30 17:20           ` Frieder Schrempf
2021-06-30 17:20             ` Frieder Schrempf
2021-07-01  7:32             ` Frieder Schrempf
2021-07-01  7:32               ` Frieder Schrempf
2021-07-02  3:24               ` Peng Fan
2021-07-02  3:24                 ` Peng Fan
2021-07-05 10:45                 ` Frieder Schrempf
2021-07-05 10:45                   ` Frieder Schrempf
2021-07-07 20:11 ` Benjamin Gaignard
2021-07-07 20:11   ` Benjamin Gaignard

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=202106300502.juSDrSpk-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.