diff for duplicates of <20160401060046.GG18833@tiger> diff --git a/a/1.txt b/N1/1.txt index 477f691..08af34f 100644 --- a/a/1.txt +++ b/N1/1.txt @@ -2,7 +2,7 @@ On Fri, Mar 11, 2016 at 02:29:30PM +0530, Sanchayan Maity wrote: > Add OCROM node and introduce phandles to OCROM, MSCM and NVMEM > OCOTP for use by the Vybrid SoC bus driver. > -> Signed-off-by: Sanchayan Maity <maitysanchayan@gmail.com> +> Signed-off-by: Sanchayan Maity <maitysanchayan-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org> > --- > arch/arm/boot/dts/vfxxx.dtsi | 12 +++++++++++- > 1 file changed, 11 insertions(+), 1 deletion(-) @@ -30,14 +30,18 @@ Shawn > + nvmem-cells = <&ocotp_cfg0>, <&ocotp_cfg1>; > + nvmem-cell-names = "cfg0", "cfg1"; > + -> + ocrom: ocrom at 00000000 { +> + ocrom: ocrom@00000000 { > + compatible = "fsl,vf610-ocrom", "syscon"; > + reg = <0x00000000 0x18000>; > + }; > -> aips0: aips-bus at 40000000 { +> aips0: aips-bus@40000000 { > compatible = "fsl,aips-bus", "simple-bus"; > -- > 2.7.2 > -> +> +-- +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 c7900d4..1414b3f 100644 --- a/a/content_digest +++ b/N1/content_digest @@ -1,16 +1,24 @@ "ref\0cover.1457684688.git.maitysanchayan@gmail.com\0" "ref\039ab1c08dacb7fc4e36a3f3517da16d4da47710b.1457684688.git.maitysanchayan@gmail.com\0" - "From\0shawnguo@kernel.org (Shawn Guo)\0" - "Subject\0[PATCH v1 3/4] ARM: dts: vfxxx: Add OCROM and phandle entries for Vybrid SoC bus driver\0" + "ref\039ab1c08dacb7fc4e36a3f3517da16d4da47710b.1457684688.git.maitysanchayan-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org\0" + "From\0Shawn Guo <shawnguo-DgEjT+Ai2ygdnm+yROfE0A@public.gmane.org>\0" + "Subject\0Re: [PATCH v1 3/4] ARM: dts: vfxxx: Add OCROM and phandle entries for Vybrid SoC bus driver\0" "Date\0Fri, 1 Apr 2016 14:00:46 +0800\0" - "To\0linux-arm-kernel@lists.infradead.org\0" + "To\0Sanchayan Maity <maitysanchayan-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org>\0" + "Cc\0arnd-r2nGTMty4D4@public.gmane.org" + stefan-XLVq0VzYD2Y@public.gmane.org + robh+dt-DgEjT+Ai2ygdnm+yROfE0A@public.gmane.org + lee.jones-QSEj5FYQhm4dnm+yROfE0A@public.gmane.org + linux-arm-kernel-IAPFreCvJWM7uuMidbF8XUB+6BGkLq7r@public.gmane.org + devicetree-u79uwXL29TY76Z2rM5mHXA@public.gmane.org + " linux-kernel-u79uwXL29TY76Z2rM5mHXA@public.gmane.org\0" "\00:1\0" "b\0" "On Fri, Mar 11, 2016 at 02:29:30PM +0530, Sanchayan Maity wrote:\n" "> Add OCROM node and introduce phandles to OCROM, MSCM and NVMEM\n" "> OCOTP for use by the Vybrid SoC bus driver.\n" "> \n" - "> Signed-off-by: Sanchayan Maity <maitysanchayan@gmail.com>\n" + "> Signed-off-by: Sanchayan Maity <maitysanchayan-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org>\n" "> ---\n" "> arch/arm/boot/dts/vfxxx.dtsi | 12 +++++++++++-\n" "> 1 file changed, 11 insertions(+), 1 deletion(-)\n" @@ -38,16 +46,20 @@ "> +\t\tnvmem-cells = <&ocotp_cfg0>, <&ocotp_cfg1>;\n" "> +\t\tnvmem-cell-names = \"cfg0\", \"cfg1\";\n" "> +\n" - "> +\t\tocrom: ocrom at 00000000 {\n" + "> +\t\tocrom: ocrom@00000000 {\n" "> +\t\t\tcompatible = \"fsl,vf610-ocrom\", \"syscon\";\n" "> +\t\t\treg = <0x00000000 0x18000>;\n" "> +\t\t};\n" "> \n" - "> \t\taips0: aips-bus at 40000000 {\n" + "> \t\taips0: aips-bus@40000000 {\n" "> \t\t\tcompatible = \"fsl,aips-bus\", \"simple-bus\";\n" "> -- \n" "> 2.7.2\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 -21bc073832f5a80a9a26de9c7ea17a6ea31d1f32b776842044e2802353c5cc1a +0b4088a51f28edecdcd05131634fd7aacaa29c0ff6b8af1be2b875ad14db34ca
diff --git a/a/1.txt b/N2/1.txt index 477f691..fa72b1a 100644 --- a/a/1.txt +++ b/N2/1.txt @@ -30,12 +30,12 @@ Shawn > + nvmem-cells = <&ocotp_cfg0>, <&ocotp_cfg1>; > + nvmem-cell-names = "cfg0", "cfg1"; > + -> + ocrom: ocrom at 00000000 { +> + ocrom: ocrom@00000000 { > + compatible = "fsl,vf610-ocrom", "syscon"; > + reg = <0x00000000 0x18000>; > + }; > -> aips0: aips-bus at 40000000 { +> aips0: aips-bus@40000000 { > compatible = "fsl,aips-bus", "simple-bus"; > -- > 2.7.2 diff --git a/a/content_digest b/N2/content_digest index c7900d4..8f61c8d 100644 --- a/a/content_digest +++ b/N2/content_digest @@ -1,9 +1,16 @@ "ref\0cover.1457684688.git.maitysanchayan@gmail.com\0" "ref\039ab1c08dacb7fc4e36a3f3517da16d4da47710b.1457684688.git.maitysanchayan@gmail.com\0" - "From\0shawnguo@kernel.org (Shawn Guo)\0" - "Subject\0[PATCH v1 3/4] ARM: dts: vfxxx: Add OCROM and phandle entries for Vybrid SoC bus driver\0" + "From\0Shawn Guo <shawnguo@kernel.org>\0" + "Subject\0Re: [PATCH v1 3/4] ARM: dts: vfxxx: Add OCROM and phandle entries for Vybrid SoC bus driver\0" "Date\0Fri, 1 Apr 2016 14:00:46 +0800\0" - "To\0linux-arm-kernel@lists.infradead.org\0" + "To\0Sanchayan Maity <maitysanchayan@gmail.com>\0" + "Cc\0arnd@arndb.de" + stefan@agner.ch + robh+dt@kernel.org + lee.jones@linaro.org + linux-arm-kernel@lists.infradead.org + devicetree@vger.kernel.org + " linux-kernel@vger.kernel.org\0" "\00:1\0" "b\0" "On Fri, Mar 11, 2016 at 02:29:30PM +0530, Sanchayan Maity wrote:\n" @@ -38,16 +45,16 @@ "> +\t\tnvmem-cells = <&ocotp_cfg0>, <&ocotp_cfg1>;\n" "> +\t\tnvmem-cell-names = \"cfg0\", \"cfg1\";\n" "> +\n" - "> +\t\tocrom: ocrom at 00000000 {\n" + "> +\t\tocrom: ocrom@00000000 {\n" "> +\t\t\tcompatible = \"fsl,vf610-ocrom\", \"syscon\";\n" "> +\t\t\treg = <0x00000000 0x18000>;\n" "> +\t\t};\n" "> \n" - "> \t\taips0: aips-bus at 40000000 {\n" + "> \t\taips0: aips-bus@40000000 {\n" "> \t\t\tcompatible = \"fsl,aips-bus\", \"simple-bus\";\n" "> -- \n" "> 2.7.2\n" "> \n" > -21bc073832f5a80a9a26de9c7ea17a6ea31d1f32b776842044e2802353c5cc1a +347b5deb3dd7f09147ec89cd3323b3ab4dd77455eedb971e0a177db3ac98c839
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.