diff for duplicates of <20111121095020.GA7314@totoro> diff --git a/a/1.txt b/N1/1.txt index 4067287..70015c3 100644 --- a/a/1.txt +++ b/N1/1.txt @@ -5,7 +5,7 @@ Just a couple of nits inline, otherwise looks nice to me! Jamie On Sun, Nov 20, 2011 at 09:37:50PM +0100, Jochen Friedrich wrote: -> Signed-off-by: Jochen Friedrich <jochen@scram.de> +> Signed-off-by: Jochen Friedrich <jochen-NIgtFMG+Po8@public.gmane.org> > --- > .../devicetree/bindings/vendor-prefixes.txt | 1 + > arch/arm/boot/dts/sa1110.dtsi | 72 ++++++++++++++++++++ @@ -38,7 +38,7 @@ On Sun, Nov 20, 2011 at 09:37:50PM +0100, Jochen Friedrich wrote: > +/* > + * sa1110.dtsi - Device Tree Include file for Intel SA1110 SoC > + * -> + * Copyright (C) 2011 Jochen Friedrich <jochen@scram.de> +> + * Copyright (C) 2011 Jochen Friedrich <jochen-NIgtFMG+Po8@public.gmane.org> > + * > + * Licensed under GPLv2 or later. > + */ @@ -51,7 +51,7 @@ On Sun, Nov 20, 2011 at 09:37:50PM +0100, Jochen Friedrich wrote: > + interrupt-parent = <&aic>; > + > + cpus { -> + cpu at 0 { +> + cpu@0 { > + compatible = "intel,sa1110"; > + }; > + }; @@ -80,21 +80,21 @@ Could this claim compatibility with simple-bus? > + #size-cells = <1>; > + ranges; > + -> + uart0: serial at 0x80010000 { +> + uart0: serial@0x80010000 { > + compatible = "intel,sa1100-uart"; > + reg = <0x80010000 0x24>; > + interrupts = <15>; > + status = "disabled"; > + }; > + -> + uart1: serial at 0x80030000 { +> + uart1: serial@0x80030000 { > + compatible = "intel,sa1100-uart"; > + reg = <0x80030000 0x24>; > + interrupts = <16>; > + status = "disabled"; > + }; > + -> + uart2: serial at 0x80050000 { +> + uart2: serial@0x80050000 { > + compatible = "intel,sa1100-uart"; > + reg = <0x80050000 0x24>; > + interrupts = <17>; @@ -105,7 +105,7 @@ used... Is this required? > + }; > + -> + aic: interrupt-controller at 0x90050000 { +> + aic: interrupt-controller@0x90050000 { > + compatible = "intel,sa1110-icr"; > + reg = <0x90050000 0x24>; > + #interrupt-cells = <1>; @@ -150,7 +150,7 @@ them statically in the DTS if at all possible. > + }; > + > + localbus { -> + flash at 0,0 { +> + flash@0,0 { > + compatible = "cfi-flash"; > + reg = <0 0 0x08000000>; > + bank-width = <1>; @@ -158,7 +158,7 @@ them statically in the DTS if at all possible. > + #address-cells = <1>; > + }; > + -> + flash at 1,0 { +> + flash@1,0 { > + compatible = "cfi-flash"; > + reg = <1 0 0x08000000>; > + bank-width = <1>; @@ -168,14 +168,14 @@ them statically in the DTS if at all possible. > + }; > + > + soc { -> + uart0: serial at 0x80010000 { +> + uart0: serial@0x80010000 { > + status = "okay"; And here. > + }; > + -> + uart2: serial at 0x80050000 { +> + uart2: serial@0x80050000 { > + status = "okay"; > + }; > + }; @@ -283,5 +283,5 @@ I think this should be __initconst. > > _______________________________________________ > devicetree-discuss mailing list -> devicetree-discuss at lists.ozlabs.org +> devicetree-discuss-uLR06cmDAlY/bJ5BZ2RsiQ@public.gmane.org > https://lists.ozlabs.org/listinfo/devicetree-discuss diff --git a/a/content_digest b/N1/content_digest index f613eab..83b4a70 100644 --- a/a/content_digest +++ b/N1/content_digest @@ -1,8 +1,11 @@ "ref\01321821470-32396-1-git-send-email-jochen@scram.de\0" - "From\0jamie@jamieiles.com (Jamie Iles)\0" - "Subject\0[PATCH] Initial DT support for SIMpad devices.\0" + "ref\01321821470-32396-1-git-send-email-jochen-NIgtFMG+Po8@public.gmane.org\0" + "From\0Jamie Iles <jamie-wmLquQDDieKakBO8gow8eQ@public.gmane.org>\0" + "Subject\0Re: [PATCH] Initial DT support for SIMpad devices.\0" "Date\0Mon, 21 Nov 2011 09:50:20 +0000\0" - "To\0linux-arm-kernel@lists.infradead.org\0" + "To\0Jochen Friedrich <jochen-NIgtFMG+Po8@public.gmane.org>\0" + "Cc\0devicetree-discuss-uLR06cmDAlY/bJ5BZ2RsiQ@public.gmane.org" + " linux-arm-kernel-IAPFreCvJWM7uuMidbF8XUB+6BGkLq7r@public.gmane.org\0" "\00:1\0" "b\0" "Hi Jochen,\n" @@ -12,7 +15,7 @@ "Jamie\n" "\n" "On Sun, Nov 20, 2011 at 09:37:50PM +0100, Jochen Friedrich wrote:\n" - "> Signed-off-by: Jochen Friedrich <jochen@scram.de>\n" + "> Signed-off-by: Jochen Friedrich <jochen-NIgtFMG+Po8@public.gmane.org>\n" "> ---\n" "> .../devicetree/bindings/vendor-prefixes.txt | 1 +\n" "> arch/arm/boot/dts/sa1110.dtsi | 72 ++++++++++++++++++++\n" @@ -45,7 +48,7 @@ "> +/*\n" "> + * sa1110.dtsi - Device Tree Include file for Intel SA1110 SoC\n" "> + *\n" - "> + * Copyright (C) 2011 Jochen Friedrich <jochen@scram.de>\n" + "> + * Copyright (C) 2011 Jochen Friedrich <jochen-NIgtFMG+Po8@public.gmane.org>\n" "> + *\n" "> + * Licensed under GPLv2 or later.\n" "> + */\n" @@ -58,7 +61,7 @@ "> +\tinterrupt-parent = <&aic>;\n" "> +\n" "> +\tcpus {\n" - "> +\t\tcpu at 0 {\n" + "> +\t\tcpu@0 {\n" "> +\t\t\tcompatible = \"intel,sa1110\";\n" "> +\t\t};\n" "> +\t};\n" @@ -87,21 +90,21 @@ "> +\t\t#size-cells = <1>;\n" "> +\t\tranges;\n" "> +\n" - "> +\t\tuart0: serial at 0x80010000 {\n" + "> +\t\tuart0: serial@0x80010000 {\n" "> +\t\t\tcompatible = \"intel,sa1100-uart\";\n" "> +\t\t\treg = <0x80010000 0x24>;\n" "> +\t\t\tinterrupts = <15>;\n" "> +\t\t\tstatus = \"disabled\";\n" "> +\t\t};\n" "> +\n" - "> +\t\tuart1: serial at 0x80030000 {\n" + "> +\t\tuart1: serial@0x80030000 {\n" "> +\t\t\tcompatible = \"intel,sa1100-uart\";\n" "> +\t\t\treg = <0x80030000 0x24>;\n" "> +\t\t\tinterrupts = <16>;\n" "> +\t\t\tstatus = \"disabled\";\n" "> +\t\t};\n" "> +\n" - "> +\t\tuart2: serial at 0x80050000 {\n" + "> +\t\tuart2: serial@0x80050000 {\n" "> +\t\t\tcompatible = \"intel,sa1100-uart\";\n" "> +\t\t\treg = <0x80050000 0x24>;\n" "> +\t\t\tinterrupts = <17>;\n" @@ -112,7 +115,7 @@ "\n" "> +\t\t};\n" "> +\n" - "> +\t\taic: interrupt-controller at 0x90050000 {\n" + "> +\t\taic: interrupt-controller@0x90050000 {\n" "> +\t\t\tcompatible = \"intel,sa1110-icr\";\n" "> +\t\t\treg = <0x90050000 0x24>;\n" "> +\t\t\t#interrupt-cells = <1>;\n" @@ -157,7 +160,7 @@ "> +\t};\n" "> +\n" "> +\tlocalbus {\n" - "> +\t\tflash at 0,0 {\n" + "> +\t\tflash@0,0 {\n" "> +\t\t\tcompatible = \"cfi-flash\";\n" "> +\t\t\treg = <0 0 0x08000000>;\n" "> +\t\t\tbank-width = <1>;\n" @@ -165,7 +168,7 @@ "> +\t\t\t#address-cells = <1>;\n" "> +\t\t};\n" "> +\n" - "> +\t\tflash at 1,0 {\n" + "> +\t\tflash@1,0 {\n" "> +\t\t\tcompatible = \"cfi-flash\";\n" "> +\t\t\treg = <1 0 0x08000000>;\n" "> +\t\t\tbank-width = <1>;\n" @@ -175,14 +178,14 @@ "> +\t};\n" "> +\n" "> +\tsoc {\n" - "> +\t\tuart0: serial at 0x80010000 {\n" + "> +\t\tuart0: serial@0x80010000 {\n" "> +\t\t\tstatus = \"okay\";\n" "\n" "And here.\n" "\n" "> +\t\t};\n" "> +\n" - "> +\t\tuart2: serial at 0x80050000 {\n" + "> +\t\tuart2: serial@0x80050000 {\n" "> +\t\t\tstatus = \"okay\";\n" "> +\t\t};\n" "> +\t};\n" @@ -290,7 +293,7 @@ "> \n" "> _______________________________________________\n" "> devicetree-discuss mailing list\n" - "> devicetree-discuss at lists.ozlabs.org\n" + "> devicetree-discuss-uLR06cmDAlY/bJ5BZ2RsiQ@public.gmane.org\n" > https://lists.ozlabs.org/listinfo/devicetree-discuss -500873662c1335a65b1eba731d1575124c06afc735985e691e23a7781f7eed05 +47ee181f6063495e68651f2f0888ba1d68c3ecacf812ee725c9299a61197adcf
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.