diff for duplicates of <20160704122452.69dcddf0@bbrezillon> diff --git a/a/1.txt b/N1/1.txt index 2eb6669..71ffd43 100644 --- a/a/1.txt +++ b/N1/1.txt @@ -6,9 +6,9 @@ Alexandre Belloni <alexandre.belloni@free-electrons.com> wrote: > > Cc: Daniel Lezcano <daniel.lezcano@linaro.org> > Cc: Thierry Reding <thierry.reding@gmail.com> -> Cc: linux-pwm@vger.kernel.org +> Cc: linux-pwm at vger.kernel.org > Cc: Rob Herring <robh+dt@kernel.org> -> Cc: devicetree@vger.kernel.org +> Cc: devicetree at vger.kernel.org > Signed-off-by: Alexandre Belloni <alexandre.belloni@free-electrons.com> > --- > .../devicetree/bindings/arm/atmel-at91.txt | 32 ------------ @@ -40,7 +40,7 @@ Alexandre Belloni <alexandre.belloni@free-electrons.com> wrote: > -Examples: > - > -One interrupt per TC block: -> - tcb0: timer@fff7c000 { +> - tcb0: timer at fff7c000 { > - compatible = "atmel,at91rm9200-tcb"; > - reg = <0xfff7c000 0x100>; > - interrupts = <18 4>; @@ -49,7 +49,7 @@ Alexandre Belloni <alexandre.belloni@free-electrons.com> wrote: > - }; > - > -One interrupt per TC channel in a TC block: -> - tcb1: timer@fffdc000 { +> - tcb1: timer at fffdc000 { > - compatible = "atmel,at91rm9200-tcb"; > - reg = <0xfffdc000 0x100>; > - interrupts = <26 4 27 4 28 4>; @@ -92,7 +92,7 @@ Alexandre Belloni <alexandre.belloni@free-electrons.com> wrote: > +Examples: > + > +One interrupt per TC block: -> + tcb0: timer@fff7c000 { +> + tcb0: timer at fff7c000 { > + compatible = "atmel,at91rm9200-tcb", "simple-mfd", "syscon"; > + #address-cells = <1>; > + #size-cells = <0>; @@ -101,12 +101,12 @@ Alexandre Belloni <alexandre.belloni@free-electrons.com> wrote: > + clocks = <&tcb0_clk>, <&clk32k>; > + clock-names = "t0_clk", "slow_clk"; > + -> + timer@0 { +> + timer at 0 { > + compatible = "atmel,tcb-timer"; > + reg = <0>, <1>; > + }; > + -> + timer@2 { +> + timer at 2 { > + compatible = "atmel,tcb-timer"; > + reg = <2>; > + }; @@ -116,7 +116,7 @@ And how can you differentiate the clocksource from the clkevent? > + }; > + > +One interrupt per TC channel in a TC block: -> + tcb1: timer@fffdc000 { +> + tcb1: timer at fffdc000 { > + compatible = "atmel,at91rm9200-tcb", "simple-mfd", "syscon"; > + #address-cells = <1>; > + #size-cells = <0>; @@ -147,8 +147,8 @@ And how can you differentiate the clocksource from the clkevent? > - compatible = "atmel,tcb-pwm"; > - #pwm-cells = <3>; > - tc-block = <1>; -> +tcb0: timer@f800c000 { -> + pwm@0 { +> +tcb0: timer at f800c000 { +> + pwm at 0 { > + compatible = "atmel,tcb-pwm"; > + reg = <0>; > + #pwm-cells = <3>; diff --git a/a/content_digest b/N1/content_digest index 508f9d7..cbe28ac 100644 --- a/a/content_digest +++ b/N1/content_digest @@ -1,17 +1,8 @@ "ref\01467409925-17761-1-git-send-email-alexandre.belloni@free-electrons.com\0" - "From\0Boris Brezillon <boris.brezillon@free-electrons.com>\0" - "Subject\0Re: [PATCH v3] ARM: at91: Document new TCB bindings\0" + "From\0boris.brezillon@free-electrons.com (Boris Brezillon)\0" + "Subject\0[PATCH v3] ARM: at91: Document new TCB bindings\0" "Date\0Mon, 4 Jul 2016 12:24:52 +0200\0" - "To\0Alexandre Belloni <alexandre.belloni@free-electrons.com>\0" - "Cc\0Nicolas Ferre <nicolas.ferre@atmel.com>" - Jean-Christophe Plagniol-Villard <plagnioj@jcrosoft.com> - linux-arm-kernel@lists.infradead.org - linux-kernel@vger.kernel.org - Daniel Lezcano <daniel.lezcano@linaro.org> - Thierry Reding <thierry.reding@gmail.com> - linux-pwm@vger.kernel.org - Rob Herring <robh+dt@kernel.org> - " devicetree@vger.kernel.org\0" + "To\0linux-arm-kernel@lists.infradead.org\0" "\00:1\0" "b\0" "On Fri, 1 Jul 2016 23:52:05 +0200\n" @@ -22,9 +13,9 @@ "> \n" "> Cc: Daniel Lezcano <daniel.lezcano@linaro.org>\n" "> Cc: Thierry Reding <thierry.reding@gmail.com>\n" - "> Cc: linux-pwm@vger.kernel.org\n" + "> Cc: linux-pwm at vger.kernel.org\n" "> Cc: Rob Herring <robh+dt@kernel.org>\n" - "> Cc: devicetree@vger.kernel.org\n" + "> Cc: devicetree at vger.kernel.org\n" "> Signed-off-by: Alexandre Belloni <alexandre.belloni@free-electrons.com>\n" "> ---\n" "> .../devicetree/bindings/arm/atmel-at91.txt | 32 ------------\n" @@ -56,7 +47,7 @@ "> -Examples:\n" "> -\n" "> -One interrupt per TC block:\n" - "> -\ttcb0: timer@fff7c000 {\n" + "> -\ttcb0: timer at fff7c000 {\n" "> -\t\tcompatible = \"atmel,at91rm9200-tcb\";\n" "> -\t\treg = <0xfff7c000 0x100>;\n" "> -\t\tinterrupts = <18 4>;\n" @@ -65,7 +56,7 @@ "> -\t};\n" "> -\n" "> -One interrupt per TC channel in a TC block:\n" - "> -\ttcb1: timer@fffdc000 {\n" + "> -\ttcb1: timer at fffdc000 {\n" "> -\t\tcompatible = \"atmel,at91rm9200-tcb\";\n" "> -\t\treg = <0xfffdc000 0x100>;\n" "> -\t\tinterrupts = <26 4 27 4 28 4>;\n" @@ -108,7 +99,7 @@ "> +Examples:\n" "> +\n" "> +One interrupt per TC block:\n" - "> +\ttcb0: timer@fff7c000 {\n" + "> +\ttcb0: timer at fff7c000 {\n" "> +\t\tcompatible = \"atmel,at91rm9200-tcb\", \"simple-mfd\", \"syscon\";\n" "> +\t\t#address-cells = <1>;\n" "> +\t\t#size-cells = <0>;\n" @@ -117,12 +108,12 @@ "> +\t\tclocks = <&tcb0_clk>, <&clk32k>;\n" "> +\t\tclock-names = \"t0_clk\", \"slow_clk\";\n" "> +\n" - "> +\t\ttimer@0 {\n" + "> +\t\ttimer at 0 {\n" "> +\t\t\tcompatible = \"atmel,tcb-timer\";\n" "> +\t\t\treg = <0>, <1>;\n" "> +\t\t};\n" "> +\n" - "> +\t\ttimer@2 {\n" + "> +\t\ttimer at 2 {\n" "> +\t\t\tcompatible = \"atmel,tcb-timer\";\n" "> +\t\t\treg = <2>;\n" "> +\t\t};\n" @@ -132,7 +123,7 @@ "> +\t};\n" "> +\n" "> +One interrupt per TC channel in a TC block:\n" - "> +\ttcb1: timer@fffdc000 {\n" + "> +\ttcb1: timer at fffdc000 {\n" "> +\t\tcompatible = \"atmel,at91rm9200-tcb\", \"simple-mfd\", \"syscon\";\n" "> +\t\t#address-cells = <1>;\n" "> +\t\t#size-cells = <0>;\n" @@ -163,12 +154,12 @@ "> -\tcompatible = \"atmel,tcb-pwm\";\n" "> -\t#pwm-cells = <3>;\n" "> -\ttc-block = <1>;\n" - "> +tcb0: timer@f800c000 {\n" - "> +\tpwm@0 {\n" + "> +tcb0: timer at f800c000 {\n" + "> +\tpwm at 0 {\n" "> +\t\tcompatible = \"atmel,tcb-pwm\";\n" "> +\t\treg = <0>;\n" "> +\t\t#pwm-cells = <3>;\n" "> +\t};\n" > }; -6f05ec4d1014946c20f0621be7ca6f9b9bd77906d238f6b37a8cd752452b6cb7 +a4c2a8841c57ecb6f9065254432cb71dbeeac23841838082cb5f357d6ae610b5
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.