diff for duplicates of <54CB618E.60808@st.com> diff --git a/a/1.txt b/N1/1.txt index cdd7e29..b9ad16f 100644 --- a/a/1.txt +++ b/N1/1.txt @@ -69,7 +69,7 @@ Maxime >> - 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>; @@ -77,7 +77,7 @@ Maxime >> #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>; @@ -86,7 +86,7 @@ Maxime >> 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"; @@ -98,7 +98,7 @@ Maxime >> +++ 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>; @@ -106,7 +106,7 @@ Maxime >> #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"; @@ -114,7 +114,7 @@ Maxime >> + 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 a56fa1c..4ce2d15 100644 --- a/a/content_digest +++ b/N1/content_digest @@ -1,10 +1,20 @@ "ref\01420643052-4506-1-git-send-email-peter.griffin@linaro.org\0" "ref\01420643052-4506-3-git-send-email-peter.griffin@linaro.org\0" "ref\054CB5E7E.8050507@ti.com\0" - "From\0maxime.coquelin@st.com (Maxime Coquelin)\0" - "Subject\0[PATCH v2 2/7] phy: miphy365x: Pass sysconfig register offsets via syscfg dt property.\0" + "From\0Maxime Coquelin <maxime.coquelin@st.com>\0" + "Subject\0Re: [PATCH v2 2/7] phy: miphy365x: Pass sysconfig register offsets via syscfg dt property.\0" "Date\0Fri, 30 Jan 2015 11:48:46 +0100\0" - "To\0linux-arm-kernel@lists.infradead.org\0" + "To\0Kishon Vijay Abraham I <kishon@ti.com>" + Peter Griffin <peter.griffin@linaro.org> + linux-arm-kernel@lists.infradead.org + linux-kernel@vger.kernel.org + srinivas.kandagatla@gmail.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 Kishon,\n" @@ -78,7 +88,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" @@ -86,7 +96,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" @@ -95,7 +105,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" @@ -107,7 +117,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" @@ -115,7 +125,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" @@ -123,7 +133,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" @@ -203,4 +213,4 @@ ">> \tprovider = devm_of_phy_provider_register(&pdev->dev, miphy365x_xlate);\n" >> -6e759c9e14979d65aaad06d81a1fcad9f3963973b891647bc3f1ebfb94007f1b +cc1dbdc8aa9dc08c6a9958edee33baf4c06be6c31d1241fabb0e84642b27da16
diff --git a/a/1.txt b/N2/1.txt index cdd7e29..b9ad16f 100644 --- a/a/1.txt +++ b/N2/1.txt @@ -69,7 +69,7 @@ Maxime >> - 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>; @@ -77,7 +77,7 @@ Maxime >> #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>; @@ -86,7 +86,7 @@ Maxime >> 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"; @@ -98,7 +98,7 @@ Maxime >> +++ 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>; @@ -106,7 +106,7 @@ Maxime >> #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"; @@ -114,7 +114,7 @@ Maxime >> + 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 a56fa1c..4b1e051 100644 --- a/a/content_digest +++ b/N2/content_digest @@ -1,10 +1,20 @@ "ref\01420643052-4506-1-git-send-email-peter.griffin@linaro.org\0" "ref\01420643052-4506-3-git-send-email-peter.griffin@linaro.org\0" "ref\054CB5E7E.8050507@ti.com\0" - "From\0maxime.coquelin@st.com (Maxime Coquelin)\0" - "Subject\0[PATCH v2 2/7] phy: miphy365x: Pass sysconfig register offsets via syscfg dt property.\0" + "From\0Maxime Coquelin <maxime.coquelin@st.com>\0" + "Subject\0Re: [PATCH v2 2/7] phy: miphy365x: Pass sysconfig register offsets via syscfg dt property.\0" "Date\0Fri, 30 Jan 2015 11:48:46 +0100\0" - "To\0linux-arm-kernel@lists.infradead.org\0" + "To\0Kishon Vijay Abraham I <kishon@ti.com>" + Peter Griffin <peter.griffin@linaro.org> + <linux-arm-kernel@lists.infradead.org> + <linux-kernel@vger.kernel.org> + <srinivas.kandagatla@gmail.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 Kishon,\n" @@ -78,7 +88,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" @@ -86,7 +96,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" @@ -95,7 +105,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" @@ -107,7 +117,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" @@ -115,7 +125,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" @@ -123,7 +133,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" @@ -203,4 +213,4 @@ ">> \tprovider = devm_of_phy_provider_register(&pdev->dev, miphy365x_xlate);\n" >> -6e759c9e14979d65aaad06d81a1fcad9f3963973b891647bc3f1ebfb94007f1b +ed4d25e718938c9b145b511d0354023fe1a888cb760e7879e76b3238e52d5076
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.