All of lore.kernel.org
 help / color / mirror / Atom feed
diff for duplicates of <5245B7D7.2040405@free-electrons.com>

diff --git a/a/1.txt b/N1/1.txt
index efb5702..48f0048 100644
--- a/a/1.txt
+++ b/N1/1.txt
@@ -47,7 +47,7 @@ On 25/09/2013 05:27, Bo Shen wrote:
 > +
 > +Example:
 > +
-> +	pwm0: pwm@f8034000 {
+> +	pwm0: pwm at f8034000 {
 > +		compatible = "atmel,at91sam9rl-pwm";
 > +		reg = <0xf8034000 0x400>;
 > +		#pwm-cells = <3>;
@@ -55,7 +55,7 @@ On 25/09/2013 05:27, Bo Shen wrote:
 > +
 > +The following the pwm led based example:
 > +
-> +	pwm0: pwm@f8034000 {
+> +	pwm0: pwm at f8034000 {
 > +		compatible = "atmel,at91sam9rl-pwm";
 > +		reg = <0xf8034000 0x400>;
 > +		#pwm-cells = <3>;
diff --git a/a/content_digest b/N1/content_digest
index 56f8fd5..8d07e3c 100644
--- a/a/content_digest
+++ b/N1/content_digest
@@ -1,15 +1,8 @@
  "ref\01380079664-21959-1-git-send-email-voice.shen@atmel.com\0"
- "From\0Alexandre Belloni <alexandre.belloni@free-electrons.com>\0"
- "Subject\0Re: [PATCH v4] PWM: atmel-pwm: add PWM controller driver\0"
+ "From\0alexandre.belloni@free-electrons.com (Alexandre Belloni)\0"
+ "Subject\0[PATCH v4] PWM: atmel-pwm: add PWM controller driver\0"
  "Date\0Fri, 27 Sep 2013 18:52:39 +0200\0"
- "To\0Bo Shen <voice.shen@atmel.com>"
- " Thierry Reding <thierry.reding@gmail.com>\0"
- "Cc\0devicetree@vger.kernel.org"
-  linux-pwm@vger.kernel.org
-  nicolas.ferre@atmel.com
-  linux-kernel@vger.kernel.org
-  plagnioj@jcrosoft.com
- " linux-arm-kernel@lists.infradead.org\0"
+ "To\0linux-arm-kernel@lists.infradead.org\0"
  "\00:1\0"
  "b\0"
  "Sorry to get in so late but there is a small issue with the driver.\n"
@@ -61,7 +54,7 @@
  "> +\n"
  "> +Example:\n"
  "> +\n"
- "> +\tpwm0: pwm@f8034000 {\n"
+ "> +\tpwm0: pwm at f8034000 {\n"
  "> +\t\tcompatible = \"atmel,at91sam9rl-pwm\";\n"
  "> +\t\treg = <0xf8034000 0x400>;\n"
  "> +\t\t#pwm-cells = <3>;\n"
@@ -69,7 +62,7 @@
  "> +\n"
  "> +The following the pwm led based example:\n"
  "> +\n"
- "> +\tpwm0: pwm@f8034000 {\n"
+ "> +\tpwm0: pwm at f8034000 {\n"
  "> +\t\tcompatible = \"atmel,at91sam9rl-pwm\";\n"
  "> +\t\treg = <0xf8034000 0x400>;\n"
  "> +\t\t#pwm-cells = <3>;\n"
@@ -493,4 +486,4 @@
  "Embedded Linux, Kernel and Android engineering\n"
  http://free-electrons.com
 
-553341d09e133503ca7a697f18b426afc6c4c745b24f776baeab790a4b286322
+0dd908157b481bec83e5f9b2358c5eb3f9b2061b4dc08f1a270d5e3b61b60f1b

diff --git a/a/1.txt b/N2/1.txt
index efb5702..1ccc2f3 100644
--- a/a/1.txt
+++ b/N2/1.txt
@@ -6,7 +6,7 @@ On 25/09/2013 05:27, Bo Shen wrote:
 > This is the basic function implementation of Atmel PWM controller.
 > It can work with PWM based led and backlight.
 >
-> Signed-off-by: Bo Shen <voice.shen@atmel.com>
+> Signed-off-by: Bo Shen <voice.shen-AIFe0yeh4nAAvxtiuMwx3w@public.gmane.org>
 >
 > ---
 > Changes in v4:
@@ -118,7 +118,7 @@ On 25/09/2013 05:27, Bo Shen wrote:
 > + * Driver for Atmel Pulse Width Modulation Controller
 > + *
 > + * Copyright (C) 2013 Atmel Corporation
-> + *		 Bo Shen <voice.shen@atmel.com>
+> + *		 Bo Shen <voice.shen-AIFe0yeh4nAAvxtiuMwx3w@public.gmane.org>
 > + *
 > + * Licensed under GPLv2.
 > + */
@@ -469,7 +469,7 @@ the state of the other channels.
 > +module_platform_driver(atmel_pwm_driver);
 > +
 > +MODULE_ALIAS("platform:atmel-pwm");
-> +MODULE_AUTHOR("Bo Shen <voice.shen@atmel.com>");
+> +MODULE_AUTHOR("Bo Shen <voice.shen-AIFe0yeh4nAAvxtiuMwx3w@public.gmane.org>");
 > +MODULE_DESCRIPTION("Atmel PWM driver");
 > +MODULE_LICENSE("GPL v2");
 
@@ -478,3 +478,8 @@ the state of the other channels.
 Alexandre Belloni, Free Electrons
 Embedded Linux, Kernel and Android engineering
 http://free-electrons.com
+
+--
+To unsubscribe from this list: send the line "unsubscribe devicetree" in
+the body of a message to majordomo-u79uwXL29TY76Z2rM5mHXA@public.gmane.org
+More majordomo info at  http://vger.kernel.org/majordomo-info.html
diff --git a/a/content_digest b/N2/content_digest
index 56f8fd5..70d6b85 100644
--- a/a/content_digest
+++ b/N2/content_digest
@@ -1,15 +1,16 @@
  "ref\01380079664-21959-1-git-send-email-voice.shen@atmel.com\0"
- "From\0Alexandre Belloni <alexandre.belloni@free-electrons.com>\0"
+ "ref\01380079664-21959-1-git-send-email-voice.shen-AIFe0yeh4nAAvxtiuMwx3w@public.gmane.org\0"
+ "From\0Alexandre Belloni <alexandre.belloni-wi1+55ScJUtKEb57/3fJTNBPR1lH4CV8@public.gmane.org>\0"
  "Subject\0Re: [PATCH v4] PWM: atmel-pwm: add PWM controller driver\0"
  "Date\0Fri, 27 Sep 2013 18:52:39 +0200\0"
- "To\0Bo Shen <voice.shen@atmel.com>"
- " Thierry Reding <thierry.reding@gmail.com>\0"
- "Cc\0devicetree@vger.kernel.org"
-  linux-pwm@vger.kernel.org
-  nicolas.ferre@atmel.com
-  linux-kernel@vger.kernel.org
-  plagnioj@jcrosoft.com
- " linux-arm-kernel@lists.infradead.org\0"
+ "To\0Bo Shen <voice.shen-AIFe0yeh4nAAvxtiuMwx3w@public.gmane.org>"
+ " Thierry Reding <thierry.reding-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org>\0"
+ "Cc\0devicetree-u79uwXL29TY76Z2rM5mHXA@public.gmane.org"
+  linux-pwm-u79uwXL29TY76Z2rM5mHXA@public.gmane.org
+  nicolas.ferre-AIFe0yeh4nAAvxtiuMwx3w@public.gmane.org
+  linux-kernel-u79uwXL29TY76Z2rM5mHXA@public.gmane.org
+  plagnioj-sclMFOaUSTBWk0Htik3J/w@public.gmane.org
+ " linux-arm-kernel-IAPFreCvJWM7uuMidbF8XUB+6BGkLq7r@public.gmane.org\0"
  "\00:1\0"
  "b\0"
  "Sorry to get in so late but there is a small issue with the driver.\n"
@@ -20,7 +21,7 @@
  "> This is the basic function implementation of Atmel PWM controller.\n"
  "> It can work with PWM based led and backlight.\n"
  ">\n"
- "> Signed-off-by: Bo Shen <voice.shen@atmel.com>\n"
+ "> Signed-off-by: Bo Shen <voice.shen-AIFe0yeh4nAAvxtiuMwx3w@public.gmane.org>\n"
  ">\n"
  "> ---\n"
  "> Changes in v4:\n"
@@ -132,7 +133,7 @@
  "> + * Driver for Atmel Pulse Width Modulation Controller\n"
  "> + *\n"
  "> + * Copyright (C) 2013 Atmel Corporation\n"
- "> + *\t\t Bo Shen <voice.shen@atmel.com>\n"
+ "> + *\t\t Bo Shen <voice.shen-AIFe0yeh4nAAvxtiuMwx3w@public.gmane.org>\n"
  "> + *\n"
  "> + * Licensed under GPLv2.\n"
  "> + */\n"
@@ -483,7 +484,7 @@
  "> +module_platform_driver(atmel_pwm_driver);\n"
  "> +\n"
  "> +MODULE_ALIAS(\"platform:atmel-pwm\");\n"
- "> +MODULE_AUTHOR(\"Bo Shen <voice.shen@atmel.com>\");\n"
+ "> +MODULE_AUTHOR(\"Bo Shen <voice.shen-AIFe0yeh4nAAvxtiuMwx3w@public.gmane.org>\");\n"
  "> +MODULE_DESCRIPTION(\"Atmel PWM driver\");\n"
  "> +MODULE_LICENSE(\"GPL v2\");\n"
  "\n"
@@ -491,6 +492,11 @@
  "-- \n"
  "Alexandre Belloni, Free Electrons\n"
  "Embedded Linux, Kernel and Android engineering\n"
- http://free-electrons.com
+ "http://free-electrons.com\n"
+ "\n"
+ "--\n"
+ "To unsubscribe from this list: send the line \"unsubscribe devicetree\" in\n"
+ "the body of a message to majordomo-u79uwXL29TY76Z2rM5mHXA@public.gmane.org\n"
+ More majordomo info at  http://vger.kernel.org/majordomo-info.html
 
-553341d09e133503ca7a697f18b426afc6c4c745b24f776baeab790a4b286322
+1d77f56b90a898abd8a0c661bb0480fca0dcd3d8f593725472c4b5ade8b6a271

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.