From: yankejian@huawei.com (Yankejian (Hackim Yim))
To: linux-arm-kernel@lists.infradead.org
Subject: [PATCH RESEND net-next] net: updates HNS config and documents
Date: Thu, 22 Oct 2015 10:51:19 +0800 [thread overview]
Message-ID: <56284F27.4010109@huawei.com> (raw)
In-Reply-To: <CAL_JsqJ+4BK2KDX5+t6GGEYv3pPDc+crktiMqgu6QTZi7WDrxw@mail.gmail.com>
? 2015/10/22 9:26, Rob Herring ??:
> On Mon, Oct 19, 2015 at 9:36 PM, yankejian <yankejian@huawei.com> wrote:
>> updates the bindings documents and dtsi file according to the review
>> comments from Rob Herring <robh@kernel.org>
>>
>> Signed-off-by: yankejian <yankejian@huawei.com>
>> Signed-off-by: huangdaode <huangdaode@hisilicon.com>
>
> Acked-by: Rob Herring <robh@kernel.org>
>
Thanks!
>> ---
>> Documentation/devicetree/bindings/net/hisilicon-hns-mdio.txt | 2 +-
>> arch/arm64/boot/dts/hisilicon/hip05_hns.dtsi | 8 +++-----
>> 2 files changed, 4 insertions(+), 6 deletions(-)
>>
>> diff --git a/Documentation/devicetree/bindings/net/hisilicon-hns-mdio.txt b/Documentation/devicetree/bindings/net/hisilicon-hns-mdio.txt
>> index 9940aa0..9c23fdf 100644
>> --- a/Documentation/devicetree/bindings/net/hisilicon-hns-mdio.txt
>> +++ b/Documentation/devicetree/bindings/net/hisilicon-hns-mdio.txt
>> @@ -12,7 +12,7 @@ Example:
>> mdio at 803c0000 {
>> #address-cells = <1>;
>> #size-cells = <0>;
>> - compatible = "hisilicon,mdio","hisilicon,hns-mdio";
>> + compatible = "hisilicon,hns-mdio","hisilicon,mdio";
>> reg = <0x0 0x803c0000 0x0 0x10000>;
>>
>> ethernet-phy at 0 {
>> diff --git a/arch/arm64/boot/dts/hisilicon/hip05_hns.dtsi b/arch/arm64/boot/dts/hisilicon/hip05_hns.dtsi
>> index 3500586..606dd5a 100644
>> --- a/arch/arm64/boot/dts/hisilicon/hip05_hns.dtsi
>> +++ b/arch/arm64/boot/dts/hisilicon/hip05_hns.dtsi
>> @@ -13,14 +13,12 @@ soc0: soc at 000000000 {
>> reg = <0x0 0x803c0000 0x0 0x10000
>> 0x0 0x80000000 0x0 0x10000>;
>>
>> - soc0_phy4: ethernet-phy at 4 {
>> + soc0_phy0: ethernet-phy at 0 {
>> reg = <0x0>;
>> - device_type = "ethernet-phy";
>> compatible = "ethernet-phy-ieee802.3-c22";
>> };
>> - soc0_phy5: ethernet-phy at 5 {
>> + soc0_phy1: ethernet-phy at 1 {
>> reg = <0x1>;
>> - device_type = "ethernet-phy";
>> compatible = "ethernet-phy-ieee802.3-c22";
>> };
>> };
>> @@ -37,7 +35,7 @@ soc0: soc at 000000000 {
>> 0x0 0xc7000000 0x0 0x60000
>> >;
>>
>> - phy-handle = <0 0 0 0 &soc0_phy4 &soc0_phy5 0 0>;
>> + phy-handle = <0 0 0 0 &soc0_phy0 &soc0_phy1 0 0>;
>> interrupts = <
>> /* [14] ge fifo err 8 / xge 6**/
>> 149 0x4 150 0x4 151 0x4 152 0x4
>> --
>> 1.9.1
>>
>> --
>> To unsubscribe from this list: send the line "unsubscribe devicetree" in
>> the body of a message to majordomo at vger.kernel.org
>> More majordomo info at http://vger.kernel.org/majordomo-info.html
>
> .
>
WARNING: multiple messages have this Message-ID (diff)
From: "Yankejian (Hackim Yim)" <yankejian-hv44wF8Li93QT0dZR+AlfA@public.gmane.org>
To: Rob Herring <robh+dt-DgEjT+Ai2ygdnm+yROfE0A@public.gmane.org>
Cc: liguozhu-hv44wF8Li93QT0dZR+AlfA@public.gmane.org,
yisen.zhuang-hv44wF8Li93QT0dZR+AlfA@public.gmane.org,
huangdaode <huangdaode-C8/M+/jPZTeaMJb+Lgu22Q@public.gmane.org>,
lipeng321-hv44wF8Li93QT0dZR+AlfA@public.gmane.org,
David Miller <davem-fT/PcQaiUtIeIZ0/mPfg9Q@public.gmane.org>,
Pawel Moll <pawel.moll-5wv7dgnIgG8@public.gmane.org>,
Mark Rutland <mark.rutland-5wv7dgnIgG8@public.gmane.org>,
Ian Campbell
<ijc+devicetree-KcIKpvwj1kUDXYZnReoRVg@public.gmane.org>,
Kumar Gala <galak-sgV2jX0FEOL9JmXXK+q4OQ@public.gmane.org>,
Catalin Marinas <catalin.marinas-5wv7dgnIgG8@public.gmane.org>,
Will Deacon <will.deacon-5wv7dgnIgG8@public.gmane.org>,
"devicetree-u79uwXL29TY76Z2rM5mHXA@public.gmane.org"
<devicetree-u79uwXL29TY76Z2rM5mHXA@public.gmane.org>,
"linux-arm-kernel-IAPFreCvJWM7uuMidbF8XUB+6BGkLq7r@public.gmane.org"
<linux-arm-kernel-IAPFreCvJWM7uuMidbF8XUB+6BGkLq7r@public.gmane.org>,
"linux-kernel-u79uwXL29TY76Z2rM5mHXA@public.gmane.org"
<linux-kernel-u79uwXL29TY76Z2rM5mHXA@public.gmane.org>,
linuxarm-hv44wF8Li93QT0dZR+AlfA@public.gmane.org
Subject: Re: [PATCH RESEND net-next] net: updates HNS config and documents
Date: Thu, 22 Oct 2015 10:51:19 +0800 [thread overview]
Message-ID: <56284F27.4010109@huawei.com> (raw)
In-Reply-To: <CAL_JsqJ+4BK2KDX5+t6GGEYv3pPDc+crktiMqgu6QTZi7WDrxw-JsoAwUIsXosN+BqQ9rBEUg@public.gmane.org>
在 2015/10/22 9:26, Rob Herring 写道:
> On Mon, Oct 19, 2015 at 9:36 PM, yankejian <yankejian-hv44wF8Li93QT0dZR+AlfA@public.gmane.org> wrote:
>> updates the bindings documents and dtsi file according to the review
>> comments from Rob Herring <robh-DgEjT+Ai2ygdnm+yROfE0A@public.gmane.org>
>>
>> Signed-off-by: yankejian <yankejian-hv44wF8Li93QT0dZR+AlfA@public.gmane.org>
>> Signed-off-by: huangdaode <huangdaode-C8/M+/jPZTeaMJb+Lgu22Q@public.gmane.org>
>
> Acked-by: Rob Herring <robh-DgEjT+Ai2ygdnm+yROfE0A@public.gmane.org>
>
Thanks!
>> ---
>> Documentation/devicetree/bindings/net/hisilicon-hns-mdio.txt | 2 +-
>> arch/arm64/boot/dts/hisilicon/hip05_hns.dtsi | 8 +++-----
>> 2 files changed, 4 insertions(+), 6 deletions(-)
>>
>> diff --git a/Documentation/devicetree/bindings/net/hisilicon-hns-mdio.txt b/Documentation/devicetree/bindings/net/hisilicon-hns-mdio.txt
>> index 9940aa0..9c23fdf 100644
>> --- a/Documentation/devicetree/bindings/net/hisilicon-hns-mdio.txt
>> +++ b/Documentation/devicetree/bindings/net/hisilicon-hns-mdio.txt
>> @@ -12,7 +12,7 @@ Example:
>> mdio@803c0000 {
>> #address-cells = <1>;
>> #size-cells = <0>;
>> - compatible = "hisilicon,mdio","hisilicon,hns-mdio";
>> + compatible = "hisilicon,hns-mdio","hisilicon,mdio";
>> reg = <0x0 0x803c0000 0x0 0x10000>;
>>
>> ethernet-phy@0 {
>> diff --git a/arch/arm64/boot/dts/hisilicon/hip05_hns.dtsi b/arch/arm64/boot/dts/hisilicon/hip05_hns.dtsi
>> index 3500586..606dd5a 100644
>> --- a/arch/arm64/boot/dts/hisilicon/hip05_hns.dtsi
>> +++ b/arch/arm64/boot/dts/hisilicon/hip05_hns.dtsi
>> @@ -13,14 +13,12 @@ soc0: soc@000000000 {
>> reg = <0x0 0x803c0000 0x0 0x10000
>> 0x0 0x80000000 0x0 0x10000>;
>>
>> - soc0_phy4: ethernet-phy@4 {
>> + soc0_phy0: ethernet-phy@0 {
>> reg = <0x0>;
>> - device_type = "ethernet-phy";
>> compatible = "ethernet-phy-ieee802.3-c22";
>> };
>> - soc0_phy5: ethernet-phy@5 {
>> + soc0_phy1: ethernet-phy@1 {
>> reg = <0x1>;
>> - device_type = "ethernet-phy";
>> compatible = "ethernet-phy-ieee802.3-c22";
>> };
>> };
>> @@ -37,7 +35,7 @@ soc0: soc@000000000 {
>> 0x0 0xc7000000 0x0 0x60000
>> >;
>>
>> - phy-handle = <0 0 0 0 &soc0_phy4 &soc0_phy5 0 0>;
>> + phy-handle = <0 0 0 0 &soc0_phy0 &soc0_phy1 0 0>;
>> interrupts = <
>> /* [14] ge fifo err 8 / xge 6**/
>> 149 0x4 150 0x4 151 0x4 152 0x4
>> --
>> 1.9.1
>>
>> --
>> 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
>
> .
>
--
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
WARNING: multiple messages have this Message-ID (diff)
From: "Yankejian (Hackim Yim)" <yankejian@huawei.com>
To: Rob Herring <robh+dt@kernel.org>
Cc: <liguozhu@huawei.com>, <yisen.zhuang@huawei.com>,
huangdaode <huangdaode@hisilicon.com>, <lipeng321@huawei.com>,
David Miller <davem@davemloft.net>,
Pawel Moll <pawel.moll@arm.com>,
Mark Rutland <mark.rutland@arm.com>,
Ian Campbell <ijc+devicetree@hellion.org.uk>,
"Kumar Gala" <galak@codeaurora.org>,
Catalin Marinas <catalin.marinas@arm.com>,
Will Deacon <will.deacon@arm.com>,
"devicetree@vger.kernel.org" <devicetree@vger.kernel.org>,
"linux-arm-kernel@lists.infradead.org"
<linux-arm-kernel@lists.infradead.org>,
"linux-kernel@vger.kernel.org" <linux-kernel@vger.kernel.org>,
<linuxarm@huawei.com>
Subject: Re: [PATCH RESEND net-next] net: updates HNS config and documents
Date: Thu, 22 Oct 2015 10:51:19 +0800 [thread overview]
Message-ID: <56284F27.4010109@huawei.com> (raw)
In-Reply-To: <CAL_JsqJ+4BK2KDX5+t6GGEYv3pPDc+crktiMqgu6QTZi7WDrxw@mail.gmail.com>
在 2015/10/22 9:26, Rob Herring 写道:
> On Mon, Oct 19, 2015 at 9:36 PM, yankejian <yankejian@huawei.com> wrote:
>> updates the bindings documents and dtsi file according to the review
>> comments from Rob Herring <robh@kernel.org>
>>
>> Signed-off-by: yankejian <yankejian@huawei.com>
>> Signed-off-by: huangdaode <huangdaode@hisilicon.com>
>
> Acked-by: Rob Herring <robh@kernel.org>
>
Thanks!
>> ---
>> Documentation/devicetree/bindings/net/hisilicon-hns-mdio.txt | 2 +-
>> arch/arm64/boot/dts/hisilicon/hip05_hns.dtsi | 8 +++-----
>> 2 files changed, 4 insertions(+), 6 deletions(-)
>>
>> diff --git a/Documentation/devicetree/bindings/net/hisilicon-hns-mdio.txt b/Documentation/devicetree/bindings/net/hisilicon-hns-mdio.txt
>> index 9940aa0..9c23fdf 100644
>> --- a/Documentation/devicetree/bindings/net/hisilicon-hns-mdio.txt
>> +++ b/Documentation/devicetree/bindings/net/hisilicon-hns-mdio.txt
>> @@ -12,7 +12,7 @@ Example:
>> mdio@803c0000 {
>> #address-cells = <1>;
>> #size-cells = <0>;
>> - compatible = "hisilicon,mdio","hisilicon,hns-mdio";
>> + compatible = "hisilicon,hns-mdio","hisilicon,mdio";
>> reg = <0x0 0x803c0000 0x0 0x10000>;
>>
>> ethernet-phy@0 {
>> diff --git a/arch/arm64/boot/dts/hisilicon/hip05_hns.dtsi b/arch/arm64/boot/dts/hisilicon/hip05_hns.dtsi
>> index 3500586..606dd5a 100644
>> --- a/arch/arm64/boot/dts/hisilicon/hip05_hns.dtsi
>> +++ b/arch/arm64/boot/dts/hisilicon/hip05_hns.dtsi
>> @@ -13,14 +13,12 @@ soc0: soc@000000000 {
>> reg = <0x0 0x803c0000 0x0 0x10000
>> 0x0 0x80000000 0x0 0x10000>;
>>
>> - soc0_phy4: ethernet-phy@4 {
>> + soc0_phy0: ethernet-phy@0 {
>> reg = <0x0>;
>> - device_type = "ethernet-phy";
>> compatible = "ethernet-phy-ieee802.3-c22";
>> };
>> - soc0_phy5: ethernet-phy@5 {
>> + soc0_phy1: ethernet-phy@1 {
>> reg = <0x1>;
>> - device_type = "ethernet-phy";
>> compatible = "ethernet-phy-ieee802.3-c22";
>> };
>> };
>> @@ -37,7 +35,7 @@ soc0: soc@000000000 {
>> 0x0 0xc7000000 0x0 0x60000
>> >;
>>
>> - phy-handle = <0 0 0 0 &soc0_phy4 &soc0_phy5 0 0>;
>> + phy-handle = <0 0 0 0 &soc0_phy0 &soc0_phy1 0 0>;
>> interrupts = <
>> /* [14] ge fifo err 8 / xge 6**/
>> 149 0x4 150 0x4 151 0x4 152 0x4
>> --
>> 1.9.1
>>
>> --
>> To unsubscribe from this list: send the line "unsubscribe devicetree" in
>> the body of a message to majordomo@vger.kernel.org
>> More majordomo info at http://vger.kernel.org/majordomo-info.html
>
> .
>
next prev parent reply other threads:[~2015-10-22 2:51 UTC|newest]
Thread overview: 8+ messages / expand[flat|nested] mbox.gz Atom feed top
2015-10-20 2:36 [PATCH RESEND net-next] net: updates HNS config and documents yankejian
2015-10-20 2:36 ` yankejian
2015-10-20 2:36 ` yankejian
2015-10-22 1:26 ` Rob Herring
2015-10-22 1:26 ` Rob Herring
2015-10-22 2:51 ` Yankejian (Hackim Yim) [this message]
2015-10-22 2:51 ` Yankejian (Hackim Yim)
2015-10-22 2:51 ` Yankejian (Hackim Yim)
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=56284F27.4010109@huawei.com \
--to=yankejian@huawei.com \
--cc=linux-arm-kernel@lists.infradead.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 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.