2020-04-24 10:40:18

by Prabhakar Mahadev Lad

[permalink] [raw]
Subject: [PATCH] dt-bindings: sh_eth: Sort compatible string in increasing number of the SoC

Sort the items in the compatible string list in increasing number of SoC.

Signed-off-by: Lad Prabhakar <[email protected]>
---
Documentation/devicetree/bindings/net/renesas,ether.yaml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Documentation/devicetree/bindings/net/renesas,ether.yaml b/Documentation/devicetree/bindings/net/renesas,ether.yaml
index 2eaa879..005a3ae 100644
--- a/Documentation/devicetree/bindings/net/renesas,ether.yaml
+++ b/Documentation/devicetree/bindings/net/renesas,ether.yaml
@@ -29,8 +29,8 @@ properties:
- renesas,rcar-gen1-ether # a generic R-Car Gen1 device
- items:
- enum:
- - renesas,ether-r8a7745 # device is a part of R8A7745 SoC
- renesas,ether-r8a7743 # device is a part of R8A7743 SoC
+ - renesas,ether-r8a7745 # device is a part of R8A7745 SoC
- renesas,ether-r8a7790 # device is a part of R8A7790 SoC
- renesas,ether-r8a7791 # device is a part of R8A7791 SoC
- renesas,ether-r8a7793 # device is a part of R8A7793 SoC
--
2.7.4


2020-04-24 12:01:44

by Sergei Shtylyov

[permalink] [raw]
Subject: Re: [PATCH] dt-bindings: sh_eth: Sort compatible string in increasing number of the SoC

Hello!

The bindings file is no longer called sh_eth, please adapt the subject to
the new DT reality...

On 04/24/2020 01:38 PM, Lad Prabhakar wrote:

> Sort the items in the compatible string list in increasing number of SoC.
>
> Signed-off-by: Lad Prabhakar <[email protected]>

Reviewed-by: Sergei Shtylyov <[email protected]>

[...]

MBR, Sergei

2020-04-27 07:36:49

by Geert Uytterhoeven

[permalink] [raw]
Subject: Re: [PATCH] dt-bindings: sh_eth: Sort compatible string in increasing number of the SoC

On Fri, Apr 24, 2020 at 12:38 PM Lad Prabhakar
<[email protected]> wrote:
> Sort the items in the compatible string list in increasing number of SoC.
>
> Signed-off-by: Lad Prabhakar <[email protected]>

Reviewed-by: Geert Uytterhoeven <[email protected]>

Gr{oetje,eeting}s,

Geert

--
Geert Uytterhoeven -- There's lots of Linux beyond ia32 -- [email protected]

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

2020-05-11 21:24:28

by Rob Herring (Arm)

[permalink] [raw]
Subject: Re: [PATCH] dt-bindings: sh_eth: Sort compatible string in increasing number of the SoC

On Fri, 24 Apr 2020 11:38:15 +0100, Lad Prabhakar wrote:
> Sort the items in the compatible string list in increasing number of SoC.
>
> Signed-off-by: Lad Prabhakar <[email protected]>
> ---
> Documentation/devicetree/bindings/net/renesas,ether.yaml | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>

Applied, thanks!

2020-05-12 07:52:43

by Sergei Shtylyov

[permalink] [raw]
Subject: Re: [PATCH] dt-bindings: sh_eth: Sort compatible string in increasing number of the SoC

Hello!

On 12.05.2020 0:22, Rob Herring wrote:

>> Sort the items in the compatible string list in increasing number of SoC.
>>
>> Signed-off-by: Lad Prabhakar <[email protected]>
>> ---
>> Documentation/devicetree/bindings/net/renesas,ether.yaml | 2 +-
>> 1 file changed, 1 insertion(+), 1 deletion(-)
>>
>
> Applied, thanks!

Mhm, there was v2 with a corrected subject?

MBR, Sergei