All of lore.kernel.org
 help / color / mirror / Atom feed
From: Shawn Guo <shawnguo@kernel.org>
To: kernel test robot <lkp@intel.com>
Cc: Adam Ford <aford173@gmail.com>,
	llvm@lists.linux.dev, kbuild-all@lists.01.org,
	linux-arm-kernel@lists.infradead.org, arm@kernel.org,
	Lucas Stach <l.stach@pengutronix.de>
Subject: Re: [soc:imx/drivers 7/7] drivers/soc/imx/imx8m-blk-ctrl.c:536:4: error: field designator 'mipi_phy_rst_mask' does not refer to any field in type 'const struct imx8m_blk_ctrl_domain_data'
Date: Tue, 21 Dec 2021 14:52:48 +0800	[thread overview]
Message-ID: <20211221065248.GA14131@dragon> (raw)
In-Reply-To: <202112211020.yQtfoIrI-lkp@intel.com>

On Tue, Dec 21, 2021 at 10:43:48AM +0800, kernel test robot wrote:
> tree:   https://git.kernel.org/pub/scm/linux/kernel/git/soc/soc.git imx/drivers
> head:   7f511d514e8c34b6dd0c17b5496e48b2a6a2626c
> commit: 7f511d514e8c34b6dd0c17b5496e48b2a6a2626c [7/7] soc: imx: imx8m-blk-ctrl: add i.MX8MN DISP blk-ctrl
> config: hexagon-randconfig-r045-20211220 (https://download.01.org/0day-ci/archive/20211221/202112211020.yQtfoIrI-lkp@intel.com/config)
> compiler: clang version 14.0.0 (https://github.com/llvm/llvm-project 555eacf75f21cd1dfc6363d73ad187b730349543)
> 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://git.kernel.org/pub/scm/linux/kernel/git/soc/soc.git/commit/?id=7f511d514e8c34b6dd0c17b5496e48b2a6a2626c
>         git remote add soc https://git.kernel.org/pub/scm/linux/kernel/git/soc/soc.git
>         git fetch --no-tags soc imx/drivers
>         git checkout 7f511d514e8c34b6dd0c17b5496e48b2a6a2626c
>         # save the config file to linux build tree
>         mkdir build_dir
>         COMPILER_INSTALL_PATH=$HOME/0day COMPILER=clang make.cross W=1 O=build_dir ARCH=hexagon SHELL=/bin/bash drivers/soc/imx/
> 
> 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/imx8m-blk-ctrl.c:536:4: error: field designator 'mipi_phy_rst_mask' does not refer to any field in type 'const struct imx8m_blk_ctrl_domain_data'
>                    .mipi_phy_rst_mask = BIT(17),
>                     ^

Thanks for reporting!

Arnd,

I overlooked that imx/drivers branch (commit 7f511d514e8c "soc: imx:
imx8m-blk-ctrl: add i.MX8MN DISP blk-ctrl") has a dependency on commit
042b67799e29 ("soc: imx: imx8m-blk-ctrl: Fix imx8mm mipi reset"), which
has landed on Linus' tree as part of imx-fixes-5.16-2.  That said, this
is imx/drivers branch only issue.  linux-next and mainline should be
fine.

Sorry for the breakage.  I will be careful in the future.

Shawn

WARNING: multiple messages have this Message-ID (diff)
From: Shawn Guo <shawnguo@kernel.org>
To: kernel test robot <lkp@intel.com>
Cc: Adam Ford <aford173@gmail.com>,
	llvm@lists.linux.dev, kbuild-all@lists.01.org,
	linux-arm-kernel@lists.infradead.org, arm@kernel.org,
	Lucas Stach <l.stach@pengutronix.de>
Subject: Re: [soc:imx/drivers 7/7] drivers/soc/imx/imx8m-blk-ctrl.c:536:4: error: field designator 'mipi_phy_rst_mask' does not refer to any field in type 'const struct imx8m_blk_ctrl_domain_data'
Date: Tue, 21 Dec 2021 14:52:48 +0800	[thread overview]
Message-ID: <20211221065248.GA14131@dragon> (raw)
In-Reply-To: <202112211020.yQtfoIrI-lkp@intel.com>

On Tue, Dec 21, 2021 at 10:43:48AM +0800, kernel test robot wrote:
> tree:   https://git.kernel.org/pub/scm/linux/kernel/git/soc/soc.git imx/drivers
> head:   7f511d514e8c34b6dd0c17b5496e48b2a6a2626c
> commit: 7f511d514e8c34b6dd0c17b5496e48b2a6a2626c [7/7] soc: imx: imx8m-blk-ctrl: add i.MX8MN DISP blk-ctrl
> config: hexagon-randconfig-r045-20211220 (https://download.01.org/0day-ci/archive/20211221/202112211020.yQtfoIrI-lkp@intel.com/config)
> compiler: clang version 14.0.0 (https://github.com/llvm/llvm-project 555eacf75f21cd1dfc6363d73ad187b730349543)
> 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://git.kernel.org/pub/scm/linux/kernel/git/soc/soc.git/commit/?id=7f511d514e8c34b6dd0c17b5496e48b2a6a2626c
>         git remote add soc https://git.kernel.org/pub/scm/linux/kernel/git/soc/soc.git
>         git fetch --no-tags soc imx/drivers
>         git checkout 7f511d514e8c34b6dd0c17b5496e48b2a6a2626c
>         # save the config file to linux build tree
>         mkdir build_dir
>         COMPILER_INSTALL_PATH=$HOME/0day COMPILER=clang make.cross W=1 O=build_dir ARCH=hexagon SHELL=/bin/bash drivers/soc/imx/
> 
> 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/imx8m-blk-ctrl.c:536:4: error: field designator 'mipi_phy_rst_mask' does not refer to any field in type 'const struct imx8m_blk_ctrl_domain_data'
>                    .mipi_phy_rst_mask = BIT(17),
>                     ^

Thanks for reporting!

Arnd,

I overlooked that imx/drivers branch (commit 7f511d514e8c "soc: imx:
imx8m-blk-ctrl: add i.MX8MN DISP blk-ctrl") has a dependency on commit
042b67799e29 ("soc: imx: imx8m-blk-ctrl: Fix imx8mm mipi reset"), which
has landed on Linus' tree as part of imx-fixes-5.16-2.  That said, this
is imx/drivers branch only issue.  linux-next and mainline should be
fine.

Sorry for the breakage.  I will be careful in the future.

Shawn

_______________________________________________
linux-arm-kernel mailing list
linux-arm-kernel@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-arm-kernel

WARNING: multiple messages have this Message-ID (diff)
From: Shawn Guo <shawnguo@kernel.org>
To: kbuild-all@lists.01.org
Subject: Re: [soc:imx/drivers 7/7] drivers/soc/imx/imx8m-blk-ctrl.c:536:4: error: field designator 'mipi_phy_rst_mask' does not refer to any field in type 'const struct imx8m_blk_ctrl_domain_data'
Date: Tue, 21 Dec 2021 14:52:48 +0800	[thread overview]
Message-ID: <20211221065248.GA14131@dragon> (raw)
In-Reply-To: <202112211020.yQtfoIrI-lkp@intel.com>

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

On Tue, Dec 21, 2021 at 10:43:48AM +0800, kernel test robot wrote:
> tree:   https://git.kernel.org/pub/scm/linux/kernel/git/soc/soc.git imx/drivers
> head:   7f511d514e8c34b6dd0c17b5496e48b2a6a2626c
> commit: 7f511d514e8c34b6dd0c17b5496e48b2a6a2626c [7/7] soc: imx: imx8m-blk-ctrl: add i.MX8MN DISP blk-ctrl
> config: hexagon-randconfig-r045-20211220 (https://download.01.org/0day-ci/archive/20211221/202112211020.yQtfoIrI-lkp(a)intel.com/config)
> compiler: clang version 14.0.0 (https://github.com/llvm/llvm-project 555eacf75f21cd1dfc6363d73ad187b730349543)
> 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://git.kernel.org/pub/scm/linux/kernel/git/soc/soc.git/commit/?id=7f511d514e8c34b6dd0c17b5496e48b2a6a2626c
>         git remote add soc https://git.kernel.org/pub/scm/linux/kernel/git/soc/soc.git
>         git fetch --no-tags soc imx/drivers
>         git checkout 7f511d514e8c34b6dd0c17b5496e48b2a6a2626c
>         # save the config file to linux build tree
>         mkdir build_dir
>         COMPILER_INSTALL_PATH=$HOME/0day COMPILER=clang make.cross W=1 O=build_dir ARCH=hexagon SHELL=/bin/bash drivers/soc/imx/
> 
> 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/imx8m-blk-ctrl.c:536:4: error: field designator 'mipi_phy_rst_mask' does not refer to any field in type 'const struct imx8m_blk_ctrl_domain_data'
>                    .mipi_phy_rst_mask = BIT(17),
>                     ^

Thanks for reporting!

Arnd,

I overlooked that imx/drivers branch (commit 7f511d514e8c "soc: imx:
imx8m-blk-ctrl: add i.MX8MN DISP blk-ctrl") has a dependency on commit
042b67799e29 ("soc: imx: imx8m-blk-ctrl: Fix imx8mm mipi reset"), which
has landed on Linus' tree as part of imx-fixes-5.16-2.  That said, this
is imx/drivers branch only issue.  linux-next and mainline should be
fine.

Sorry for the breakage.  I will be careful in the future.

Shawn

  reply	other threads:[~2021-12-21  6:52 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-12-21  2:43 [soc:imx/drivers 7/7] drivers/soc/imx/imx8m-blk-ctrl.c:536:4: error: field designator 'mipi_phy_rst_mask' does not refer to any field in type 'const struct imx8m_blk_ctrl_domain_data' kernel test robot
2021-12-21  2:43 ` kernel test robot
2021-12-21  2:43 ` kernel test robot
2021-12-21  6:52 ` Shawn Guo [this message]
2021-12-21  6:52   ` Shawn Guo
2021-12-21  6:52   ` Shawn Guo

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=20211221065248.GA14131@dragon \
    --to=shawnguo@kernel.org \
    --cc=aford173@gmail.com \
    --cc=arm@kernel.org \
    --cc=kbuild-all@lists.01.org \
    --cc=l.stach@pengutronix.de \
    --cc=linux-arm-kernel@lists.infradead.org \
    --cc=lkp@intel.com \
    --cc=llvm@lists.linux.dev \
    /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.