diff for duplicates of <126672712.tufE5adZWC@phil> diff --git a/a/1.txt b/N1/1.txt index 4974c0f..48d3502 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> --- Documentation/devicetree/bindings/misc/sram.txt | 33 +++++++++++++++++++++++++ 1 file changed, 33 insertions(+) @@ -50,7 +50,7 @@ index 4d0a00e..2d83758 100644 + Example: - sram: sram at 5c000000 { + sram: sram@5c000000 { compatible = "mmio-sram"; reg = <0x5c000000 0x40000>; /* 256 KiB SRAM at address 0x5c000000 */ + @@ -58,10 +58,16 @@ index 4d0a00e..2d83758 100644 + #size-cells = <1>; + ranges; + -+ smp-sram at 5c000100 { ++ smp-sram@5c000100 { + compatible = "socvendor,smp-sram"; + reg = <0x5c000100 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 5ba1cf2..5370b0b 100644 --- a/a/content_digest +++ b/N1/content_digest @@ -1,8 +1,19 @@ "ref\021117503.1c6iOkvYSr@phil\0" - "From\0heiko@sntech.de (Heiko St\303\274bner)\0" + "From\0Heiko St\303\274bner <heiko-4mtYJXux2i+zQB+pC5nmwQ@public.gmane.org>\0" "Subject\0[PATCH v8 1/6] dt-bindings: sram: describe option to reserve parts of the memory\0" "Date\0Tue, 25 Feb 2014 12:45:49 +0100\0" - "To\0linux-arm-kernel@lists.infradead.org\0" + "To\0linux-arm-kernel-IAPFreCvJWM7uuMidbF8XUB+6BGkLq7r@public.gmane.org <linux-arm-kernel-IAPFreCvJWM7uuMidbF8XUB+6BGkLq7r@public.gmane.org>\0" + "Cc\0arm-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>\0" "\00:1\0" "b\0" "Some SoCs need parts of their sram for special purposes. So while being part\n" @@ -12,13 +23,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" " Documentation/devicetree/bindings/misc/sram.txt | 33 +++++++++++++++++++++++++\n" " 1 file changed, 33 insertions(+)\n" @@ -57,7 +68,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" @@ -65,12 +76,18 @@ "+\t#size-cells = <1>;\n" "+\tranges;\n" "+\n" - "+\tsmp-sram at 5c000100 {\n" + "+\tsmp-sram@5c000100 {\n" "+\t\tcompatible = \"socvendor,smp-sram\";\n" "+\t\treg = <0x5c000100 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 -18c6cd991eda0f2923ca9d940014e2bd59d36459449854c09290ab0f02d73806 +fd495fc8ef30fce9e6e494aec033d81d6e76a39ba1de49cf6cb6e8603e3fbfb1
diff --git a/a/1.txt b/N2/1.txt index 4974c0f..788dd0b 100644 --- a/a/1.txt +++ b/N2/1.txt @@ -50,7 +50,7 @@ index 4d0a00e..2d83758 100644 + Example: - sram: sram at 5c000000 { + sram: sram@5c000000 { compatible = "mmio-sram"; reg = <0x5c000000 0x40000>; /* 256 KiB SRAM at address 0x5c000000 */ + @@ -58,7 +58,7 @@ index 4d0a00e..2d83758 100644 + #size-cells = <1>; + ranges; + -+ smp-sram at 5c000100 { ++ smp-sram@5c000100 { + compatible = "socvendor,smp-sram"; + reg = <0x5c000100 0x50>; + }; diff --git a/a/content_digest b/N2/content_digest index 5ba1cf2..f129533 100644 --- a/a/content_digest +++ b/N2/content_digest @@ -1,8 +1,19 @@ "ref\021117503.1c6iOkvYSr@phil\0" - "From\0heiko@sntech.de (Heiko St\303\274bner)\0" + "From\0Heiko St\303\274bner <heiko@sntech.de>\0" "Subject\0[PATCH v8 1/6] dt-bindings: sram: describe option to reserve parts of the memory\0" "Date\0Tue, 25 Feb 2014 12:45:49 +0100\0" - "To\0linux-arm-kernel@lists.infradead.org\0" + "To\0linux-arm-kernel@lists.infradead.org <linux-arm-kernel@lists.infradead.org>\0" + "Cc\0arm@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>\0" "\00:1\0" "b\0" "Some SoCs need parts of their sram for special purposes. So while being part\n" @@ -57,7 +68,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" @@ -65,7 +76,7 @@ "+\t#size-cells = <1>;\n" "+\tranges;\n" "+\n" - "+\tsmp-sram at 5c000100 {\n" + "+\tsmp-sram@5c000100 {\n" "+\t\tcompatible = \"socvendor,smp-sram\";\n" "+\t\treg = <0x5c000100 0x50>;\n" "+\t};\n" @@ -73,4 +84,4 @@ "-- \n" 1.8.5.3 -18c6cd991eda0f2923ca9d940014e2bd59d36459449854c09290ab0f02d73806 +00b8e83645c5978b3063b23a53c7fd267220d9912519f2db9c6ae6cbbecc83b9
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.