diff for duplicates of <20080712052149.GA23213@secretlab.ca> diff --git a/a/1.txt b/N1/1.txt index 6dd2dd8..b2dbb39 100644 --- a/a/1.txt +++ b/N1/1.txt @@ -1,12 +1,12 @@ On Wed, Jul 02, 2008 at 11:02:23PM -0400, Jon Smirl wrote: -> On 7/2/08, Grant Likely <grant.likely-s3s/WqlpOiPyB63q8FvJNQ@public.gmane.org> wrote: -> > From: Grant Likely <grant.likely-s3s/WqlpOiPyB63q8FvJNQ@public.gmane.org> +> On 7/2/08, Grant Likely <grant.likely@secretlab.ca> wrote: +> > From: Grant Likely <grant.likely@secretlab.ca> > > > > This patch adds support for populating an SPI bus based on data in the > > OF device tree. This is useful for powerpc platforms which use the > > device tree instead of discrete code for describing platform layout. > > -> > Signed-off-by: Grant Likely <grant.likely-s3s/WqlpOiPyB63q8FvJNQ@public.gmane.org> +> > Signed-off-by: Grant Likely <grant.likely@secretlab.ca> > > --- > > + /* Select device driver */ > > + sprop = of_get_property(nc, "linux,modalias", &len); @@ -25,9 +25,3 @@ You're right. I've refactored the i2c code to make it usable by SPI also. I'll post the new patch series this evening. g. - -------------------------------------------------------------------------- -Sponsored by: SourceForge.net Community Choice Awards: VOTE NOW! -Studies have shown that voting for your favorite open source project, -along with a healthy diet, reduces your potential for chronic lameness -and boredom. Vote Now at http://www.sourceforge.net/community/cca08 diff --git a/a/content_digest b/N1/content_digest index 662d8ec..1e2a854 100644 --- a/a/content_digest +++ b/N1/content_digest @@ -1,27 +1,26 @@ "ref\020080703005749.26187.71719.stgit@trillian.secretlab.ca\0" "ref\020080703010313.26187.99119.stgit@trillian.secretlab.ca\0" "ref\09e4733910807022002n3c739c7cs8ed642e4a6027bb6@mail.gmail.com\0" - "ref\09e4733910807022002n3c739c7cs8ed642e4a6027bb6-JsoAwUIsXosN+BqQ9rBEUg@public.gmane.org\0" - "From\0Grant Likely <grant.likely-s3s/WqlpOiPyB63q8FvJNQ@public.gmane.org>\0" + "From\0Grant Likely <grant.likely@secretlab.ca>\0" "Subject\0Re: [PATCH v2 4/5] spi: Add OF binding support for SPI busses\0" "Date\0Fri, 11 Jul 2008 23:21:49 -0600\0" - "To\0Jon Smirl <jonsmirl-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org>\0" - "Cc\0david-b-yBeKhBN/0LDR7s880joybQ@public.gmane.org" - linuxppc-dev-mnsaURCQ41sdnm+yROfE0A@public.gmane.org - fabrizio.garetto-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org - linux-kernel-u79uwXL29TY76Z2rM5mHXA@public.gmane.org - " spi-devel-general-5NWGOfrQmneRv+LV9MX5uipxlwaOVQ5f@public.gmane.org\0" + "To\0Jon Smirl <jonsmirl@gmail.com>\0" + "Cc\0david-b@pacbell.net" + linuxppc-dev@ozlabs.org + fabrizio.garetto@gmail.com + linux-kernel@vger.kernel.org + " spi-devel-general@lists.sourceforge.net\0" "\00:1\0" "b\0" "On Wed, Jul 02, 2008 at 11:02:23PM -0400, Jon Smirl wrote:\n" - "> On 7/2/08, Grant Likely <grant.likely-s3s/WqlpOiPyB63q8FvJNQ@public.gmane.org> wrote:\n" - "> > From: Grant Likely <grant.likely-s3s/WqlpOiPyB63q8FvJNQ@public.gmane.org>\n" + "> On 7/2/08, Grant Likely <grant.likely@secretlab.ca> wrote:\n" + "> > From: Grant Likely <grant.likely@secretlab.ca>\n" "> >\n" "> > This patch adds support for populating an SPI bus based on data in the\n" "> > OF device tree. This is useful for powerpc platforms which use the\n" "> > device tree instead of discrete code for describing platform layout.\n" "> >\n" - "> > Signed-off-by: Grant Likely <grant.likely-s3s/WqlpOiPyB63q8FvJNQ@public.gmane.org>\n" + "> > Signed-off-by: Grant Likely <grant.likely@secretlab.ca>\n" "> > ---\n" "> > + /* Select device driver */\n" "> > + sprop = of_get_property(nc, \"linux,modalias\", &len);\n" @@ -39,12 +38,6 @@ "You're right. I've refactored the i2c code to make it usable by SPI\n" "also. I'll post the new patch series this evening.\n" "\n" - "g.\n" - "\n" - "-------------------------------------------------------------------------\n" - "Sponsored by: SourceForge.net Community Choice Awards: VOTE NOW!\n" - "Studies have shown that voting for your favorite open source project,\n" - "along with a healthy diet, reduces your potential for chronic lameness\n" - and boredom. Vote Now at http://www.sourceforge.net/community/cca08 + g. -3b85f6ef90e2482c829c597396a4d5906503a505523ae69413940c52a5422270 +7efc479144df4d63a98bef17bc1d7e42ecb71ce9ea4d3839fc4a76d60c857000
diff --git a/a/1.txt b/N2/1.txt index 6dd2dd8..b2dbb39 100644 --- a/a/1.txt +++ b/N2/1.txt @@ -1,12 +1,12 @@ On Wed, Jul 02, 2008 at 11:02:23PM -0400, Jon Smirl wrote: -> On 7/2/08, Grant Likely <grant.likely-s3s/WqlpOiPyB63q8FvJNQ@public.gmane.org> wrote: -> > From: Grant Likely <grant.likely-s3s/WqlpOiPyB63q8FvJNQ@public.gmane.org> +> On 7/2/08, Grant Likely <grant.likely@secretlab.ca> wrote: +> > From: Grant Likely <grant.likely@secretlab.ca> > > > > This patch adds support for populating an SPI bus based on data in the > > OF device tree. This is useful for powerpc platforms which use the > > device tree instead of discrete code for describing platform layout. > > -> > Signed-off-by: Grant Likely <grant.likely-s3s/WqlpOiPyB63q8FvJNQ@public.gmane.org> +> > Signed-off-by: Grant Likely <grant.likely@secretlab.ca> > > --- > > + /* Select device driver */ > > + sprop = of_get_property(nc, "linux,modalias", &len); @@ -25,9 +25,3 @@ You're right. I've refactored the i2c code to make it usable by SPI also. I'll post the new patch series this evening. g. - -------------------------------------------------------------------------- -Sponsored by: SourceForge.net Community Choice Awards: VOTE NOW! -Studies have shown that voting for your favorite open source project, -along with a healthy diet, reduces your potential for chronic lameness -and boredom. Vote Now at http://www.sourceforge.net/community/cca08 diff --git a/a/content_digest b/N2/content_digest index 662d8ec..b6affdc 100644 --- a/a/content_digest +++ b/N2/content_digest @@ -1,27 +1,26 @@ "ref\020080703005749.26187.71719.stgit@trillian.secretlab.ca\0" "ref\020080703010313.26187.99119.stgit@trillian.secretlab.ca\0" "ref\09e4733910807022002n3c739c7cs8ed642e4a6027bb6@mail.gmail.com\0" - "ref\09e4733910807022002n3c739c7cs8ed642e4a6027bb6-JsoAwUIsXosN+BqQ9rBEUg@public.gmane.org\0" - "From\0Grant Likely <grant.likely-s3s/WqlpOiPyB63q8FvJNQ@public.gmane.org>\0" + "From\0Grant Likely <grant.likely@secretlab.ca>\0" "Subject\0Re: [PATCH v2 4/5] spi: Add OF binding support for SPI busses\0" "Date\0Fri, 11 Jul 2008 23:21:49 -0600\0" - "To\0Jon Smirl <jonsmirl-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org>\0" - "Cc\0david-b-yBeKhBN/0LDR7s880joybQ@public.gmane.org" - linuxppc-dev-mnsaURCQ41sdnm+yROfE0A@public.gmane.org - fabrizio.garetto-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org - linux-kernel-u79uwXL29TY76Z2rM5mHXA@public.gmane.org - " spi-devel-general-5NWGOfrQmneRv+LV9MX5uipxlwaOVQ5f@public.gmane.org\0" + "To\0Jon Smirl <jonsmirl@gmail.com>\0" + "Cc\0linuxppc-dev@ozlabs.org" + spi-devel-general@lists.sourceforge.net + linux-kernel@vger.kernel.org + fabrizio.garetto@gmail.com + " david-b@pacbell.net\0" "\00:1\0" "b\0" "On Wed, Jul 02, 2008 at 11:02:23PM -0400, Jon Smirl wrote:\n" - "> On 7/2/08, Grant Likely <grant.likely-s3s/WqlpOiPyB63q8FvJNQ@public.gmane.org> wrote:\n" - "> > From: Grant Likely <grant.likely-s3s/WqlpOiPyB63q8FvJNQ@public.gmane.org>\n" + "> On 7/2/08, Grant Likely <grant.likely@secretlab.ca> wrote:\n" + "> > From: Grant Likely <grant.likely@secretlab.ca>\n" "> >\n" "> > This patch adds support for populating an SPI bus based on data in the\n" "> > OF device tree. This is useful for powerpc platforms which use the\n" "> > device tree instead of discrete code for describing platform layout.\n" "> >\n" - "> > Signed-off-by: Grant Likely <grant.likely-s3s/WqlpOiPyB63q8FvJNQ@public.gmane.org>\n" + "> > Signed-off-by: Grant Likely <grant.likely@secretlab.ca>\n" "> > ---\n" "> > + /* Select device driver */\n" "> > + sprop = of_get_property(nc, \"linux,modalias\", &len);\n" @@ -39,12 +38,6 @@ "You're right. I've refactored the i2c code to make it usable by SPI\n" "also. I'll post the new patch series this evening.\n" "\n" - "g.\n" - "\n" - "-------------------------------------------------------------------------\n" - "Sponsored by: SourceForge.net Community Choice Awards: VOTE NOW!\n" - "Studies have shown that voting for your favorite open source project,\n" - "along with a healthy diet, reduces your potential for chronic lameness\n" - and boredom. Vote Now at http://www.sourceforge.net/community/cca08 + g. -3b85f6ef90e2482c829c597396a4d5906503a505523ae69413940c52a5422270 +e745719c7591b16d719d61d245fa02a554800adba53ac0e8fbdfbfc571f89a13
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.