diff for duplicates of <574D5608.3080800@st.com> diff --git a/a/1.txt b/N1/1.txt index 1687a79..bdf83f5 100644 --- a/a/1.txt +++ b/N1/1.txt @@ -18,7 +18,7 @@ On 05/25/2016 06:06 PM, Peter Griffin wrote: > pinctrl-0 = <&pinctrl_spdif_out >; > }; > + -> + sti_uni_player0: sti-uni-player@0 { +> + sti_uni_player0: sti-uni-player at 0 { > + compatible = "st,sti-uni-player"; > + status = "disabled"; > + #sound-dai-cells = <0>; @@ -41,7 +41,7 @@ assigned-clock-parents = <0>, <&clk_s_d0_quadfs 0>; > + st,mode = "HDMI"; > + }; > + -> + sti_uni_player1: sti-uni-player@1 { +> + sti_uni_player1: sti-uni-player at 1 { > + compatible = "st,sti-uni-player"; > + status = "disabled"; > + #sound-dai-cells = <0>; @@ -63,7 +63,7 @@ assigned-clock-parents = <0>, <&clk_s_d0_quadfs 1>; > + st,mode = "PCM"; > + }; > + -> + sti_uni_player2: sti-uni-player@2 { +> + sti_uni_player2: sti-uni-player at 2 { > + compatible = "st,sti-uni-player"; > + status = "disabled"; > + #sound-dai-cells = <0>; @@ -84,7 +84,7 @@ assigned-clock-parents = <0>, <&clk_s_d0_quadfs 2>; > + st,mode = "PCM"; > + }; > + -> + sti_uni_player3: sti-uni-player@3 { +> + sti_uni_player3: sti-uni-player at 3 { > + compatible = "st,sti-uni-player"; > + status = "disabled"; > + #sound-dai-cells = <0>; diff --git a/a/content_digest b/N1/content_digest index 6922078..e6470c8 100644 --- a/a/content_digest +++ b/N1/content_digest @@ -1,22 +1,9 @@ "ref\01464192412-16386-1-git-send-email-peter.griffin@linaro.org\0" "ref\01464192412-16386-18-git-send-email-peter.griffin@linaro.org\0" - "From\0Arnaud Pouliquen <arnaud.pouliquen@st.com>\0" - "Subject\0Re: [PATCH v4 16/18] ARM: STi: DT: STiH407: Add uniperif player dt nodes\0" + "From\0arnaud.pouliquen@st.com (Arnaud Pouliquen)\0" + "Subject\0[PATCH v4 16/18] ARM: STi: DT: STiH407: Add uniperif player dt nodes\0" "Date\0Tue, 31 May 2016 11:14:48 +0200\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 - vinod.koul@intel.com - ohad@wizery.com - bjorn.andersson@linaro.org - " arnd@arndb.de\0" - "Cc\0lee.jones@linaro.org" - devicetree@vger.kernel.org - dmaengine@vger.kernel.org - " linux-remoteproc@vger.kernel.org\0" + "To\0linux-arm-kernel@lists.infradead.org\0" "\00:1\0" "b\0" "\n" @@ -39,7 +26,7 @@ "> \t\t\tpinctrl-0 = <&pinctrl_spdif_out >;\n" "> \t\t};\n" "> +\n" - "> +\t\tsti_uni_player0: sti-uni-player@0 {\n" + "> +\t\tsti_uni_player0: sti-uni-player at 0 {\n" "> +\t\t\tcompatible = \"st,sti-uni-player\";\n" "> +\t\t\tstatus = \"disabled\";\n" "> +\t\t\t#sound-dai-cells = <0>;\n" @@ -62,7 +49,7 @@ "> +\t\t\tst,mode = \"HDMI\";\n" "> +\t\t};\n" "> +\n" - "> +\t\tsti_uni_player1: sti-uni-player@1 {\n" + "> +\t\tsti_uni_player1: sti-uni-player at 1 {\n" "> +\t\t\tcompatible = \"st,sti-uni-player\";\n" "> +\t\t\tstatus = \"disabled\";\n" "> +\t\t\t#sound-dai-cells = <0>;\n" @@ -84,7 +71,7 @@ "> +\t\t\tst,mode = \"PCM\";\n" "> +\t\t};\n" "> +\n" - "> +\t\tsti_uni_player2: sti-uni-player@2 {\n" + "> +\t\tsti_uni_player2: sti-uni-player at 2 {\n" "> +\t\t\tcompatible = \"st,sti-uni-player\";\n" "> +\t\t\tstatus = \"disabled\";\n" "> +\t\t\t#sound-dai-cells = <0>;\n" @@ -105,7 +92,7 @@ "> +\t\t\tst,mode = \"PCM\";\n" "> +\t\t};\n" "> +\n" - "> +\t\tsti_uni_player3: sti-uni-player@3 {\n" + "> +\t\tsti_uni_player3: sti-uni-player at 3 {\n" "> +\t\t\tcompatible = \"st,sti-uni-player\";\n" "> +\t\t\tstatus = \"disabled\";\n" "> +\t\t\t#sound-dai-cells = <0>;\n" @@ -132,4 +119,4 @@ "> };\n" > -01a1de454ea3009a10d98da91c8d86f42c993a2b6913e5cdbf9c5cf605f71aee +41cb4484a0beefa38226d55739a9906df2ecee4cdf971070e81a316790531188
diff --git a/a/1.txt b/N2/1.txt index 1687a79..38e8e24 100644 --- a/a/1.txt +++ b/N2/1.txt @@ -4,7 +4,7 @@ On 05/25/2016 06:06 PM, Peter Griffin wrote: > This patch adds the DT nodes for the uniperif player > IP blocks found on STiH407 family silicon. > -> Signed-off-by: Peter Griffin <peter.griffin@linaro.org> +> Signed-off-by: Peter Griffin <peter.griffin-QSEj5FYQhm4dnm+yROfE0A@public.gmane.org> > --- > arch/arm/boot/dts/stih407-family.dtsi | 76 +++++++++++++++++++++++++++++++++++ > 1 file changed, 76 insertions(+) @@ -109,4 +109,8 @@ Arnaud > + }; > }; > }; -> +> +-- +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 6922078..4c95bb6 100644 --- a/a/content_digest +++ b/N2/content_digest @@ -1,22 +1,23 @@ "ref\01464192412-16386-1-git-send-email-peter.griffin@linaro.org\0" "ref\01464192412-16386-18-git-send-email-peter.griffin@linaro.org\0" - "From\0Arnaud Pouliquen <arnaud.pouliquen@st.com>\0" + "ref\01464192412-16386-18-git-send-email-peter.griffin-QSEj5FYQhm4dnm+yROfE0A@public.gmane.org\0" + "From\0Arnaud Pouliquen <arnaud.pouliquen-qxv4g6HH51o@public.gmane.org>\0" "Subject\0Re: [PATCH v4 16/18] ARM: STi: DT: STiH407: Add uniperif player dt nodes\0" "Date\0Tue, 31 May 2016 11:14:48 +0200\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 - vinod.koul@intel.com - ohad@wizery.com - bjorn.andersson@linaro.org - " arnd@arndb.de\0" - "Cc\0lee.jones@linaro.org" - devicetree@vger.kernel.org - dmaengine@vger.kernel.org - " linux-remoteproc@vger.kernel.org\0" + "To\0Peter Griffin <peter.griffin-QSEj5FYQhm4dnm+yROfE0A@public.gmane.org>" + linux-arm-kernel-IAPFreCvJWM7uuMidbF8XUB+6BGkLq7r@public.gmane.org + linux-kernel-u79uwXL29TY76Z2rM5mHXA@public.gmane.org + srinivas.kandagatla-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org + maxime.coquelin-qxv4g6HH51o@public.gmane.org + patrice.chotard-qxv4g6HH51o@public.gmane.org + vinod.koul-ral2JQCrhuEAvxtiuMwx3w@public.gmane.org + ohad-Ix1uc/W3ht7QT0dZR+AlfA@public.gmane.org + bjorn.andersson-QSEj5FYQhm4dnm+yROfE0A@public.gmane.org + " arnd-r2nGTMty4D4@public.gmane.org\0" + "Cc\0lee.jones-QSEj5FYQhm4dnm+yROfE0A@public.gmane.org" + devicetree-u79uwXL29TY76Z2rM5mHXA@public.gmane.org + dmaengine-u79uwXL29TY76Z2rM5mHXA@public.gmane.org + " linux-remoteproc-u79uwXL29TY76Z2rM5mHXA@public.gmane.org\0" "\00:1\0" "b\0" "\n" @@ -25,7 +26,7 @@ "> This patch adds the DT nodes for the uniperif player\n" "> IP blocks found on STiH407 family silicon.\n" "> \n" - "> Signed-off-by: Peter Griffin <peter.griffin@linaro.org>\n" + "> Signed-off-by: Peter Griffin <peter.griffin-QSEj5FYQhm4dnm+yROfE0A@public.gmane.org>\n" "> ---\n" "> arch/arm/boot/dts/stih407-family.dtsi | 76 +++++++++++++++++++++++++++++++++++\n" "> 1 file changed, 76 insertions(+)\n" @@ -130,6 +131,10 @@ "> +\t\t};\n" "> \t};\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 -01a1de454ea3009a10d98da91c8d86f42c993a2b6913e5cdbf9c5cf605f71aee +9a078fc72090f188e110fdd41a158d45ffc36db13eda93d3c3a74610a324b9fd
diff --git a/a/content_digest b/N3/content_digest index 6922078..ff8eb81 100644 --- a/a/content_digest +++ b/N3/content_digest @@ -4,19 +4,19 @@ "Subject\0Re: [PATCH v4 16/18] ARM: STi: DT: STiH407: Add uniperif player dt nodes\0" "Date\0Tue, 31 May 2016 11:14:48 +0200\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 - vinod.koul@intel.com - ohad@wizery.com - bjorn.andersson@linaro.org - " arnd@arndb.de\0" - "Cc\0lee.jones@linaro.org" - devicetree@vger.kernel.org - dmaengine@vger.kernel.org - " linux-remoteproc@vger.kernel.org\0" + <linux-arm-kernel@lists.infradead.org> + <linux-kernel@vger.kernel.org> + <srinivas.kandagatla@gmail.com> + <maxime.coquelin@st.com> + <patrice.chotard@st.com> + <vinod.koul@intel.com> + <ohad@wizery.com> + <bjorn.andersson@linaro.org> + " <arnd@arndb.de>\0" + "Cc\0<lee.jones@linaro.org>" + <devicetree@vger.kernel.org> + <dmaengine@vger.kernel.org> + " <linux-remoteproc@vger.kernel.org>\0" "\00:1\0" "b\0" "\n" @@ -132,4 +132,4 @@ "> };\n" > -01a1de454ea3009a10d98da91c8d86f42c993a2b6913e5cdbf9c5cf605f71aee +4b9c9d91af680c98a16cbe15da2a4382317d49a2c8f7192567edba56b098251e
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.