diff for duplicates of <20121116140912.GB20006@beef> diff --git a/a/1.txt b/N1/1.txt index fd1d688..f751be2 100644 --- a/a/1.txt +++ b/N1/1.txt @@ -1,7 +1,7 @@ On Thu, Nov 15, 2012 at 02:11:35PM +0100, Philipp Zabel wrote: > Am Mittwoch, den 14.11.2012, 19:15 +0000 schrieb Grant Likely: -> > On Thu, 18 Oct 2012 16:27:33 +0200, Philipp Zabel <p.zabel-bIcnvbaLZ9MEGnE8C9+IrQ@public.gmane.org> wrote: -> > > From: Matt Porter <mporter-l0cyMroinI0@public.gmane.org> +> > On Thu, 18 Oct 2012 16:27:33 +0200, Philipp Zabel <p.zabel@pengutronix.de> wrote: +> > > From: Matt Porter <mporter@ti.com> > > > > > > Adds support for setting the genalloc pool's minimum allocation > > > order via DT or platform data. The allocation order is optional @@ -9,8 +9,8 @@ On Thu, Nov 15, 2012 at 02:11:35PM +0100, Philipp Zabel wrote: > > > present then the order defaults to PAGE_SHIFT to preserve the > > > current behavior. > > > -> > > Signed-off-by: Matt Porter <mporter-l0cyMroinI0@public.gmane.org> -> > > Signed-off-by: Philipp Zabel <p.zabel-bIcnvbaLZ9MEGnE8C9+IrQ@public.gmane.org> +> > > Signed-off-by: Matt Porter <mporter@ti.com> +> > > Signed-off-by: Philipp Zabel <p.zabel@pengutronix.de> > > > --- > > > Documentation/devicetree/bindings/misc/sram.txt | 12 ++++++++++- > > > drivers/misc/sram.c | 14 ++++++++++++- diff --git a/a/content_digest b/N1/content_digest index faf0a9f..7b61713 100644 --- a/a/content_digest +++ b/N1/content_digest @@ -2,26 +2,28 @@ "ref\01350570453-24546-5-git-send-email-p.zabel@pengutronix.de\0" "ref\020121114191551.5E8673E0B7C@localhost\0" "ref\01352985095.2399.184.camel@pizza.hi.pengutronix.de\0" - "ref\01352985095.2399.184.camel-/rZezPiN1rtR6QfukMTsflXZhhPuCNm+@public.gmane.org\0" - "From\0Matt Porter <mporter-l0cyMroinI0@public.gmane.org>\0" + "From\0Matt Porter <mporter@ti.com>\0" "Subject\0Re: [PATCH v5 4/4] misc: sram: add support for configurable allocation order\0" "Date\0Fri, 16 Nov 2012 09:09:12 -0500\0" - "To\0Philipp Zabel <p.zabel-bIcnvbaLZ9MEGnE8C9+IrQ@public.gmane.org>\0" - "Cc\0Dong Aisheng <dong.aisheng-QSEj5FYQhm4dnm+yROfE0A@public.gmane.org>" - Greg Kroah-Hartman <gregkh-hQyY1W1yCW8ekmWlsbkhG0B+6BGkLq7r@public.gmane.org> - devicetree-discuss-uLR06cmDAlY/bJ5BZ2RsiQ@public.gmane.org - linux-kernel-u79uwXL29TY76Z2rM5mHXA@public.gmane.org - Rob Herring <rob.herring-bsGFqQB8/DxBDgjK7y7TUQ@public.gmane.org> - Paul Gortmaker <paul.gortmaker-CWA4WttNNZF54TAoqtyWWQ@public.gmane.org> - Richard Zhao <richard.zhao-KZfg59tc24xl57MIdRCFDg@public.gmane.org> - kernel-bIcnvbaLZ9MEGnE8C9+IrQ@public.gmane.org - " Huang Shijie <shijie8-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org>\0" + "To\0Philipp Zabel <p.zabel@pengutronix.de>\0" + "Cc\0Grant Likely <grant.likely@secretlab.ca>" + linux-kernel@vger.kernel.org + Arnd Bergmann <arnd@arndb.de> + Greg Kroah-Hartman <gregkh@linuxfoundation.org> + Rob Herring <rob.herring@calxeda.com> + Paul Gortmaker <paul.gortmaker@windriver.com> + Shawn Guo <shawn.guo@linaro.org> + Richard Zhao <richard.zhao@freescale.com> + Huang Shijie <shijie8@gmail.com> + Dong Aisheng <dong.aisheng@linaro.org> + kernel@pengutronix.de + " devicetree-discuss@lists.ozlabs.org\0" "\00:1\0" "b\0" "On Thu, Nov 15, 2012 at 02:11:35PM +0100, Philipp Zabel wrote:\n" "> Am Mittwoch, den 14.11.2012, 19:15 +0000 schrieb Grant Likely:\n" - "> > On Thu, 18 Oct 2012 16:27:33 +0200, Philipp Zabel <p.zabel-bIcnvbaLZ9MEGnE8C9+IrQ@public.gmane.org> wrote:\n" - "> > > From: Matt Porter <mporter-l0cyMroinI0@public.gmane.org>\n" + "> > On Thu, 18 Oct 2012 16:27:33 +0200, Philipp Zabel <p.zabel@pengutronix.de> wrote:\n" + "> > > From: Matt Porter <mporter@ti.com>\n" "> > > \n" "> > > Adds support for setting the genalloc pool's minimum allocation\n" "> > > order via DT or platform data. The allocation order is optional\n" @@ -29,8 +31,8 @@ "> > > present then the order defaults to PAGE_SHIFT to preserve the\n" "> > > current behavior.\n" "> > > \n" - "> > > Signed-off-by: Matt Porter <mporter-l0cyMroinI0@public.gmane.org>\n" - "> > > Signed-off-by: Philipp Zabel <p.zabel-bIcnvbaLZ9MEGnE8C9+IrQ@public.gmane.org>\n" + "> > > Signed-off-by: Matt Porter <mporter@ti.com>\n" + "> > > Signed-off-by: Philipp Zabel <p.zabel@pengutronix.de>\n" "> > > ---\n" "> > > Documentation/devicetree/bindings/misc/sram.txt | 12 ++++++++++-\n" "> > > drivers/misc/sram.c | 14 ++++++++++++-\n" @@ -93,4 +95,4 @@ "\n" -Matt -51bee9c773ad1cbfb0df6aea828ba3115a64dd729fb7f31f3ddcc6fb6e0defd8 +570d08d179fc293cf6e6987baccfa2081eba0f8867e243c4ec236876956eae2d
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.