diff for duplicates of <5371DA0F.6000903@gmail.com> diff --git a/a/1.txt b/N1/1.txt index 14c2baf..118bb61 100644 --- a/a/1.txt +++ b/N1/1.txt @@ -13,10 +13,10 @@ On 05/11/2014 10:24 PM, Sebastian Hesselbarth wrote: > Cc: Randy Dunlap <rdunlap@infradead.org> > Cc: Alexandre Belloni <alexandre.belloni@free-electrons.com> > Cc: Antoine Tenart <antoine.tenart@free-electrons.com> -> Cc: devicetree at vger.kernel.org -> Cc: linux-doc at vger.kernel.org -> Cc: linux-arm-kernel at lists.infradead.org -> Cc: linux-kernel at vger.kernel.org +> Cc: devicetree@vger.kernel.org +> Cc: linux-doc@vger.kernel.org +> Cc: linux-arm-kernel@lists.infradead.org +> Cc: linux-kernel@vger.kernel.org > --- > .../devicetree/bindings/clock/berlin2-clock.txt | 169 +++++++++++++++++++++ > 1 file changed, 169 insertions(+) @@ -55,7 +55,7 @@ On 05/11/2014 10:24 PM, Sebastian Hesselbarth wrote: > + > +Example: > + -> +avpll: pll at ea0040 { +> +avpll: pll@ea0040 { > + compatible = "marvell,berlin2-avpll"; > + #clock-cells = <2>; > + reg = <0xea0050 0x100>; @@ -77,7 +77,7 @@ On 05/11/2014 10:24 PM, Sebastian Hesselbarth wrote: > + > +Example: > + -> +cpupll: pll at ea003c { +> +cpupll: pll@ea003c { > + compatible = "marvell,berlin2-pll"; > + #clock-cells = <0>; > + reg = <0xea003c 0x14>; @@ -101,7 +101,7 @@ On 05/11/2014 10:24 PM, Sebastian Hesselbarth wrote: > + > +Example: > + -> +gfx3dcore_clk: clock at ea022c { +> +gfx3dcore_clk: clock@ea022c { > + compatible = "marvell,berlin2-clk-div"; Actually using the clock driver for SDHCI IP revealed some issues @@ -152,7 +152,7 @@ Sebastian > +is below the example. > + > +Example: -> +coreclk: clock at ea0150 { +> +coreclk: clock@ea0150 { > + compatible = "marvell,berlin2-core-clocks"; > + #clock-cells = <1>; > + reg = <0xea0150 0x1c>; diff --git a/a/content_digest b/N1/content_digest index c32c71d..567b1f3 100644 --- a/a/content_digest +++ b/N1/content_digest @@ -1,9 +1,21 @@ "ref\01399839881-29895-1-git-send-email-sebastian.hesselbarth@gmail.com\0" "ref\01399839881-29895-3-git-send-email-sebastian.hesselbarth@gmail.com\0" - "From\0sebastian.hesselbarth@gmail.com (Sebastian Hesselbarth)\0" - "Subject\0[PATCH 2/8] clk: berlin: add clock binding docs for Marvell Berlin2 SoCs\0" + "From\0Sebastian Hesselbarth <sebastian.hesselbarth@gmail.com>\0" + "Subject\0Re: [PATCH 2/8] clk: berlin: add clock binding docs for Marvell Berlin2 SoCs\0" "Date\0Tue, 13 May 2014 10:38:39 +0200\0" - "To\0linux-arm-kernel@lists.infradead.org\0" + "Cc\0Mike Turquette <mturquette@linaro.org>" + Rob Herring <robh+dt@kernel.org> + Pawel Moll <pawel.moll@arm.com> + Mark Rutland <mark.rutland@arm.com> + Ian Campbell <ijc+devicetree@hellion.org.uk> + Kumar Gala <galak@codeaurora.org> + Randy Dunlap <rdunlap@infradead.org> + Alexandre Belloni <alexandre.belloni@free-electrons.com> + Antoine Tenart <antoine.tenart@free-electrons.com> + devicetree@vger.kernel.org + linux-doc@vger.kernel.org + linux-arm-kernel@lists.infradead.org + " linux-kernel@vger.kernel.org\0" "\00:1\0" "b\0" "On 05/11/2014 10:24 PM, Sebastian Hesselbarth wrote:\n" @@ -21,10 +33,10 @@ "> Cc: Randy Dunlap <rdunlap@infradead.org>\n" "> Cc: Alexandre Belloni <alexandre.belloni@free-electrons.com>\n" "> Cc: Antoine Tenart <antoine.tenart@free-electrons.com>\n" - "> Cc: devicetree at vger.kernel.org\n" - "> Cc: linux-doc at vger.kernel.org\n" - "> Cc: linux-arm-kernel at lists.infradead.org\n" - "> Cc: linux-kernel at vger.kernel.org\n" + "> Cc: devicetree@vger.kernel.org\n" + "> Cc: linux-doc@vger.kernel.org\n" + "> Cc: linux-arm-kernel@lists.infradead.org\n" + "> Cc: linux-kernel@vger.kernel.org\n" "> ---\n" "> .../devicetree/bindings/clock/berlin2-clock.txt | 169 +++++++++++++++++++++\n" "> 1 file changed, 169 insertions(+)\n" @@ -63,7 +75,7 @@ "> +\n" "> +Example:\n" "> +\n" - "> +avpll: pll at ea0040 {\n" + "> +avpll: pll@ea0040 {\n" "> +\tcompatible = \"marvell,berlin2-avpll\";\n" "> +\t#clock-cells = <2>;\n" "> +\treg = <0xea0050 0x100>;\n" @@ -85,7 +97,7 @@ "> +\n" "> +Example:\n" "> +\n" - "> +cpupll: pll at ea003c {\n" + "> +cpupll: pll@ea003c {\n" "> +\tcompatible = \"marvell,berlin2-pll\";\n" "> +\t#clock-cells = <0>;\n" "> +\treg = <0xea003c 0x14>;\n" @@ -109,7 +121,7 @@ "> +\n" "> +Example:\n" "> +\n" - "> +gfx3dcore_clk: clock at ea022c {\n" + "> +gfx3dcore_clk: clock@ea022c {\n" "> +\tcompatible = \"marvell,berlin2-clk-div\";\n" "\n" "Actually using the clock driver for SDHCI IP revealed some issues\n" @@ -160,7 +172,7 @@ "> +is below the example.\n" "> +\n" "> +Example:\n" - "> +coreclk: clock at ea0150 {\n" + "> +coreclk: clock@ea0150 {\n" "> +\tcompatible = \"marvell,berlin2-core-clocks\";\n" "> +\t#clock-cells = <1>;\n" "> +\treg = <0xea0150 0x1c>;\n" @@ -216,4 +228,4 @@ "> +30 - VIDEO2\n" > -ff4429eb2a573fb8b23477e7b69d54e26acf9cfd7ba18aed7f1cb3e098f89752 +4bbe18cee1029d3c45290329055c6d3fbfbe330a75b4f7f147cb2e644a34d1d8
diff --git a/a/1.txt b/N2/1.txt index 14c2baf..118bb61 100644 --- a/a/1.txt +++ b/N2/1.txt @@ -13,10 +13,10 @@ On 05/11/2014 10:24 PM, Sebastian Hesselbarth wrote: > Cc: Randy Dunlap <rdunlap@infradead.org> > Cc: Alexandre Belloni <alexandre.belloni@free-electrons.com> > Cc: Antoine Tenart <antoine.tenart@free-electrons.com> -> Cc: devicetree at vger.kernel.org -> Cc: linux-doc at vger.kernel.org -> Cc: linux-arm-kernel at lists.infradead.org -> Cc: linux-kernel at vger.kernel.org +> Cc: devicetree@vger.kernel.org +> Cc: linux-doc@vger.kernel.org +> Cc: linux-arm-kernel@lists.infradead.org +> Cc: linux-kernel@vger.kernel.org > --- > .../devicetree/bindings/clock/berlin2-clock.txt | 169 +++++++++++++++++++++ > 1 file changed, 169 insertions(+) @@ -55,7 +55,7 @@ On 05/11/2014 10:24 PM, Sebastian Hesselbarth wrote: > + > +Example: > + -> +avpll: pll at ea0040 { +> +avpll: pll@ea0040 { > + compatible = "marvell,berlin2-avpll"; > + #clock-cells = <2>; > + reg = <0xea0050 0x100>; @@ -77,7 +77,7 @@ On 05/11/2014 10:24 PM, Sebastian Hesselbarth wrote: > + > +Example: > + -> +cpupll: pll at ea003c { +> +cpupll: pll@ea003c { > + compatible = "marvell,berlin2-pll"; > + #clock-cells = <0>; > + reg = <0xea003c 0x14>; @@ -101,7 +101,7 @@ On 05/11/2014 10:24 PM, Sebastian Hesselbarth wrote: > + > +Example: > + -> +gfx3dcore_clk: clock at ea022c { +> +gfx3dcore_clk: clock@ea022c { > + compatible = "marvell,berlin2-clk-div"; Actually using the clock driver for SDHCI IP revealed some issues @@ -152,7 +152,7 @@ Sebastian > +is below the example. > + > +Example: -> +coreclk: clock at ea0150 { +> +coreclk: clock@ea0150 { > + compatible = "marvell,berlin2-core-clocks"; > + #clock-cells = <1>; > + reg = <0xea0150 0x1c>; diff --git a/a/content_digest b/N2/content_digest index c32c71d..607c31a 100644 --- a/a/content_digest +++ b/N2/content_digest @@ -1,9 +1,22 @@ "ref\01399839881-29895-1-git-send-email-sebastian.hesselbarth@gmail.com\0" "ref\01399839881-29895-3-git-send-email-sebastian.hesselbarth@gmail.com\0" - "From\0sebastian.hesselbarth@gmail.com (Sebastian Hesselbarth)\0" - "Subject\0[PATCH 2/8] clk: berlin: add clock binding docs for Marvell Berlin2 SoCs\0" + "From\0Sebastian Hesselbarth <sebastian.hesselbarth@gmail.com>\0" + "Subject\0Re: [PATCH 2/8] clk: berlin: add clock binding docs for Marvell Berlin2 SoCs\0" "Date\0Tue, 13 May 2014 10:38:39 +0200\0" - "To\0linux-arm-kernel@lists.infradead.org\0" + "To\0unlisted-recipients:; (no To-header on input)\0" + "Cc\0Mike Turquette <mturquette@linaro.org>" + Rob Herring <robh+dt@kernel.org> + Pawel Moll <pawel.moll@arm.com> + Mark Rutland <mark.rutland@arm.com> + Ian Campbell <ijc+devicetree@hellion.org.uk> + Kumar Gala <galak@codeaurora.org> + Randy Dunlap <rdunlap@infradead.org> + Alexandre Belloni <alexandre.belloni@free-electrons.com> + Antoine Tenart <antoine.tenart@free-electrons.com> + devicetree@vger.kernel.org + linux-doc@vger.kernel.org + linux-arm-kernel@lists.infradead.org + " linux-kernel@vger.kernel.org\0" "\00:1\0" "b\0" "On 05/11/2014 10:24 PM, Sebastian Hesselbarth wrote:\n" @@ -21,10 +34,10 @@ "> Cc: Randy Dunlap <rdunlap@infradead.org>\n" "> Cc: Alexandre Belloni <alexandre.belloni@free-electrons.com>\n" "> Cc: Antoine Tenart <antoine.tenart@free-electrons.com>\n" - "> Cc: devicetree at vger.kernel.org\n" - "> Cc: linux-doc at vger.kernel.org\n" - "> Cc: linux-arm-kernel at lists.infradead.org\n" - "> Cc: linux-kernel at vger.kernel.org\n" + "> Cc: devicetree@vger.kernel.org\n" + "> Cc: linux-doc@vger.kernel.org\n" + "> Cc: linux-arm-kernel@lists.infradead.org\n" + "> Cc: linux-kernel@vger.kernel.org\n" "> ---\n" "> .../devicetree/bindings/clock/berlin2-clock.txt | 169 +++++++++++++++++++++\n" "> 1 file changed, 169 insertions(+)\n" @@ -63,7 +76,7 @@ "> +\n" "> +Example:\n" "> +\n" - "> +avpll: pll at ea0040 {\n" + "> +avpll: pll@ea0040 {\n" "> +\tcompatible = \"marvell,berlin2-avpll\";\n" "> +\t#clock-cells = <2>;\n" "> +\treg = <0xea0050 0x100>;\n" @@ -85,7 +98,7 @@ "> +\n" "> +Example:\n" "> +\n" - "> +cpupll: pll at ea003c {\n" + "> +cpupll: pll@ea003c {\n" "> +\tcompatible = \"marvell,berlin2-pll\";\n" "> +\t#clock-cells = <0>;\n" "> +\treg = <0xea003c 0x14>;\n" @@ -109,7 +122,7 @@ "> +\n" "> +Example:\n" "> +\n" - "> +gfx3dcore_clk: clock at ea022c {\n" + "> +gfx3dcore_clk: clock@ea022c {\n" "> +\tcompatible = \"marvell,berlin2-clk-div\";\n" "\n" "Actually using the clock driver for SDHCI IP revealed some issues\n" @@ -160,7 +173,7 @@ "> +is below the example.\n" "> +\n" "> +Example:\n" - "> +coreclk: clock at ea0150 {\n" + "> +coreclk: clock@ea0150 {\n" "> +\tcompatible = \"marvell,berlin2-core-clocks\";\n" "> +\t#clock-cells = <1>;\n" "> +\treg = <0xea0150 0x1c>;\n" @@ -216,4 +229,4 @@ "> +30 - VIDEO2\n" > -ff4429eb2a573fb8b23477e7b69d54e26acf9cfd7ba18aed7f1cb3e098f89752 +6c8002ad995dcf846cf61b3ebceafb69501da397e062811d723ab800f7ecc70c
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.