diff for duplicates of <53D5ECCA.7030806@gmail.com> diff --git a/a/1.txt b/N1/1.txt index ae4058a..6c9dd9b 100644 --- a/a/1.txt +++ b/N1/1.txt @@ -6,7 +6,7 @@ On 07/27/2014 11:53 PM, Thomas Petazzoni wrote: > support for a new 'ncs' DT property, which indicates how many chip > selects are available on this platform. > -> Signed-off-by: Thomas Petazzoni <thomas.petazzoni-wi1+55ScJUtKEb57/3fJTNBPR1lH4CV8@public.gmane.org> +> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com> > --- > We could certainly discuss: > @@ -64,7 +64,7 @@ corresponding child node's reg property. Sebastian -> Signed-off-by: Thomas Petazzoni <thomas.petazzoni-wi1+55ScJUtKEb57/3fJTNBPR1lH4CV8@public.gmane.org> +> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com> > --- > Documentation/devicetree/bindings/spi/spi-orion.txt | 3 +++ > drivers/spi/spi-orion.c | 16 ++++++++++++++-- @@ -82,7 +82,7 @@ Sebastian > + unspecified. > > Example: -> spi@10600 { +> spi at 10600 { > @@ -15,5 +17,6 @@ Example: > cell-index = <0>; > reg = <0x10600 0x28>; @@ -145,9 +145,4 @@ Sebastian > master->bits_per_word_mask = SPI_BPW_MASK(8) | SPI_BPW_MASK(16); > > platform_set_drvdata(pdev, master); -> - --- -To unsubscribe from this list: send the line "unsubscribe linux-spi" 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 394b315..0868ee1 100644 --- a/a/content_digest +++ b/N1/content_digest @@ -1,21 +1,9 @@ "ref\01406498000-13079-1-git-send-email-thomas.petazzoni@free-electrons.com\0" "ref\01406498000-13079-3-git-send-email-thomas.petazzoni@free-electrons.com\0" - "ref\01406498000-13079-3-git-send-email-thomas.petazzoni-wi1+55ScJUtKEb57/3fJTNBPR1lH4CV8@public.gmane.org\0" - "From\0Sebastian Hesselbarth <sebastian.hesselbarth-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org>\0" - "Subject\0Re: [PATCH 2/2] spi: orion: add support for multiple chip selects\0" + "From\0sebastian.hesselbarth@gmail.com (Sebastian Hesselbarth)\0" + "Subject\0[PATCH 2/2] spi: orion: add support for multiple chip selects\0" "Date\0Mon, 28 Jul 2014 08:25:14 +0200\0" - "To\0Thomas Petazzoni <thomas.petazzoni-wi1+55ScJUtKEb57/3fJTNBPR1lH4CV8@public.gmane.org>" - Mark Brown <broonie-DgEjT+Ai2ygdnm+yROfE0A@public.gmane.org> - linux-spi-u79uwXL29TY76Z2rM5mHXA@public.gmane.org - " Shadi Ammouri <shadi-eYqpPyKDWXRBDgjK7y7TUQ@public.gmane.org>\0" - "Cc\0linux-arm-kernel-IAPFreCvJWM7uuMidbF8XUB+6BGkLq7r@public.gmane.org" - Jason Cooper <jason-NLaQJdtUoK4Be96aLqz0jA@public.gmane.org> - Andrew Lunn <andrew-g2DYL2Zd6BY@public.gmane.org> - Gregory Clement <gregory.clement-wi1+55ScJUtKEb57/3fJTNBPR1lH4CV8@public.gmane.org> - Tawfik Bayouk <tawfik-eYqpPyKDWXRBDgjK7y7TUQ@public.gmane.org> - Nadav Haklai <nadavh-eYqpPyKDWXRBDgjK7y7TUQ@public.gmane.org> - Lior Amsalem <alior-eYqpPyKDWXRBDgjK7y7TUQ@public.gmane.org> - " Ezequiel Garcia <ezequiel.garcia-wi1+55ScJUtKEb57/3fJTNBPR1lH4CV8@public.gmane.org>\0" + "To\0linux-arm-kernel@lists.infradead.org\0" "\00:1\0" "b\0" "On 07/27/2014 11:53 PM, Thomas Petazzoni wrote:\n" @@ -26,7 +14,7 @@ "> support for a new 'ncs' DT property, which indicates how many chip\n" "> selects are available on this platform.\n" "> \n" - "> Signed-off-by: Thomas Petazzoni <thomas.petazzoni-wi1+55ScJUtKEb57/3fJTNBPR1lH4CV8@public.gmane.org>\n" + "> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>\n" "> ---\n" "> We could certainly discuss:\n" "> \n" @@ -84,7 +72,7 @@ "\n" "Sebastian\n" "\n" - "> Signed-off-by: Thomas Petazzoni <thomas.petazzoni-wi1+55ScJUtKEb57/3fJTNBPR1lH4CV8@public.gmane.org>\n" + "> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>\n" "> ---\n" "> Documentation/devicetree/bindings/spi/spi-orion.txt | 3 +++\n" "> drivers/spi/spi-orion.c | 16 ++++++++++++++--\n" @@ -102,7 +90,7 @@ "> + unspecified.\n" "> \n" "> Example:\n" - "> spi@10600 {\n" + "> spi at 10600 {\n" "> @@ -15,5 +17,6 @@ Example:\n" "> \t cell-index = <0>;\n" "> \t reg = <0x10600 0x28>;\n" @@ -165,11 +153,6 @@ "> \tmaster->bits_per_word_mask = SPI_BPW_MASK(8) | SPI_BPW_MASK(16);\n" "> \n" "> \tplatform_set_drvdata(pdev, master);\n" - "> \n" - "\n" - "--\n" - "To unsubscribe from this list: send the line \"unsubscribe linux-spi\" 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 + > -caf1c86beecaf04756a7b6aa00be1d19ef576538e45401c409969212c0629186 +3f59f71aede1dcf8bc5dcfea862838a1f3af0e8a1feda3e736f9f8659e96a738
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.