diff for duplicates of <4DF29CB1.9070701@gmail.com> diff --git a/a/1.txt b/N1/1.txt index 54c39a5..1d86071 100644 --- a/a/1.txt +++ b/N1/1.txt @@ -1,6 +1,6 @@ On 06/10/2011 05:22 PM, Grant Likely wrote: > On Fri, Jun 10, 2011 at 03:48:42PM -0500, Rob Herring wrote: ->> From: Rob Herring<rob.herring@calxeda.com> +>> From: Rob Herring<rob.herring-bsGFqQB8/DxBDgjK7y7TUQ@public.gmane.org> >> >> Add a function to create amba bus devices (i.e. primecell peripherals) from >> device tree nodes. The device tree scanning is done by @@ -12,12 +12,12 @@ On 06/10/2011 05:22 PM, Grant Likely wrote: >> >> Based on the original work by Jeremy Kerr. >> ->> Cc: Jeremy Kerr<jeremy.kerr@canonical.com> ->> Cc: Grant Likely<grant.likely@secretlab.ca> ->> Cc: linux at arm.linux.org.uk ->> Cc: arnd at arndb.de ->> Acked-by: Linus Walleij<linus.walleij@linaro.org> ->> Signed-off-by: Rob Herring<rob.herring@calxeda.com> +>> Cc: Jeremy Kerr<jeremy.kerr-Z7WLFzj8eWMS+FvcfC7Uqw@public.gmane.org> +>> Cc: Grant Likely<grant.likely-s3s/WqlpOiPyB63q8FvJNQ@public.gmane.org> +>> Cc: linux-lFZ/pmaqli7XmaaqVzeoHQ@public.gmane.org +>> Cc: arnd-r2nGTMty4D4@public.gmane.org +>> Acked-by: Linus Walleij<linus.walleij-QSEj5FYQhm4dnm+yROfE0A@public.gmane.org> +>> Signed-off-by: Rob Herring<rob.herring-bsGFqQB8/DxBDgjK7y7TUQ@public.gmane.org> >> --- >> Documentation/devicetree/bindings/arm/amba.txt | 21 ++++++++++ >> drivers/amba/bus.c | 51 ++++++++++++++++++++++++ @@ -58,7 +58,7 @@ That did cross my mind as I was writing the doc... >> + >> +Example: >> + ->> +serial at fff36000 { +>> +serial@fff36000 { >> + compatible = "arm,pl011", "arm,amba-device"; >> + arm,amba-deviceid =<0x00341011>; >> +}; diff --git a/a/content_digest b/N1/content_digest index 2272ebb..d587139 100644 --- a/a/content_digest +++ b/N1/content_digest @@ -1,15 +1,20 @@ "ref\01307738923-7564-1-git-send-email-robherring2@gmail.com\0" "ref\01307738923-7564-4-git-send-email-robherring2@gmail.com\0" "ref\020110610222236.GD28994@ponder.secretlab.ca\0" - "From\0robherring2@gmail.com (Rob Herring)\0" - "Subject\0[PATCH v4 3/4] drivers/amba: create devices from device tree\0" + "ref\020110610222236.GD28994-e0URQFbLeQY2iJbIjFUEsiwD8/FfD2ys@public.gmane.org\0" + "From\0Rob Herring <robherring2-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org>\0" + "Subject\0Re: [PATCH v4 3/4] drivers/amba: create devices from device tree\0" "Date\0Fri, 10 Jun 2011 17:37:37 -0500\0" - "To\0linux-arm-kernel@lists.infradead.org\0" + "To\0Grant Likely <grant.likely-s3s/WqlpOiPyB63q8FvJNQ@public.gmane.org>\0" + "Cc\0devicetree-discuss-uLR06cmDAlY/bJ5BZ2RsiQ@public.gmane.org" + linux-lFZ/pmaqli7XmaaqVzeoHQ@public.gmane.org + Jeremy Kerr <jeremy.kerr-Z7WLFzj8eWMS+FvcfC7Uqw@public.gmane.org> + " linux-arm-kernel-IAPFreCvJWM7uuMidbF8XUB+6BGkLq7r@public.gmane.org\0" "\00:1\0" "b\0" "On 06/10/2011 05:22 PM, Grant Likely wrote:\n" "> On Fri, Jun 10, 2011 at 03:48:42PM -0500, Rob Herring wrote:\n" - ">> From: Rob Herring<rob.herring@calxeda.com>\n" + ">> From: Rob Herring<rob.herring-bsGFqQB8/DxBDgjK7y7TUQ@public.gmane.org>\n" ">>\n" ">> Add a function to create amba bus devices (i.e. primecell peripherals) from\n" ">> device tree nodes. The device tree scanning is done by\n" @@ -21,12 +26,12 @@ ">>\n" ">> Based on the original work by Jeremy Kerr.\n" ">>\n" - ">> Cc: Jeremy Kerr<jeremy.kerr@canonical.com>\n" - ">> Cc: Grant Likely<grant.likely@secretlab.ca>\n" - ">> Cc: linux at arm.linux.org.uk\n" - ">> Cc: arnd at arndb.de\n" - ">> Acked-by: Linus Walleij<linus.walleij@linaro.org>\n" - ">> Signed-off-by: Rob Herring<rob.herring@calxeda.com>\n" + ">> Cc: Jeremy Kerr<jeremy.kerr-Z7WLFzj8eWMS+FvcfC7Uqw@public.gmane.org>\n" + ">> Cc: Grant Likely<grant.likely-s3s/WqlpOiPyB63q8FvJNQ@public.gmane.org>\n" + ">> Cc: linux-lFZ/pmaqli7XmaaqVzeoHQ@public.gmane.org\n" + ">> Cc: arnd-r2nGTMty4D4@public.gmane.org\n" + ">> Acked-by: Linus Walleij<linus.walleij-QSEj5FYQhm4dnm+yROfE0A@public.gmane.org>\n" + ">> Signed-off-by: Rob Herring<rob.herring-bsGFqQB8/DxBDgjK7y7TUQ@public.gmane.org>\n" ">> ---\n" ">> Documentation/devicetree/bindings/arm/amba.txt | 21 ++++++++++\n" ">> drivers/amba/bus.c | 51 ++++++++++++++++++++++++\n" @@ -67,7 +72,7 @@ ">> +\n" ">> +Example:\n" ">> +\n" - ">> +serial at fff36000 {\n" + ">> +serial@fff36000 {\n" ">> +\tcompatible = \"arm,pl011\", \"arm,amba-device\";\n" ">> +\tarm,amba-deviceid =<0x00341011>;\n" ">> +};\n" @@ -146,4 +151,4 @@ "\n" Rob -ef11c2daa8e73ef758bc41a1ed3d4399afc300093670c27c04da70a50c3f97fa +e9a537e5b52da86a566e3abebbe5536e6e1b4bdbe12815b808cd51cfacef753e
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.