diff for duplicates of <53514551.8030601@atmel.com> diff --git a/a/1.txt b/N1/1.txt index a2e6e61..52cc310 100644 --- a/a/1.txt +++ b/N1/1.txt @@ -1,9 +1,9 @@ On 01/04/2014 09:12, Bo Shen : > The PD16 is the CS3 for SPI0 while not SPI1. > -> Signed-off-by: Bo Shen <voice.shen@atmel.com> +> Signed-off-by: Bo Shen <voice.shen-AIFe0yeh4nAAvxtiuMwx3w@public.gmane.org> -Acked-by: Nicolas Ferre <nicolas.ferre@atmel.com> +Acked-by: Nicolas Ferre <nicolas.ferre-AIFe0yeh4nAAvxtiuMwx3w@public.gmane.org> Okay, queued in at91-3.15-fixes. Thanks @@ -22,7 +22,7 @@ Okay, queued in at91-3.15-fixes. Thanks > @@ -34,7 +34,7 @@ > }; > -> spi0: spi at f0004000 { +> spi0: spi@f0004000 { > - cs-gpios = <&pioD 13 0>; > + cs-gpios = <&pioD 13 0>, <0>, <0>, <&pioD 16 0>; > status = "okay"; @@ -31,7 +31,7 @@ Okay, queued in at91-3.15-fixes. Thanks > @@ -79,7 +79,7 @@ > }; > -> spi1: spi at f8008000 { +> spi1: spi@f8008000 { > - cs-gpios = <&pioC 25 0>, <0>, <0>, <&pioD 16 0>; > + cs-gpios = <&pioC 25 0>; > status = "okay"; @@ -42,3 +42,7 @@ Okay, queued in at91-3.15-fixes. Thanks -- Nicolas Ferre +-- +To unsubscribe from this list: send the line "unsubscribe devicetree" in +the body of a message to majordomo-u79uwXL29TY76Z2rM5mHXA@public.gmane.org +More majordomo info at http://vger.kernel.org/majordomo-info.html diff --git a/a/content_digest b/N1/content_digest index 32f1cc1..8c8f85c 100644 --- a/a/content_digest +++ b/N1/content_digest @@ -1,16 +1,20 @@ "ref\01396336363-13709-1-git-send-email-voice.shen@atmel.com\0" - "From\0nicolas.ferre@atmel.com (Nicolas Ferre)\0" - "Subject\0[PATCH] ARM: at91: fix spi cs on sama5d3 Xplained board\0" + "ref\01396336363-13709-1-git-send-email-voice.shen-AIFe0yeh4nAAvxtiuMwx3w@public.gmane.org\0" + "From\0Nicolas Ferre <nicolas.ferre-AIFe0yeh4nAAvxtiuMwx3w@public.gmane.org>\0" + "Subject\0Re: [PATCH] ARM: at91: fix spi cs on sama5d3 Xplained board\0" "Date\0Fri, 18 Apr 2014 17:31:29 +0200\0" - "To\0linux-arm-kernel@lists.infradead.org\0" + "To\0Bo Shen <voice.shen-AIFe0yeh4nAAvxtiuMwx3w@public.gmane.org>\0" + "Cc\0linux-arm-kernel-IAPFreCvJWM7uuMidbF8XUB+6BGkLq7r@public.gmane.org" + linux-kernel-u79uwXL29TY76Z2rM5mHXA@public.gmane.org + " devicetree-u79uwXL29TY76Z2rM5mHXA@public.gmane.org\0" "\00:1\0" "b\0" "On 01/04/2014 09:12, Bo Shen :\n" "> The PD16 is the CS3 for SPI0 while not SPI1.\n" "> \n" - "> Signed-off-by: Bo Shen <voice.shen@atmel.com>\n" + "> Signed-off-by: Bo Shen <voice.shen-AIFe0yeh4nAAvxtiuMwx3w@public.gmane.org>\n" "\n" - "Acked-by: Nicolas Ferre <nicolas.ferre@atmel.com>\n" + "Acked-by: Nicolas Ferre <nicolas.ferre-AIFe0yeh4nAAvxtiuMwx3w@public.gmane.org>\n" "\n" "Okay, queued in at91-3.15-fixes. Thanks\n" "\n" @@ -29,7 +33,7 @@ "> @@ -34,7 +34,7 @@\n" "> \t\t\t};\n" "> \n" - "> \t\t\tspi0: spi at f0004000 {\n" + "> \t\t\tspi0: spi@f0004000 {\n" "> -\t\t\t\tcs-gpios = <&pioD 13 0>;\n" "> +\t\t\t\tcs-gpios = <&pioD 13 0>, <0>, <0>, <&pioD 16 0>;\n" "> \t\t\t\tstatus = \"okay\";\n" @@ -38,7 +42,7 @@ "> @@ -79,7 +79,7 @@\n" "> \t\t\t};\n" "> \n" - "> \t\t\tspi1: spi at f8008000 {\n" + "> \t\t\tspi1: spi@f8008000 {\n" "> -\t\t\t\tcs-gpios = <&pioC 25 0>, <0>, <0>, <&pioD 16 0>;\n" "> +\t\t\t\tcs-gpios = <&pioC 25 0>;\n" "> \t\t\t\tstatus = \"okay\";\n" @@ -48,6 +52,10 @@ "\n" "\n" "-- \n" - Nicolas Ferre + "Nicolas Ferre\n" + "--\n" + "To unsubscribe from this list: send the line \"unsubscribe devicetree\" in\n" + "the body of a message to majordomo-u79uwXL29TY76Z2rM5mHXA@public.gmane.org\n" + More majordomo info at http://vger.kernel.org/majordomo-info.html -30c7b596aca00d4e17d7bba9b6e574d91e8b6606292a696d5d30b99ae45031ed +3a86e4ecfe884f8eb481042cb329894eeb6613ff21e139a8fa69038c6c520b40
diff --git a/a/1.txt b/N2/1.txt index a2e6e61..61f0fae 100644 --- a/a/1.txt +++ b/N2/1.txt @@ -22,7 +22,7 @@ Okay, queued in at91-3.15-fixes. Thanks > @@ -34,7 +34,7 @@ > }; > -> spi0: spi at f0004000 { +> spi0: spi@f0004000 { > - cs-gpios = <&pioD 13 0>; > + cs-gpios = <&pioD 13 0>, <0>, <0>, <&pioD 16 0>; > status = "okay"; @@ -31,7 +31,7 @@ Okay, queued in at91-3.15-fixes. Thanks > @@ -79,7 +79,7 @@ > }; > -> spi1: spi at f8008000 { +> spi1: spi@f8008000 { > - cs-gpios = <&pioC 25 0>, <0>, <0>, <&pioD 16 0>; > + cs-gpios = <&pioC 25 0>; > status = "okay"; diff --git a/a/content_digest b/N2/content_digest index 32f1cc1..546bffb 100644 --- a/a/content_digest +++ b/N2/content_digest @@ -1,8 +1,11 @@ "ref\01396336363-13709-1-git-send-email-voice.shen@atmel.com\0" - "From\0nicolas.ferre@atmel.com (Nicolas Ferre)\0" - "Subject\0[PATCH] ARM: at91: fix spi cs on sama5d3 Xplained board\0" + "From\0Nicolas Ferre <nicolas.ferre@atmel.com>\0" + "Subject\0Re: [PATCH] ARM: at91: fix spi cs on sama5d3 Xplained board\0" "Date\0Fri, 18 Apr 2014 17:31:29 +0200\0" - "To\0linux-arm-kernel@lists.infradead.org\0" + "To\0Bo Shen <voice.shen@atmel.com>\0" + "Cc\0<linux-arm-kernel@lists.infradead.org>" + <linux-kernel@vger.kernel.org> + " <devicetree@vger.kernel.org>\0" "\00:1\0" "b\0" "On 01/04/2014 09:12, Bo Shen :\n" @@ -29,7 +32,7 @@ "> @@ -34,7 +34,7 @@\n" "> \t\t\t};\n" "> \n" - "> \t\t\tspi0: spi at f0004000 {\n" + "> \t\t\tspi0: spi@f0004000 {\n" "> -\t\t\t\tcs-gpios = <&pioD 13 0>;\n" "> +\t\t\t\tcs-gpios = <&pioD 13 0>, <0>, <0>, <&pioD 16 0>;\n" "> \t\t\t\tstatus = \"okay\";\n" @@ -38,7 +41,7 @@ "> @@ -79,7 +79,7 @@\n" "> \t\t\t};\n" "> \n" - "> \t\t\tspi1: spi at f8008000 {\n" + "> \t\t\tspi1: spi@f8008000 {\n" "> -\t\t\t\tcs-gpios = <&pioC 25 0>, <0>, <0>, <&pioD 16 0>;\n" "> +\t\t\t\tcs-gpios = <&pioC 25 0>;\n" "> \t\t\t\tstatus = \"okay\";\n" @@ -50,4 +53,4 @@ "-- \n" Nicolas Ferre -30c7b596aca00d4e17d7bba9b6e574d91e8b6606292a696d5d30b99ae45031ed +d28021133e8b2a0bc82f5860ff8e7178ed867145623be20240e656ba09c7a803
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.