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

diff --git a/a/1.txt b/N1/1.txt
index 40b1c69..b58121b 100644
--- a/a/1.txt
+++ b/N1/1.txt
@@ -1,6 +1,6 @@
 On 07/13/2013 10:35 AM, Jean-Francois Moine wrote:
-> On Fri, 12 Jul 2013 13:00:23 -0600 Daniel Drake<dsd@laptop.org>  wrote:
->> On Fri, Jul 12, 2013 at 12:39 PM, Jean-Francois Moine<moinejf@free.fr>  wrote:
+> On Fri, 12 Jul 2013 13:00:23 -0600 Daniel Drake<dsd-2X9k7bc8m7Mdnm+yROfE0A@public.gmane.org>  wrote:
+>> On Fri, Jul 12, 2013 at 12:39 PM, Jean-Francois Moine<moinejf-GANU6spQydw@public.gmane.org>  wrote:
 
 >>> - the phandles to the clocks does not tell how the clock may be set by
 >>>    the driver (it is an array index in the 510).
@@ -95,12 +95,12 @@ Doesn't deferred probing help here ?
 > be described in dove.dtsi. This includes the LCDs and DCON/IRE, the
 > possible clocks and the (static) v4l2 links:
 >
-> 	lcd0: lcd-controller at 820000 {
+> 	lcd0: lcd-controller@820000 {
 > 		compatible = "marvell,dove-lcd0";
 [...]
 > 	};
 >
-> 	lcd1: lcd-controller at 810000 {
+> 	lcd1: lcd-controller@810000 {
 > 		compatible = "marvell,dove-lcd1";
 [...]
 > 	};
@@ -116,20 +116,20 @@ done with e.g. I2C busses:
 		lcd1 = &lcd_1;	
 	};
 
-  	lcd_0: lcd-controller at 820000 {
+  	lcd_0: lcd-controller@820000 {
   		compatible = "marvell,dove-lcd";
 		...
   	};
 
 
-  	lcd_1: lcd-controller at 820000 {
+  	lcd_1: lcd-controller@820000 {
   		compatible = "marvell,dove-lcd";
 		...
   	};
 
 
 > 	/* display controller and image rotation engine */
-> 	dcon: display-controller at 830000 {
+> 	dcon: display-controller@830000 {
 > 		compatible = "marvell,dove-dcon";
 > 		reg =<0x830000 0xc4>,			/* DCON */
 > 		<0x831000 0x8c>;			/* IRE */
@@ -176,7 +176,7 @@ like:
   			interrupts =<27 2>;		/* falling edge */
   			marvell-input =<&dcon 0>;
 
-			port at I {
+			port@I {
 				reg = <I>; /* input (or reg omitted completely) */
 				endpoint {
 					remote-endpoint = <&dcon>;
@@ -192,7 +192,7 @@ like:
   	&dcon {
   		status = "okay";
 			
-		port at A {
+		port@A {
 			reg = <A>; /* port A */
 			endpoint {
 				remote-endpoint = <&tda998x>;
diff --git a/a/content_digest b/N1/content_digest
index 2d8a5e3..35baa76 100644
--- a/a/content_digest
+++ b/N1/content_digest
@@ -2,15 +2,22 @@
  "ref\020130712203952.6b7aa927@armhf\0"
  "ref\0CAMLZHHT1oAvOLe3JgQqMqLNXEr0NGrdtgELtF_djbqLFceHtiQ@mail.gmail.com\0"
  "ref\020130713103516.38a55b0b@armhf\0"
- "From\0sylvester.nawrocki@gmail.com (Sylwester Nawrocki)\0"
- "Subject\0DT binding review for Armada display subsystem\0"
+ "From\0Sylwester Nawrocki <sylvester.nawrocki-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org>\0"
+ "Subject\0Re: DT binding review for Armada display subsystem\0"
  "Date\0Sat, 13 Jul 2013 12:56:50 +0200\0"
- "To\0linux-arm-kernel@lists.infradead.org\0"
+ "To\0Jean-Francois Moine <moinejf-GANU6spQydw@public.gmane.org>\0"
+ "Cc\0Daniel Drake <dsd-2X9k7bc8m7Mdnm+yROfE0A@public.gmane.org>"
+  devicetree-discuss-uLR06cmDAlY/bJ5BZ2RsiQ@public.gmane.org <devicetree-discuss-uLR06cmDAlY/bJ5BZ2RsiQ@public.gmane.org>
+  dri-devel-PD4FTy7X32lNgt0PjOBp9y5qC8QIuHrW@public.gmane.org
+  linux-arm-kernel <linux-arm-kernel-IAPFreCvJWM7uuMidbF8XUB+6BGkLq7r@public.gmane.org>
+  s.hauer-bIcnvbaLZ9MEGnE8C9+IrQ@public.gmane.org
+  Russell King <rmk-lFZ/pmaqli7XmaaqVzeoHQ@public.gmane.org>
+ " Sebastian Hesselbarth <sebastian.hesselbarth-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org>\0"
  "\00:1\0"
  "b\0"
  "On 07/13/2013 10:35 AM, Jean-Francois Moine wrote:\n"
- "> On Fri, 12 Jul 2013 13:00:23 -0600 Daniel Drake<dsd@laptop.org>  wrote:\n"
- ">> On Fri, Jul 12, 2013 at 12:39 PM, Jean-Francois Moine<moinejf@free.fr>  wrote:\n"
+ "> On Fri, 12 Jul 2013 13:00:23 -0600 Daniel Drake<dsd-2X9k7bc8m7Mdnm+yROfE0A@public.gmane.org>  wrote:\n"
+ ">> On Fri, Jul 12, 2013 at 12:39 PM, Jean-Francois Moine<moinejf-GANU6spQydw@public.gmane.org>  wrote:\n"
  "\n"
  ">>> - the phandles to the clocks does not tell how the clock may be set by\n"
  ">>>    the driver (it is an array index in the 510).\n"
@@ -105,12 +112,12 @@
  "> be described in dove.dtsi. This includes the LCDs and DCON/IRE, the\n"
  "> possible clocks and the (static) v4l2 links:\n"
  ">\n"
- "> \tlcd0: lcd-controller at 820000 {\n"
+ "> \tlcd0: lcd-controller@820000 {\n"
  "> \t\tcompatible = \"marvell,dove-lcd0\";\n"
  "[...]\n"
  "> \t};\n"
  ">\n"
- "> \tlcd1: lcd-controller at 810000 {\n"
+ "> \tlcd1: lcd-controller@810000 {\n"
  "> \t\tcompatible = \"marvell,dove-lcd1\";\n"
  "[...]\n"
  "> \t};\n"
@@ -126,20 +133,20 @@
  "\t\tlcd1 = &lcd_1;\t\n"
  "\t};\n"
  "\n"
- "  \tlcd_0: lcd-controller at 820000 {\n"
+ "  \tlcd_0: lcd-controller@820000 {\n"
  "  \t\tcompatible = \"marvell,dove-lcd\";\n"
  "\t\t...\n"
  "  \t};\n"
  "\n"
  "\n"
- "  \tlcd_1: lcd-controller at 820000 {\n"
+ "  \tlcd_1: lcd-controller@820000 {\n"
  "  \t\tcompatible = \"marvell,dove-lcd\";\n"
  "\t\t...\n"
  "  \t};\n"
  "\n"
  "\n"
  "> \t/* display controller and image rotation engine */\n"
- "> \tdcon: display-controller at 830000 {\n"
+ "> \tdcon: display-controller@830000 {\n"
  "> \t\tcompatible = \"marvell,dove-dcon\";\n"
  "> \t\treg =<0x830000 0xc4>,\t\t\t/* DCON */\n"
  "> \t\t<0x831000 0x8c>;\t\t\t/* IRE */\n"
@@ -186,7 +193,7 @@
  "  \t\t\tinterrupts =<27 2>;\t\t/* falling edge */\n"
  "  \t\t\tmarvell-input =<&dcon 0>;\n"
  "\n"
- "\t\t\tport at I {\n"
+ "\t\t\tport@I {\n"
  "\t\t\t\treg = <I>; /* input (or reg omitted completely) */\n"
  "\t\t\t\tendpoint {\n"
  "\t\t\t\t\tremote-endpoint = <&dcon>;\n"
@@ -202,7 +209,7 @@
  "  \t&dcon {\n"
  "  \t\tstatus = \"okay\";\n"
  "\t\t\t\n"
- "\t\tport at A {\n"
+ "\t\tport@A {\n"
  "\t\t\treg = <A>; /* port A */\n"
  "\t\t\tendpoint {\n"
  "\t\t\t\tremote-endpoint = <&tda998x>;\n"
@@ -257,4 +264,4 @@
  "Regards,\n"
  Sylwester
 
-f6357416e896d513278d5b5c1dcdb9b5a4562fc0cccf887b995176e7197b73bf
+b5198fb4bfdf6d40473ad2a24dd0b95568d0f306bfb8bb7ef5a063c670c5a2e9

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.