From: kernel test robot <lkp@intel.com>
To: Enric Balletbo i Serra <enric.balletbo@collabora.com>,
linux-kernel@vger.kernel.org
Cc: clang-built-linux@googlegroups.com, kbuild-all@lists.01.org,
jitao.shi@mediatek.com, chunkuang.hu@kernel.org,
matthias.bgg@gmail.com, drinkcat@chromium.org,
eizan@chromium.org, kernel@collabora.com,
linux-mediatek@lists.infradead.org, hsinyi@chromium.org,
Crystal Guo <crystal.guo@mediatek.com>
Subject: Re: [PATCH 1/6] arm64: dts: mediatek: Move reset controller constants into common location
Date: Thu, 1 Jul 2021 09:06:27 +0800 [thread overview]
Message-ID: <202107010844.zirhFaOk-lkp@intel.com> (raw)
In-Reply-To: <20210630164623.1.I514d9aafff3a062f751b37d3fea7402f67595b86@changeid>
[-- Attachment #1: Type: text/plain, Size: 3513 bytes --]
Hi Enric,
I love your patch! Yet something to improve:
[auto build test ERROR on robh/for-next]
[also build test ERROR on pza/reset/next linux/master linus/master v5.13 next-20210630]
[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/Enric-Balletbo-i-Serra/Add-support-to-the-mmsys-driver-to-be-a-reset-controller/20210630-224837
base: https://git.kernel.org/pub/scm/linux/kernel/git/robh/linux.git for-next
config: x86_64-randconfig-a012-20210630 (attached as .config)
compiler: clang version 13.0.0 (https://github.com/llvm/llvm-project 8d21d5472501460933e78aead04cf59579025ba4)
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/d379d95430210479407b6123a1f2f39b5c116475
git remote add linux-review https://github.com/0day-ci/linux
git fetch --no-tags linux-review Enric-Balletbo-i-Serra/Add-support-to-the-mmsys-driver-to-be-a-reset-controller/20210630-224837
git checkout d379d95430210479407b6123a1f2f39b5c116475
# 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 drivers/watchdog/
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/watchdog/mtk_wdt.c:12:10: fatal error: 'dt-bindings/reset-controller/mt2712-resets.h' file not found
#include <dt-bindings/reset-controller/mt2712-resets.h>
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
1 error generated.
vim +12 drivers/watchdog/mtk_wdt.c
9e5236e7cec110 yong.liang 2020-01-15 @12 #include <dt-bindings/reset-controller/mt2712-resets.h>
c254e103082b74 yong.liang 2020-01-15 13 #include <dt-bindings/reset-controller/mt8183-resets.h>
adc318a3406681 Crystal Guo 2020-10-14 14 #include <dt-bindings/reset-controller/mt8192-resets.h>
c254e103082b74 yong.liang 2020-01-15 15 #include <linux/delay.h>
a44a45536f7bc2 Matthias Brugger 2015-01-13 16 #include <linux/err.h>
a44a45536f7bc2 Matthias Brugger 2015-01-13 17 #include <linux/init.h>
a44a45536f7bc2 Matthias Brugger 2015-01-13 18 #include <linux/io.h>
a44a45536f7bc2 Matthias Brugger 2015-01-13 19 #include <linux/kernel.h>
a44a45536f7bc2 Matthias Brugger 2015-01-13 20 #include <linux/module.h>
a44a45536f7bc2 Matthias Brugger 2015-01-13 21 #include <linux/moduleparam.h>
a44a45536f7bc2 Matthias Brugger 2015-01-13 22 #include <linux/of.h>
c254e103082b74 yong.liang 2020-01-15 23 #include <linux/of_device.h>
a44a45536f7bc2 Matthias Brugger 2015-01-13 24 #include <linux/platform_device.h>
c254e103082b74 yong.liang 2020-01-15 25 #include <linux/reset-controller.h>
a44a45536f7bc2 Matthias Brugger 2015-01-13 26 #include <linux/types.h>
a44a45536f7bc2 Matthias Brugger 2015-01-13 27 #include <linux/watchdog.h>
a44a45536f7bc2 Matthias Brugger 2015-01-13 28
---
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: 38396 bytes --]
[-- Attachment #3: Type: text/plain, Size: 170 bytes --]
_______________________________________________
Linux-mediatek mailing list
Linux-mediatek@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-mediatek
WARNING: multiple messages have this Message-ID (diff)
From: kernel test robot <lkp@intel.com>
To: kbuild-all@lists.01.org
Subject: Re: [PATCH 1/6] arm64: dts: mediatek: Move reset controller constants into common location
Date: Thu, 01 Jul 2021 09:06:27 +0800 [thread overview]
Message-ID: <202107010844.zirhFaOk-lkp@intel.com> (raw)
In-Reply-To: <20210630164623.1.I514d9aafff3a062f751b37d3fea7402f67595b86@changeid>
[-- Attachment #1: Type: text/plain, Size: 3576 bytes --]
Hi Enric,
I love your patch! Yet something to improve:
[auto build test ERROR on robh/for-next]
[also build test ERROR on pza/reset/next linux/master linus/master v5.13 next-20210630]
[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/Enric-Balletbo-i-Serra/Add-support-to-the-mmsys-driver-to-be-a-reset-controller/20210630-224837
base: https://git.kernel.org/pub/scm/linux/kernel/git/robh/linux.git for-next
config: x86_64-randconfig-a012-20210630 (attached as .config)
compiler: clang version 13.0.0 (https://github.com/llvm/llvm-project 8d21d5472501460933e78aead04cf59579025ba4)
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/d379d95430210479407b6123a1f2f39b5c116475
git remote add linux-review https://github.com/0day-ci/linux
git fetch --no-tags linux-review Enric-Balletbo-i-Serra/Add-support-to-the-mmsys-driver-to-be-a-reset-controller/20210630-224837
git checkout d379d95430210479407b6123a1f2f39b5c116475
# 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 drivers/watchdog/
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/watchdog/mtk_wdt.c:12:10: fatal error: 'dt-bindings/reset-controller/mt2712-resets.h' file not found
#include <dt-bindings/reset-controller/mt2712-resets.h>
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
1 error generated.
vim +12 drivers/watchdog/mtk_wdt.c
9e5236e7cec110 yong.liang 2020-01-15 @12 #include <dt-bindings/reset-controller/mt2712-resets.h>
c254e103082b74 yong.liang 2020-01-15 13 #include <dt-bindings/reset-controller/mt8183-resets.h>
adc318a3406681 Crystal Guo 2020-10-14 14 #include <dt-bindings/reset-controller/mt8192-resets.h>
c254e103082b74 yong.liang 2020-01-15 15 #include <linux/delay.h>
a44a45536f7bc2 Matthias Brugger 2015-01-13 16 #include <linux/err.h>
a44a45536f7bc2 Matthias Brugger 2015-01-13 17 #include <linux/init.h>
a44a45536f7bc2 Matthias Brugger 2015-01-13 18 #include <linux/io.h>
a44a45536f7bc2 Matthias Brugger 2015-01-13 19 #include <linux/kernel.h>
a44a45536f7bc2 Matthias Brugger 2015-01-13 20 #include <linux/module.h>
a44a45536f7bc2 Matthias Brugger 2015-01-13 21 #include <linux/moduleparam.h>
a44a45536f7bc2 Matthias Brugger 2015-01-13 22 #include <linux/of.h>
c254e103082b74 yong.liang 2020-01-15 23 #include <linux/of_device.h>
a44a45536f7bc2 Matthias Brugger 2015-01-13 24 #include <linux/platform_device.h>
c254e103082b74 yong.liang 2020-01-15 25 #include <linux/reset-controller.h>
a44a45536f7bc2 Matthias Brugger 2015-01-13 26 #include <linux/types.h>
a44a45536f7bc2 Matthias Brugger 2015-01-13 27 #include <linux/watchdog.h>
a44a45536f7bc2 Matthias Brugger 2015-01-13 28
---
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: 38396 bytes --]
WARNING: multiple messages have this Message-ID (diff)
From: kernel test robot <lkp@intel.com>
To: Enric Balletbo i Serra <enric.balletbo@collabora.com>,
linux-kernel@vger.kernel.org
Cc: clang-built-linux@googlegroups.com, kbuild-all@lists.01.org,
jitao.shi@mediatek.com, chunkuang.hu@kernel.org,
matthias.bgg@gmail.com, drinkcat@chromium.org,
eizan@chromium.org, kernel@collabora.com,
linux-mediatek@lists.infradead.org, hsinyi@chromium.org,
Crystal Guo <crystal.guo@mediatek.com>
Subject: Re: [PATCH 1/6] arm64: dts: mediatek: Move reset controller constants into common location
Date: Thu, 1 Jul 2021 09:06:27 +0800 [thread overview]
Message-ID: <202107010844.zirhFaOk-lkp@intel.com> (raw)
In-Reply-To: <20210630164623.1.I514d9aafff3a062f751b37d3fea7402f67595b86@changeid>
[-- Attachment #1: Type: text/plain, Size: 3513 bytes --]
Hi Enric,
I love your patch! Yet something to improve:
[auto build test ERROR on robh/for-next]
[also build test ERROR on pza/reset/next linux/master linus/master v5.13 next-20210630]
[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/Enric-Balletbo-i-Serra/Add-support-to-the-mmsys-driver-to-be-a-reset-controller/20210630-224837
base: https://git.kernel.org/pub/scm/linux/kernel/git/robh/linux.git for-next
config: x86_64-randconfig-a012-20210630 (attached as .config)
compiler: clang version 13.0.0 (https://github.com/llvm/llvm-project 8d21d5472501460933e78aead04cf59579025ba4)
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/d379d95430210479407b6123a1f2f39b5c116475
git remote add linux-review https://github.com/0day-ci/linux
git fetch --no-tags linux-review Enric-Balletbo-i-Serra/Add-support-to-the-mmsys-driver-to-be-a-reset-controller/20210630-224837
git checkout d379d95430210479407b6123a1f2f39b5c116475
# 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 drivers/watchdog/
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/watchdog/mtk_wdt.c:12:10: fatal error: 'dt-bindings/reset-controller/mt2712-resets.h' file not found
#include <dt-bindings/reset-controller/mt2712-resets.h>
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
1 error generated.
vim +12 drivers/watchdog/mtk_wdt.c
9e5236e7cec110 yong.liang 2020-01-15 @12 #include <dt-bindings/reset-controller/mt2712-resets.h>
c254e103082b74 yong.liang 2020-01-15 13 #include <dt-bindings/reset-controller/mt8183-resets.h>
adc318a3406681 Crystal Guo 2020-10-14 14 #include <dt-bindings/reset-controller/mt8192-resets.h>
c254e103082b74 yong.liang 2020-01-15 15 #include <linux/delay.h>
a44a45536f7bc2 Matthias Brugger 2015-01-13 16 #include <linux/err.h>
a44a45536f7bc2 Matthias Brugger 2015-01-13 17 #include <linux/init.h>
a44a45536f7bc2 Matthias Brugger 2015-01-13 18 #include <linux/io.h>
a44a45536f7bc2 Matthias Brugger 2015-01-13 19 #include <linux/kernel.h>
a44a45536f7bc2 Matthias Brugger 2015-01-13 20 #include <linux/module.h>
a44a45536f7bc2 Matthias Brugger 2015-01-13 21 #include <linux/moduleparam.h>
a44a45536f7bc2 Matthias Brugger 2015-01-13 22 #include <linux/of.h>
c254e103082b74 yong.liang 2020-01-15 23 #include <linux/of_device.h>
a44a45536f7bc2 Matthias Brugger 2015-01-13 24 #include <linux/platform_device.h>
c254e103082b74 yong.liang 2020-01-15 25 #include <linux/reset-controller.h>
a44a45536f7bc2 Matthias Brugger 2015-01-13 26 #include <linux/types.h>
a44a45536f7bc2 Matthias Brugger 2015-01-13 27 #include <linux/watchdog.h>
a44a45536f7bc2 Matthias Brugger 2015-01-13 28
---
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: 38396 bytes --]
next prev parent reply other threads:[~2021-07-01 1:07 UTC|newest]
Thread overview: 35+ messages / expand[flat|nested] mbox.gz Atom feed top
2021-06-30 14:46 [PATCH 0/6] Add support to the mmsys driver to be a reset controller Enric Balletbo i Serra
2021-06-30 14:46 ` Enric Balletbo i Serra
2021-06-30 14:46 ` Enric Balletbo i Serra
2021-06-30 14:46 ` Enric Balletbo i Serra
2021-06-30 14:46 ` [PATCH 1/6] arm64: dts: mediatek: Move reset controller constants into common location Enric Balletbo i Serra
2021-06-30 14:46 ` Enric Balletbo i Serra
2021-06-30 14:46 ` Enric Balletbo i Serra
2021-06-30 17:52 ` kernel test robot
2021-06-30 17:52 ` kernel test robot
2021-06-30 17:52 ` kernel test robot
2021-07-01 1:06 ` kernel test robot [this message]
2021-07-01 1:06 ` kernel test robot
2021-07-01 1:06 ` kernel test robot
2021-06-30 14:46 ` [PATCH 2/6] dt-bindings: mediatek: Add #reset-cells to mmsys system controller Enric Balletbo i Serra
2021-06-30 14:46 ` Enric Balletbo i Serra
2021-06-30 14:46 ` Enric Balletbo i Serra
2021-06-30 14:46 ` [PATCH 3/6] arm64: dts: mt8173: Add the mmsys reset bit to reset the dsi0 Enric Balletbo i Serra
2021-06-30 14:46 ` Enric Balletbo i Serra
2021-06-30 14:46 ` Enric Balletbo i Serra
2021-06-30 22:48 ` Chun-Kuang Hu
2021-06-30 22:48 ` Chun-Kuang Hu
2021-06-30 22:48 ` Chun-Kuang Hu
2021-07-14 8:41 ` Enric Balletbo i Serra
2021-07-14 8:41 ` Enric Balletbo i Serra
2021-07-14 8:41 ` Enric Balletbo i Serra
2021-06-30 14:46 ` [PATCH 4/6] arm64: dts: mt8183: " Enric Balletbo i Serra
2021-06-30 14:46 ` Enric Balletbo i Serra
2021-06-30 14:46 ` Enric Balletbo i Serra
2021-06-30 14:46 ` [PATCH 5/6] soc: mediatek: mmsys: Add reset controller support Enric Balletbo i Serra
2021-06-30 14:46 ` Enric Balletbo i Serra
2021-06-30 14:46 ` Enric Balletbo i Serra
2021-06-30 14:46 ` [PATCH 6/6] drm/mediatek: mtk_dsi: Reset the dsi0 hardware Enric Balletbo i Serra
2021-06-30 14:46 ` Enric Balletbo i Serra
2021-06-30 14:46 ` Enric Balletbo i Serra
2021-06-30 14:46 ` Enric Balletbo i Serra
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=202107010844.zirhFaOk-lkp@intel.com \
--to=lkp@intel.com \
--cc=chunkuang.hu@kernel.org \
--cc=clang-built-linux@googlegroups.com \
--cc=crystal.guo@mediatek.com \
--cc=drinkcat@chromium.org \
--cc=eizan@chromium.org \
--cc=enric.balletbo@collabora.com \
--cc=hsinyi@chromium.org \
--cc=jitao.shi@mediatek.com \
--cc=kbuild-all@lists.01.org \
--cc=kernel@collabora.com \
--cc=linux-kernel@vger.kernel.org \
--cc=linux-mediatek@lists.infradead.org \
--cc=matthias.bgg@gmail.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 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.