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

diff --git a/a/1.txt b/N1/1.txt
index 0f2fdef..2c72495 100644
--- a/a/1.txt
+++ b/N1/1.txt
@@ -3,36 +3,34 @@ On Fri, 08 Jul 2016, Chen-Yu Tsai wrote:
 > 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
 
 For my own reference:
   Acked-by: Lee Jones <lee.jones@linaro.org>
 
-> diff --git a/Documentation/devicetree/bindings/mfd/ac100.txt b/Documentat=
-ion/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
@@ -71,42 +69,30 @@ ion/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
+-- 
 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 a900b64..6eeb2ae 100644
--- a/a/content_digest
+++ b/N1/content_digest
@@ -1,16 +1,9 @@
  "ref\01467988422-17934-1-git-send-email-wens@csie.org\0"
  "ref\01467988422-17934-2-git-send-email-wens@csie.org\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:50:19 +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 Fri, 08 Jul 2016, Chen-Yu Tsai wrote:\n"
@@ -18,36 +11,34 @@
  "> 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"
  "\n"
  "For my own reference:\n"
  "  Acked-by: Lee Jones <lee.jones@linaro.org>\n"
  "\n"
- "> diff --git a/Documentation/devicetree/bindings/mfd/ac100.txt b/Documentat=\n"
- "ion/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"
@@ -86,44 +77,32 @@
  "> +\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"
  "\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
 
-d9a6a0815dbd2bd226bf48c18b3861e5581864dc8658df5c1078e9a84215c7c1
+006637814df83636258c7c56bfe3ab393088ad41a250600f9bfbb24c360cd46a

diff --git a/a/1.txt b/N2/1.txt
index 0f2fdef..85958ac 100644
--- a/a/1.txt
+++ b/N2/1.txt
@@ -3,36 +3,34 @@ On Fri, 08 Jul 2016, Chen-Yu Tsai wrote:
 > 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
 
 For my own reference:
   Acked-by: Lee Jones <lee.jones@linaro.org>
 
-> diff --git a/Documentation/devicetree/bindings/mfd/ac100.txt b/Documentat=
-ion/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
@@ -72,41 +70,29 @@ ion/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
+-- 
 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/N2/content_digest
index a900b64..74c0651 100644
--- a/a/content_digest
+++ b/N2/content_digest
@@ -1,7 +1,7 @@
  "ref\01467988422-17934-1-git-send-email-wens@csie.org\0"
  "ref\01467988422-17934-2-git-send-email-wens@csie.org\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:50:19 +0100\0"
  "To\0Chen-Yu Tsai <wens@csie.org>\0"
  "Cc\0Alessandro Zummo <a.zummo@towertech.it>"
@@ -18,36 +18,34 @@
  "> 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"
  "\n"
  "For my own reference:\n"
  "  Acked-by: Lee Jones <lee.jones@linaro.org>\n"
  "\n"
- "> diff --git a/Documentation/devicetree/bindings/mfd/ac100.txt b/Documentat=\n"
- "ion/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"
@@ -87,43 +85,31 @@
  "> +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"
  "\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
 
-d9a6a0815dbd2bd226bf48c18b3861e5581864dc8658df5c1078e9a84215c7c1
+50eac07130bbebaff45ab0707eaf70095c124c0bdf4d1d683845772be6eb6a65

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.