From: Dongpo Li <lidongpo-C8/M+/jPZTeaMJb+Lgu22Q@public•gmane.org>
To: 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>,
<mturquette-rdvid1DuHRBWk0Htik3J/w@public•gmane.org>,
<sboyd-sgV2jX0FEOL9JmXXK+q4OQ@public•gmane.org>,
<linux-I+IVW8TIWO2tmTQ+vhA3Yw@public•gmane.org>,
<zhangfei.gao-QSEj5FYQhm4dnm+yROfE0A@public•gmane.org>,
<yisen.zhuang-hv44wF8Li93QT0dZR+AlfA@public•gmane.org>,
<salil.mehta-hv44wF8Li93QT0dZR+AlfA@public•gmane.org>,
<davem-fT/PcQaiUtIeIZ0/mPfg9Q@public•gmane.org>,
<arnd-r2nGTMty4D4@public•gmane.org>,
<andrew-g2DYL2Zd6BY@public•gmane.org>,
<xuejiancheng-C8/M+/jPZTeaMJb+Lgu22Q@public•gmane.org>,
<benjamin.chenhao-C8/M+/jPZTeaMJb+Lgu22Q@public•gmane.org>,
<howell.yang-C8/M+/jPZTeaMJb+Lgu22Q@public•gmane.org>,
<netdev-u79uwXL29TY76Z2rM5mHXA@public•gmane.org>,
<devicetree-u79uwXL29TY76Z2rM5mHXA@public•gmane.org>,
<linux-clk-u79uwXL29TY76Z2rM5mHXA@public•gmane.org>,
<linux-kernel-u79uwXL29TY76Z2rM5mHXA@public•gmane.org>
Subject: Re: [PATCH 3/4] clk: hix5hd2: change ethernet clock type
Date: Mon, 15 Aug 2016 15:49:34 +0800 [thread overview]
Message-ID: <57B1740E.6070501@hisilicon.com> (raw)
In-Reply-To: <201608112002.qeCiGZLQ%fengguang.wu-ral2JQCrhuEAvxtiuMwx3w@public.gmane.org>
Hi all,
On 2016/8/11 20:09, kbuild test robot wrote:
> Hi Dongpo,
>
> [auto build test ERROR on robh/for-next]
> [also build test ERROR on v4.8-rc1 next-20160811]
> [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/Dongpo-Li/net-hix5hd2_gmac-add-tx-sg-feature-and-reset-clock-control-signals/20160811-170826
> base: https://git.kernel.org/pub/scm/linux/kernel/git/robh/linux.git for-next
> config: arm-multi_v7_defconfig (attached as .config)
> compiler: arm-linux-gnueabi-gcc (Debian 5.4.0-6) 5.4.0 20160609
> 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=arm
>
> All errors (new ones prefixed by >>):
>
> drivers/clk/hisilicon/clk-hix5hd2.c: In function 'hix5hd2_clk_init':
>>> drivers/clk/hisilicon/clk-hix5hd2.c:260:25: error: passing argument 1 of 'hisi_reset_init' from incompatible pointer type [-Werror=incompatible-pointer-types]
> rstc = hisi_reset_init(np);
> ^
> In file included from drivers/clk/hisilicon/clk-hix5hd2.c:15:0:
> drivers/clk/hisilicon/reset.h:25:31: note: expected 'struct platform_device *' but argument is of type 'struct device_node *'
> struct hisi_reset_controller *hisi_reset_init(struct platform_device *pdev);
> ^
Sorry for my mistake, the interface changes in newer patch. I will fix my problem in the next patch version.
Regards,
Dongpo
.
--
To unsubscribe from this list: send the line "unsubscribe devicetree" in
the body of a message to majordomo-u79uwXL29TY76Z2rM5mHXA@public•gmane.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
next prev parent reply other threads:[~2016-08-15 7:49 UTC|newest]
Thread overview: 13+ messages / expand[flat|nested] mbox.gz Atom feed top
2016-08-11 9:01 [PATCH 0/4] net: hix5hd2_gmac: add tx sg feature and reset/clock control signals Dongpo Li
[not found] ` <1470906115-155569-1-git-send-email-lidongpo-C8/M+/jPZTeaMJb+Lgu22Q@public.gmane.org>
2016-08-11 9:01 ` [PATCH 1/4] net: hix5hd2_gmac: add tx scatter-gather feature Dongpo Li
2016-08-12 18:43 ` Rob Herring
2016-08-15 6:50 ` Dongpo Li
2016-08-15 16:18 ` Rob Herring
[not found] ` <CAL_JsqLgzaPECHdX8yHC3DAUq0jXhgUFE+xVFbeV0OLQXopqxg-JsoAwUIsXosN+BqQ9rBEUg@public.gmane.org>
2016-08-16 2:28 ` Dongpo Li
2016-08-11 9:01 ` [PATCH 2/4] net: hix5hd2_gmac: add reset control and clock signals Dongpo Li
[not found] ` <1470906115-155569-3-git-send-email-lidongpo-C8/M+/jPZTeaMJb+Lgu22Q@public.gmane.org>
2016-08-12 18:48 ` Rob Herring
2016-08-15 7:07 ` Dongpo Li
2016-08-11 9:01 ` [PATCH 3/4] clk: hix5hd2: change ethernet clock type Dongpo Li
[not found] ` <1470906115-155569-4-git-send-email-lidongpo-C8/M+/jPZTeaMJb+Lgu22Q@public.gmane.org>
2016-08-11 12:09 ` kbuild test robot
[not found] ` <201608112002.qeCiGZLQ%fengguang.wu-ral2JQCrhuEAvxtiuMwx3w@public.gmane.org>
2016-08-15 7:49 ` Dongpo Li [this message]
2016-08-11 9:01 ` [PATCH 4/4] ARM: dts: hix5hd2: add gmac clock and reset property Dongpo Li
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=57B1740E.6070501@hisilicon.com \
--to=lidongpo-c8/m+/jpzteamjb+lgu22q@public$(echo .)gmane.org \
--cc=andrew-g2DYL2Zd6BY@public$(echo .)gmane.org \
--cc=arnd-r2nGTMty4D4@public$(echo .)gmane.org \
--cc=benjamin.chenhao-C8/M+/jPZTeaMJb+Lgu22Q@public$(echo .)gmane.org \
--cc=davem-fT/PcQaiUtIeIZ0/mPfg9Q@public$(echo .)gmane.org \
--cc=devicetree-u79uwXL29TY76Z2rM5mHXA@public$(echo .)gmane.org \
--cc=howell.yang-C8/M+/jPZTeaMJb+Lgu22Q@public$(echo .)gmane.org \
--cc=kbuild-all-JC7UmRfGjtg@public$(echo .)gmane.org \
--cc=linux-I+IVW8TIWO2tmTQ+vhA3Yw@public$(echo .)gmane.org \
--cc=linux-clk-u79uwXL29TY76Z2rM5mHXA@public$(echo .)gmane.org \
--cc=linux-kernel-u79uwXL29TY76Z2rM5mHXA@public$(echo .)gmane.org \
--cc=lkp-ral2JQCrhuEAvxtiuMwx3w@public$(echo .)gmane.org \
--cc=mark.rutland-5wv7dgnIgG8@public$(echo .)gmane.org \
--cc=mturquette-rdvid1DuHRBWk0Htik3J/w@public$(echo .)gmane.org \
--cc=netdev-u79uwXL29TY76Z2rM5mHXA@public$(echo .)gmane.org \
--cc=robh+dt-DgEjT+Ai2ygdnm+yROfE0A@public$(echo .)gmane.org \
--cc=salil.mehta-hv44wF8Li93QT0dZR+AlfA@public$(echo .)gmane.org \
--cc=sboyd-sgV2jX0FEOL9JmXXK+q4OQ@public$(echo .)gmane.org \
--cc=xuejiancheng-C8/M+/jPZTeaMJb+Lgu22Q@public$(echo .)gmane.org \
--cc=yisen.zhuang-hv44wF8Li93QT0dZR+AlfA@public$(echo .)gmane.org \
--cc=zhangfei.gao-QSEj5FYQhm4dnm+yROfE0A@public$(echo .)gmane.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
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