diff for duplicates of <54CB5E7E.8050507@ti.com> diff --git a/a/1.txt b/N1/1.txt index 86e7cb7..757bbca 100644 --- a/a/1.txt +++ b/N1/1.txt @@ -56,7 +56,7 @@ Kishon > - st,sata-gen : Generation of locally attached SATA IP. Expected values > @@ -39,20 +40,20 @@ Example: > -> miphy365x_phy: miphy365x at fe382000 { +> miphy365x_phy: miphy365x@fe382000 { > compatible = "st,miphy365x-phy"; > - st,syscfg = <&syscfg_rear>; > + st,syscfg = <&syscfg_rear 0x824 0x828>; @@ -64,7 +64,7 @@ Kishon > #size-cells = <1>; > ranges; > -> phy_port0: port at fe382000 { +> phy_port0: port@fe382000 { > - reg = <0xfe382000 0x100>, <0xfe394000 0x100>, <0x824 0x4>; > - reg-names = "sata", "pcie", "syscfg"; > + reg = <0xfe382000 0x100>, <0xfe394000 0x100>; @@ -73,7 +73,7 @@ Kishon > st,sata-gen = <3>; > }; > -> phy_port1: port at fe38a000 { +> phy_port1: port@fe38a000 { > - reg = <0xfe38a000 0x100>, <0xfe804000 0x100>, <0x828 0x4>;; > + reg = <0xfe38a000 0x100>, <0xfe804000 0x100>;; > reg-names = "sata", "pcie", "syscfg"; @@ -85,7 +85,7 @@ Kishon > +++ b/arch/arm/boot/dts/stih416.dtsi > @@ -283,21 +283,21 @@ > -> miphy365x_phy: phy at fe382000 { +> miphy365x_phy: phy@fe382000 { > compatible = "st,miphy365x-phy"; > - st,syscfg = <&syscfg_rear>; > + st,syscfg = <&syscfg_rear 0x824 0x828>; @@ -93,7 +93,7 @@ Kishon > #size-cells = <1>; > ranges; > -> phy_port0: port at fe382000 { +> phy_port0: port@fe382000 { > #phy-cells = <1>; > - reg = <0xfe382000 0x100>, <0xfe394000 0x100>, <0x824 0x4>; > - reg-names = "sata", "pcie", "syscfg"; @@ -101,7 +101,7 @@ Kishon > + reg-names = "sata", "pcie"; > }; > -> phy_port1: port at fe38a000 { +> phy_port1: port@fe38a000 { > #phy-cells = <1>; > - reg = <0xfe38a000 0x100>, <0xfe804000 0x100>, <0x828 0x4>; > - reg-names = "sata", "pcie", "syscfg"; diff --git a/a/content_digest b/N1/content_digest index ea94ecb..c39d611 100644 --- a/a/content_digest +++ b/N1/content_digest @@ -1,9 +1,19 @@ "ref\01420643052-4506-1-git-send-email-peter.griffin@linaro.org\0" "ref\01420643052-4506-3-git-send-email-peter.griffin@linaro.org\0" - "From\0kishon@ti.com (Kishon Vijay Abraham I)\0" - "Subject\0[PATCH v2 2/7] phy: miphy365x: Pass sysconfig register offsets via syscfg dt property.\0" + "From\0Kishon Vijay Abraham I <kishon@ti.com>\0" + "Subject\0Re: [PATCH v2 2/7] phy: miphy365x: Pass sysconfig register offsets via syscfg dt property.\0" "Date\0Fri, 30 Jan 2015 16:05:42 +0530\0" - "To\0linux-arm-kernel@lists.infradead.org\0" + "To\0Peter Griffin <peter.griffin@linaro.org>" + linux-arm-kernel@lists.infradead.org + linux-kernel@vger.kernel.org + srinivas.kandagatla@gmail.com + maxime.coquelin@st.com + patrice.chotard@st.com + peppe.cavallaro@st.com + " arnd@arndb.de\0" + "Cc\0lee.jones@linaro.org" + devicetree@vger.kernel.org + " netdev@vger.kernel.org\0" "\00:1\0" "b\0" "Hi,\n" @@ -64,7 +74,7 @@ "> - st,sata-gen\t :\tGeneration of locally attached SATA IP. Expected values\n" "> @@ -39,20 +40,20 @@ Example:\n" "> \n" - "> \tmiphy365x_phy: miphy365x at fe382000 {\n" + "> \tmiphy365x_phy: miphy365x@fe382000 {\n" "> \t\tcompatible = \"st,miphy365x-phy\";\n" "> -\t\tst,syscfg \t= <&syscfg_rear>;\n" "> +\t\tst,syscfg \t= <&syscfg_rear 0x824 0x828>;\n" @@ -72,7 +82,7 @@ "> \t\t#size-cells\t= <1>;\n" "> \t\tranges;\n" "> \n" - "> \t\tphy_port0: port at fe382000 {\n" + "> \t\tphy_port0: port@fe382000 {\n" "> -\t\t\treg = <0xfe382000 0x100>, <0xfe394000 0x100>, <0x824 0x4>;\n" "> -\t\t\treg-names = \"sata\", \"pcie\", \"syscfg\";\n" "> +\t\t\treg = <0xfe382000 0x100>, <0xfe394000 0x100>;\n" @@ -81,7 +91,7 @@ "> \t\t\tst,sata-gen = <3>;\n" "> \t\t};\n" "> \n" - "> \t\tphy_port1: port at fe38a000 {\n" + "> \t\tphy_port1: port@fe38a000 {\n" "> -\t\t\treg = <0xfe38a000 0x100>, <0xfe804000 0x100>, <0x828 0x4>;;\n" "> +\t\t\treg = <0xfe38a000 0x100>, <0xfe804000 0x100>;;\n" "> \t\t\treg-names = \"sata\", \"pcie\", \"syscfg\";\n" @@ -93,7 +103,7 @@ "> +++ b/arch/arm/boot/dts/stih416.dtsi\n" "> @@ -283,21 +283,21 @@\n" "> \n" - "> \t\tmiphy365x_phy: phy at fe382000 {\n" + "> \t\tmiphy365x_phy: phy@fe382000 {\n" "> \t\t\tcompatible = \"st,miphy365x-phy\";\n" "> -\t\t\tst,syscfg \t= <&syscfg_rear>;\n" "> +\t\t\tst,syscfg\t= <&syscfg_rear 0x824 0x828>;\n" @@ -101,7 +111,7 @@ "> \t\t\t#size-cells\t= <1>;\n" "> \t\t\tranges;\n" "> \n" - "> \t\t\tphy_port0: port at fe382000 {\n" + "> \t\t\tphy_port0: port@fe382000 {\n" "> \t\t\t\t#phy-cells = <1>;\n" "> -\t\t\t\treg = <0xfe382000 0x100>, <0xfe394000 0x100>, <0x824 0x4>;\n" "> -\t\t\t\treg-names = \"sata\", \"pcie\", \"syscfg\";\n" @@ -109,7 +119,7 @@ "> +\t\t\t\treg-names = \"sata\", \"pcie\";\n" "> \t\t\t};\n" "> \n" - "> \t\t\tphy_port1: port at fe38a000 {\n" + "> \t\t\tphy_port1: port@fe38a000 {\n" "> \t\t\t\t#phy-cells = <1>;\n" "> -\t\t\t\treg = <0xfe38a000 0x100>, <0xfe804000 0x100>, <0x828 0x4>;\n" "> -\t\t\t\treg-names = \"sata\", \"pcie\", \"syscfg\";\n" @@ -189,4 +199,4 @@ "> \tprovider = devm_of_phy_provider_register(&pdev->dev, miphy365x_xlate);\n" > -4920d409825cd7ba9d40097c2d1c723e669eddf6377a7dbc38f89df49719bb13 +0d58304698ca9576222b8ac8f824d00105df76c5f96422e2aabe91cc0a61e538
diff --git a/a/1.txt b/N2/1.txt index 86e7cb7..757bbca 100644 --- a/a/1.txt +++ b/N2/1.txt @@ -56,7 +56,7 @@ Kishon > - st,sata-gen : Generation of locally attached SATA IP. Expected values > @@ -39,20 +40,20 @@ Example: > -> miphy365x_phy: miphy365x at fe382000 { +> miphy365x_phy: miphy365x@fe382000 { > compatible = "st,miphy365x-phy"; > - st,syscfg = <&syscfg_rear>; > + st,syscfg = <&syscfg_rear 0x824 0x828>; @@ -64,7 +64,7 @@ Kishon > #size-cells = <1>; > ranges; > -> phy_port0: port at fe382000 { +> phy_port0: port@fe382000 { > - reg = <0xfe382000 0x100>, <0xfe394000 0x100>, <0x824 0x4>; > - reg-names = "sata", "pcie", "syscfg"; > + reg = <0xfe382000 0x100>, <0xfe394000 0x100>; @@ -73,7 +73,7 @@ Kishon > st,sata-gen = <3>; > }; > -> phy_port1: port at fe38a000 { +> phy_port1: port@fe38a000 { > - reg = <0xfe38a000 0x100>, <0xfe804000 0x100>, <0x828 0x4>;; > + reg = <0xfe38a000 0x100>, <0xfe804000 0x100>;; > reg-names = "sata", "pcie", "syscfg"; @@ -85,7 +85,7 @@ Kishon > +++ b/arch/arm/boot/dts/stih416.dtsi > @@ -283,21 +283,21 @@ > -> miphy365x_phy: phy at fe382000 { +> miphy365x_phy: phy@fe382000 { > compatible = "st,miphy365x-phy"; > - st,syscfg = <&syscfg_rear>; > + st,syscfg = <&syscfg_rear 0x824 0x828>; @@ -93,7 +93,7 @@ Kishon > #size-cells = <1>; > ranges; > -> phy_port0: port at fe382000 { +> phy_port0: port@fe382000 { > #phy-cells = <1>; > - reg = <0xfe382000 0x100>, <0xfe394000 0x100>, <0x824 0x4>; > - reg-names = "sata", "pcie", "syscfg"; @@ -101,7 +101,7 @@ Kishon > + reg-names = "sata", "pcie"; > }; > -> phy_port1: port at fe38a000 { +> phy_port1: port@fe38a000 { > #phy-cells = <1>; > - reg = <0xfe38a000 0x100>, <0xfe804000 0x100>, <0x828 0x4>; > - reg-names = "sata", "pcie", "syscfg"; diff --git a/a/content_digest b/N2/content_digest index ea94ecb..1964e59 100644 --- a/a/content_digest +++ b/N2/content_digest @@ -1,9 +1,19 @@ "ref\01420643052-4506-1-git-send-email-peter.griffin@linaro.org\0" "ref\01420643052-4506-3-git-send-email-peter.griffin@linaro.org\0" - "From\0kishon@ti.com (Kishon Vijay Abraham I)\0" - "Subject\0[PATCH v2 2/7] phy: miphy365x: Pass sysconfig register offsets via syscfg dt property.\0" + "From\0Kishon Vijay Abraham I <kishon@ti.com>\0" + "Subject\0Re: [PATCH v2 2/7] phy: miphy365x: Pass sysconfig register offsets via syscfg dt property.\0" "Date\0Fri, 30 Jan 2015 16:05:42 +0530\0" - "To\0linux-arm-kernel@lists.infradead.org\0" + "To\0Peter Griffin <peter.griffin@linaro.org>" + <linux-arm-kernel@lists.infradead.org> + <linux-kernel@vger.kernel.org> + <srinivas.kandagatla@gmail.com> + <maxime.coquelin@st.com> + <patrice.chotard@st.com> + <peppe.cavallaro@st.com> + " <arnd@arndb.de>\0" + "Cc\0<lee.jones@linaro.org>" + <devicetree@vger.kernel.org> + " <netdev@vger.kernel.org>\0" "\00:1\0" "b\0" "Hi,\n" @@ -64,7 +74,7 @@ "> - st,sata-gen\t :\tGeneration of locally attached SATA IP. Expected values\n" "> @@ -39,20 +40,20 @@ Example:\n" "> \n" - "> \tmiphy365x_phy: miphy365x at fe382000 {\n" + "> \tmiphy365x_phy: miphy365x@fe382000 {\n" "> \t\tcompatible = \"st,miphy365x-phy\";\n" "> -\t\tst,syscfg \t= <&syscfg_rear>;\n" "> +\t\tst,syscfg \t= <&syscfg_rear 0x824 0x828>;\n" @@ -72,7 +82,7 @@ "> \t\t#size-cells\t= <1>;\n" "> \t\tranges;\n" "> \n" - "> \t\tphy_port0: port at fe382000 {\n" + "> \t\tphy_port0: port@fe382000 {\n" "> -\t\t\treg = <0xfe382000 0x100>, <0xfe394000 0x100>, <0x824 0x4>;\n" "> -\t\t\treg-names = \"sata\", \"pcie\", \"syscfg\";\n" "> +\t\t\treg = <0xfe382000 0x100>, <0xfe394000 0x100>;\n" @@ -81,7 +91,7 @@ "> \t\t\tst,sata-gen = <3>;\n" "> \t\t};\n" "> \n" - "> \t\tphy_port1: port at fe38a000 {\n" + "> \t\tphy_port1: port@fe38a000 {\n" "> -\t\t\treg = <0xfe38a000 0x100>, <0xfe804000 0x100>, <0x828 0x4>;;\n" "> +\t\t\treg = <0xfe38a000 0x100>, <0xfe804000 0x100>;;\n" "> \t\t\treg-names = \"sata\", \"pcie\", \"syscfg\";\n" @@ -93,7 +103,7 @@ "> +++ b/arch/arm/boot/dts/stih416.dtsi\n" "> @@ -283,21 +283,21 @@\n" "> \n" - "> \t\tmiphy365x_phy: phy at fe382000 {\n" + "> \t\tmiphy365x_phy: phy@fe382000 {\n" "> \t\t\tcompatible = \"st,miphy365x-phy\";\n" "> -\t\t\tst,syscfg \t= <&syscfg_rear>;\n" "> +\t\t\tst,syscfg\t= <&syscfg_rear 0x824 0x828>;\n" @@ -101,7 +111,7 @@ "> \t\t\t#size-cells\t= <1>;\n" "> \t\t\tranges;\n" "> \n" - "> \t\t\tphy_port0: port at fe382000 {\n" + "> \t\t\tphy_port0: port@fe382000 {\n" "> \t\t\t\t#phy-cells = <1>;\n" "> -\t\t\t\treg = <0xfe382000 0x100>, <0xfe394000 0x100>, <0x824 0x4>;\n" "> -\t\t\t\treg-names = \"sata\", \"pcie\", \"syscfg\";\n" @@ -109,7 +119,7 @@ "> +\t\t\t\treg-names = \"sata\", \"pcie\";\n" "> \t\t\t};\n" "> \n" - "> \t\t\tphy_port1: port at fe38a000 {\n" + "> \t\t\tphy_port1: port@fe38a000 {\n" "> \t\t\t\t#phy-cells = <1>;\n" "> -\t\t\t\treg = <0xfe38a000 0x100>, <0xfe804000 0x100>, <0x828 0x4>;\n" "> -\t\t\t\treg-names = \"sata\", \"pcie\", \"syscfg\";\n" @@ -189,4 +199,4 @@ "> \tprovider = devm_of_phy_provider_register(&pdev->dev, miphy365x_xlate);\n" > -4920d409825cd7ba9d40097c2d1c723e669eddf6377a7dbc38f89df49719bb13 +d6b0239b3c0e147ad38f2420de63e0af357e6d263715753b89d88c6b565072f9
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.