diff for duplicates of <2574291.evU61mFTUd@phil> diff --git a/a/1.txt b/N1/1.txt index 8d6d50c..fc6bb83 100644 --- a/a/1.txt +++ b/N1/1.txt @@ -5,13 +5,13 @@ Therefore add the option to define reserved regions as subnodes of the sram-node similar to defining reserved global memory regions. Originally -Suggested-by: Rob Herring <robherring2@gmail.com> +Suggested-by: Rob Herring <robherring2-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org> Using subnodes for reserved regions -Suggested-by: Grant Likely <grant.likely@linaro.org> +Suggested-by: Grant Likely <grant.likely-QSEj5FYQhm4dnm+yROfE0A@public.gmane.org> -Signed-off-by: Heiko Stuebner <heiko@sntech.de> -Tested-by: Ulrich Prinz <ulrich.prinz@googlemail.com> +Signed-off-by: Heiko Stuebner <heiko-4mtYJXux2i+zQB+pC5nmwQ@public.gmane.org> +Tested-by: Ulrich Prinz <ulrich.prinz-gM/Ye1E23mwN+BqQ9rBEUg@public.gmane.org> --- Hi Arnd, @@ -67,7 +67,7 @@ index 4d0a00e..36cbe5a 100644 + Example: - sram: sram at 5c000000 { + sram: sram@5c000000 { compatible = "mmio-sram"; reg = <0x5c000000 0x40000>; /* 256 KiB SRAM at address 0x5c000000 */ + @@ -75,10 +75,16 @@ index 4d0a00e..36cbe5a 100644 + #size-cells = <1>; + ranges = <0 0x5c000000 0x40000>; + -+ smp-sram at 100 { ++ smp-sram@100 { + compatible = "socvendor,smp-sram"; + reg = <0x100 0x50>; + }; }; -- 1.8.5.3 + + +-- +To unsubscribe from this list: send the line "unsubscribe devicetree" in +the body of a message to majordomo-u79uwXL29TY76Z2rM5mHXA@public.gmane.org +More majordomo info at http://vger.kernel.org/majordomo-info.html diff --git a/a/content_digest b/N1/content_digest index a712e37..11d5f12 100644 --- a/a/content_digest +++ b/N1/content_digest @@ -1,10 +1,24 @@ "ref\021117503.1c6iOkvYSr@phil\0" "ref\0126672712.tufE5adZWC@phil\0" "ref\0201402251419.31151.arnd@arndb.de\0" - "From\0heiko@sntech.de (Heiko St\303\274bner)\0" + "ref\0201402251419.31151.arnd-r2nGTMty4D4@public.gmane.org\0" + "From\0Heiko St\303\274bner <heiko-4mtYJXux2i+zQB+pC5nmwQ@public.gmane.org>\0" "Subject\0[PATCH v8.1 1/6] dt-bindings: sram: describe option to reserve parts of the memory\0" "Date\0Wed, 26 Feb 2014 23:02:52 +0100\0" - "To\0linux-arm-kernel@lists.infradead.org\0" + "To\0Arnd Bergmann <arnd-r2nGTMty4D4@public.gmane.org>\0" + "Cc\0linux-arm-kernel-IAPFreCvJWM7uuMidbF8XUB+6BGkLq7r@public.gmane.org <linux-arm-kernel-IAPFreCvJWM7uuMidbF8XUB+6BGkLq7r@public.gmane.org>" + arm-DgEjT+Ai2ygdnm+yROfE0A@public.gmane.org + Grant Likely <grant.likely-QSEj5FYQhm4dnm+yROfE0A@public.gmane.org> + Rob Herring <robherring2-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org> + devicetree-u79uwXL29TY76Z2rM5mHXA@public.gmane.org + Philipp Zabel <p.zabel-bIcnvbaLZ9MEGnE8C9+IrQ@public.gmane.org> + linux-kernel-u79uwXL29TY76Z2rM5mHXA@public.gmane.org + Greg Kroah-Hartman <gregkh-hQyY1W1yCW8ekmWlsbkhG0B+6BGkLq7r@public.gmane.org> + Pawel Moll <pawel.moll-5wv7dgnIgG8@public.gmane.org> + Mark Rutland <mark.rutland-5wv7dgnIgG8@public.gmane.org> + Stephen Warren <swarren-3lzwWm7+Weoh9ZMKESR00Q@public.gmane.org> + Ian Campbell <ijc+devicetree-KcIKpvwj1kUDXYZnReoRVg@public.gmane.org> + " Sachin Kamat <sachin.kamat-QSEj5FYQhm4dnm+yROfE0A@public.gmane.org>\0" "\00:1\0" "b\0" "Some SoCs need parts of their sram for special purposes. So while being part\n" @@ -14,13 +28,13 @@ "sram-node similar to defining reserved global memory regions.\n" "\n" "Originally\n" - "Suggested-by: Rob Herring <robherring2@gmail.com>\n" + "Suggested-by: Rob Herring <robherring2-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org>\n" "\n" "Using subnodes for reserved regions\n" - "Suggested-by: Grant Likely <grant.likely@linaro.org>\n" + "Suggested-by: Grant Likely <grant.likely-QSEj5FYQhm4dnm+yROfE0A@public.gmane.org>\n" "\n" - "Signed-off-by: Heiko Stuebner <heiko@sntech.de>\n" - "Tested-by: Ulrich Prinz <ulrich.prinz@googlemail.com>\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" "Hi Arnd,\n" "\n" @@ -76,7 +90,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" "+\n" @@ -84,12 +98,18 @@ "+\t#size-cells = <1>;\n" "+\tranges = <0 0x5c000000 0x40000>;\n" "+\n" - "+\tsmp-sram at 100 {\n" + "+\tsmp-sram@100 {\n" "+\t\tcompatible = \"socvendor,smp-sram\";\n" "+\t\treg = <0x100 0x50>;\n" "+\t};\n" " };\n" "-- \n" - 1.8.5.3 + "1.8.5.3\n" + "\n" + "\n" + "--\n" + "To unsubscribe from this list: send the line \"unsubscribe devicetree\" in\n" + "the body of a message to majordomo-u79uwXL29TY76Z2rM5mHXA@public.gmane.org\n" + More majordomo info at http://vger.kernel.org/majordomo-info.html -ab4b6b2c9f712eaf8369694586dcfffb58cda39fda50127bdbaa87dbe96cb4cb +e4dc929cd8f008c686718f294460f6df631a22f69c125ffdad77f3ca66029e2a
diff --git a/a/1.txt b/N2/1.txt index 8d6d50c..beb1d7c 100644 --- a/a/1.txt +++ b/N2/1.txt @@ -67,7 +67,7 @@ index 4d0a00e..36cbe5a 100644 + Example: - sram: sram at 5c000000 { + sram: sram@5c000000 { compatible = "mmio-sram"; reg = <0x5c000000 0x40000>; /* 256 KiB SRAM at address 0x5c000000 */ + @@ -75,7 +75,7 @@ index 4d0a00e..36cbe5a 100644 + #size-cells = <1>; + ranges = <0 0x5c000000 0x40000>; + -+ smp-sram at 100 { ++ smp-sram@100 { + compatible = "socvendor,smp-sram"; + reg = <0x100 0x50>; + }; diff --git a/a/content_digest b/N2/content_digest index a712e37..000c0cf 100644 --- a/a/content_digest +++ b/N2/content_digest @@ -1,10 +1,23 @@ "ref\021117503.1c6iOkvYSr@phil\0" "ref\0126672712.tufE5adZWC@phil\0" "ref\0201402251419.31151.arnd@arndb.de\0" - "From\0heiko@sntech.de (Heiko St\303\274bner)\0" + "From\0Heiko St\303\274bner <heiko@sntech.de>\0" "Subject\0[PATCH v8.1 1/6] dt-bindings: sram: describe option to reserve parts of the memory\0" "Date\0Wed, 26 Feb 2014 23:02:52 +0100\0" - "To\0linux-arm-kernel@lists.infradead.org\0" + "To\0Arnd Bergmann <arnd@arndb.de>\0" + "Cc\0linux-arm-kernel@lists.infradead.org <linux-arm-kernel@lists.infradead.org>" + arm@kernel.org + Grant Likely <grant.likely@linaro.org> + Rob Herring <robherring2@gmail.com> + devicetree@vger.kernel.org + Philipp Zabel <p.zabel@pengutronix.de> + linux-kernel@vger.kernel.org + Greg Kroah-Hartman <gregkh@linuxfoundation.org> + Pawel Moll <pawel.moll@arm.com> + Mark Rutland <mark.rutland@arm.com> + Stephen Warren <swarren@wwwdotorg.org> + Ian Campbell <ijc+devicetree@hellion.org.uk> + " Sachin Kamat <sachin.kamat@linaro.org>\0" "\00:1\0" "b\0" "Some SoCs need parts of their sram for special purposes. So while being part\n" @@ -76,7 +89,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" "+\n" @@ -84,7 +97,7 @@ "+\t#size-cells = <1>;\n" "+\tranges = <0 0x5c000000 0x40000>;\n" "+\n" - "+\tsmp-sram at 100 {\n" + "+\tsmp-sram@100 {\n" "+\t\tcompatible = \"socvendor,smp-sram\";\n" "+\t\treg = <0x100 0x50>;\n" "+\t};\n" @@ -92,4 +105,4 @@ "-- \n" 1.8.5.3 -ab4b6b2c9f712eaf8369694586dcfffb58cda39fda50127bdbaa87dbe96cb4cb +26f81bc25e2c6b5460d81f1dfb0ae8a8efb294a8f0ad8a2a18dfaf8698a372b5
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.