diff for duplicates of <20180205081722.GS31354@dragon> diff --git a/a/1.txt b/N1/1.txt index d7c4c9c..b58b943 100644 --- a/a/1.txt +++ b/N1/1.txt @@ -51,7 +51,7 @@ Shawn > +&qspi { > + status = "okay"; > + fsl,qspi-has-second-chip; -> + qflash0: s25fs512s@0 { +> + qflash0: s25fs512s at 0 { > + #address-cells = <1>; > + #size-cells = <1>; > + spi-max-frequency = <20000000>; @@ -60,7 +60,7 @@ Shawn > + spi-tx-bus-width = <4>; > + }; > + -> + qflash1: s25fs512s@1 { +> + qflash1: s25fs512s at 1 { > + #address-cells = <1>; > + #size-cells = <1>; > + spi-max-frequency = <20000000>; @@ -82,7 +82,7 @@ Shawn > status = "disabled"; > }; > -> + qspi: quadspi@20c0000 { +> + qspi: quadspi at 20c0000 { > + compatible = "fsl,ls2080a-qspi", "fsl,ls1088a-qspi"; > + #address-cells = <1>; > + #size-cells = <0>; @@ -94,7 +94,7 @@ Shawn > + clock-names = "qspi_en", "qspi"; > + }; > + -> sata: sata@3200000 { +> sata: sata at 3200000 { > compatible = "fsl,ls1088a-ahci"; > reg = <0x0 0x3200000 0x0 0x10000>, > -- @@ -103,5 +103,5 @@ Shawn > > _______________________________________________ > linux-arm-kernel mailing list -> linux-arm-kernel@lists.infradead.org +> linux-arm-kernel at lists.infradead.org > http://lists.infradead.org/mailman/listinfo/linux-arm-kernel diff --git a/a/content_digest b/N1/content_digest index ef95067..c1ff0ec 100644 --- a/a/content_digest +++ b/N1/content_digest @@ -1,20 +1,8 @@ "ref\01517334262-17969-1-git-send-email-yogeshnarayan.gaur@nxp.com\0" - "From\0Shawn Guo <shawnguo@kernel.org>\0" - "Subject\0Re: [PATCH v2] arm64: dts: ls1088a: Add qspi device node for ls1088a-rdb\0" + "From\0shawnguo@kernel.org (Shawn Guo)\0" + "Subject\0[PATCH v2] arm64: dts: ls1088a: Add qspi device node for ls1088a-rdb\0" "Date\0Mon, 5 Feb 2018 16:17:23 +0800\0" - "To\0Yogesh Gaur <yogeshnarayan.gaur@nxp.com>\0" - "Cc\0linux-mtd@lists.infradead.org" - devicetree@vger.kernel.org - robh@kernel.org - mark.rutland@arm.com - boris.brezillon@free-electrons.com - prabhakar.kushwaha@nxp.com - suresh.gupta@nxp.com - cyrille.pitchen@wedev4u.fr - han.xu@nxp.com - computersforpeace@gmail.com - festevam@gmail.com - " linux-arm-kernel@lists.infradead.org\0" + "To\0linux-arm-kernel@lists.infradead.org\0" "\00:1\0" "b\0" "On Tue, Jan 30, 2018 at 11:14:22PM +0530, Yogesh Gaur wrote:\n" @@ -70,7 +58,7 @@ "> +&qspi {\n" "> +\tstatus = \"okay\";\n" "> +\tfsl,qspi-has-second-chip;\n" - "> +\tqflash0: s25fs512s@0 {\n" + "> +\tqflash0: s25fs512s at 0 {\n" "> +\t\t#address-cells = <1>;\n" "> +\t\t#size-cells = <1>;\n" "> +\t\tspi-max-frequency = <20000000>;\n" @@ -79,7 +67,7 @@ "> +\t\tspi-tx-bus-width = <4>;\n" "> +\t};\n" "> +\n" - "> +\tqflash1: s25fs512s@1 {\n" + "> +\tqflash1: s25fs512s at 1 {\n" "> +\t\t#address-cells = <1>;\n" "> +\t\t#size-cells = <1>;\n" "> +\t\tspi-max-frequency = <20000000>;\n" @@ -101,7 +89,7 @@ "> \t\t\tstatus = \"disabled\";\n" "> \t\t};\n" "> \n" - "> +\t\tqspi: quadspi@20c0000 {\n" + "> +\t\tqspi: quadspi at 20c0000 {\n" "> +\t\t\tcompatible = \"fsl,ls2080a-qspi\", \"fsl,ls1088a-qspi\";\n" "> +\t\t\t#address-cells = <1>;\n" "> +\t\t\t#size-cells = <0>;\n" @@ -113,7 +101,7 @@ "> +\t\t\tclock-names = \"qspi_en\", \"qspi\";\n" "> +\t\t};\n" "> +\n" - "> \t\tsata: sata@3200000 {\n" + "> \t\tsata: sata at 3200000 {\n" "> \t\t\tcompatible = \"fsl,ls1088a-ahci\";\n" "> \t\t\treg = <0x0 0x3200000 0x0 0x10000>,\n" "> -- \n" @@ -122,7 +110,7 @@ "> \n" "> _______________________________________________\n" "> linux-arm-kernel mailing list\n" - "> linux-arm-kernel@lists.infradead.org\n" + "> linux-arm-kernel at lists.infradead.org\n" > http://lists.infradead.org/mailman/listinfo/linux-arm-kernel -1c25e8c06986bffa0100303ee3efb565acfbff28491d2de383bc396d7425d78f +b20ad2d1ece3973b33e0bcedb3575162f7111c8b22eefa1674db18bf1ca3ba86
diff --git a/a/1.txt b/N2/1.txt index d7c4c9c..1821edc 100644 --- a/a/1.txt +++ b/N2/1.txt @@ -5,8 +5,8 @@ On Tue, Jan 30, 2018 at 11:14:22PM +0530, Yogesh Gaur wrote: > > Added entry of "fsl,ls1088a-qspi" in fsl-quadspi.txt binding file. > -> Signed-off-by: Suresh Gupta <suresh.gupta@nxp.com> -> Signed-off-by: Yogesh Gaur <yogeshnarayan.gaur@nxp.com> +> Signed-off-by: Suresh Gupta <suresh.gupta-3arQi8VN3Tc@public.gmane.org> +> Signed-off-by: Yogesh Gaur <yogeshnarayan.gaur-3arQi8VN3Tc@public.gmane.org> > --- > Depends on > https://patchwork.ozlabs.org/project/linux-mtd/list/?series=26084 @@ -103,5 +103,9 @@ Shawn > > _______________________________________________ > linux-arm-kernel mailing list -> linux-arm-kernel@lists.infradead.org +> linux-arm-kernel-IAPFreCvJWM7uuMidbF8XUB+6BGkLq7r@public.gmane.org > http://lists.infradead.org/mailman/listinfo/linux-arm-kernel +-- +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/N2/content_digest index ef95067..d6d6563 100644 --- a/a/content_digest +++ b/N2/content_digest @@ -1,20 +1,21 @@ "ref\01517334262-17969-1-git-send-email-yogeshnarayan.gaur@nxp.com\0" - "From\0Shawn Guo <shawnguo@kernel.org>\0" + "ref\01517334262-17969-1-git-send-email-yogeshnarayan.gaur-3arQi8VN3Tc@public.gmane.org\0" + "From\0Shawn Guo <shawnguo-DgEjT+Ai2ygdnm+yROfE0A@public.gmane.org>\0" "Subject\0Re: [PATCH v2] arm64: dts: ls1088a: Add qspi device node for ls1088a-rdb\0" "Date\0Mon, 5 Feb 2018 16:17:23 +0800\0" - "To\0Yogesh Gaur <yogeshnarayan.gaur@nxp.com>\0" - "Cc\0linux-mtd@lists.infradead.org" - devicetree@vger.kernel.org - robh@kernel.org - mark.rutland@arm.com - boris.brezillon@free-electrons.com - prabhakar.kushwaha@nxp.com - suresh.gupta@nxp.com - cyrille.pitchen@wedev4u.fr - han.xu@nxp.com - computersforpeace@gmail.com - festevam@gmail.com - " linux-arm-kernel@lists.infradead.org\0" + "To\0Yogesh Gaur <yogeshnarayan.gaur-3arQi8VN3Tc@public.gmane.org>\0" + "Cc\0linux-mtd-IAPFreCvJWM7uuMidbF8XUB+6BGkLq7r@public.gmane.org" + devicetree-u79uwXL29TY76Z2rM5mHXA@public.gmane.org + robh-DgEjT+Ai2ygdnm+yROfE0A@public.gmane.org + mark.rutland-5wv7dgnIgG8@public.gmane.org + boris.brezillon-wi1+55ScJUtKEb57/3fJTNBPR1lH4CV8@public.gmane.org + prabhakar.kushwaha-3arQi8VN3Tc@public.gmane.org + suresh.gupta-3arQi8VN3Tc@public.gmane.org + cyrille.pitchen-yU5RGvR974pGWvitb5QawA@public.gmane.org + han.xu-3arQi8VN3Tc@public.gmane.org + computersforpeace-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org + festevam-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org + " linux-arm-kernel-IAPFreCvJWM7uuMidbF8XUB+6BGkLq7r@public.gmane.org\0" "\00:1\0" "b\0" "On Tue, Jan 30, 2018 at 11:14:22PM +0530, Yogesh Gaur wrote:\n" @@ -24,8 +25,8 @@ "> \n" "> Added entry of \"fsl,ls1088a-qspi\" in fsl-quadspi.txt binding file.\n" "> \n" - "> Signed-off-by: Suresh Gupta <suresh.gupta@nxp.com>\n" - "> Signed-off-by: Yogesh Gaur <yogeshnarayan.gaur@nxp.com>\n" + "> Signed-off-by: Suresh Gupta <suresh.gupta-3arQi8VN3Tc@public.gmane.org>\n" + "> Signed-off-by: Yogesh Gaur <yogeshnarayan.gaur-3arQi8VN3Tc@public.gmane.org>\n" "> ---\n" "> Depends on\n" "> https://patchwork.ozlabs.org/project/linux-mtd/list/?series=26084\n" @@ -122,7 +123,11 @@ "> \n" "> _______________________________________________\n" "> linux-arm-kernel mailing list\n" - "> linux-arm-kernel@lists.infradead.org\n" - > http://lists.infradead.org/mailman/listinfo/linux-arm-kernel + "> linux-arm-kernel-IAPFreCvJWM7uuMidbF8XUB+6BGkLq7r@public.gmane.org\n" + "> http://lists.infradead.org/mailman/listinfo/linux-arm-kernel\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 -1c25e8c06986bffa0100303ee3efb565acfbff28491d2de383bc396d7425d78f +a4a7298f50b5d4d07548c735b1cec183017d3f84f5228d8622bef6d0e070247e
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.