devicetree.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] DT: net: renesas,ravb: document R8A77980 bindings
@ 2018-02-01 20:13 Sergei Shtylyov
  2018-02-01 20:27 ` Geert Uytterhoeven
                   ` (2 more replies)
  0 siblings, 3 replies; 11+ messages in thread
From: Sergei Shtylyov @ 2018-02-01 20:13 UTC (permalink / raw)
  To: Rob Herring, netdev-u79uwXL29TY76Z2rM5mHXA,
	devicetree-u79uwXL29TY76Z2rM5mHXA
  Cc: Mark Rutland, linux-renesas-soc-u79uwXL29TY76Z2rM5mHXA

Renesas R-Car V3H (R8A77980) SoC has the R-Car gen3 compatible EtherAVB
device, so document the SoC specific bindings.

Signed-off-by: Sergei Shtylyov <sergei.shtylyov-M4DtvfQ/ZS1MRgGoP+s0PdBPR1lH4CV8@public.gmane.org>

---
The patch is against DaveM's 'net-next.git' repo but I wouldn't mind if it's
applied to 'net.git' instead. :-)

 Documentation/devicetree/bindings/net/renesas,ravb.txt |    1 +
 1 file changed, 1 insertion(+)

Index: net-next/Documentation/devicetree/bindings/net/renesas,ravb.txt
===================================================================
--- net-next.orig/Documentation/devicetree/bindings/net/renesas,ravb.txt
+++ net-next/Documentation/devicetree/bindings/net/renesas,ravb.txt
@@ -18,6 +18,7 @@ Required properties:
       - "renesas,etheravb-r8a7795" for the R8A7795 SoC.
       - "renesas,etheravb-r8a7796" for the R8A7796 SoC.
       - "renesas,etheravb-r8a77970" for the R8A77970 SoC.
+      - "renesas,etheravb-r8a77980" for the R8A77980 SoC.
       - "renesas,etheravb-r8a77995" for the R8A77995 SoC.
       - "renesas,etheravb-rcar-gen3" as a fallback for the above
 		R-Car Gen3 devices.
--
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

^ permalink raw reply	[flat|nested] 11+ messages in thread

* Re: [PATCH] DT: net: renesas,ravb: document R8A77980 bindings
  2018-02-01 20:13 [PATCH] DT: net: renesas,ravb: document R8A77980 bindings Sergei Shtylyov
@ 2018-02-01 20:27 ` Geert Uytterhoeven
       [not found]   ` <CAMuHMdWeN8hf3rxHRofn9rD3MKD4rcPVVNM3W3+7nBatmUvxjw-JsoAwUIsXosN+BqQ9rBEUg@public.gmane.org>
  2018-02-05  6:09 ` Rob Herring
  2018-02-24 18:01 ` Sergei Shtylyov
  2 siblings, 1 reply; 11+ messages in thread
From: Geert Uytterhoeven @ 2018-02-01 20:27 UTC (permalink / raw)
  To: Sergei Shtylyov
  Cc: Rob Herring, netdev,
	open list:OPEN FIRMWARE AND FLATTENED DEVICE TREE BINDINGS,
	Mark Rutland, Linux-Renesas

On Thu, Feb 1, 2018 at 9:13 PM, Sergei Shtylyov
<sergei.shtylyov@cogentembedded.com> wrote:
> Renesas R-Car V3H (R8A77980) SoC has the R-Car gen3 compatible EtherAVB
> device, so document the SoC specific bindings.
>
> Signed-off-by: Sergei Shtylyov <sergei.shtylyov@cogentembedded.com>

Reviewed-by: Geert Uytterhoeven <geert+renesas@glider.be>

Gr{oetje,eeting}s,

                        Geert

^ permalink raw reply	[flat|nested] 11+ messages in thread

* Re: [PATCH] DT: net: renesas,ravb: document R8A77980 bindings
       [not found]   ` <CAMuHMdWeN8hf3rxHRofn9rD3MKD4rcPVVNM3W3+7nBatmUvxjw-JsoAwUIsXosN+BqQ9rBEUg@public.gmane.org>
@ 2018-02-02  8:57     ` Simon Horman
  0 siblings, 0 replies; 11+ messages in thread
From: Simon Horman @ 2018-02-02  8:57 UTC (permalink / raw)
  To: Geert Uytterhoeven
  Cc: Sergei Shtylyov, Rob Herring, netdev,
	open list:OPEN FIRMWARE AND FLATTENED DEVICE TREE BINDINGS,
	Mark Rutland, Linux-Renesas

On Thu, Feb 01, 2018 at 09:27:12PM +0100, Geert Uytterhoeven wrote:
> On Thu, Feb 1, 2018 at 9:13 PM, Sergei Shtylyov
> <sergei.shtylyov-M4DtvfQ/ZS1MRgGoP+s0PdBPR1lH4CV8@public.gmane.org> wrote:
> > Renesas R-Car V3H (R8A77980) SoC has the R-Car gen3 compatible EtherAVB
> > device, so document the SoC specific bindings.
> >
> > Signed-off-by: Sergei Shtylyov <sergei.shtylyov-M4DtvfQ/ZS1MRgGoP+s0PdBPR1lH4CV8@public.gmane.org>
> 
> Reviewed-by: Geert Uytterhoeven <geert+renesas-gXvu3+zWzMSzQB+pC5nmwQ@public.gmane.org>

Reviewed-by: Simon Horman <horms+renesas-/R6kz+dDXgpPR4JQBCEnsQ@public.gmane.org>

--
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

^ permalink raw reply	[flat|nested] 11+ messages in thread

* Re: [PATCH] DT: net: renesas,ravb: document R8A77980 bindings
  2018-02-01 20:13 [PATCH] DT: net: renesas,ravb: document R8A77980 bindings Sergei Shtylyov
  2018-02-01 20:27 ` Geert Uytterhoeven
@ 2018-02-05  6:09 ` Rob Herring
  2018-02-24 18:01 ` Sergei Shtylyov
  2 siblings, 0 replies; 11+ messages in thread
From: Rob Herring @ 2018-02-05  6:09 UTC (permalink / raw)
  To: Sergei Shtylyov; +Cc: netdev, devicetree, Mark Rutland, linux-renesas-soc

On Thu, Feb 01, 2018 at 11:13:45PM +0300, Sergei Shtylyov wrote:
> Renesas R-Car V3H (R8A77980) SoC has the R-Car gen3 compatible EtherAVB
> device, so document the SoC specific bindings.
> 
> Signed-off-by: Sergei Shtylyov <sergei.shtylyov@cogentembedded.com>
> 
> ---
> The patch is against DaveM's 'net-next.git' repo but I wouldn't mind if it's
> applied to 'net.git' instead. :-)
> 
>  Documentation/devicetree/bindings/net/renesas,ravb.txt |    1 +
>  1 file changed, 1 insertion(+)

Reviewed-by: Rob Herring <robh@kernel.org>

^ permalink raw reply	[flat|nested] 11+ messages in thread

* Re: [PATCH] DT: net: renesas,ravb: document R8A77980 bindings
  2018-02-01 20:13 [PATCH] DT: net: renesas,ravb: document R8A77980 bindings Sergei Shtylyov
  2018-02-01 20:27 ` Geert Uytterhoeven
  2018-02-05  6:09 ` Rob Herring
@ 2018-02-24 18:01 ` Sergei Shtylyov
  2018-02-25  2:53   ` David Miller
  2 siblings, 1 reply; 11+ messages in thread
From: Sergei Shtylyov @ 2018-02-24 18:01 UTC (permalink / raw)
  To: Rob Herring, netdev, devicetree
  Cc: Mark Rutland, linux-renesas-soc, David Miller

On 02/01/2018 11:13 PM, Sergei Shtylyov wrote:

> Renesas R-Car V3H (R8A77980) SoC has the R-Car gen3 compatible EtherAVB
> device, so document the SoC specific bindings.
> 
> Signed-off-by: Sergei Shtylyov <sergei.shtylyov@cogentembedded.com>
> 
> ---
> The patch is against DaveM's 'net-next.git' repo but I wouldn't mind if it's
> applied to 'net.git' instead. :-)

   David, I see this patch was marked as "not applicable" in patchwork. Why, because
it was posted during the merge window?

MNBR, Sergei

^ permalink raw reply	[flat|nested] 11+ messages in thread

* Re: [PATCH] DT: net: renesas,ravb: document R8A77980 bindings
  2018-02-24 18:01 ` Sergei Shtylyov
@ 2018-02-25  2:53   ` David Miller
  2018-02-25  8:48     ` Sergei Shtylyov
  2018-02-26 10:58     ` Simon Horman
  0 siblings, 2 replies; 11+ messages in thread
From: David Miller @ 2018-02-25  2:53 UTC (permalink / raw)
  To: sergei.shtylyov
  Cc: robh+dt, netdev, devicetree, mark.rutland, linux-renesas-soc

From: Sergei Shtylyov <sergei.shtylyov@cogentembedded.com>
Date: Sat, 24 Feb 2018 21:01:15 +0300

> On 02/01/2018 11:13 PM, Sergei Shtylyov wrote:
> 
>> Renesas R-Car V3H (R8A77980) SoC has the R-Car gen3 compatible EtherAVB
>> device, so document the SoC specific bindings.
>> 
>> Signed-off-by: Sergei Shtylyov <sergei.shtylyov@cogentembedded.com>
>> 
>> ---
>> The patch is against DaveM's 'net-next.git' repo but I wouldn't mind if it's
>> applied to 'net.git' instead. :-)
> 
>    David, I see this patch was marked as "not applicable" in patchwork. Why, because
> it was posted during the merge window?

No because I thought the relevant architecture tree would take a mere
DT update.

^ permalink raw reply	[flat|nested] 11+ messages in thread

* Re: [PATCH] DT: net: renesas,ravb: document R8A77980 bindings
  2018-02-25  2:53   ` David Miller
@ 2018-02-25  8:48     ` Sergei Shtylyov
  2018-02-25 15:03       ` Sergei Shtylyov
  2018-02-26 10:58     ` Simon Horman
  1 sibling, 1 reply; 11+ messages in thread
From: Sergei Shtylyov @ 2018-02-25  8:48 UTC (permalink / raw)
  To: David Miller; +Cc: robh+dt, netdev, devicetree, mark.rutland, linux-renesas-soc

Hello!

On 2/25/2018 5:53 AM, David Miller wrote:

>>> Renesas R-Car V3H (R8A77980) SoC has the R-Car gen3 compatible EtherAVB >>> device, so document the SoC specific bindings.>>>>>> Signed-off-by: 
Sergei Shtylyov <sergei.shtylyov@cogentembedded.com>>>>>>> --->>> The patch is 
against DaveM's 'net-next.git' repo but I wouldn't mind if it's>>> applied to 
'net.git' instead. :-)>>>>     David, I see this patch was marked as "not 
applicable" in patchwork. Why, because>> it was posted during the merge 
window?> > No because I thought the relevant architecture tree would take a 
mere> DT update.
    Well, so far the binding updates have been merged via the appropriate 
driver subsystem trees, look at e.g. this patch:

https://patchwork.ozlabs.org/patch/813037/

MBR, Sergei

^ permalink raw reply	[flat|nested] 11+ messages in thread

* Re: [PATCH] DT: net: renesas,ravb: document R8A77980 bindings
  2018-02-25  8:48     ` Sergei Shtylyov
@ 2018-02-25 15:03       ` Sergei Shtylyov
  0 siblings, 0 replies; 11+ messages in thread
From: Sergei Shtylyov @ 2018-02-25 15:03 UTC (permalink / raw)
  To: David Miller; +Cc: robh+dt, netdev, devicetree, mark.rutland, linux-renesas-soc

On 02/25/2018 11:48 AM, Sergei Shtylyov wrote:

>>>> Renesas R-Car V3H (R8A77980) SoC has the R-Car gen3 compatible EtherAVB >>> device, so document the SoC specific bindings.>>>>>> Signed-off-by: 
> Sergei Shtylyov <sergei.shtylyov@cogentembedded.com>>>>>>> --->>> The patch is against DaveM's 'net-next.git' repo but I wouldn't mind if it's>>> applied to 'net.git' instead. :-)>>>>     David, I see this patch was marked as "not applicable" in patchwork. Why, because>> it was posted during the merge window?> > No because I thought the relevant architecture tree would take a mere> DT update.

   Sorry for this crap -- I was testing my new mini-keyboard and something went wrong...

MBR, Sergei

^ permalink raw reply	[flat|nested] 11+ messages in thread

* Re: [PATCH] DT: net: renesas,ravb: document R8A77980 bindings
  2018-02-25  2:53   ` David Miller
  2018-02-25  8:48     ` Sergei Shtylyov
@ 2018-02-26 10:58     ` Simon Horman
  2018-02-26 20:10       ` David Miller
  1 sibling, 1 reply; 11+ messages in thread
From: Simon Horman @ 2018-02-26 10:58 UTC (permalink / raw)
  To: David Miller
  Cc: sergei.shtylyov, robh+dt, netdev, devicetree, mark.rutland,
	linux-renesas-soc

On Sat, Feb 24, 2018 at 09:53:17PM -0500, David Miller wrote:
> From: Sergei Shtylyov <sergei.shtylyov@cogentembedded.com>
> Date: Sat, 24 Feb 2018 21:01:15 +0300
> 
> > On 02/01/2018 11:13 PM, Sergei Shtylyov wrote:
> > 
> >> Renesas R-Car V3H (R8A77980) SoC has the R-Car gen3 compatible EtherAVB
> >> device, so document the SoC specific bindings.
> >> 
> >> Signed-off-by: Sergei Shtylyov <sergei.shtylyov@cogentembedded.com>
> >> 
> >> ---
> >> The patch is against DaveM's 'net-next.git' repo but I wouldn't mind if it's
> >> applied to 'net.git' instead. :-)
> > 
> >    David, I see this patch was marked as "not applicable" in patchwork. Why, because
> > it was posted during the merge window?
> 
> No because I thought the relevant architecture tree would take a mere
> DT update.

Hi Dave,

I am happy to take these kinds of changes for the ravb and sh_eth drivers
if that is your preference. I am also just as happy for you to take them,
which I think has been the case for similar changes in the past.

^ permalink raw reply	[flat|nested] 11+ messages in thread

* Re: [PATCH] DT: net: renesas,ravb: document R8A77980 bindings
  2018-02-26 10:58     ` Simon Horman
@ 2018-02-26 20:10       ` David Miller
  2018-02-27  8:28         ` Simon Horman
  0 siblings, 1 reply; 11+ messages in thread
From: David Miller @ 2018-02-26 20:10 UTC (permalink / raw)
  To: horms
  Cc: sergei.shtylyov, robh+dt, netdev, devicetree, mark.rutland,
	linux-renesas-soc

From: Simon Horman <horms@verge.net.au>
Date: Mon, 26 Feb 2018 11:58:24 +0100

> On Sat, Feb 24, 2018 at 09:53:17PM -0500, David Miller wrote:
>> From: Sergei Shtylyov <sergei.shtylyov@cogentembedded.com>
>> Date: Sat, 24 Feb 2018 21:01:15 +0300
>> 
>> > On 02/01/2018 11:13 PM, Sergei Shtylyov wrote:
>> > 
>> >> Renesas R-Car V3H (R8A77980) SoC has the R-Car gen3 compatible EtherAVB
>> >> device, so document the SoC specific bindings.
>> >> 
>> >> Signed-off-by: Sergei Shtylyov <sergei.shtylyov@cogentembedded.com>
>> >> 
>> >> ---
>> >> The patch is against DaveM's 'net-next.git' repo but I wouldn't mind if it's
>> >> applied to 'net.git' instead. :-)
>> > 
>> >    David, I see this patch was marked as "not applicable" in patchwork. Why, because
>> > it was posted during the merge window?
>> 
>> No because I thought the relevant architecture tree would take a mere
>> DT update.
> 
> Hi Dave,
> 
> I am happy to take these kinds of changes for the ravb and sh_eth drivers
> if that is your preference. I am also just as happy for you to take them,
> which I think has been the case for similar changes in the past.

No, it's not a problem.  Applied to 'net', thanks.

^ permalink raw reply	[flat|nested] 11+ messages in thread

* Re: [PATCH] DT: net: renesas,ravb: document R8A77980 bindings
  2018-02-26 20:10       ` David Miller
@ 2018-02-27  8:28         ` Simon Horman
  0 siblings, 0 replies; 11+ messages in thread
From: Simon Horman @ 2018-02-27  8:28 UTC (permalink / raw)
  To: David Miller
  Cc: sergei.shtylyov, robh+dt, netdev, devicetree, mark.rutland,
	linux-renesas-soc

On Mon, Feb 26, 2018 at 03:10:51PM -0500, David Miller wrote:
> From: Simon Horman <horms@verge.net.au>
> Date: Mon, 26 Feb 2018 11:58:24 +0100
> 
> > On Sat, Feb 24, 2018 at 09:53:17PM -0500, David Miller wrote:
> >> From: Sergei Shtylyov <sergei.shtylyov@cogentembedded.com>
> >> Date: Sat, 24 Feb 2018 21:01:15 +0300
> >> 
> >> > On 02/01/2018 11:13 PM, Sergei Shtylyov wrote:
> >> > 
> >> >> Renesas R-Car V3H (R8A77980) SoC has the R-Car gen3 compatible EtherAVB
> >> >> device, so document the SoC specific bindings.
> >> >> 
> >> >> Signed-off-by: Sergei Shtylyov <sergei.shtylyov@cogentembedded.com>
> >> >> 
> >> >> ---
> >> >> The patch is against DaveM's 'net-next.git' repo but I wouldn't mind if it's
> >> >> applied to 'net.git' instead. :-)
> >> > 
> >> >    David, I see this patch was marked as "not applicable" in patchwork. Why, because
> >> > it was posted during the merge window?
> >> 
> >> No because I thought the relevant architecture tree would take a mere
> >> DT update.
> > 
> > Hi Dave,
> > 
> > I am happy to take these kinds of changes for the ravb and sh_eth drivers
> > if that is your preference. I am also just as happy for you to take them,
> > which I think has been the case for similar changes in the past.
> 
> No, it's not a problem.  Applied to 'net', thanks.

Great, thanks.

^ permalink raw reply	[flat|nested] 11+ messages in thread

end of thread, other threads:[~2018-02-27  8:28 UTC | newest]

Thread overview: 11+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-02-01 20:13 [PATCH] DT: net: renesas,ravb: document R8A77980 bindings Sergei Shtylyov
2018-02-01 20:27 ` Geert Uytterhoeven
     [not found]   ` <CAMuHMdWeN8hf3rxHRofn9rD3MKD4rcPVVNM3W3+7nBatmUvxjw-JsoAwUIsXosN+BqQ9rBEUg@public.gmane.org>
2018-02-02  8:57     ` Simon Horman
2018-02-05  6:09 ` Rob Herring
2018-02-24 18:01 ` Sergei Shtylyov
2018-02-25  2:53   ` David Miller
2018-02-25  8:48     ` Sergei Shtylyov
2018-02-25 15:03       ` Sergei Shtylyov
2018-02-26 10:58     ` Simon Horman
2018-02-26 20:10       ` David Miller
2018-02-27  8:28         ` Simon Horman

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).