Re: [PATCH] DT: net: renesas,ravb: document R8A77980 bindings

2018-02-27 Thread Simon Horman
On Mon, Feb 26, 2018 at 03:10:51PM -0500, David Miller wrote:
> From: Simon Horman 
> 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 
> >> 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 
> >> >> 
> >> >> ---
> >> >> 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.


Re: [PATCH] DT: net: renesas,ravb: document R8A77980 bindings

2018-02-26 Thread David Miller
From: Simon Horman 
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 
>> 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 
>> >> 
>> >> ---
>> >> 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.


Re: [PATCH] DT: net: renesas,ravb: document R8A77980 bindings

2018-02-26 Thread Simon Horman
On Sat, Feb 24, 2018 at 09:53:17PM -0500, David Miller wrote:
> From: Sergei Shtylyov 
> 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 
> >> 
> >> ---
> >> 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.


Re: [PATCH] DT: net: renesas,ravb: document R8A77980 bindings

2018-02-25 Thread Sergei Shtylyov
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 >> --->>> 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


Re: [PATCH] DT: net: renesas,ravb: document R8A77980 bindings

2018-02-25 Thread Sergei Shtylyov

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


Re: [PATCH] DT: net: renesas,ravb: document R8A77980 bindings

2018-02-24 Thread David Miller
From: Sergei Shtylyov 
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 
>> 
>> ---
>> 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.


Re: [PATCH] DT: net: renesas,ravb: document R8A77980 bindings

2018-02-24 Thread Sergei Shtylyov
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 
> 
> ---
> 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


Re: [PATCH] DT: net: renesas,ravb: document R8A77980 bindings

2018-02-04 Thread Rob Herring
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 
> 
> ---
> 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 



Re: [PATCH] DT: net: renesas,ravb: document R8A77980 bindings

2018-02-02 Thread Simon Horman
On Thu, Feb 01, 2018 at 09:27:12PM +0100, Geert Uytterhoeven wrote:
> On Thu, Feb 1, 2018 at 9: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 
> 
> Reviewed-by: Geert Uytterhoeven 

Reviewed-by: Simon Horman 



Re: [PATCH] DT: net: renesas,ravb: document R8A77980 bindings

2018-02-01 Thread Geert Uytterhoeven
On Thu, Feb 1, 2018 at 9: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 

Reviewed-by: Geert Uytterhoeven 

Gr{oetje,eeting}s,

Geert

--
Geert Uytterhoeven -- There's lots of Linux beyond ia32 -- ge...@linux-m68k.org

In personal conversations with technical people, I call myself a hacker. But
when I'm talking to journalists I just say "programmer" or something like that.
-- Linus Torvalds


[PATCH] DT: net: renesas,ravb: document R8A77980 bindings

2018-02-01 Thread Sergei Shtylyov
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 

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