From: kbuild test robot <lkp-ral2JQCrhuEAvxtiuMwx3w@public.gmane.org>
Cc: kbuild-all-JC7UmRfGjtg@public.gmane.org,
robh+dt-DgEjT+Ai2ygdnm+yROfE0A@public.gmane.org,
mark.rutland-5wv7dgnIgG8@public.gmane.org,
geert+renesas-gXvu3+zWzMSzQB+pC5nmwQ@public.gmane.org,
yoshihiro.shimoda.uh-zM6kxYcvzFBBDgjK7y7TUQ@public.gmane.org,
martin.blumenstingl-gM/Ye1E23mwN+BqQ9rBEUg@public.gmane.org,
devicetree-u79uwXL29TY76Z2rM5mHXA@public.gmane.org,
kishon-l0cyMroinI0@public.gmane.org,
linux-kernel-u79uwXL29TY76Z2rM5mHXA@public.gmane.org,
heiko-4mtYJXux2i+zQB+pC5nmwQ@public.gmane.org,
linux-usb-u79uwXL29TY76Z2rM5mHXA@public.gmane.org,
linux-rockchip-IAPFreCvJWM7uuMidbF8XUB+6BGkLq7r@public.gmane.org,
huangtao-TNX95d0MmH7DzftRWevZcw@public.gmane.org,
kever.yang-TNX95d0MmH7DzftRWevZcw@public.gmane.org,
william.wu-TNX95d0MmH7DzftRWevZcw@public.gmane.org,
frank.wang-TNX95d0MmH7DzftRWevZcw@public.gmane.org,
daniel.meng-TNX95d0MmH7DzftRWevZcw@public.gmane.org
Subject: Re: [PATCH v2 3/3] phy: rockchip-inno-usb2: add support of u2phy for rk3328
Date: Sat, 4 Mar 2017 20:24:21 +0800 [thread overview]
Message-ID: <201703042044.3IpXKYMQ%fengguang.wu@intel.com> (raw)
In-Reply-To: <1488440945-27291-4-git-send-email-daniel.meng-TNX95d0MmH7DzftRWevZcw@public.gmane.org>
[-- Attachment #1: Type: text/plain, Size: 3769 bytes --]
Hi Meng,
[auto build test ERROR on robh/for-next]
[also build test ERROR on v4.10]
[cannot apply to next-20170303]
[if your patch is applied to the wrong git tree, please drop us a note to help improve the system]
url: https://github.com/0day-ci/linux/commits/Meng-Dongyang/Documentation-bindings-add-assign-clock-property-in-u2phy-node/20170304-192646
base: https://git.kernel.org/pub/scm/linux/kernel/git/robh/linux.git for-next
config: xtensa-allmodconfig (attached as .config)
compiler: xtensa-linux-gcc (GCC) 4.9.0
reproduce:
wget https://git.kernel.org/cgit/linux/kernel/git/wfg/lkp-tests.git/plain/sbin/make.cross -O ~/bin/make.cross
chmod +x ~/bin/make.cross
# save the attached .config to linux build tree
make.cross ARCH=xtensa
All errors (new ones prefixed by >>):
drivers/phy/phy-rockchip-inno-usb2.c:1143:3: error: unknown field 'phy_tuning' specified in initializer
.phy_tuning = rk3328_usb2phy_tuning,
^
drivers/phy/phy-rockchip-inno-usb2.c:1143:17: error: 'rk3328_usb2phy_tuning' undeclared here (not in a function)
.phy_tuning = rk3328_usb2phy_tuning,
^
>> drivers/phy/phy-rockchip-inno-usb2.c:1151:5: error: unknown field 'idfall_det_en' specified in initializer
.idfall_det_en = { 0x0110, 5, 5, 0, 1 },
^
>> drivers/phy/phy-rockchip-inno-usb2.c:1152:5: error: unknown field 'idfall_det_st' specified in initializer
.idfall_det_st = { 0x0114, 5, 5, 0, 1 },
^
>> drivers/phy/phy-rockchip-inno-usb2.c:1153:5: error: unknown field 'idfall_det_clr' specified in initializer
.idfall_det_clr = { 0x0118, 5, 5, 0, 1 },
^
>> drivers/phy/phy-rockchip-inno-usb2.c:1154:5: error: unknown field 'idrise_det_en' specified in initializer
.idrise_det_en = { 0x0110, 4, 4, 0, 1 },
^
>> drivers/phy/phy-rockchip-inno-usb2.c:1155:5: error: unknown field 'idrise_det_st' specified in initializer
.idrise_det_st = { 0x0114, 4, 4, 0, 1 },
^
>> drivers/phy/phy-rockchip-inno-usb2.c:1156:5: error: unknown field 'idrise_det_clr' specified in initializer
.idrise_det_clr = { 0x0118, 4, 4, 0, 1 },
^
>> drivers/phy/phy-rockchip-inno-usb2.c:1162:5: error: unknown field 'utmi_iddig' specified in initializer
.utmi_iddig = { 0x0120, 6, 6, 0, 1 },
^
vim +/idfall_det_en +1151 drivers/phy/phy-rockchip-inno-usb2.c
1137 }
1138
1139 static const struct rockchip_usb2phy_cfg rk3328_phy_cfgs[] = {
1140 {
1141 .reg = 0x100,
1142 .num_ports = 2,
> 1143 .phy_tuning = rk3328_usb2phy_tuning,
1144 .clkout_ctl = { 0x108, 4, 4, 1, 0 },
1145 .port_cfgs = {
1146 [USB2PHY_PORT_OTG] = {
1147 .phy_sus = { 0x0100, 15, 0, 0, 0x1d1 },
1148 .bvalid_det_en = { 0x0110, 2, 2, 0, 1 },
1149 .bvalid_det_st = { 0x0114, 2, 2, 0, 1 },
1150 .bvalid_det_clr = { 0x0118, 2, 2, 0, 1 },
> 1151 .idfall_det_en = { 0x0110, 5, 5, 0, 1 },
> 1152 .idfall_det_st = { 0x0114, 5, 5, 0, 1 },
> 1153 .idfall_det_clr = { 0x0118, 5, 5, 0, 1 },
> 1154 .idrise_det_en = { 0x0110, 4, 4, 0, 1 },
> 1155 .idrise_det_st = { 0x0114, 4, 4, 0, 1 },
> 1156 .idrise_det_clr = { 0x0118, 4, 4, 0, 1 },
1157 .ls_det_en = { 0x0110, 0, 0, 0, 1 },
1158 .ls_det_st = { 0x0114, 0, 0, 0, 1 },
1159 .ls_det_clr = { 0x0118, 0, 0, 0, 1 },
1160 .utmi_avalid = { 0x0120, 10, 10, 0, 1 },
1161 .utmi_bvalid = { 0x0120, 9, 9, 0, 1 },
> 1162 .utmi_iddig = { 0x0120, 6, 6, 0, 1 },
1163 .utmi_ls = { 0x0120, 5, 4, 0, 1 },
1164 },
1165 [USB2PHY_PORT_HOST] = {
---
0-DAY kernel test infrastructure Open Source Technology Center
https://lists.01.org/pipermail/kbuild-all Intel Corporation
[-- Attachment #2: .config.gz --]
[-- Type: application/gzip, Size: 48158 bytes --]
prev parent reply other threads:[~2017-03-04 12:24 UTC|newest]
Thread overview: 9+ messages / expand[flat|nested] mbox.gz Atom feed top
2017-03-02 7:49 [PATCH v2 0/3] add support of u2phy for rk3328 Meng Dongyang
[not found] ` <1488440945-27291-1-git-send-email-daniel.meng-TNX95d0MmH7DzftRWevZcw@public.gmane.org>
2017-03-02 7:49 ` [PATCH v2 1/3] Documentation: bindings: add assign clock property in u2phy node Meng Dongyang
[not found] ` <1488440945-27291-2-git-send-email-daniel.meng-TNX95d0MmH7DzftRWevZcw@public.gmane.org>
2017-03-03 6:21 ` Rob Herring
2017-03-02 7:49 ` [PATCH v2 2/3] Documentation: bindings: add DT documentation for u2phy and u2phy grf Meng Dongyang
[not found] ` <1488440945-27291-3-git-send-email-daniel.meng-TNX95d0MmH7DzftRWevZcw@public.gmane.org>
2017-03-03 6:21 ` Rob Herring
2017-03-03 6:53 ` rock-chips(daniel.meng)
2017-03-03 7:13 ` Heiko Stuebner
2017-03-02 7:49 ` [PATCH v2 3/3] phy: rockchip-inno-usb2: add support of u2phy for rk3328 Meng Dongyang
[not found] ` <1488440945-27291-4-git-send-email-daniel.meng-TNX95d0MmH7DzftRWevZcw@public.gmane.org>
2017-03-04 12:24 ` kbuild test robot [this message]
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=201703042044.3IpXKYMQ%fengguang.wu@intel.com \
--to=lkp-ral2jqcrhueavxtiumwx3w@public.gmane.org \
--cc=daniel.meng-TNX95d0MmH7DzftRWevZcw@public.gmane.org \
--cc=devicetree-u79uwXL29TY76Z2rM5mHXA@public.gmane.org \
--cc=frank.wang-TNX95d0MmH7DzftRWevZcw@public.gmane.org \
--cc=geert+renesas-gXvu3+zWzMSzQB+pC5nmwQ@public.gmane.org \
--cc=heiko-4mtYJXux2i+zQB+pC5nmwQ@public.gmane.org \
--cc=huangtao-TNX95d0MmH7DzftRWevZcw@public.gmane.org \
--cc=kbuild-all-JC7UmRfGjtg@public.gmane.org \
--cc=kever.yang-TNX95d0MmH7DzftRWevZcw@public.gmane.org \
--cc=kishon-l0cyMroinI0@public.gmane.org \
--cc=linux-kernel-u79uwXL29TY76Z2rM5mHXA@public.gmane.org \
--cc=linux-rockchip-IAPFreCvJWM7uuMidbF8XUB+6BGkLq7r@public.gmane.org \
--cc=linux-usb-u79uwXL29TY76Z2rM5mHXA@public.gmane.org \
--cc=mark.rutland-5wv7dgnIgG8@public.gmane.org \
--cc=martin.blumenstingl-gM/Ye1E23mwN+BqQ9rBEUg@public.gmane.org \
--cc=robh+dt-DgEjT+Ai2ygdnm+yROfE0A@public.gmane.org \
--cc=william.wu-TNX95d0MmH7DzftRWevZcw@public.gmane.org \
--cc=yoshihiro.shimoda.uh-zM6kxYcvzFBBDgjK7y7TUQ@public.gmane.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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox