diff for duplicates of <20160808115636.GN5243@dell> diff --git a/a/1.txt b/N1/1.txt index dd9bcdb..a547c49 100644 --- a/a/1.txt +++ b/N1/1.txt @@ -1,42 +1,40 @@ On Mon, 08 Aug 2016, Lee Jones wrote: > On Fri, 08 Jul 2016, Chen-Yu Tsai wrote: ->=20 +> > > The AC100 is a multifunction device with an audio codec subsystem and > > an RTC subsystem. These two subsystems share a common register space > > and host interface. -> >=20 +> > > > Signed-off-by: Chen-Yu Tsai <wens@csie.org> > > Acked-by: Rob Herring <robh@kernel.org> > > --- > > Changes since v4: -> >=20 +> > > > - Style changes suggested by Lee. > > - Added commit message. > > - Added Rob's ack. -> >=20 +> > > > Changes since v3: -> >=20 +> > > > - Fixed device node names and added labels. > > - Added clock output from codec and input to rtc. -> >=20 +> > > > Changes since v2: -> >=20 +> > > > - Fix interrupt line for ac100_codec in provided example. -> >=20 +> > > > --- -> > Documentation/devicetree/bindings/mfd/ac100.txt | 54 +++++++++++++++++= -++++++++ +> > Documentation/devicetree/bindings/mfd/ac100.txt | 54 +++++++++++++++++++++++++ > > 1 file changed, 54 insertions(+) > > create mode 100644 Documentation/devicetree/bindings/mfd/ac100.txt ->=20 +> > For my own reference: > Acked-by: Lee Jones <lee.jones@linaro.org> Applied, thanks. -> > diff --git a/Documentation/devicetree/bindings/mfd/ac100.txt b/Document= -ation/devicetree/bindings/mfd/ac100.txt +> > diff --git a/Documentation/devicetree/bindings/mfd/ac100.txt b/Documentation/devicetree/bindings/mfd/ac100.txt > > new file mode 100644 > > index 000000000000..b8ef00667599 > > --- /dev/null @@ -75,43 +73,31 @@ ation/devicetree/bindings/mfd/ac100.txt > > + > > +Example: > > + -> > +ac100: codec@e89 { -> > + compatible =3D "x-powers,ac100"; -> > + reg =3D <0xe89>; +> > +ac100: codec at e89 { +> > + compatible = "x-powers,ac100"; +> > + reg = <0xe89>; > > + > > + ac100_codec: codec { -> > + compatible =3D "x-powers,ac100-codec"; -> > + interrupt-parent =3D <&r_pio>; -> > + interrupts =3D <0 9 IRQ_TYPE_LEVEL_LOW>; /* PL9 */ -> > + #clock-cells =3D <0>; -> > + clock-output-names =3D "4M_adda"; +> > + compatible = "x-powers,ac100-codec"; +> > + interrupt-parent = <&r_pio>; +> > + interrupts = <0 9 IRQ_TYPE_LEVEL_LOW>; /* PL9 */ +> > + #clock-cells = <0>; +> > + clock-output-names = "4M_adda"; > > + }; > > + > > + ac100_rtc: rtc { -> > + compatible =3D "x-powers,ac100-rtc"; -> > + interrupt-parent =3D <&nmi_intc>; -> > + interrupts =3D <0 IRQ_TYPE_LEVEL_LOW>; -> > + clocks =3D <&ac100_codec>; -> > + #clock-cells =3D <1>; -> > + clock-output-names =3D "cko1_rtc", "cko2_rtc", "cko3_rtc"; +> > + compatible = "x-powers,ac100-rtc"; +> > + interrupt-parent = <&nmi_intc>; +> > + interrupts = <0 IRQ_TYPE_LEVEL_LOW>; +> > + clocks = <&ac100_codec>; +> > + #clock-cells = <1>; +> > + clock-output-names = "cko1_rtc", "cko2_rtc", "cko3_rtc"; > > + }; > > +}; ->=20 +> ---=20 +-- Lee Jones Linaro STMicroelectronics Landing Team Lead -Linaro.org =E2=94=82 Open source software for ARM SoCs +Linaro.org ? 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 8db0946..4742fdc 100644 --- a/a/content_digest +++ b/N1/content_digest @@ -1,58 +1,49 @@ "ref\01467988422-17934-1-git-send-email-wens@csie.org\0" "ref\01467988422-17934-2-git-send-email-wens@csie.org\0" "ref\020160808115019.GL5243@dell\0" - "From\0Lee Jones <lee.jones@linaro.org>\0" - "Subject\0[rtc-linux] Re: [PATCH v5 1/7] 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 v5 1/7] mfd: ac100: Add device tree bindings for X-Powers AC100 codec/RTC combo IC\0" "Date\0Mon, 8 Aug 2016 12:56:36 +0100\0" - "To\0Chen-Yu Tsai <wens@csie.org>\0" - "Cc\0Alessandro Zummo <a.zummo@towertech.it>" - Alexandre Belloni <alexandre.belloni@free-electrons.com> - Maxime Ripard <maxime.ripard@free-electrons.com> - linux-kernel@vger.kernel.org - rtc-linux@googlegroups.com - devicetree@vger.kernel.org - " linux-arm-kernel@lists.infradead.org\0" + "To\0linux-arm-kernel@lists.infradead.org\0" "\00:1\0" "b\0" "On Mon, 08 Aug 2016, Lee Jones wrote:\n" "\n" "> On Fri, 08 Jul 2016, Chen-Yu Tsai wrote:\n" - ">=20\n" + "> \n" "> > The AC100 is a multifunction device with an audio codec subsystem and\n" "> > an RTC subsystem. These two subsystems share a common register space\n" "> > and host interface.\n" - "> >=20\n" + "> > \n" "> > Signed-off-by: Chen-Yu Tsai <wens@csie.org>\n" "> > Acked-by: Rob Herring <robh@kernel.org>\n" "> > ---\n" "> > Changes since v4:\n" - "> >=20\n" + "> > \n" "> > - Style changes suggested by Lee.\n" "> > - Added commit message.\n" "> > - Added Rob's ack.\n" - "> >=20\n" + "> > \n" "> > Changes since v3:\n" - "> >=20\n" + "> > \n" "> > - Fixed device node names and added labels.\n" "> > - Added clock output from codec and input to rtc.\n" - "> >=20\n" + "> > \n" "> > Changes since v2:\n" - "> >=20\n" + "> > \n" "> > - Fix interrupt line for ac100_codec in provided example.\n" - "> >=20\n" + "> > \n" "> > ---\n" - "> > Documentation/devicetree/bindings/mfd/ac100.txt | 54 +++++++++++++++++=\n" - "++++++++\n" + "> > Documentation/devicetree/bindings/mfd/ac100.txt | 54 +++++++++++++++++++++++++\n" "> > 1 file changed, 54 insertions(+)\n" "> > create mode 100644 Documentation/devicetree/bindings/mfd/ac100.txt\n" - ">=20\n" + "> \n" "> For my own reference:\n" "> Acked-by: Lee Jones <lee.jones@linaro.org>\n" "\n" "Applied, thanks.\n" "\n" - "> > diff --git a/Documentation/devicetree/bindings/mfd/ac100.txt b/Document=\n" - "ation/devicetree/bindings/mfd/ac100.txt\n" + "> > diff --git a/Documentation/devicetree/bindings/mfd/ac100.txt b/Documentation/devicetree/bindings/mfd/ac100.txt\n" "> > new file mode 100644\n" "> > index 000000000000..b8ef00667599\n" "> > --- /dev/null\n" @@ -91,45 +82,33 @@ "> > +\n" "> > +Example:\n" "> > +\n" - "> > +ac100: codec@e89 {\n" - "> > +\tcompatible =3D \"x-powers,ac100\";\n" - "> > +\treg =3D <0xe89>;\n" + "> > +ac100: codec at e89 {\n" + "> > +\tcompatible = \"x-powers,ac100\";\n" + "> > +\treg = <0xe89>;\n" "> > +\n" "> > +\tac100_codec: codec {\n" - "> > +\t\tcompatible =3D \"x-powers,ac100-codec\";\n" - "> > +\t\tinterrupt-parent =3D <&r_pio>;\n" - "> > +\t\tinterrupts =3D <0 9 IRQ_TYPE_LEVEL_LOW>; /* PL9 */\n" - "> > +\t\t#clock-cells =3D <0>;\n" - "> > +\t\tclock-output-names =3D \"4M_adda\";\n" + "> > +\t\tcompatible = \"x-powers,ac100-codec\";\n" + "> > +\t\tinterrupt-parent = <&r_pio>;\n" + "> > +\t\tinterrupts = <0 9 IRQ_TYPE_LEVEL_LOW>; /* PL9 */\n" + "> > +\t\t#clock-cells = <0>;\n" + "> > +\t\tclock-output-names = \"4M_adda\";\n" "> > +\t};\n" "> > +\n" "> > +\tac100_rtc: rtc {\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" - "> > +\t\tclocks =3D <&ac100_codec>;\n" - "> > +\t\t#clock-cells =3D <1>;\n" - "> > +\t\tclock-output-names =3D \"cko1_rtc\", \"cko2_rtc\", \"cko3_rtc\";\n" + "> > +\t\tcompatible = \"x-powers,ac100-rtc\";\n" + "> > +\t\tinterrupt-parent = <&nmi_intc>;\n" + "> > +\t\tinterrupts = <0 IRQ_TYPE_LEVEL_LOW>;\n" + "> > +\t\tclocks = <&ac100_codec>;\n" + "> > +\t\t#clock-cells = <1>;\n" + "> > +\t\tclock-output-names = \"cko1_rtc\", \"cko2_rtc\", \"cko3_rtc\";\n" "> > +\t};\n" "> > +};\n" - ">=20\n" + "> \n" "\n" - "--=20\n" + "-- \n" "Lee Jones\n" "Linaro STMicroelectronics Landing Team Lead\n" - "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. + "Linaro.org ? Open source software for ARM SoCs\n" + Follow Linaro: Facebook | Twitter | Blog -fc7bea7721a6c46ea3b4a6dd8c4817d70eb00902671ea7b396bc2acf8e548407 +2c331aca6e94789320683714adfd24050cf8ebda80cb3dccfdd547a922a05319
diff --git a/a/1.txt b/N2/1.txt index dd9bcdb..b435807 100644 --- a/a/1.txt +++ b/N2/1.txt @@ -1,42 +1,40 @@ On Mon, 08 Aug 2016, Lee Jones wrote: > On Fri, 08 Jul 2016, Chen-Yu Tsai wrote: ->=20 +> > > The AC100 is a multifunction device with an audio codec subsystem and > > an RTC subsystem. These two subsystems share a common register space > > and host interface. -> >=20 -> > Signed-off-by: Chen-Yu Tsai <wens@csie.org> -> > Acked-by: Rob Herring <robh@kernel.org> +> > +> > Signed-off-by: Chen-Yu Tsai <wens-jdAy2FN1RRM@public.gmane.org> +> > Acked-by: Rob Herring <robh-DgEjT+Ai2ygdnm+yROfE0A@public.gmane.org> > > --- > > Changes since v4: -> >=20 +> > > > - Style changes suggested by Lee. > > - Added commit message. > > - Added Rob's ack. -> >=20 +> > > > Changes since v3: -> >=20 +> > > > - Fixed device node names and added labels. > > - Added clock output from codec and input to rtc. -> >=20 +> > > > Changes since v2: -> >=20 +> > > > - Fix interrupt line for ac100_codec in provided example. -> >=20 +> > > > --- -> > Documentation/devicetree/bindings/mfd/ac100.txt | 54 +++++++++++++++++= -++++++++ +> > Documentation/devicetree/bindings/mfd/ac100.txt | 54 +++++++++++++++++++++++++ > > 1 file changed, 54 insertions(+) > > create mode 100644 Documentation/devicetree/bindings/mfd/ac100.txt ->=20 +> > For my own reference: -> Acked-by: Lee Jones <lee.jones@linaro.org> +> Acked-by: Lee Jones <lee.jones-QSEj5FYQhm4dnm+yROfE0A@public.gmane.org> Applied, thanks. -> > diff --git a/Documentation/devicetree/bindings/mfd/ac100.txt b/Document= -ation/devicetree/bindings/mfd/ac100.txt +> > diff --git a/Documentation/devicetree/bindings/mfd/ac100.txt b/Documentation/devicetree/bindings/mfd/ac100.txt > > new file mode 100644 > > index 000000000000..b8ef00667599 > > --- /dev/null @@ -76,42 +74,40 @@ ation/devicetree/bindings/mfd/ac100.txt > > +Example: > > + > > +ac100: codec@e89 { -> > + compatible =3D "x-powers,ac100"; -> > + reg =3D <0xe89>; +> > + compatible = "x-powers,ac100"; +> > + reg = <0xe89>; > > + > > + ac100_codec: codec { -> > + compatible =3D "x-powers,ac100-codec"; -> > + interrupt-parent =3D <&r_pio>; -> > + interrupts =3D <0 9 IRQ_TYPE_LEVEL_LOW>; /* PL9 */ -> > + #clock-cells =3D <0>; -> > + clock-output-names =3D "4M_adda"; +> > + compatible = "x-powers,ac100-codec"; +> > + interrupt-parent = <&r_pio>; +> > + interrupts = <0 9 IRQ_TYPE_LEVEL_LOW>; /* PL9 */ +> > + #clock-cells = <0>; +> > + clock-output-names = "4M_adda"; > > + }; > > + > > + ac100_rtc: rtc { -> > + compatible =3D "x-powers,ac100-rtc"; -> > + interrupt-parent =3D <&nmi_intc>; -> > + interrupts =3D <0 IRQ_TYPE_LEVEL_LOW>; -> > + clocks =3D <&ac100_codec>; -> > + #clock-cells =3D <1>; -> > + clock-output-names =3D "cko1_rtc", "cko2_rtc", "cko3_rtc"; +> > + compatible = "x-powers,ac100-rtc"; +> > + interrupt-parent = <&nmi_intc>; +> > + interrupts = <0 IRQ_TYPE_LEVEL_LOW>; +> > + clocks = <&ac100_codec>; +> > + #clock-cells = <1>; +> > + clock-output-names = "cko1_rtc", "cko2_rtc", "cko3_rtc"; > > + }; > > +}; ->=20 +> ---=20 +-- Lee Jones Linaro STMicroelectronics Landing Team Lead -Linaro.org =E2=94=82 Open source software for ARM SoCs +Linaro.org │ 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. +--- +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/N2/content_digest index 8db0946..a4d2f52 100644 --- a/a/content_digest +++ b/N2/content_digest @@ -1,58 +1,56 @@ "ref\01467988422-17934-1-git-send-email-wens@csie.org\0" "ref\01467988422-17934-2-git-send-email-wens@csie.org\0" "ref\020160808115019.GL5243@dell\0" - "From\0Lee Jones <lee.jones@linaro.org>\0" - "Subject\0[rtc-linux] Re: [PATCH v5 1/7] mfd: ac100: Add device tree bindings for X-Powers AC100 codec/RTC combo IC\0" + "From\0Lee Jones <lee.jones-QSEj5FYQhm4dnm+yROfE0A@public.gmane.org>\0" + "Subject\0Re: [PATCH v5 1/7] mfd: ac100: Add device tree bindings for X-Powers AC100 codec/RTC combo IC\0" "Date\0Mon, 8 Aug 2016 12:56:36 +0100\0" - "To\0Chen-Yu Tsai <wens@csie.org>\0" - "Cc\0Alessandro Zummo <a.zummo@towertech.it>" - Alexandre Belloni <alexandre.belloni@free-electrons.com> - Maxime Ripard <maxime.ripard@free-electrons.com> - linux-kernel@vger.kernel.org - rtc-linux@googlegroups.com - devicetree@vger.kernel.org - " linux-arm-kernel@lists.infradead.org\0" + "To\0Chen-Yu Tsai <wens-jdAy2FN1RRM@public.gmane.org>\0" + "Cc\0Alessandro Zummo <a.zummo-BfzFCNDTiLLj+vYz1yj4TQ@public.gmane.org>" + Alexandre Belloni <alexandre.belloni-wi1+55ScJUtKEb57/3fJTNBPR1lH4CV8@public.gmane.org> + Maxime Ripard <maxime.ripard-wi1+55ScJUtKEb57/3fJTNBPR1lH4CV8@public.gmane.org> + linux-kernel-u79uwXL29TY76Z2rM5mHXA@public.gmane.org + rtc-linux-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org + devicetree-u79uwXL29TY76Z2rM5mHXA@public.gmane.org + " linux-arm-kernel-IAPFreCvJWM7uuMidbF8XUB+6BGkLq7r@public.gmane.org\0" "\00:1\0" "b\0" "On Mon, 08 Aug 2016, Lee Jones wrote:\n" "\n" "> On Fri, 08 Jul 2016, Chen-Yu Tsai wrote:\n" - ">=20\n" + "> \n" "> > The AC100 is a multifunction device with an audio codec subsystem and\n" "> > an RTC subsystem. These two subsystems share a common register space\n" "> > and host interface.\n" - "> >=20\n" - "> > Signed-off-by: Chen-Yu Tsai <wens@csie.org>\n" - "> > Acked-by: Rob Herring <robh@kernel.org>\n" + "> > \n" + "> > Signed-off-by: Chen-Yu Tsai <wens-jdAy2FN1RRM@public.gmane.org>\n" + "> > Acked-by: Rob Herring <robh-DgEjT+Ai2ygdnm+yROfE0A@public.gmane.org>\n" "> > ---\n" "> > Changes since v4:\n" - "> >=20\n" + "> > \n" "> > - Style changes suggested by Lee.\n" "> > - Added commit message.\n" "> > - Added Rob's ack.\n" - "> >=20\n" + "> > \n" "> > Changes since v3:\n" - "> >=20\n" + "> > \n" "> > - Fixed device node names and added labels.\n" "> > - Added clock output from codec and input to rtc.\n" - "> >=20\n" + "> > \n" "> > Changes since v2:\n" - "> >=20\n" + "> > \n" "> > - Fix interrupt line for ac100_codec in provided example.\n" - "> >=20\n" + "> > \n" "> > ---\n" - "> > Documentation/devicetree/bindings/mfd/ac100.txt | 54 +++++++++++++++++=\n" - "++++++++\n" + "> > Documentation/devicetree/bindings/mfd/ac100.txt | 54 +++++++++++++++++++++++++\n" "> > 1 file changed, 54 insertions(+)\n" "> > create mode 100644 Documentation/devicetree/bindings/mfd/ac100.txt\n" - ">=20\n" + "> \n" "> For my own reference:\n" - "> Acked-by: Lee Jones <lee.jones@linaro.org>\n" + "> Acked-by: Lee Jones <lee.jones-QSEj5FYQhm4dnm+yROfE0A@public.gmane.org>\n" "\n" "Applied, thanks.\n" "\n" - "> > diff --git a/Documentation/devicetree/bindings/mfd/ac100.txt b/Document=\n" - "ation/devicetree/bindings/mfd/ac100.txt\n" + "> > diff --git a/Documentation/devicetree/bindings/mfd/ac100.txt b/Documentation/devicetree/bindings/mfd/ac100.txt\n" "> > new file mode 100644\n" "> > index 000000000000..b8ef00667599\n" "> > --- /dev/null\n" @@ -92,44 +90,42 @@ "> > +Example:\n" "> > +\n" "> > +ac100: codec@e89 {\n" - "> > +\tcompatible =3D \"x-powers,ac100\";\n" - "> > +\treg =3D <0xe89>;\n" + "> > +\tcompatible = \"x-powers,ac100\";\n" + "> > +\treg = <0xe89>;\n" "> > +\n" "> > +\tac100_codec: codec {\n" - "> > +\t\tcompatible =3D \"x-powers,ac100-codec\";\n" - "> > +\t\tinterrupt-parent =3D <&r_pio>;\n" - "> > +\t\tinterrupts =3D <0 9 IRQ_TYPE_LEVEL_LOW>; /* PL9 */\n" - "> > +\t\t#clock-cells =3D <0>;\n" - "> > +\t\tclock-output-names =3D \"4M_adda\";\n" + "> > +\t\tcompatible = \"x-powers,ac100-codec\";\n" + "> > +\t\tinterrupt-parent = <&r_pio>;\n" + "> > +\t\tinterrupts = <0 9 IRQ_TYPE_LEVEL_LOW>; /* PL9 */\n" + "> > +\t\t#clock-cells = <0>;\n" + "> > +\t\tclock-output-names = \"4M_adda\";\n" "> > +\t};\n" "> > +\n" "> > +\tac100_rtc: rtc {\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" - "> > +\t\tclocks =3D <&ac100_codec>;\n" - "> > +\t\t#clock-cells =3D <1>;\n" - "> > +\t\tclock-output-names =3D \"cko1_rtc\", \"cko2_rtc\", \"cko3_rtc\";\n" + "> > +\t\tcompatible = \"x-powers,ac100-rtc\";\n" + "> > +\t\tinterrupt-parent = <&nmi_intc>;\n" + "> > +\t\tinterrupts = <0 IRQ_TYPE_LEVEL_LOW>;\n" + "> > +\t\tclocks = <&ac100_codec>;\n" + "> > +\t\t#clock-cells = <1>;\n" + "> > +\t\tclock-output-names = \"cko1_rtc\", \"cko2_rtc\", \"cko3_rtc\";\n" "> > +\t};\n" "> > +};\n" - ">=20\n" + "> \n" "\n" - "--=20\n" + "-- \n" "Lee Jones\n" "Linaro STMicroelectronics Landing Team Lead\n" - "Linaro.org =E2=94=82 Open source software for ARM SoCs\n" + "Linaro.org \342\224\202 Open source software for ARM SoCs\n" "Follow Linaro: Facebook | Twitter | Blog\n" "\n" - "--=20\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" - "---=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" + "--- \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. -fc7bea7721a6c46ea3b4a6dd8c4817d70eb00902671ea7b396bc2acf8e548407 +45556d5a24ddc960b94ea25aae379c6829b9b355b06a6ecf30226cedd100792b
diff --git a/a/1.txt b/N3/1.txt index dd9bcdb..224a977 100644 --- a/a/1.txt +++ b/N3/1.txt @@ -1,42 +1,40 @@ On Mon, 08 Aug 2016, Lee Jones wrote: > On Fri, 08 Jul 2016, Chen-Yu Tsai wrote: ->=20 +> > > The AC100 is a multifunction device with an audio codec subsystem and > > an RTC subsystem. These two subsystems share a common register space > > and host interface. -> >=20 +> > > > Signed-off-by: Chen-Yu Tsai <wens@csie.org> > > Acked-by: Rob Herring <robh@kernel.org> > > --- > > Changes since v4: -> >=20 +> > > > - Style changes suggested by Lee. > > - Added commit message. > > - Added Rob's ack. -> >=20 +> > > > Changes since v3: -> >=20 +> > > > - Fixed device node names and added labels. > > - Added clock output from codec and input to rtc. -> >=20 +> > > > Changes since v2: -> >=20 +> > > > - Fix interrupt line for ac100_codec in provided example. -> >=20 +> > > > --- -> > Documentation/devicetree/bindings/mfd/ac100.txt | 54 +++++++++++++++++= -++++++++ +> > Documentation/devicetree/bindings/mfd/ac100.txt | 54 +++++++++++++++++++++++++ > > 1 file changed, 54 insertions(+) > > create mode 100644 Documentation/devicetree/bindings/mfd/ac100.txt ->=20 +> > For my own reference: > Acked-by: Lee Jones <lee.jones@linaro.org> Applied, thanks. -> > diff --git a/Documentation/devicetree/bindings/mfd/ac100.txt b/Document= -ation/devicetree/bindings/mfd/ac100.txt +> > diff --git a/Documentation/devicetree/bindings/mfd/ac100.txt b/Documentation/devicetree/bindings/mfd/ac100.txt > > new file mode 100644 > > index 000000000000..b8ef00667599 > > --- /dev/null @@ -76,42 +74,30 @@ ation/devicetree/bindings/mfd/ac100.txt > > +Example: > > + > > +ac100: codec@e89 { -> > + compatible =3D "x-powers,ac100"; -> > + reg =3D <0xe89>; +> > + compatible = "x-powers,ac100"; +> > + reg = <0xe89>; > > + > > + ac100_codec: codec { -> > + compatible =3D "x-powers,ac100-codec"; -> > + interrupt-parent =3D <&r_pio>; -> > + interrupts =3D <0 9 IRQ_TYPE_LEVEL_LOW>; /* PL9 */ -> > + #clock-cells =3D <0>; -> > + clock-output-names =3D "4M_adda"; +> > + compatible = "x-powers,ac100-codec"; +> > + interrupt-parent = <&r_pio>; +> > + interrupts = <0 9 IRQ_TYPE_LEVEL_LOW>; /* PL9 */ +> > + #clock-cells = <0>; +> > + clock-output-names = "4M_adda"; > > + }; > > + > > + ac100_rtc: rtc { -> > + compatible =3D "x-powers,ac100-rtc"; -> > + interrupt-parent =3D <&nmi_intc>; -> > + interrupts =3D <0 IRQ_TYPE_LEVEL_LOW>; -> > + clocks =3D <&ac100_codec>; -> > + #clock-cells =3D <1>; -> > + clock-output-names =3D "cko1_rtc", "cko2_rtc", "cko3_rtc"; +> > + compatible = "x-powers,ac100-rtc"; +> > + interrupt-parent = <&nmi_intc>; +> > + interrupts = <0 IRQ_TYPE_LEVEL_LOW>; +> > + clocks = <&ac100_codec>; +> > + #clock-cells = <1>; +> > + clock-output-names = "cko1_rtc", "cko2_rtc", "cko3_rtc"; > > + }; > > +}; ->=20 +> ---=20 +-- Lee Jones Linaro STMicroelectronics Landing Team Lead -Linaro.org =E2=94=82 Open source software for ARM SoCs +Linaro.org │ 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/N3/content_digest index 8db0946..594f7cc 100644 --- a/a/content_digest +++ b/N3/content_digest @@ -2,7 +2,7 @@ "ref\01467988422-17934-2-git-send-email-wens@csie.org\0" "ref\020160808115019.GL5243@dell\0" "From\0Lee Jones <lee.jones@linaro.org>\0" - "Subject\0[rtc-linux] Re: [PATCH v5 1/7] mfd: ac100: Add device tree bindings for X-Powers AC100 codec/RTC combo IC\0" + "Subject\0Re: [PATCH v5 1/7] mfd: ac100: Add device tree bindings for X-Powers AC100 codec/RTC combo IC\0" "Date\0Mon, 8 Aug 2016 12:56:36 +0100\0" "To\0Chen-Yu Tsai <wens@csie.org>\0" "Cc\0Alessandro Zummo <a.zummo@towertech.it>" @@ -17,42 +17,40 @@ "On Mon, 08 Aug 2016, Lee Jones wrote:\n" "\n" "> On Fri, 08 Jul 2016, Chen-Yu Tsai wrote:\n" - ">=20\n" + "> \n" "> > The AC100 is a multifunction device with an audio codec subsystem and\n" "> > an RTC subsystem. These two subsystems share a common register space\n" "> > and host interface.\n" - "> >=20\n" + "> > \n" "> > Signed-off-by: Chen-Yu Tsai <wens@csie.org>\n" "> > Acked-by: Rob Herring <robh@kernel.org>\n" "> > ---\n" "> > Changes since v4:\n" - "> >=20\n" + "> > \n" "> > - Style changes suggested by Lee.\n" "> > - Added commit message.\n" "> > - Added Rob's ack.\n" - "> >=20\n" + "> > \n" "> > Changes since v3:\n" - "> >=20\n" + "> > \n" "> > - Fixed device node names and added labels.\n" "> > - Added clock output from codec and input to rtc.\n" - "> >=20\n" + "> > \n" "> > Changes since v2:\n" - "> >=20\n" + "> > \n" "> > - Fix interrupt line for ac100_codec in provided example.\n" - "> >=20\n" + "> > \n" "> > ---\n" - "> > Documentation/devicetree/bindings/mfd/ac100.txt | 54 +++++++++++++++++=\n" - "++++++++\n" + "> > Documentation/devicetree/bindings/mfd/ac100.txt | 54 +++++++++++++++++++++++++\n" "> > 1 file changed, 54 insertions(+)\n" "> > create mode 100644 Documentation/devicetree/bindings/mfd/ac100.txt\n" - ">=20\n" + "> \n" "> For my own reference:\n" "> Acked-by: Lee Jones <lee.jones@linaro.org>\n" "\n" "Applied, thanks.\n" "\n" - "> > diff --git a/Documentation/devicetree/bindings/mfd/ac100.txt b/Document=\n" - "ation/devicetree/bindings/mfd/ac100.txt\n" + "> > diff --git a/Documentation/devicetree/bindings/mfd/ac100.txt b/Documentation/devicetree/bindings/mfd/ac100.txt\n" "> > new file mode 100644\n" "> > index 000000000000..b8ef00667599\n" "> > --- /dev/null\n" @@ -92,44 +90,32 @@ "> > +Example:\n" "> > +\n" "> > +ac100: codec@e89 {\n" - "> > +\tcompatible =3D \"x-powers,ac100\";\n" - "> > +\treg =3D <0xe89>;\n" + "> > +\tcompatible = \"x-powers,ac100\";\n" + "> > +\treg = <0xe89>;\n" "> > +\n" "> > +\tac100_codec: codec {\n" - "> > +\t\tcompatible =3D \"x-powers,ac100-codec\";\n" - "> > +\t\tinterrupt-parent =3D <&r_pio>;\n" - "> > +\t\tinterrupts =3D <0 9 IRQ_TYPE_LEVEL_LOW>; /* PL9 */\n" - "> > +\t\t#clock-cells =3D <0>;\n" - "> > +\t\tclock-output-names =3D \"4M_adda\";\n" + "> > +\t\tcompatible = \"x-powers,ac100-codec\";\n" + "> > +\t\tinterrupt-parent = <&r_pio>;\n" + "> > +\t\tinterrupts = <0 9 IRQ_TYPE_LEVEL_LOW>; /* PL9 */\n" + "> > +\t\t#clock-cells = <0>;\n" + "> > +\t\tclock-output-names = \"4M_adda\";\n" "> > +\t};\n" "> > +\n" "> > +\tac100_rtc: rtc {\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" - "> > +\t\tclocks =3D <&ac100_codec>;\n" - "> > +\t\t#clock-cells =3D <1>;\n" - "> > +\t\tclock-output-names =3D \"cko1_rtc\", \"cko2_rtc\", \"cko3_rtc\";\n" + "> > +\t\tcompatible = \"x-powers,ac100-rtc\";\n" + "> > +\t\tinterrupt-parent = <&nmi_intc>;\n" + "> > +\t\tinterrupts = <0 IRQ_TYPE_LEVEL_LOW>;\n" + "> > +\t\tclocks = <&ac100_codec>;\n" + "> > +\t\t#clock-cells = <1>;\n" + "> > +\t\tclock-output-names = \"cko1_rtc\", \"cko2_rtc\", \"cko3_rtc\";\n" "> > +\t};\n" "> > +};\n" - ">=20\n" + "> \n" "\n" - "--=20\n" + "-- \n" "Lee Jones\n" "Linaro STMicroelectronics Landing Team Lead\n" - "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. + "Linaro.org \342\224\202 Open source software for ARM SoCs\n" + Follow Linaro: Facebook | Twitter | Blog -fc7bea7721a6c46ea3b4a6dd8c4817d70eb00902671ea7b396bc2acf8e548407 +6cc4119925d9644b8acba459be4b36e44fb212ab5fef78d47a15d4f4c8c0820f
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.