All of lore.kernel.org
 help / color / mirror / Atom feed
From: Simon Horman <horms@verge.net.au>
To: Sergei Shtylyov <sergei.shtylyov@cogentembedded.com>
Cc: Geert Uytterhoeven <geert@linux-m68k.org>,
	Rob Herring <robh+dt@kernel.org>,
	Catalin Marinas <catalin.marinas@arm.com>,
	Will Deacon <will.deacon@arm.com>,
	Linux-Renesas <linux-renesas-soc@vger.kernel.org>,
	"devicetree@vger.kernel.org" <devicetree@vger.kernel.org>,
	Mark Rutland <mark.rutland@arm.com>,
	Magnus Damm <magnus.damm@gmail.com>,
	"linux-arm-kernel@lists.infradead.org"
	<linux-arm-kernel@lists.infradead.org>,
	Vladimir Barinov <vladimir.barinov@cogentembedded.com>
Subject: Re: [PATCH v2 8/8] arm64: dts: renesas: eagle: add EtherAVB support
Date: Tue, 10 Oct 2017 09:48:42 +0200	[thread overview]
Message-ID: <20171010074842.GN2518@verge.net.au> (raw)
In-Reply-To: <20171010073346.GL2518@verge.net.au>

On Tue, Oct 10, 2017 at 09:33:46AM +0200, Simon Horman wrote:
> On Mon, Oct 09, 2017 at 08:57:42PM +0300, Sergei Shtylyov wrote:
> > On 10/05/2017 12:05 PM, Simon Horman wrote:
> > 
> > >>>On 9/21/2017 4:08 PM, Geert Uytterhoeven wrote:
> > >>>>>Define the Eagle board  dependent part of the EtherAVB device node.
> > >>>>>Enable DHCP  and NFS root for the kernel booting.
> > >>>>>
> > >>>>>Based  on the original (and large) patch by Vladimir Barinov.
> > >>>>>
> > >>>>>Signed-off-by: Vladimir Barinov <vladimir.barinov@cogentembedded.com>
> > >>>>>Signed-off-by: Sergei Shtylyov <sergei.shtylyov@cogentembedded.com>
> > >>>>
> > >>>>
> > >>>>>--- renesas.orig/arch/arm64/boot/dts/renesas/r8a77970-eagle.dts
> > >>>>>+++ renesas/arch/arm64/boot/dts/renesas/r8a77970-eagle.dts
> > >>>
> > >>>[...]
> > >>>>>
> > >>>>>@@ -43,3 +44,14 @@
> > >>>>>   &scif0 {
> > >>>>>          status = "okay";
> > >>>>>   };
> > >>>>>+
> > >>>>>+&avb {
> > >>>>>+       renesas,no-ether-link;
> > >>>>>+       phy-handle = <&phy0>;
> > >>>>>+       status = "okay";
> > >>>>>+
> > >>>>>+       phy0: ethernet-phy@0 {
> > >>>>>+               rxc-skew-ps = <1500>;
> > >>>>>+               reg = <0>;
> > >>>>
> > >>>>
> > >>>>Any specific reason why you don't want to wire up the interrupt?
> > >>>>
> > >>>>                  interrupt-parent = <&gpio2>;
> > >>>
> > >>>
> > >>>    I thought it's quite obvious -- we don't have GPIOs yet, and GPIOs seem
> > >>>to require PFC.
> > >>
> > >>Of course. And these can be added later.
> > >>
> > >>Reviewed-by: Geert Uytterhoeven <geert+renesas@glider.be>
> > >
> > >Thanks, applied.
> > 
> >    Unfortunately, you applied an outdated version of this patch. :-(
> 
> Sorry, I think patchwork has been playing up of late - or my use of it!
> 
> Could you repost the correct patch so I am sure to get the right one
> the second time around?

Please ignore that request. I'll go ahead and apply v2.

WARNING: multiple messages have this Message-ID (diff)
From: horms@verge.net.au (Simon Horman)
To: linux-arm-kernel@lists.infradead.org
Subject: [PATCH v2 8/8] arm64: dts: renesas: eagle: add EtherAVB support
Date: Tue, 10 Oct 2017 09:48:42 +0200	[thread overview]
Message-ID: <20171010074842.GN2518@verge.net.au> (raw)
In-Reply-To: <20171010073346.GL2518@verge.net.au>

On Tue, Oct 10, 2017 at 09:33:46AM +0200, Simon Horman wrote:
> On Mon, Oct 09, 2017 at 08:57:42PM +0300, Sergei Shtylyov wrote:
> > On 10/05/2017 12:05 PM, Simon Horman wrote:
> > 
> > >>>On 9/21/2017 4:08 PM, Geert Uytterhoeven wrote:
> > >>>>>Define the Eagle board  dependent part of the EtherAVB device node.
> > >>>>>Enable DHCP  and NFS root for the kernel booting.
> > >>>>>
> > >>>>>Based  on the original (and large) patch by Vladimir Barinov.
> > >>>>>
> > >>>>>Signed-off-by: Vladimir Barinov <vladimir.barinov@cogentembedded.com>
> > >>>>>Signed-off-by: Sergei Shtylyov <sergei.shtylyov@cogentembedded.com>
> > >>>>
> > >>>>
> > >>>>>--- renesas.orig/arch/arm64/boot/dts/renesas/r8a77970-eagle.dts
> > >>>>>+++ renesas/arch/arm64/boot/dts/renesas/r8a77970-eagle.dts
> > >>>
> > >>>[...]
> > >>>>>
> > >>>>>@@ -43,3 +44,14 @@
> > >>>>>   &scif0 {
> > >>>>>          status = "okay";
> > >>>>>   };
> > >>>>>+
> > >>>>>+&avb {
> > >>>>>+       renesas,no-ether-link;
> > >>>>>+       phy-handle = <&phy0>;
> > >>>>>+       status = "okay";
> > >>>>>+
> > >>>>>+       phy0: ethernet-phy at 0 {
> > >>>>>+               rxc-skew-ps = <1500>;
> > >>>>>+               reg = <0>;
> > >>>>
> > >>>>
> > >>>>Any specific reason why you don't want to wire up the interrupt?
> > >>>>
> > >>>>                  interrupt-parent = <&gpio2>;
> > >>>
> > >>>
> > >>>    I thought it's quite obvious -- we don't have GPIOs yet, and GPIOs seem
> > >>>to require PFC.
> > >>
> > >>Of course. And these can be added later.
> > >>
> > >>Reviewed-by: Geert Uytterhoeven <geert+renesas@glider.be>
> > >
> > >Thanks, applied.
> > 
> >    Unfortunately, you applied an outdated version of this patch. :-(
> 
> Sorry, I think patchwork has been playing up of late - or my use of it!
> 
> Could you repost the correct patch so I am sure to get the right one
> the second time around?

Please ignore that request. I'll go ahead and apply v2.

WARNING: multiple messages have this Message-ID (diff)
From: Simon Horman <horms-/R6kz+dDXgpPR4JQBCEnsQ@public.gmane.org>
To: Sergei Shtylyov
	<sergei.shtylyov-M4DtvfQ/ZS1MRgGoP+s0PdBPR1lH4CV8@public.gmane.org>
Cc: Geert Uytterhoeven
	<geert-Td1EMuHUCqxL1ZNQvxDV9g@public.gmane.org>,
	Rob Herring <robh+dt-DgEjT+Ai2ygdnm+yROfE0A@public.gmane.org>,
	Catalin Marinas <catalin.marinas-5wv7dgnIgG8@public.gmane.org>,
	Will Deacon <will.deacon-5wv7dgnIgG8@public.gmane.org>,
	Linux-Renesas
	<linux-renesas-soc-u79uwXL29TY76Z2rM5mHXA@public.gmane.org>,
	"devicetree-u79uwXL29TY76Z2rM5mHXA@public.gmane.org"
	<devicetree-u79uwXL29TY76Z2rM5mHXA@public.gmane.org>,
	Mark Rutland <mark.rutland-5wv7dgnIgG8@public.gmane.org>,
	Magnus Damm <magnus.damm-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org>,
	"linux-arm-kernel-IAPFreCvJWM7uuMidbF8XUB+6BGkLq7r@public.gmane.org"
	<linux-arm-kernel-IAPFreCvJWM7uuMidbF8XUB+6BGkLq7r@public.gmane.org>,
	Vladimir Barinov
	<vladimir.barinov-M4DtvfQ/ZS1MRgGoP+s0PdBPR1lH4CV8@public.gmane.org>
Subject: Re: [PATCH v2 8/8] arm64: dts: renesas: eagle: add EtherAVB support
Date: Tue, 10 Oct 2017 09:48:42 +0200	[thread overview]
Message-ID: <20171010074842.GN2518@verge.net.au> (raw)
In-Reply-To: <20171010073346.GL2518-/R6kz+dDXgpPR4JQBCEnsQ@public.gmane.org>

On Tue, Oct 10, 2017 at 09:33:46AM +0200, Simon Horman wrote:
> On Mon, Oct 09, 2017 at 08:57:42PM +0300, Sergei Shtylyov wrote:
> > On 10/05/2017 12:05 PM, Simon Horman wrote:
> > 
> > >>>On 9/21/2017 4:08 PM, Geert Uytterhoeven wrote:
> > >>>>>Define the Eagle board  dependent part of the EtherAVB device node.
> > >>>>>Enable DHCP  and NFS root for the kernel booting.
> > >>>>>
> > >>>>>Based  on the original (and large) patch by Vladimir Barinov.
> > >>>>>
> > >>>>>Signed-off-by: Vladimir Barinov <vladimir.barinov-M4DtvfQ/ZS1MRgGoP+s0PdBPR1lH4CV8@public.gmane.org>
> > >>>>>Signed-off-by: Sergei Shtylyov <sergei.shtylyov-M4DtvfQ/ZS1MRgGoP+s0PdBPR1lH4CV8@public.gmane.org>
> > >>>>
> > >>>>
> > >>>>>--- renesas.orig/arch/arm64/boot/dts/renesas/r8a77970-eagle.dts
> > >>>>>+++ renesas/arch/arm64/boot/dts/renesas/r8a77970-eagle.dts
> > >>>
> > >>>[...]
> > >>>>>
> > >>>>>@@ -43,3 +44,14 @@
> > >>>>>   &scif0 {
> > >>>>>          status = "okay";
> > >>>>>   };
> > >>>>>+
> > >>>>>+&avb {
> > >>>>>+       renesas,no-ether-link;
> > >>>>>+       phy-handle = <&phy0>;
> > >>>>>+       status = "okay";
> > >>>>>+
> > >>>>>+       phy0: ethernet-phy@0 {
> > >>>>>+               rxc-skew-ps = <1500>;
> > >>>>>+               reg = <0>;
> > >>>>
> > >>>>
> > >>>>Any specific reason why you don't want to wire up the interrupt?
> > >>>>
> > >>>>                  interrupt-parent = <&gpio2>;
> > >>>
> > >>>
> > >>>    I thought it's quite obvious -- we don't have GPIOs yet, and GPIOs seem
> > >>>to require PFC.
> > >>
> > >>Of course. And these can be added later.
> > >>
> > >>Reviewed-by: Geert Uytterhoeven <geert+renesas-gXvu3+zWzMSzQB+pC5nmwQ@public.gmane.org>
> > >
> > >Thanks, applied.
> > 
> >    Unfortunately, you applied an outdated version of this patch. :-(
> 
> Sorry, I think patchwork has been playing up of late - or my use of it!
> 
> Could you repost the correct patch so I am sure to get the right one
> the second time around?

Please ignore that request. I'll go ahead and apply v2.
--
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

  reply	other threads:[~2017-10-10  7:48 UTC|newest]

Thread overview: 32+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2017-09-15 19:43 [PATCH v2 8/8] arm64: dts: renesas: eagle: add EtherAVB support Sergei Shtylyov
2017-09-15 19:43 ` Sergei Shtylyov
2017-09-21 13:08 ` Geert Uytterhoeven
2017-09-21 13:08   ` Geert Uytterhoeven
2017-09-21 13:08   ` Geert Uytterhoeven
2017-09-21 16:03   ` Sergei Shtylyov
2017-09-21 16:03     ` Sergei Shtylyov
2017-09-21 16:03     ` Sergei Shtylyov
2017-09-21 16:09     ` Geert Uytterhoeven
2017-09-21 16:09       ` Geert Uytterhoeven
2017-09-21 16:09       ` Geert Uytterhoeven
2017-10-05  9:05       ` Simon Horman
2017-10-05  9:05         ` Simon Horman
2017-10-05 17:18         ` Sergei Shtylyov
2017-10-05 17:18           ` Sergei Shtylyov
2017-10-05 17:18           ` Sergei Shtylyov
2017-10-06  9:31           ` Simon Horman
2017-10-06  9:31             ` Simon Horman
2017-10-06  9:34             ` Sergei Shtylyov
2017-10-06  9:34               ` Sergei Shtylyov
2017-10-09 17:57         ` Sergei Shtylyov
2017-10-09 17:57           ` Sergei Shtylyov
2017-10-09 17:57           ` Sergei Shtylyov
2017-10-10  7:33           ` Simon Horman
2017-10-10  7:33             ` Simon Horman
2017-10-10  7:33             ` Simon Horman
2017-10-10  7:48             ` Simon Horman [this message]
2017-10-10  7:48               ` Simon Horman
2017-10-10  7:48               ` Simon Horman
2017-10-10  8:03               ` Simon Horman
2017-10-10  8:03                 ` Simon Horman
2017-10-10  8:03                 ` Simon Horman

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=20171010074842.GN2518@verge.net.au \
    --to=horms@verge.net.au \
    --cc=catalin.marinas@arm.com \
    --cc=devicetree@vger.kernel.org \
    --cc=geert@linux-m68k.org \
    --cc=linux-arm-kernel@lists.infradead.org \
    --cc=linux-renesas-soc@vger.kernel.org \
    --cc=magnus.damm@gmail.com \
    --cc=mark.rutland@arm.com \
    --cc=robh+dt@kernel.org \
    --cc=sergei.shtylyov@cogentembedded.com \
    --cc=vladimir.barinov@cogentembedded.com \
    --cc=will.deacon@arm.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.