diff for duplicates of <20160615124943.GE4948@dell> diff --git a/a/1.txt b/N1/1.txt index bba5879..58c2cb8 100644 --- a/a/1.txt +++ b/N1/1.txt @@ -2,11 +2,13 @@ On Wed, 15 Jun 2016, Chen-Yu Tsai wrote: > Signed-off-by: Chen-Yu Tsai <wens@csie.org> > --- -> Documentation/devicetree/bindings/mfd/ac100.txt | 42 +++++++++++++++++++++++++ +> Documentation/devicetree/bindings/mfd/ac100.txt | 42 +++++++++++++++++++= +++++++ > 1 file changed, 42 insertions(+) > create mode 100644 Documentation/devicetree/bindings/mfd/ac100.txt -> -> diff --git a/Documentation/devicetree/bindings/mfd/ac100.txt b/Documentation/devicetree/bindings/mfd/ac100.txt +>=20 +> diff --git a/Documentation/devicetree/bindings/mfd/ac100.txt b/Documentat= +ion/devicetree/bindings/mfd/ac100.txt > new file mode 100644 > index 000000000000..fbab623e6fba > --- /dev/null @@ -25,7 +27,8 @@ On Wed, 15 Jun 2016, Chen-Yu Tsai wrote: > + - codec > + - compatible: "x-powers,ac100-codec" > + - interrupt-parent: The parent interrupt controller -> + - interrupts: SoC NMI / GPIO interrupt connected to the IRQ_AUDIO pin +> + - interrupts: SoC NMI / GPIO interrupt connected to the IRQ_AUDIO pi= +n > + - rtc > + - compatible: "x-powers,ac100-rtc" > + - interrupt-parent: The parent interrupt controller @@ -37,29 +40,41 @@ On Wed, 15 Jun 2016, Chen-Yu Tsai wrote: > +Example: > + > +ac100: codec@e89 { -> + compatible = "x-powers,ac100"; -> + reg = <0xe89>; +> + compatible =3D "x-powers,ac100"; +> + reg =3D <0xe89>; > + > + ac100_codec { -> + compatible = "x-powers,ac100-codec"; -> + interrupt-parent = <&nmi_intc>; -> + interrupts = <0 IRQ_TYPE_LEVEL_LOW>; +> + compatible =3D "x-powers,ac100-codec"; +> + interrupt-parent =3D <&nmi_intc>; +> + interrupts =3D <0 IRQ_TYPE_LEVEL_LOW>; > + }; > + > + ac100_rtc { -> + compatible = "x-powers,ac100-rtc"; -> + interrupt-parent = <&nmi_intc>; -> + interrupts = <0 IRQ_TYPE_LEVEL_LOW>; +> + compatible =3D "x-powers,ac100-rtc"; +> + interrupt-parent =3D <&nmi_intc>; +> + interrupts =3D <0 IRQ_TYPE_LEVEL_LOW>; Isn't this the same interrupt as above? Is it shared? -> + #clock-cells = <1>; -> + clock-output-names = "cko1_rtc", "cko2_rtc", "cko3_rtc"; +> + #clock-cells =3D <1>; +> + clock-output-names =3D "cko1_rtc", "cko2_rtc", "cko3_rtc"; > + }; > +}; --- +--=20 Lee Jones Linaro STMicroelectronics Landing Team Lead -Linaro.org │ Open source software for ARM SoCs +Linaro.org =E2=94=82 Open source software for ARM SoCs Follow Linaro: Facebook | Twitter | Blog + +--=20 +You received this message because you are subscribed to "rtc-linux". +Membership options at http://groups.google.com/group/rtc-linux . +Please read http://groups.google.com/group/rtc-linux/web/checklist +before submitting a driver. +---=20 +You received this message because you are subscribed to the Google Groups "= +rtc-linux" group. +To unsubscribe from this group and stop receiving emails from it, send an e= +mail to rtc-linux+unsubscribe@googlegroups.com. +For more options, visit https://groups.google.com/d/optout. diff --git a/a/content_digest b/N1/content_digest index a76727b..df492ff 100644 --- a/a/content_digest +++ b/N1/content_digest @@ -1,7 +1,7 @@ "ref\01465986467-14802-1-git-send-email-wens@csie.org\0" "ref\01465986467-14802-3-git-send-email-wens@csie.org\0" "From\0Lee Jones <lee.jones@linaro.org>\0" - "Subject\0Re: [PATCH v2 02/10] mfd: ac100: Add device tree bindings for X-Powers AC100 codec/RTC combo IC\0" + "Subject\0[rtc-linux] Re: [PATCH v2 02/10] mfd: ac100: Add device tree bindings for X-Powers AC100 codec/RTC combo IC\0" "Date\0Wed, 15 Jun 2016 13:49:43 +0100\0" "To\0Chen-Yu Tsai <wens@csie.org>\0" "Cc\0Mark Brown <broonie@kernel.org>" @@ -26,11 +26,13 @@ "\n" "> Signed-off-by: Chen-Yu Tsai <wens@csie.org>\n" "> ---\n" - "> Documentation/devicetree/bindings/mfd/ac100.txt | 42 +++++++++++++++++++++++++\n" + "> Documentation/devicetree/bindings/mfd/ac100.txt | 42 +++++++++++++++++++=\n" + "++++++\n" "> 1 file changed, 42 insertions(+)\n" "> create mode 100644 Documentation/devicetree/bindings/mfd/ac100.txt\n" - "> \n" - "> diff --git a/Documentation/devicetree/bindings/mfd/ac100.txt b/Documentation/devicetree/bindings/mfd/ac100.txt\n" + ">=20\n" + "> diff --git a/Documentation/devicetree/bindings/mfd/ac100.txt b/Documentat=\n" + "ion/devicetree/bindings/mfd/ac100.txt\n" "> new file mode 100644\n" "> index 000000000000..fbab623e6fba\n" "> --- /dev/null\n" @@ -49,7 +51,8 @@ "> + - codec\n" "> + - compatible: \"x-powers,ac100-codec\"\n" "> + - interrupt-parent: The parent interrupt controller\n" - "> + - interrupts: SoC NMI / GPIO interrupt connected to the IRQ_AUDIO pin\n" + "> + - interrupts: SoC NMI / GPIO interrupt connected to the IRQ_AUDIO pi=\n" + "n\n" "> + - rtc\n" "> + - compatible: \"x-powers,ac100-rtc\"\n" "> + - interrupt-parent: The parent interrupt controller\n" @@ -61,31 +64,43 @@ "> +Example:\n" "> +\n" "> +ac100: codec@e89 {\n" - "> +\tcompatible = \"x-powers,ac100\";\n" - "> +\treg = <0xe89>;\n" + "> +\tcompatible =3D \"x-powers,ac100\";\n" + "> +\treg =3D <0xe89>;\n" "> +\n" "> +\tac100_codec {\n" - "> +\t\tcompatible = \"x-powers,ac100-codec\";\n" - "> +\t\tinterrupt-parent = <&nmi_intc>;\n" - "> +\t\tinterrupts = <0 IRQ_TYPE_LEVEL_LOW>;\n" + "> +\t\tcompatible =3D \"x-powers,ac100-codec\";\n" + "> +\t\tinterrupt-parent =3D <&nmi_intc>;\n" + "> +\t\tinterrupts =3D <0 IRQ_TYPE_LEVEL_LOW>;\n" "> +\t};\n" "> +\n" "> +\tac100_rtc {\n" - "> +\t\tcompatible = \"x-powers,ac100-rtc\";\n" - "> +\t\tinterrupt-parent = <&nmi_intc>;\n" - "> +\t\tinterrupts = <0 IRQ_TYPE_LEVEL_LOW>;\n" + "> +\t\tcompatible =3D \"x-powers,ac100-rtc\";\n" + "> +\t\tinterrupt-parent =3D <&nmi_intc>;\n" + "> +\t\tinterrupts =3D <0 IRQ_TYPE_LEVEL_LOW>;\n" "\n" "Isn't this the same interrupt as above? Is it shared?\n" "\n" - "> +\t\t#clock-cells = <1>;\n" - "> +\t\tclock-output-names = \"cko1_rtc\", \"cko2_rtc\", \"cko3_rtc\";\n" + "> +\t\t#clock-cells =3D <1>;\n" + "> +\t\tclock-output-names =3D \"cko1_rtc\", \"cko2_rtc\", \"cko3_rtc\";\n" "> +\t};\n" "> +};\n" "\n" - "-- \n" + "--=20\n" "Lee Jones\n" "Linaro STMicroelectronics Landing Team Lead\n" - "Linaro.org \342\224\202 Open source software for ARM SoCs\n" - Follow Linaro: Facebook | Twitter | Blog + "Linaro.org =E2=94=82 Open source software for ARM SoCs\n" + "Follow Linaro: Facebook | Twitter | Blog\n" + "\n" + "--=20\n" + "You received this message because you are subscribed to \"rtc-linux\".\n" + "Membership options at http://groups.google.com/group/rtc-linux .\n" + "Please read http://groups.google.com/group/rtc-linux/web/checklist\n" + "before submitting a driver.\n" + "---=20\n" + "You received this message because you are subscribed to the Google Groups \"=\n" + "rtc-linux\" group.\n" + "To unsubscribe from this group and stop receiving emails from it, send an e=\n" + "mail to rtc-linux+unsubscribe@googlegroups.com.\n" + For more options, visit https://groups.google.com/d/optout. -9eccb79203546b8a259a9ab2bc874f1d1111be9aa581ba724d0e81d239e754d7 +227d3b354e210845da69a4473ab78b7d927fadc73f92b46ea56861bfdade3099
diff --git a/a/1.txt b/N2/1.txt index bba5879..08445fc 100644 --- a/a/1.txt +++ b/N2/1.txt @@ -36,7 +36,7 @@ On Wed, 15 Jun 2016, Chen-Yu Tsai wrote: > + > +Example: > + -> +ac100: codec@e89 { +> +ac100: codec at e89 { > + compatible = "x-powers,ac100"; > + reg = <0xe89>; > + @@ -61,5 +61,5 @@ Isn't this the same interrupt as above? Is it shared? -- Lee Jones Linaro STMicroelectronics Landing Team Lead -Linaro.org │ Open source software for ARM SoCs +Linaro.org ? Open source software for ARM SoCs Follow Linaro: Facebook | Twitter | Blog diff --git a/a/content_digest b/N2/content_digest index a76727b..9e416ab 100644 --- a/a/content_digest +++ b/N2/content_digest @@ -1,25 +1,9 @@ "ref\01465986467-14802-1-git-send-email-wens@csie.org\0" "ref\01465986467-14802-3-git-send-email-wens@csie.org\0" - "From\0Lee Jones <lee.jones@linaro.org>\0" - "Subject\0Re: [PATCH v2 02/10] mfd: ac100: Add device tree bindings for X-Powers AC100 codec/RTC combo IC\0" + "From\0lee.jones@linaro.org (Lee Jones)\0" + "Subject\0[PATCH v2 02/10] mfd: ac100: Add device tree bindings for X-Powers AC100 codec/RTC combo IC\0" "Date\0Wed, 15 Jun 2016 13:49:43 +0100\0" - "To\0Chen-Yu Tsai <wens@csie.org>\0" - "Cc\0Mark Brown <broonie@kernel.org>" - Alessandro Zummo <a.zummo@towertech.it> - Alexandre Belloni <alexandre.belloni@free-electrons.com> - 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> - Maxime Ripard <maxime.ripard@free-electrons.com> - Michael Turquette <mturquette@baylibre.com> - Stephen Boyd <sboyd@codeaurora.org> - rtc-linux@googlegroups.com - linux-kernel@vger.kernel.org - devicetree@vger.kernel.org - linux-arm-kernel@lists.infradead.org - " linux-clk@vger.kernel.org\0" + "To\0linux-arm-kernel@lists.infradead.org\0" "\00:1\0" "b\0" "On Wed, 15 Jun 2016, Chen-Yu Tsai wrote:\n" @@ -60,7 +44,7 @@ "> +\n" "> +Example:\n" "> +\n" - "> +ac100: codec@e89 {\n" + "> +ac100: codec at e89 {\n" "> +\tcompatible = \"x-powers,ac100\";\n" "> +\treg = <0xe89>;\n" "> +\n" @@ -85,7 +69,7 @@ "-- \n" "Lee Jones\n" "Linaro STMicroelectronics Landing Team Lead\n" - "Linaro.org \342\224\202 Open source software for ARM SoCs\n" + "Linaro.org ? Open source software for ARM SoCs\n" Follow Linaro: Facebook | Twitter | Blog -9eccb79203546b8a259a9ab2bc874f1d1111be9aa581ba724d0e81d239e754d7 +4900ff36666802cb5735fbb03adc51da6f5ea170c40510ad654adc0a2c841a95
diff --git a/a/1.txt b/N3/1.txt index bba5879..1dadef8 100644 --- a/a/1.txt +++ b/N3/1.txt @@ -1,6 +1,6 @@ On Wed, 15 Jun 2016, Chen-Yu Tsai wrote: -> Signed-off-by: Chen-Yu Tsai <wens@csie.org> +> Signed-off-by: Chen-Yu Tsai <wens-jdAy2FN1RRM@public.gmane.org> > --- > Documentation/devicetree/bindings/mfd/ac100.txt | 42 +++++++++++++++++++++++++ > 1 file changed, 42 insertions(+) @@ -63,3 +63,13 @@ Lee Jones Linaro STMicroelectronics Landing Team Lead Linaro.org │ Open source software for ARM SoCs Follow Linaro: Facebook | Twitter | Blog + +-- +You received this message because you are subscribed to "rtc-linux". +Membership options at http://groups.google.com/group/rtc-linux . +Please read http://groups.google.com/group/rtc-linux/web/checklist +before submitting a driver. +--- +You received this message because you are subscribed to the Google Groups "rtc-linux" group. +To unsubscribe from this group and stop receiving emails from it, send an email to rtc-linux+unsubscribe-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org +For more options, visit https://groups.google.com/d/optout. diff --git a/a/content_digest b/N3/content_digest index a76727b..463bd40 100644 --- a/a/content_digest +++ b/N3/content_digest @@ -1,30 +1,31 @@ "ref\01465986467-14802-1-git-send-email-wens@csie.org\0" "ref\01465986467-14802-3-git-send-email-wens@csie.org\0" - "From\0Lee Jones <lee.jones@linaro.org>\0" + "ref\01465986467-14802-3-git-send-email-wens-jdAy2FN1RRM@public.gmane.org\0" + "From\0Lee Jones <lee.jones-QSEj5FYQhm4dnm+yROfE0A@public.gmane.org>\0" "Subject\0Re: [PATCH v2 02/10] mfd: ac100: Add device tree bindings for X-Powers AC100 codec/RTC combo IC\0" "Date\0Wed, 15 Jun 2016 13:49:43 +0100\0" - "To\0Chen-Yu Tsai <wens@csie.org>\0" - "Cc\0Mark Brown <broonie@kernel.org>" - Alessandro Zummo <a.zummo@towertech.it> - Alexandre Belloni <alexandre.belloni@free-electrons.com> - 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> - Maxime Ripard <maxime.ripard@free-electrons.com> - Michael Turquette <mturquette@baylibre.com> - Stephen Boyd <sboyd@codeaurora.org> - rtc-linux@googlegroups.com - linux-kernel@vger.kernel.org - devicetree@vger.kernel.org - linux-arm-kernel@lists.infradead.org - " linux-clk@vger.kernel.org\0" + "To\0Chen-Yu Tsai <wens-jdAy2FN1RRM@public.gmane.org>\0" + "Cc\0Mark Brown <broonie-DgEjT+Ai2ygdnm+yROfE0A@public.gmane.org>" + Alessandro Zummo <a.zummo-BfzFCNDTiLLj+vYz1yj4TQ@public.gmane.org> + Alexandre Belloni <alexandre.belloni-wi1+55ScJUtKEb57/3fJTNBPR1lH4CV8@public.gmane.org> + Rob Herring <robh+dt-DgEjT+Ai2ygdnm+yROfE0A@public.gmane.org> + Pawel Moll <pawel.moll-5wv7dgnIgG8@public.gmane.org> + Mark Rutland <mark.rutland-5wv7dgnIgG8@public.gmane.org> + Ian Campbell <ijc+devicetree-KcIKpvwj1kUDXYZnReoRVg@public.gmane.org> + Kumar Gala <galak-sgV2jX0FEOL9JmXXK+q4OQ@public.gmane.org> + Maxime Ripard <maxime.ripard-wi1+55ScJUtKEb57/3fJTNBPR1lH4CV8@public.gmane.org> + Michael Turquette <mturquette-rdvid1DuHRBWk0Htik3J/w@public.gmane.org> + Stephen Boyd <sboyd-sgV2jX0FEOL9JmXXK+q4OQ@public.gmane.org> + rtc-linux-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org + linux-kernel-u79uwXL29TY76Z2rM5mHXA@public.gmane.org + devicetree-u79uwXL29TY76Z2rM5mHXA@public.gmane.org + linux-arm-kernel-IAPFreCvJWM7uuMidbF8XUB+6BGkLq7r@public.gmane.org + " linux-clk-u79uwXL29TY76Z2rM5mHXA@public.gmane.org\0" "\00:1\0" "b\0" "On Wed, 15 Jun 2016, Chen-Yu Tsai wrote:\n" "\n" - "> Signed-off-by: Chen-Yu Tsai <wens@csie.org>\n" + "> Signed-off-by: Chen-Yu Tsai <wens-jdAy2FN1RRM@public.gmane.org>\n" "> ---\n" "> Documentation/devicetree/bindings/mfd/ac100.txt | 42 +++++++++++++++++++++++++\n" "> 1 file changed, 42 insertions(+)\n" @@ -86,6 +87,16 @@ "Lee Jones\n" "Linaro STMicroelectronics Landing Team Lead\n" "Linaro.org \342\224\202 Open source software for ARM SoCs\n" - Follow Linaro: Facebook | Twitter | Blog + "Follow Linaro: Facebook | Twitter | Blog\n" + "\n" + "-- \n" + "You received this message because you are subscribed to \"rtc-linux\".\n" + "Membership options at http://groups.google.com/group/rtc-linux .\n" + "Please read http://groups.google.com/group/rtc-linux/web/checklist\n" + "before submitting a driver.\n" + "--- \n" + "You received this message because you are subscribed to the Google Groups \"rtc-linux\" group.\n" + "To unsubscribe from this group and stop receiving emails from it, send an email to rtc-linux+unsubscribe-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org\n" + For more options, visit https://groups.google.com/d/optout. -9eccb79203546b8a259a9ab2bc874f1d1111be9aa581ba724d0e81d239e754d7 +55cef1899c41580b0cfa58cbb6447ffa98d78c24f8d8c8c8adeeb4534abf1106
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.