All of lore.kernel.org
 help / color / mirror / Atom feed
diff for duplicates of <52544900.3020600@gmail.com>

diff --git a/a/1.txt b/N1/1.txt
index 40e289d..93c5200 100644
--- a/a/1.txt
+++ b/N1/1.txt
@@ -2,7 +2,7 @@ On 10/08/2013 07:41 PM, Jean-Francois Moine wrote:
 > This patch adds the nodes to instantiate the audio devices of the Dove
 > boards.
 >
-> Signed-off-by: Jean-Francois Moine <moinejf@free.fr>
+> Signed-off-by: Jean-Francois Moine <moinejf-GANU6spQydw@public.gmane.org>
 > ---
 >   arch/arm/boot/dts/dove.dtsi | 18 ++++++++++++++++++
 >   1 file changed, 18 insertions(+)
@@ -16,7 +16,7 @@ On 10/08/2013 07:41 PM, Jean-Francois Moine wrote:
 >   			};
 >   		};
 > +
-> +		audio0: audio-controller at b0000 {
+> +		audio0: audio-controller@b0000 {
 > +			compatible = "marvell,dove-audio";
 > +			reg = <0xb0000 0x2210>;
 > +			interrupts = <19>, <20>;
@@ -25,7 +25,7 @@ On 10/08/2013 07:41 PM, Jean-Francois Moine wrote:
 > +			status = "disabled";
 > +		};
 > +
-> +		audio1: audio-controller at b4000 {
+> +		audio1: audio-controller@b4000 {
 > +			compatible = "marvell,dove-audio";
 > +			reg = <0xb4000 0x2210>;
 > +			interrupts = <21>, <22>;
@@ -39,4 +39,9 @@ On 10/08/2013 07:41 PM, Jean-Francois Moine wrote:
 
 Thanks for the series,
 
-Acked-by: Sebastian Hesselbarth <sebastian.hesselbarth@gmail.com>
+Acked-by: Sebastian Hesselbarth <sebastian.hesselbarth-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org>
+
+--
+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/N1/content_digest
index 1d74459..aa08e6e 100644
--- a/a/content_digest
+++ b/N1/content_digest
@@ -1,15 +1,24 @@
  "ref\020131008194119.0cebbe26@armhf\0"
- "From\0sebastian.hesselbarth@gmail.com (Sebastian Hesselbarth)\0"
- "Subject\0[PATCH v2 1/2] ARM: Dove: Add the audio devices in DT\0"
+ "From\0Sebastian Hesselbarth <sebastian.hesselbarth-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org>\0"
+ "Subject\0Re: [PATCH v2 1/2] ARM: Dove: Add the audio devices in DT\0"
  "Date\0Tue, 08 Oct 2013 20:03:44 +0200\0"
- "To\0linux-arm-kernel@lists.infradead.org\0"
+ "To\0Jean-Francois Moine <moinejf-GANU6spQydw@public.gmane.org>"
+ " Jason Cooper <jason-NLaQJdtUoK4Be96aLqz0jA@public.gmane.org>\0"
+ "Cc\0linux-arm-kernel-IAPFreCvJWM7uuMidbF8XUB+6BGkLq7r@public.gmane.org"
+  Mark Rutland <mark.rutland-5wv7dgnIgG8@public.gmane.org>
+  devicetree-u79uwXL29TY76Z2rM5mHXA@public.gmane.org
+  Russell King <linux-lFZ/pmaqli7XmaaqVzeoHQ@public.gmane.org>
+  Ian Campbell <ian.campbell-Sxgqhf6Nn4DQT0dZR+AlfA@public.gmane.org>
+  Pawel Moll <pawel.moll-5wv7dgnIgG8@public.gmane.org>
+  Stephen Warren <swarren-3lzwWm7+Weoh9ZMKESR00Q@public.gmane.org>
+ " Rob Herring <rob.herring-bsGFqQB8/DxBDgjK7y7TUQ@public.gmane.org>\0"
  "\00:1\0"
  "b\0"
  "On 10/08/2013 07:41 PM, Jean-Francois Moine wrote:\n"
  "> This patch adds the nodes to instantiate the audio devices of the Dove\n"
  "> boards.\n"
  ">\n"
- "> Signed-off-by: Jean-Francois Moine <moinejf@free.fr>\n"
+ "> Signed-off-by: Jean-Francois Moine <moinejf-GANU6spQydw@public.gmane.org>\n"
  "> ---\n"
  ">   arch/arm/boot/dts/dove.dtsi | 18 ++++++++++++++++++\n"
  ">   1 file changed, 18 insertions(+)\n"
@@ -23,7 +32,7 @@
  ">   \t\t\t};\n"
  ">   \t\t};\n"
  "> +\n"
- "> +\t\taudio0: audio-controller at b0000 {\n"
+ "> +\t\taudio0: audio-controller@b0000 {\n"
  "> +\t\t\tcompatible = \"marvell,dove-audio\";\n"
  "> +\t\t\treg = <0xb0000 0x2210>;\n"
  "> +\t\t\tinterrupts = <19>, <20>;\n"
@@ -32,7 +41,7 @@
  "> +\t\t\tstatus = \"disabled\";\n"
  "> +\t\t};\n"
  "> +\n"
- "> +\t\taudio1: audio-controller at b4000 {\n"
+ "> +\t\taudio1: audio-controller@b4000 {\n"
  "> +\t\t\tcompatible = \"marvell,dove-audio\";\n"
  "> +\t\t\treg = <0xb4000 0x2210>;\n"
  "> +\t\t\tinterrupts = <21>, <22>;\n"
@@ -46,6 +55,11 @@
  "\n"
  "Thanks for the series,\n"
  "\n"
- Acked-by: Sebastian Hesselbarth <sebastian.hesselbarth@gmail.com>
+ "Acked-by: Sebastian Hesselbarth <sebastian.hesselbarth-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org>\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
 
-d8b43944abf8746f9f5d9b9d3c785a01688a735f830f28e6abc851da49aea127
+ff3bb85ea29a3f11e2f6c80369fca641daee2138f33c82b34fddc13ee32a8f6d

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.