From: kbuild test robot <lkp@intel.com>
To: Enric Balletbo i Serra <enric.balletbo@collabora.com>
Cc: mark.rutland@arm.com, Kate Stewart <kstewart@linuxfoundation.org>,
Matthias Brugger <mbrugger@suse.com>,
kbuild-all@lists.01.org, Richard Fontana <rfontana@redhat.com>,
sboyd@kernel.org, Greg Kroah-Hartman <gregkh@linuxfoundation.org>,
Michael Turquette <mturquette@baylibre.com>,
hsinyi@chromium.org, linux-kernel@vger.kernel.org,
ulrich.hecht+renesas@gmail.com, drinkcat@chromium.org,
matthias.bgg@gmail.com, Allison Randal <allison@lohutok.net>,
matthias.bgg@kernel.org, ck.hu@mediatek.com,
linux-mediatek@lists.infradead.org,
Thomas Gleixner <tglx@linutronix.de>,
Collabora Kernel ML <kernel@collabora.com>,
linux-clk@vger.kernel.org, linux-arm-kernel@lists.infradead.org
Subject: Re: [PATCH 3/4] clk / soc: mediatek: Bind clock and gpu driver for mt2701
Date: Wed, 1 Apr 2020 09:16:49 +0800 [thread overview]
Message-ID: <202004010921.RGsY6Why%lkp@intel.com> (raw)
In-Reply-To: <20200331214609.1742152-3-enric.balletbo@collabora.com>
[-- Attachment #1: Type: text/plain, Size: 2275 bytes --]
Hi Enric,
I love your patch! Yet something to improve:
[auto build test ERROR on next-20200331]
[cannot apply to clk/clk-next robh/for-next rockchip/for-next keystone/next arm64/for-next/core arm-soc/for-next shawnguo/for-next arm/for-next xlnx/master linus/master v5.6 v5.6-rc7 v5.6-rc6 v5.6]
[if your patch is applied to the wrong git tree, please drop us a note to help
improve the system. BTW, we also suggest to use '--base' option to specify the
base tree in git format-patch, please see https://stackoverflow.com/a/37406982]
url: https://github.com/0day-ci/linux/commits/Enric-Balletbo-i-Serra/soc-mediatek-Enable-mmsys-driver-by-default-if-Mediatek-arch-is-selected/20200401-054911
base: 3eb7cccdb3ae41ebb6a2f5f1ccd2821550c61fe1
config: i386-allyesconfig (attached as .config)
compiler: gcc-7 (Debian 7.4.0-6) 7.4.0
reproduce:
# save the attached .config to linux build tree
make ARCH=i386
If you fix the issue, kindly add following tag
Reported-by: kbuild test robot <lkp@intel.com>
All errors (new ones prefixed by >>):
>> drivers/clk/mediatek/clk-mt2701-mm.c:107:21: error: 'of_match_clk_mt2701_mm' undeclared here (not in a function)
.of_match_table = of_match_clk_mt2701_mm,
^~~~~~~~~~~~~~~~~~~~~~
vim +/of_match_clk_mt2701_mm +107 drivers/clk/mediatek/clk-mt2701-mm.c
e9862118272aa5 Shunli Wang 2016-11-04 102
e9862118272aa5 Shunli Wang 2016-11-04 103 static struct platform_driver clk_mt2701_mm_drv = {
e9862118272aa5 Shunli Wang 2016-11-04 104 .probe = clk_mt2701_mm_probe,
e9862118272aa5 Shunli Wang 2016-11-04 105 .driver = {
e9862118272aa5 Shunli Wang 2016-11-04 106 .name = "clk-mt2701-mm",
e9862118272aa5 Shunli Wang 2016-11-04 @107 .of_match_table = of_match_clk_mt2701_mm,
e9862118272aa5 Shunli Wang 2016-11-04 108 },
e9862118272aa5 Shunli Wang 2016-11-04 109 };
e9862118272aa5 Shunli Wang 2016-11-04 110
:::::: The code at line 107 was first introduced by commit
:::::: e9862118272aa528e35e54ef9f1e35c217870fd7 clk: mediatek: Add MT2701 clock support
:::::: TO: Shunli Wang <shunli.wang@mediatek.com>
:::::: CC: Stephen Boyd <sboyd@codeaurora.org>
---
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: 72598 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: kbuild test robot <lkp@intel.com>
To: Enric Balletbo i Serra <enric.balletbo@collabora.com>
Cc: mark.rutland@arm.com, Kate Stewart <kstewart@linuxfoundation.org>,
Matthias Brugger <mbrugger@suse.com>,
kbuild-all@lists.01.org, Richard Fontana <rfontana@redhat.com>,
sboyd@kernel.org, Greg Kroah-Hartman <gregkh@linuxfoundation.org>,
Michael Turquette <mturquette@baylibre.com>,
hsinyi@chromium.org, linux-kernel@vger.kernel.org,
ulrich.hecht+renesas@gmail.com, drinkcat@chromium.org,
matthias.bgg@gmail.com, Allison Randal <allison@lohutok.net>,
matthias.bgg@kernel.org, ck.hu@mediatek.com,
linux-mediatek@lists.infradead.org,
Thomas Gleixner <tglx@linutronix.de>,
Collabora Kernel ML <kernel@collabora.com>,
linux-clk@vger.kernel.org, linux-arm-kernel@lists.infradead.org
Subject: Re: [PATCH 3/4] clk / soc: mediatek: Bind clock and gpu driver for mt2701
Date: Wed, 1 Apr 2020 09:16:49 +0800 [thread overview]
Message-ID: <202004010921.RGsY6Why%lkp@intel.com> (raw)
In-Reply-To: <20200331214609.1742152-3-enric.balletbo@collabora.com>
[-- Attachment #1: Type: text/plain, Size: 2275 bytes --]
Hi Enric,
I love your patch! Yet something to improve:
[auto build test ERROR on next-20200331]
[cannot apply to clk/clk-next robh/for-next rockchip/for-next keystone/next arm64/for-next/core arm-soc/for-next shawnguo/for-next arm/for-next xlnx/master linus/master v5.6 v5.6-rc7 v5.6-rc6 v5.6]
[if your patch is applied to the wrong git tree, please drop us a note to help
improve the system. BTW, we also suggest to use '--base' option to specify the
base tree in git format-patch, please see https://stackoverflow.com/a/37406982]
url: https://github.com/0day-ci/linux/commits/Enric-Balletbo-i-Serra/soc-mediatek-Enable-mmsys-driver-by-default-if-Mediatek-arch-is-selected/20200401-054911
base: 3eb7cccdb3ae41ebb6a2f5f1ccd2821550c61fe1
config: i386-allyesconfig (attached as .config)
compiler: gcc-7 (Debian 7.4.0-6) 7.4.0
reproduce:
# save the attached .config to linux build tree
make ARCH=i386
If you fix the issue, kindly add following tag
Reported-by: kbuild test robot <lkp@intel.com>
All errors (new ones prefixed by >>):
>> drivers/clk/mediatek/clk-mt2701-mm.c:107:21: error: 'of_match_clk_mt2701_mm' undeclared here (not in a function)
.of_match_table = of_match_clk_mt2701_mm,
^~~~~~~~~~~~~~~~~~~~~~
vim +/of_match_clk_mt2701_mm +107 drivers/clk/mediatek/clk-mt2701-mm.c
e9862118272aa5 Shunli Wang 2016-11-04 102
e9862118272aa5 Shunli Wang 2016-11-04 103 static struct platform_driver clk_mt2701_mm_drv = {
e9862118272aa5 Shunli Wang 2016-11-04 104 .probe = clk_mt2701_mm_probe,
e9862118272aa5 Shunli Wang 2016-11-04 105 .driver = {
e9862118272aa5 Shunli Wang 2016-11-04 106 .name = "clk-mt2701-mm",
e9862118272aa5 Shunli Wang 2016-11-04 @107 .of_match_table = of_match_clk_mt2701_mm,
e9862118272aa5 Shunli Wang 2016-11-04 108 },
e9862118272aa5 Shunli Wang 2016-11-04 109 };
e9862118272aa5 Shunli Wang 2016-11-04 110
:::::: The code at line 107 was first introduced by commit
:::::: e9862118272aa528e35e54ef9f1e35c217870fd7 clk: mediatek: Add MT2701 clock support
:::::: TO: Shunli Wang <shunli.wang@mediatek.com>
:::::: CC: Stephen Boyd <sboyd@codeaurora.org>
---
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: 72598 bytes --]
[-- Attachment #3: Type: text/plain, Size: 176 bytes --]
_______________________________________________
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: kbuild test robot <lkp@intel.com>
To: kbuild-all@lists.01.org
Subject: Re: [PATCH 3/4] clk / soc: mediatek: Bind clock and gpu driver for mt2701
Date: Wed, 01 Apr 2020 09:16:49 +0800 [thread overview]
Message-ID: <202004010921.RGsY6Why%lkp@intel.com> (raw)
In-Reply-To: <20200331214609.1742152-3-enric.balletbo@collabora.com>
[-- Attachment #1: Type: text/plain, Size: 2325 bytes --]
Hi Enric,
I love your patch! Yet something to improve:
[auto build test ERROR on next-20200331]
[cannot apply to clk/clk-next robh/for-next rockchip/for-next keystone/next arm64/for-next/core arm-soc/for-next shawnguo/for-next arm/for-next xlnx/master linus/master v5.6 v5.6-rc7 v5.6-rc6 v5.6]
[if your patch is applied to the wrong git tree, please drop us a note to help
improve the system. BTW, we also suggest to use '--base' option to specify the
base tree in git format-patch, please see https://stackoverflow.com/a/37406982]
url: https://github.com/0day-ci/linux/commits/Enric-Balletbo-i-Serra/soc-mediatek-Enable-mmsys-driver-by-default-if-Mediatek-arch-is-selected/20200401-054911
base: 3eb7cccdb3ae41ebb6a2f5f1ccd2821550c61fe1
config: i386-allyesconfig (attached as .config)
compiler: gcc-7 (Debian 7.4.0-6) 7.4.0
reproduce:
# save the attached .config to linux build tree
make ARCH=i386
If you fix the issue, kindly add following tag
Reported-by: kbuild test robot <lkp@intel.com>
All errors (new ones prefixed by >>):
>> drivers/clk/mediatek/clk-mt2701-mm.c:107:21: error: 'of_match_clk_mt2701_mm' undeclared here (not in a function)
.of_match_table = of_match_clk_mt2701_mm,
^~~~~~~~~~~~~~~~~~~~~~
vim +/of_match_clk_mt2701_mm +107 drivers/clk/mediatek/clk-mt2701-mm.c
e9862118272aa5 Shunli Wang 2016-11-04 102
e9862118272aa5 Shunli Wang 2016-11-04 103 static struct platform_driver clk_mt2701_mm_drv = {
e9862118272aa5 Shunli Wang 2016-11-04 104 .probe = clk_mt2701_mm_probe,
e9862118272aa5 Shunli Wang 2016-11-04 105 .driver = {
e9862118272aa5 Shunli Wang 2016-11-04 106 .name = "clk-mt2701-mm",
e9862118272aa5 Shunli Wang 2016-11-04 @107 .of_match_table = of_match_clk_mt2701_mm,
e9862118272aa5 Shunli Wang 2016-11-04 108 },
e9862118272aa5 Shunli Wang 2016-11-04 109 };
e9862118272aa5 Shunli Wang 2016-11-04 110
:::::: The code at line 107 was first introduced by commit
:::::: e9862118272aa528e35e54ef9f1e35c217870fd7 clk: mediatek: Add MT2701 clock support
:::::: TO: Shunli Wang <shunli.wang@mediatek.com>
:::::: CC: Stephen Boyd <sboyd@codeaurora.org>
---
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: 72598 bytes --]
WARNING: multiple messages have this Message-ID (diff)
From: kbuild test robot <lkp@intel.com>
To: Enric Balletbo i Serra <enric.balletbo@collabora.com>
Cc: kbuild-all@lists.01.org, mark.rutland@arm.com,
ck.hu@mediatek.com, sboyd@kernel.org,
ulrich.hecht+renesas@gmail.com, matthias.bgg@kernel.org,
linux-arm-kernel@lists.infradead.org,
linux-kernel@vger.kernel.org,
Collabora Kernel ML <kernel@collabora.com>,
Matthias Brugger <mbrugger@suse.com>,
linux-clk@vger.kernel.org, matthias.bgg@gmail.com,
drinkcat@chromium.org, hsinyi@chromium.org,
linux-mediatek@lists.infradead.org,
Allison Randal <allison@lohutok.net>,
Greg Kroah-Hartman <gregkh@linuxfoundation.org>,
Kate Stewart <kstewart@linuxfoundation.org>,
Michael Turquette <mturquette@baylibre.com>,
Richard Fontana <rfontana@redhat.com>,
Thomas Gleixner <tglx@linutronix.de>
Subject: Re: [PATCH 3/4] clk / soc: mediatek: Bind clock and gpu driver for mt2701
Date: Wed, 1 Apr 2020 09:16:49 +0800 [thread overview]
Message-ID: <202004010921.RGsY6Why%lkp@intel.com> (raw)
In-Reply-To: <20200331214609.1742152-3-enric.balletbo@collabora.com>
[-- Attachment #1: Type: text/plain, Size: 2275 bytes --]
Hi Enric,
I love your patch! Yet something to improve:
[auto build test ERROR on next-20200331]
[cannot apply to clk/clk-next robh/for-next rockchip/for-next keystone/next arm64/for-next/core arm-soc/for-next shawnguo/for-next arm/for-next xlnx/master linus/master v5.6 v5.6-rc7 v5.6-rc6 v5.6]
[if your patch is applied to the wrong git tree, please drop us a note to help
improve the system. BTW, we also suggest to use '--base' option to specify the
base tree in git format-patch, please see https://stackoverflow.com/a/37406982]
url: https://github.com/0day-ci/linux/commits/Enric-Balletbo-i-Serra/soc-mediatek-Enable-mmsys-driver-by-default-if-Mediatek-arch-is-selected/20200401-054911
base: 3eb7cccdb3ae41ebb6a2f5f1ccd2821550c61fe1
config: i386-allyesconfig (attached as .config)
compiler: gcc-7 (Debian 7.4.0-6) 7.4.0
reproduce:
# save the attached .config to linux build tree
make ARCH=i386
If you fix the issue, kindly add following tag
Reported-by: kbuild test robot <lkp@intel.com>
All errors (new ones prefixed by >>):
>> drivers/clk/mediatek/clk-mt2701-mm.c:107:21: error: 'of_match_clk_mt2701_mm' undeclared here (not in a function)
.of_match_table = of_match_clk_mt2701_mm,
^~~~~~~~~~~~~~~~~~~~~~
vim +/of_match_clk_mt2701_mm +107 drivers/clk/mediatek/clk-mt2701-mm.c
e9862118272aa5 Shunli Wang 2016-11-04 102
e9862118272aa5 Shunli Wang 2016-11-04 103 static struct platform_driver clk_mt2701_mm_drv = {
e9862118272aa5 Shunli Wang 2016-11-04 104 .probe = clk_mt2701_mm_probe,
e9862118272aa5 Shunli Wang 2016-11-04 105 .driver = {
e9862118272aa5 Shunli Wang 2016-11-04 106 .name = "clk-mt2701-mm",
e9862118272aa5 Shunli Wang 2016-11-04 @107 .of_match_table = of_match_clk_mt2701_mm,
e9862118272aa5 Shunli Wang 2016-11-04 108 },
e9862118272aa5 Shunli Wang 2016-11-04 109 };
e9862118272aa5 Shunli Wang 2016-11-04 110
:::::: The code at line 107 was first introduced by commit
:::::: e9862118272aa528e35e54ef9f1e35c217870fd7 clk: mediatek: Add MT2701 clock support
:::::: TO: Shunli Wang <shunli.wang@mediatek.com>
:::::: CC: Stephen Boyd <sboyd@codeaurora.org>
---
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: 72598 bytes --]
next prev parent reply other threads:[~2020-04-01 1:17 UTC|newest]
Thread overview: 32+ messages / expand[flat|nested] mbox.gz Atom feed top
2020-03-31 21:46 [PATCH 1/4] soc: mediatek: Enable mmsys driver by default if Mediatek arch is selected Enric Balletbo i Serra
2020-03-31 21:46 ` Enric Balletbo i Serra
2020-03-31 21:46 ` Enric Balletbo i Serra
2020-03-31 21:46 ` [PATCH 2/4] clk / soc: mediatek: Bind clock and gpu driver for mt2712 Enric Balletbo i Serra
2020-03-31 21:46 ` Enric Balletbo i Serra
2020-03-31 21:46 ` Enric Balletbo i Serra
2020-03-31 23:27 ` Chun-Kuang Hu
2020-03-31 23:27 ` Chun-Kuang Hu
2020-03-31 23:27 ` Chun-Kuang Hu
2020-04-01 0:34 ` kbuild test robot
2020-04-01 0:34 ` kbuild test robot
2020-04-01 0:34 ` kbuild test robot
2020-04-01 0:34 ` kbuild test robot
2020-03-31 21:46 ` [PATCH 3/4] clk / soc: mediatek: Bind clock and gpu driver for mt2701 Enric Balletbo i Serra
2020-03-31 21:46 ` Enric Balletbo i Serra
2020-03-31 21:46 ` Enric Balletbo i Serra
2020-03-31 23:28 ` Chun-Kuang Hu
2020-03-31 23:28 ` Chun-Kuang Hu
2020-03-31 23:28 ` Chun-Kuang Hu
2020-04-01 1:16 ` kbuild test robot [this message]
2020-04-01 1:16 ` kbuild test robot
2020-04-01 1:16 ` kbuild test robot
2020-04-01 1:16 ` kbuild test robot
2020-03-31 21:46 ` [PATCH 4/4] arm64: dts: mt8173: Fix mmsys node name Enric Balletbo i Serra
2020-03-31 21:46 ` Enric Balletbo i Serra
2020-03-31 21:46 ` Enric Balletbo i Serra
2020-03-31 23:13 ` Chun-Kuang Hu
2020-03-31 23:13 ` Chun-Kuang Hu
2020-03-31 23:13 ` Chun-Kuang Hu
2020-03-31 23:21 ` [PATCH 1/4] soc: mediatek: Enable mmsys driver by default if Mediatek arch is selected Chun-Kuang Hu
2020-03-31 23:21 ` Chun-Kuang Hu
2020-03-31 23:21 ` Chun-Kuang Hu
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=202004010921.RGsY6Why%lkp@intel.com \
--to=lkp@intel.com \
--cc=allison@lohutok.net \
--cc=ck.hu@mediatek.com \
--cc=drinkcat@chromium.org \
--cc=enric.balletbo@collabora.com \
--cc=gregkh@linuxfoundation.org \
--cc=hsinyi@chromium.org \
--cc=kbuild-all@lists.01.org \
--cc=kernel@collabora.com \
--cc=kstewart@linuxfoundation.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=mark.rutland@arm.com \
--cc=matthias.bgg@gmail.com \
--cc=matthias.bgg@kernel.org \
--cc=mbrugger@suse.com \
--cc=mturquette@baylibre.com \
--cc=rfontana@redhat.com \
--cc=sboyd@kernel.org \
--cc=tglx@linutronix.de \
--cc=ulrich.hecht+renesas@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.