All of lore.kernel.org
 help / color / mirror / Atom feed
diff for duplicates of <201307051441.27605.heiko@sntech.de>

diff --git a/a/1.txt b/N1/1.txt
index c57bc19..1cf0f6e 100644
--- a/a/1.txt
+++ b/N1/1.txt
@@ -4,9 +4,9 @@ of the periphal, it should not be part of the genpool controlling the sram.
 Threfore add an option mmio-sram-reserved to keep arbitary portions of the
 sram from being part of the pool.
 
-Suggested-by: Rob Herring <robherring2@gmail.com>
-Signed-off-by: Heiko Stuebner <heiko@sntech.de>
-Tested-by: Ulrich Prinz <ulrich.prinz@googlemail.com>
+Suggested-by: Rob Herring <robherring2-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org>
+Signed-off-by: Heiko Stuebner <heiko-4mtYJXux2i+zQB+pC5nmwQ@public.gmane.org>
+Tested-by: Ulrich Prinz <ulrich.prinz-gM/Ye1E23mwN+BqQ9rBEUg@public.gmane.org>
 ---
  Documentation/devicetree/bindings/misc/sram.txt |    8 +++
  drivers/misc/sram.c                             |   80 +++++++++++++++++++++--
@@ -29,7 +29,7 @@ index 4d0a00e..eae080e 100644
 +
  Example:
  
- sram: sram at 5c000000 {
+ sram: sram@5c000000 {
  	compatible = "mmio-sram";
  	reg = <0x5c000000 0x40000>; /* 256 KiB SRAM at address 0x5c000000 */
 +	mmio-sram-reserved = <0x0 0x100>; /* reserve 0x5c000000-0x5c000100 */
diff --git a/a/content_digest b/N1/content_digest
index 0f0a0ae..d3c8d36 100644
--- a/a/content_digest
+++ b/N1/content_digest
@@ -1,8 +1,17 @@
  "ref\0201307051440.19428.heiko@sntech.de\0"
- "From\0heiko@sntech.de (Heiko St\303\274bner)\0"
+ "ref\0201307051440.19428.heiko-4mtYJXux2i+zQB+pC5nmwQ@public.gmane.org\0"
+ "From\0Heiko St\303\274bner <heiko-4mtYJXux2i+zQB+pC5nmwQ@public.gmane.org>\0"
  "Subject\0[PATCH v3 2/6] misc: sram: add ability to mark sram sections as reserved\0"
  "Date\0Fri, 5 Jul 2013 14:41:27 +0200\0"
- "To\0linux-arm-kernel@lists.infradead.org\0"
+ "To\0Arnd Bergmann <arnd-r2nGTMty4D4@public.gmane.org>\0"
+ "Cc\0Russell King <linux-lFZ/pmaqli7XmaaqVzeoHQ@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
+  Grant Likely <grant.likely-QSEj5FYQhm4dnm+yROfE0A@public.gmane.org>
+  Ulrich Prinz <ulrich.prinz-gM/Ye1E23mwN+BqQ9rBEUg@public.gmane.org>
+  Philipp Zabel <p.zabel-bIcnvbaLZ9MEGnE8C9+IrQ@public.gmane.org>
+ " linux-arm-kernel-IAPFreCvJWM7uuMidbF8XUB+6BGkLq7r@public.gmane.org <linux-arm-kernel-IAPFreCvJWM7uuMidbF8XUB+6BGkLq7r@public.gmane.org>\0"
  "\00:1\0"
  "b\0"
  "Some SoCs need parts of their sram for special purposes. So while being part\n"
@@ -11,9 +20,9 @@
  "Threfore add an option mmio-sram-reserved to keep arbitary portions of the\n"
  "sram from being part of the pool.\n"
  "\n"
- "Suggested-by: Rob Herring <robherring2@gmail.com>\n"
- "Signed-off-by: Heiko Stuebner <heiko@sntech.de>\n"
- "Tested-by: Ulrich Prinz <ulrich.prinz@googlemail.com>\n"
+ "Suggested-by: Rob Herring <robherring2-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org>\n"
+ "Signed-off-by: Heiko Stuebner <heiko-4mtYJXux2i+zQB+pC5nmwQ@public.gmane.org>\n"
+ "Tested-by: Ulrich Prinz <ulrich.prinz-gM/Ye1E23mwN+BqQ9rBEUg@public.gmane.org>\n"
  "---\n"
  " Documentation/devicetree/bindings/misc/sram.txt |    8 +++\n"
  " drivers/misc/sram.c                             |   80 +++++++++++++++++++++--\n"
@@ -36,7 +45,7 @@
  "+\n"
  " Example:\n"
  " \n"
- " sram: sram at 5c000000 {\n"
+ " sram: sram@5c000000 {\n"
  " \tcompatible = \"mmio-sram\";\n"
  " \treg = <0x5c000000 0x40000>; /* 256 KiB SRAM at address 0x5c000000 */\n"
  "+\tmmio-sram-reserved = <0x0 0x100>; /* reserve 0x5c000000-0x5c000100 */\n"
@@ -142,4 +151,4 @@
  "-- \n"
  1.7.10.4
 
-c322bee2232763d80b72aa771a8b47eb2d75ecee2618def22d8e2ac25a0683ab
+0b560f8c8a15d13931ac4908723100f7e150ba7a2ee53e413d271d73185a3e87

diff --git a/a/1.txt b/N2/1.txt
index c57bc19..cc7af12 100644
--- a/a/1.txt
+++ b/N2/1.txt
@@ -29,7 +29,7 @@ index 4d0a00e..eae080e 100644
 +
  Example:
  
- sram: sram at 5c000000 {
+ sram: sram@5c000000 {
  	compatible = "mmio-sram";
  	reg = <0x5c000000 0x40000>; /* 256 KiB SRAM at address 0x5c000000 */
 +	mmio-sram-reserved = <0x0 0x100>; /* reserve 0x5c000000-0x5c000100 */
diff --git a/a/content_digest b/N2/content_digest
index 0f0a0ae..07e7ad7 100644
--- a/a/content_digest
+++ b/N2/content_digest
@@ -1,8 +1,18 @@
  "ref\0201307051440.19428.heiko@sntech.de\0"
- "From\0heiko@sntech.de (Heiko St\303\274bner)\0"
+ "From\0Heiko St\303\274bner <heiko@sntech.de>\0"
  "Subject\0[PATCH v3 2/6] misc: sram: add ability to mark sram sections as reserved\0"
  "Date\0Fri, 5 Jul 2013 14:41:27 +0200\0"
- "To\0linux-arm-kernel@lists.infradead.org\0"
+ "To\0Arnd Bergmann <arnd@arndb.de>\0"
+ "Cc\0Olof Johansson <olof@lixom.net>"
+  linux-arm-kernel@lists.infradead.org <linux-arm-kernel@lists.infradead.org>
+  Grant Likely <grant.likely@linaro.org>
+  Rob Herring <robherring2@gmail.com>
+  devicetree-discuss@lists.ozlabs.org
+  Russell King <linux@arm.linux.org.uk>
+  Philipp Zabel <p.zabel@pengutronix.de>
+  linux-kernel@vger.kernel.org
+  Greg Kroah-Hartman <gregkh@linuxfoundation.org>
+ " Ulrich Prinz <ulrich.prinz@googlemail.com>\0"
  "\00:1\0"
  "b\0"
  "Some SoCs need parts of their sram for special purposes. So while being part\n"
@@ -36,7 +46,7 @@
  "+\n"
  " Example:\n"
  " \n"
- " sram: sram at 5c000000 {\n"
+ " sram: sram@5c000000 {\n"
  " \tcompatible = \"mmio-sram\";\n"
  " \treg = <0x5c000000 0x40000>; /* 256 KiB SRAM at address 0x5c000000 */\n"
  "+\tmmio-sram-reserved = <0x0 0x100>; /* reserve 0x5c000000-0x5c000100 */\n"
@@ -142,4 +152,4 @@
  "-- \n"
  1.7.10.4
 
-c322bee2232763d80b72aa771a8b47eb2d75ecee2618def22d8e2ac25a0683ab
+06e850b65db2efdd9ffc7a9b6891b1c744b05a9ba5fd718d1c8b0df3815f1d78

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.