diff for duplicates of <20120516064554.32286.70806.sendpatchset@w520> diff --git a/a/1.txt b/N1/1.txt index 9bef8b5..3800b97 100644 --- a/a/1.txt +++ b/N1/1.txt @@ -42,15 +42,15 @@ Signed-off-by: Magnus Damm <damm@opensource.se> + interrupt-parent = <&gic>; + + cpus { -+ cpu@0 { ++ cpu at 0 { + compatible = "arm,cortex-a9"; + }; -+ cpu@1 { ++ cpu at 1 { + compatible = "arm,cortex-a9"; + }; + }; + -+ gic: interrupt-controller@e0020000 { ++ gic: interrupt-controller at e0020000 { + compatible = "arm,cortex-a9-gic"; + interrupt-controller; + #interrupt-cells = <3>; @@ -58,31 +58,31 @@ Signed-off-by: Magnus Damm <damm@opensource.se> + <0xe0020000 0x0100>; + }; + -+ sti@e0180000 { ++ sti at e0180000 { + compatible = "renesas,em-sti"; + reg = <0xe0180000 0x54>; + interrupts = <0 125 0>; + }; + -+ uart@e1020000 { ++ uart at e1020000 { + compatible = "renesas,em-uart"; + reg = <0xe1020000 0x38>; + interrupts = <0 8 0>; + }; + -+ uart@e1030000 { ++ uart at e1030000 { + compatible = "renesas,em-uart"; + reg = <0xe1030000 0x38>; + interrupts = <0 9 0>; + }; + -+ uart@e1040000 { ++ uart at e1040000 { + compatible = "renesas,em-uart"; + reg = <0xe1040000 0x38>; + interrupts = <0 10 0>; + }; + -+ uart@e1050000 { ++ uart at e1050000 { + compatible = "renesas,em-uart"; + reg = <0xe1050000 0x38>; + interrupts = <0 11 0>; diff --git a/a/content_digest b/N1/content_digest index 3ab62ac..b8fd48e 100644 --- a/a/content_digest +++ b/N1/content_digest @@ -1,7 +1,7 @@ "ref\020120516064449.32286.77941.sendpatchset@w520\0" - "From\0Magnus Damm <magnus.damm@gmail.com>\0" + "From\0magnus.damm@gmail.com (Magnus Damm)\0" "Subject\0[PATCH 07/08] mach-shmobile: Emma Mobile EV2 DT support V3\0" - "Date\0Wed, 16 May 2012 06:45:54 +0000\0" + "Date\0Wed, 16 May 2012 15:45:54 +0900\0" "To\0linux-arm-kernel@lists.infradead.org\0" "\00:1\0" "b\0" @@ -49,15 +49,15 @@ "+\tinterrupt-parent = <&gic>;\n" "+\n" "+\tcpus {\n" - "+\t\tcpu@0 {\n" + "+\t\tcpu at 0 {\n" "+\t\t\tcompatible = \"arm,cortex-a9\";\n" "+\t\t};\n" - "+\t\tcpu@1 {\n" + "+\t\tcpu at 1 {\n" "+\t\t\tcompatible = \"arm,cortex-a9\";\n" "+\t\t};\n" "+\t};\n" "+\n" - "+\tgic: interrupt-controller@e0020000 {\n" + "+\tgic: interrupt-controller at e0020000 {\n" "+\t\tcompatible = \"arm,cortex-a9-gic\";\n" "+\t\tinterrupt-controller;\n" "+\t\t#interrupt-cells = <3>;\n" @@ -65,31 +65,31 @@ "+\t\t <0xe0020000 0x0100>;\n" "+\t};\n" "+\n" - "+\tsti@e0180000 {\n" + "+\tsti at e0180000 {\n" "+\t\tcompatible = \"renesas,em-sti\";\n" "+\t\treg = <0xe0180000 0x54>;\n" "+\t\tinterrupts = <0 125 0>;\n" "+\t};\n" "+\n" - "+\tuart@e1020000 {\n" + "+\tuart at e1020000 {\n" "+\t\tcompatible = \"renesas,em-uart\";\n" "+\t\treg = <0xe1020000 0x38>;\n" "+\t\tinterrupts = <0 8 0>;\n" "+\t};\n" "+\n" - "+\tuart@e1030000 {\n" + "+\tuart at e1030000 {\n" "+\t\tcompatible = \"renesas,em-uart\";\n" "+\t\treg = <0xe1030000 0x38>;\n" "+\t\tinterrupts = <0 9 0>;\n" "+\t};\n" "+\n" - "+\tuart@e1040000 {\n" + "+\tuart at e1040000 {\n" "+\t\tcompatible = \"renesas,em-uart\";\n" "+\t\treg = <0xe1040000 0x38>;\n" "+\t\tinterrupts = <0 10 0>;\n" "+\t};\n" "+\n" - "+\tuart@e1050000 {\n" + "+\tuart at e1050000 {\n" "+\t\tcompatible = \"renesas,em-uart\";\n" "+\t\treg = <0xe1050000 0x38>;\n" "+\t\tinterrupts = <0 11 0>;\n" @@ -186,4 +186,4 @@ "+\n" +#endif /* CONFIG_USE_OF */ -1fdf4b5e3a4351fe61ee06400eeb30968e816d613d81f5db4fc5e33ee2b2e5f6 +547ce895d763a832950a8d001c92ec9bef1b41e674b020fa6fe169ee273598fb
diff --git a/a/content_digest b/N2/content_digest index 3ab62ac..349d191 100644 --- a/a/content_digest +++ b/N2/content_digest @@ -1,8 +1,17 @@ "ref\020120516064449.32286.77941.sendpatchset@w520\0" "From\0Magnus Damm <magnus.damm@gmail.com>\0" "Subject\0[PATCH 07/08] mach-shmobile: Emma Mobile EV2 DT support V3\0" - "Date\0Wed, 16 May 2012 06:45:54 +0000\0" + "Date\0Wed, 16 May 2012 15:45:54 +0900\0" "To\0linux-arm-kernel@lists.infradead.org\0" + "Cc\0linux@arm.linux.org.uk" + arnd@arndb.de + linux-sh@vger.kernel.org + lethal@linux-sh.org + linux-kernel@vger.kernel.org + rjw@sisk.pl + horms@verge.net.au + olof@lixom.net + " Magnus Damm <magnus.damm@gmail.com>\0" "\00:1\0" "b\0" "From: Magnus Damm <damm@opensource.se>\n" @@ -186,4 +195,4 @@ "+\n" +#endif /* CONFIG_USE_OF */ -1fdf4b5e3a4351fe61ee06400eeb30968e816d613d81f5db4fc5e33ee2b2e5f6 +acefe30f604ecc14408dd5822d23805bae7d337c80831a0eea5459053c2a4986
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.