All of lore.kernel.org
 help / color / mirror / Atom feed
diff for duplicates of <20160701084050.GI1707@dell>

diff --git a/a/1.txt b/N1/1.txt
index dca1d6e..9ef6692 100644
--- a/a/1.txt
+++ b/N1/1.txt
@@ -3,20 +3,22 @@ On Thu, 30 Jun 2016, Chen-Yu Tsai wrote:
 > Signed-off-by: Chen-Yu Tsai <wens@csie.org>
 > ---
 > 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 | 49 +++++++++++++++++++++++++
+>  Documentation/devicetree/bindings/mfd/ac100.txt | 49 +++++++++++++++++++=
+++++++
 >  1 file changed, 49 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..31e6f9cc41bc
 > --- /dev/null
@@ -37,7 +39,8 @@ Nit: Device Tree
 > +  - 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
 > +    - #clock-cells: shall be 0
 
 Nit: Shall
@@ -47,7 +50,8 @@ Nit: Shall
 
     - 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 =
+pin
     - #clock-cells:   	    shall be 0
     - clock-output-names:   "4M_adda"
 
@@ -72,29 +76,41 @@ Same here.
 > +Example:
 > +
 > +ac100: codec@e89 {
-> +	compatible = "x-powers,ac100";
-> +	reg = <0xe89>;
+> +	compatible =3D "x-powers,ac100";
+> +	reg =3D <0xe89>;
 > +
 > +	ac100_codec: codec {
-> +		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";
+> +		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";
 > +	};
 > +
 > +	ac100_rtc: 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";
+> +		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";
 > +	};
 > +};
 
--- 
+--=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 10e03c1..8306bb3 100644
--- a/a/content_digest
+++ b/N1/content_digest
@@ -1,7 +1,7 @@
  "ref\01467302331-9663-1-git-send-email-wens@csie.org\0"
  "ref\01467302331-9663-2-git-send-email-wens@csie.org\0"
  "From\0Lee Jones <lee.jones@linaro.org>\0"
- "Subject\0Re: [PATCH v4 1/7] mfd: ac100: Add device tree bindings for X-Powers AC100 codec/RTC combo IC\0"
+ "Subject\0[rtc-linux] Re: [PATCH v4 1/7] mfd: ac100: Add device tree bindings for X-Powers AC100 codec/RTC combo IC\0"
  "Date\0Fri, 1 Jul 2016 09:40:50 +0100\0"
  "To\0Chen-Yu Tsai <wens@csie.org>\0"
  "Cc\0Alessandro Zummo <a.zummo@towertech.it>"
@@ -23,20 +23,22 @@
  "> Signed-off-by: Chen-Yu Tsai <wens@csie.org>\n"
  "> ---\n"
  "> Changes since v3:\n"
- "> \n"
+ ">=20\n"
  ">   - Fixed device node names and added labels.\n"
  ">   - Added clock output from codec and input to rtc.\n"
- "> \n"
+ ">=20\n"
  "> Changes since v2:\n"
- "> \n"
+ ">=20\n"
  ">   - Fix interrupt line for ac100_codec in provided example.\n"
- "> \n"
+ ">=20\n"
  "> ---\n"
- ">  Documentation/devicetree/bindings/mfd/ac100.txt | 49 +++++++++++++++++++++++++\n"
+ ">  Documentation/devicetree/bindings/mfd/ac100.txt | 49 +++++++++++++++++++=\n"
+ "++++++\n"
  ">  1 file changed, 49 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..31e6f9cc41bc\n"
  "> --- /dev/null\n"
@@ -57,7 +59,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"
  "> +    - #clock-cells: shall be 0\n"
  "\n"
  "Nit: Shall\n"
@@ -67,7 +70,8 @@
  "\n"
  "    - compatible:           \"x-powers,ac100-codec\"\n"
  "    - interrupt-parent:\t    The parent interrupt controller\n"
- "    - interrupts: \t    SoC NMI / GPIO interrupt connected to the IRQ_AUDIO pin\n"
+ "    - interrupts: \t    SoC NMI / GPIO interrupt connected to the IRQ_AUDIO =\n"
+ "pin\n"
  "    - #clock-cells:   \t    shall be 0\n"
  "    - clock-output-names:   \"4M_adda\"\n"
  "\n"
@@ -92,31 +96,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: codec {\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\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};\n"
  "> +\n"
  "> +\tac100_rtc: 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\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};\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.
 
-5007f443d3eb41f950f99272c3778c9ea5dc07fd16174c5f8ab71e7a60df1c2e
+541f498c4150b952c180350ea07b2d642b8367b46d717f10d6be6333f4c785ab

diff --git a/a/1.txt b/N2/1.txt
index dca1d6e..23968ce 100644
--- a/a/1.txt
+++ b/N2/1.txt
@@ -71,7 +71,7 @@ Same here.
 
 > +Example:
 > +
-> +ac100: codec@e89 {
+> +ac100: codec at e89 {
 > +	compatible = "x-powers,ac100";
 > +	reg = <0xe89>;
 > +
@@ -96,5 +96,5 @@ Same here.
 -- 
 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 10e03c1..07adb8f 100644
--- a/a/content_digest
+++ b/N2/content_digest
@@ -1,21 +1,9 @@
  "ref\01467302331-9663-1-git-send-email-wens@csie.org\0"
  "ref\01467302331-9663-2-git-send-email-wens@csie.org\0"
- "From\0Lee Jones <lee.jones@linaro.org>\0"
- "Subject\0Re: [PATCH v4 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 v4 1/7] mfd: ac100: Add device tree bindings for X-Powers AC100 codec/RTC combo IC\0"
  "Date\0Fri, 1 Jul 2016 09:40:50 +0100\0"
- "To\0Chen-Yu Tsai <wens@csie.org>\0"
- "Cc\0Alessandro Zummo <a.zummo@towertech.it>"
-  Alexandre Belloni <alexandre.belloni@free-electrons.com>
-  Rob Herring <robh+dt@kernel.org>
-  Mark Rutland <mark.rutland@arm.com>
-  Maxime Ripard <maxime.ripard@free-electrons.com>
-  Michael Turquette <mturquette@baylibre.com>
-  Stephen Boyd <sboyd@codeaurora.org>
-  linux-arm-kernel@lists.infradead.org
-  rtc-linux@googlegroups.com
-  linux-clk@vger.kernel.org
-  devicetree@vger.kernel.org
- " linux-kernel@vger.kernel.org\0"
+ "To\0linux-arm-kernel@lists.infradead.org\0"
  "\00:1\0"
  "b\0"
  "On Thu, 30 Jun 2016, Chen-Yu Tsai wrote:\n"
@@ -91,7 +79,7 @@
  "\n"
  "> +Example:\n"
  "> +\n"
- "> +ac100: codec@e89 {\n"
+ "> +ac100: codec at e89 {\n"
  "> +\tcompatible = \"x-powers,ac100\";\n"
  "> +\treg = <0xe89>;\n"
  "> +\n"
@@ -116,7 +104,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
 
-5007f443d3eb41f950f99272c3778c9ea5dc07fd16174c5f8ab71e7a60df1c2e
+f0a6b81a6debbe30dedaf1bbbc1b9114f5e68c7fc5a3a7c1132a1b5e207e6636

diff --git a/a/1.txt b/N3/1.txt
index dca1d6e..f630487 100644
--- a/a/1.txt
+++ b/N3/1.txt
@@ -1,6 +1,6 @@
 On Thu, 30 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>
 > ---
 > Changes since v3:
 > 
@@ -98,3 +98,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 10e03c1..d4f2a43 100644
--- a/a/content_digest
+++ b/N3/content_digest
@@ -1,26 +1,27 @@
  "ref\01467302331-9663-1-git-send-email-wens@csie.org\0"
  "ref\01467302331-9663-2-git-send-email-wens@csie.org\0"
- "From\0Lee Jones <lee.jones@linaro.org>\0"
+ "ref\01467302331-9663-2-git-send-email-wens-jdAy2FN1RRM@public.gmane.org\0"
+ "From\0Lee Jones <lee.jones-QSEj5FYQhm4dnm+yROfE0A@public.gmane.org>\0"
  "Subject\0Re: [PATCH v4 1/7] mfd: ac100: Add device tree bindings for X-Powers AC100 codec/RTC combo IC\0"
  "Date\0Fri, 1 Jul 2016 09:40:50 +0100\0"
- "To\0Chen-Yu Tsai <wens@csie.org>\0"
- "Cc\0Alessandro Zummo <a.zummo@towertech.it>"
-  Alexandre Belloni <alexandre.belloni@free-electrons.com>
-  Rob Herring <robh+dt@kernel.org>
-  Mark Rutland <mark.rutland@arm.com>
-  Maxime Ripard <maxime.ripard@free-electrons.com>
-  Michael Turquette <mturquette@baylibre.com>
-  Stephen Boyd <sboyd@codeaurora.org>
-  linux-arm-kernel@lists.infradead.org
-  rtc-linux@googlegroups.com
-  linux-clk@vger.kernel.org
-  devicetree@vger.kernel.org
- " linux-kernel@vger.kernel.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>
+  Rob Herring <robh+dt-DgEjT+Ai2ygdnm+yROfE0A@public.gmane.org>
+  Mark Rutland <mark.rutland-5wv7dgnIgG8@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>
+  linux-arm-kernel-IAPFreCvJWM7uuMidbF8XUB+6BGkLq7r@public.gmane.org
+  rtc-linux-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org
+  linux-clk-u79uwXL29TY76Z2rM5mHXA@public.gmane.org
+  devicetree-u79uwXL29TY76Z2rM5mHXA@public.gmane.org
+ " linux-kernel-u79uwXL29TY76Z2rM5mHXA@public.gmane.org\0"
  "\00:1\0"
  "b\0"
  "On Thu, 30 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"
  "> Changes since v3:\n"
  "> \n"
@@ -117,6 +118,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.
 
-5007f443d3eb41f950f99272c3778c9ea5dc07fd16174c5f8ab71e7a60df1c2e
+cdcad952af2f0c754ae8c93cb525497c15c2c2d01fb2f0b31e039d2e2c1c4148

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.