diff for duplicates of <5260F998.1080008@atmel.com> diff --git a/a/1.txt b/N1/1.txt index 6bc7880..405935e 100644 --- a/a/1.txt +++ b/N1/1.txt @@ -31,7 +31,7 @@ I am looking forward the same result on other SoCs. > - #size-cells = <1>; > - ranges; > - -> - main_clock: clock at 0 { +> - main_clock: clock@0 { > - compatible = "atmel,osc", "fixed-clock"; > - clock-frequency = <12000000>; > - }; @@ -39,7 +39,7 @@ I am looking forward the same result on other SoCs. > - > ahb { > apb { -> spi0: spi at f0004000 { +> spi0: spi@f0004000 { > diff --git a/arch/arm/mach-at91/sama5d3.c b/arch/arm/mach-at91/sama5d3.c > index 3426098..ae58fea 100644 > --- a/arch/arm/mach-at91/sama5d3.c diff --git a/a/content_digest b/N1/content_digest index a5ef430..8108492 100644 --- a/a/content_digest +++ b/N1/content_digest @@ -1,9 +1,21 @@ "ref\01381495416-15928-1-git-send-email-b.brezillon@overkiz.com\0" "ref\01381495416-15928-7-git-send-email-b.brezillon@overkiz.com\0" - "From\0nicolas.ferre@atmel.com (Nicolas Ferre)\0" - "Subject\0[PATCH v2 6/6] ARM: at91/dt: remove old clk material\0" + "From\0Nicolas Ferre <nicolas.ferre@atmel.com>\0" + "Subject\0Re: [PATCH v2 6/6] ARM: at91/dt: remove old clk material\0" "Date\0Fri, 18 Oct 2013 11:04:24 +0200\0" - "To\0linux-arm-kernel@lists.infradead.org\0" + "To\0Boris BREZILLON <b.brezillon@overkiz.com>" + Rob Herring <rob.herring@calxeda.com> + Pawel Moll <pawel.moll@arm.com> + Mark Rutland <mark.rutland@arm.com> + Stephen Warren <swarren@wwwdotorg.org> + Ian Campbell <ijc+devicetree@hellion.org.uk> + Russell King <linux@arm.linux.org.uk> + Andrew Victor <linux@maxim.org.za> + Jean-Christophe Plagniol-Villard <plagnioj@jcrosoft.com> + " Mike Turquette <mturquette@linaro.org>\0" + "Cc\0devicetree@vger.kernel.org" + linux-arm-kernel@lists.infradead.org + " linux-kernel@vger.kernel.org\0" "\00:1\0" "b\0" "On 11/10/2013 14:43, Boris BREZILLON :\n" @@ -39,7 +51,7 @@ "> -\t\t#size-cells = <1>;\n" "> -\t\tranges;\n" "> -\n" - "> -\t\tmain_clock: clock at 0 {\n" + "> -\t\tmain_clock: clock@0 {\n" "> -\t\t\tcompatible = \"atmel,osc\", \"fixed-clock\";\n" "> -\t\t\tclock-frequency = <12000000>;\n" "> -\t\t};\n" @@ -47,7 +59,7 @@ "> -\n" "> \tahb {\n" "> \t\tapb {\n" - "> \t\t\tspi0: spi at f0004000 {\n" + "> \t\t\tspi0: spi@f0004000 {\n" "> diff --git a/arch/arm/mach-at91/sama5d3.c b/arch/arm/mach-at91/sama5d3.c\n" "> index 3426098..ae58fea 100644\n" "> --- a/arch/arm/mach-at91/sama5d3.c\n" @@ -416,4 +428,4 @@ "-- \n" Nicolas Ferre -98f6144b67c3da7a1a70cecb5b0bb10eaefe54e62f6a333d1d8cbdf45b2f2b26 +da3ac061b6cadb7ff072766793164eaf97a1d78d555725be6451e9c39eb072e2
diff --git a/a/1.txt b/N2/1.txt index 6bc7880..405935e 100644 --- a/a/1.txt +++ b/N2/1.txt @@ -31,7 +31,7 @@ I am looking forward the same result on other SoCs. > - #size-cells = <1>; > - ranges; > - -> - main_clock: clock at 0 { +> - main_clock: clock@0 { > - compatible = "atmel,osc", "fixed-clock"; > - clock-frequency = <12000000>; > - }; @@ -39,7 +39,7 @@ I am looking forward the same result on other SoCs. > - > ahb { > apb { -> spi0: spi at f0004000 { +> spi0: spi@f0004000 { > diff --git a/arch/arm/mach-at91/sama5d3.c b/arch/arm/mach-at91/sama5d3.c > index 3426098..ae58fea 100644 > --- a/arch/arm/mach-at91/sama5d3.c diff --git a/a/content_digest b/N2/content_digest index a5ef430..a563e8e 100644 --- a/a/content_digest +++ b/N2/content_digest @@ -1,9 +1,21 @@ "ref\01381495416-15928-1-git-send-email-b.brezillon@overkiz.com\0" "ref\01381495416-15928-7-git-send-email-b.brezillon@overkiz.com\0" - "From\0nicolas.ferre@atmel.com (Nicolas Ferre)\0" - "Subject\0[PATCH v2 6/6] ARM: at91/dt: remove old clk material\0" + "From\0Nicolas Ferre <nicolas.ferre@atmel.com>\0" + "Subject\0Re: [PATCH v2 6/6] ARM: at91/dt: remove old clk material\0" "Date\0Fri, 18 Oct 2013 11:04:24 +0200\0" - "To\0linux-arm-kernel@lists.infradead.org\0" + "To\0Boris BREZILLON <b.brezillon@overkiz.com>" + Rob Herring <rob.herring@calxeda.com> + Pawel Moll <pawel.moll@arm.com> + Mark Rutland <mark.rutland@arm.com> + Stephen Warren <swarren@wwwdotorg.org> + Ian Campbell <ijc+devicetree@hellion.org.uk> + Russell King <linux@arm.linux.org.uk> + Andrew Victor <linux@maxim.org.za> + Jean-Christophe Plagniol-Villard <plagnioj@jcrosoft.com> + " Mike Turquette <mturquette@linaro.org>\0" + "Cc\0<devicetree@vger.kernel.org>" + <linux-arm-kernel@lists.infradead.org> + " <linux-kernel@vger.kernel.org>\0" "\00:1\0" "b\0" "On 11/10/2013 14:43, Boris BREZILLON :\n" @@ -39,7 +51,7 @@ "> -\t\t#size-cells = <1>;\n" "> -\t\tranges;\n" "> -\n" - "> -\t\tmain_clock: clock at 0 {\n" + "> -\t\tmain_clock: clock@0 {\n" "> -\t\t\tcompatible = \"atmel,osc\", \"fixed-clock\";\n" "> -\t\t\tclock-frequency = <12000000>;\n" "> -\t\t};\n" @@ -47,7 +59,7 @@ "> -\n" "> \tahb {\n" "> \t\tapb {\n" - "> \t\t\tspi0: spi at f0004000 {\n" + "> \t\t\tspi0: spi@f0004000 {\n" "> diff --git a/arch/arm/mach-at91/sama5d3.c b/arch/arm/mach-at91/sama5d3.c\n" "> index 3426098..ae58fea 100644\n" "> --- a/arch/arm/mach-at91/sama5d3.c\n" @@ -416,4 +428,4 @@ "-- \n" Nicolas Ferre -98f6144b67c3da7a1a70cecb5b0bb10eaefe54e62f6a333d1d8cbdf45b2f2b26 +43f83c7f9522a5de13462f1a19a2f0ec3fed2132d9b8e947a54401203e51c340
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.