diff for duplicates of <20120312154019.1DB653E0950@localhost> diff --git a/a/1.txt b/N1/1.txt index 3a7d463..462ff0f 100644 --- a/a/1.txt +++ b/N1/1.txt @@ -1,15 +1,15 @@ -On Sun, 11 Mar 2012 19:25:37 +0100, Jean-Christophe PLAGNIOL-VILLARD <plagnioj-sclMFOaUSTBWk0Htik3J/w@public.gmane.org> wrote: +On Sun, 11 Mar 2012 19:25:37 +0100, Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com> wrote: > On 08:07 Sun 11 Mar , Grant Likely wrote: -> > On Fri, 9 Mar 2012 19:25:44 +0100, Jean-Christophe PLAGNIOL-VILLARD <plagnioj-sclMFOaUSTBWk0Htik3J/w@public.gmane.org> wrote: +> > On Fri, 9 Mar 2012 19:25:44 +0100, Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com> wrote: > > > This will allow to use gpio for chip select with no modification in the > > > driver binding > > > > > > When use the cs-gpios, the gpio number will be passed via the cs_gpio field > > > and the number of chip select will automatically increased. > > > -> > > Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj-sclMFOaUSTBWk0Htik3J/w@public.gmane.org> -> > > Cc: devicetree-discuss-uLR06cmDAlY/bJ5BZ2RsiQ@public.gmane.org -> > > Cc: spi-devel-general-5NWGOfrQmneRv+LV9MX5uipxlwaOVQ5f@public.gmane.org +> > > Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com> +> > > Cc: devicetree-discuss at lists.ozlabs.org +> > > Cc: spi-devel-general at lists.sourceforge.net > > > --- > > > v5: > > > update grant comment to simplify the cs_gpio management @@ -50,7 +50,7 @@ On Sun, 11 Mar 2012 19:25:37 +0100, Jean-Christophe PLAGNIOL-VILLARD <plagnioj-s > > > +via the cs_gpio > > > + > > > SPI example for an MPC5200 SPI bus: -> > > spi@f00 { +> > > spi at f00 { > > > #address-cells = <1>; > > > diff --git a/drivers/spi/spi.c b/drivers/spi/spi.c > > > index b2ccdea..446eee5 100644 diff --git a/a/content_digest b/N1/content_digest index 9753624..4ae3d72 100644 --- a/a/content_digest +++ b/N1/content_digest @@ -2,28 +2,24 @@ "ref\01331317544-21735-1-git-send-email-plagnioj@jcrosoft.com\0" "ref\020120311140731.2D4F93E0979@localhost\0" "ref\020120311182537.GS27213@game.jcrosoft.org\0" - "ref\020120311182537.GS27213-RQcB7r2h9QmfDR2tN2SG5Ni2O/JbrIOy@public.gmane.org\0" - "From\0Grant Likely <grant.likely-s3s/WqlpOiPyB63q8FvJNQ@public.gmane.org>\0" - "Subject\0Re: [PATCH 1/4 v5] of_spi: add generic binding support to specify cs gpio\0" + "From\0grant.likely@secretlab.ca (Grant Likely)\0" + "Subject\0[PATCH 1/4 v5] of_spi: add generic binding support to specify cs gpio\0" "Date\0Mon, 12 Mar 2012 09:40:19 -0600\0" - "To\0Jean-Christophe PLAGNIOL-VILLARD <plagnioj-sclMFOaUSTBWk0Htik3J/w@public.gmane.org>\0" - "Cc\0spi-devel-general-5NWGOfrQmneRv+LV9MX5uipxlwaOVQ5f@public.gmane.org" - devicetree-discuss-uLR06cmDAlY/bJ5BZ2RsiQ@public.gmane.org - " linux-arm-kernel-IAPFreCvJWM7uuMidbF8XUB+6BGkLq7r@public.gmane.org\0" + "To\0linux-arm-kernel@lists.infradead.org\0" "\00:1\0" "b\0" - "On Sun, 11 Mar 2012 19:25:37 +0100, Jean-Christophe PLAGNIOL-VILLARD <plagnioj-sclMFOaUSTBWk0Htik3J/w@public.gmane.org> wrote:\n" + "On Sun, 11 Mar 2012 19:25:37 +0100, Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com> wrote:\n" "> On 08:07 Sun 11 Mar , Grant Likely wrote:\n" - "> > On Fri, 9 Mar 2012 19:25:44 +0100, Jean-Christophe PLAGNIOL-VILLARD <plagnioj-sclMFOaUSTBWk0Htik3J/w@public.gmane.org> wrote:\n" + "> > On Fri, 9 Mar 2012 19:25:44 +0100, Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com> wrote:\n" "> > > This will allow to use gpio for chip select with no modification in the\n" "> > > driver binding\n" "> > > \n" "> > > When use the cs-gpios, the gpio number will be passed via the cs_gpio field\n" "> > > and the number of chip select will automatically increased.\n" "> > > \n" - "> > > Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj-sclMFOaUSTBWk0Htik3J/w@public.gmane.org>\n" - "> > > Cc: devicetree-discuss-uLR06cmDAlY/bJ5BZ2RsiQ@public.gmane.org\n" - "> > > Cc: spi-devel-general-5NWGOfrQmneRv+LV9MX5uipxlwaOVQ5f@public.gmane.org\n" + "> > > Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>\n" + "> > > Cc: devicetree-discuss at lists.ozlabs.org\n" + "> > > Cc: spi-devel-general at lists.sourceforge.net\n" "> > > ---\n" "> > > v5:\n" "> > > \tupdate grant comment to simplify the cs_gpio management\n" @@ -64,7 +60,7 @@ "> > > +via the cs_gpio\n" "> > > +\n" "> > > SPI example for an MPC5200 SPI bus:\n" - "> > > \tspi@f00 {\n" + "> > > \tspi at f00 {\n" "> > > \t\t#address-cells = <1>;\n" "> > > diff --git a/drivers/spi/spi.c b/drivers/spi/spi.c\n" "> > > index b2ccdea..446eee5 100644\n" @@ -209,4 +205,4 @@ "\n" g. -9f576ebc241ed3d69d28cc29c654bf5bb90edf0d257a049e25e7c0bfaa422a3f +541204ec7fab4b330988be0f5d3ed62a4d529ddb861909f6376a2b4be8f54d88
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.