All of lore.kernel.org
 help / color / mirror / Atom feed
diff for duplicates of <20130712203952.6b7aa927@armhf>

diff --git a/a/1.txt b/N1/1.txt
index 9cf4563..d5ccc8a 100644
--- a/a/1.txt
+++ b/N1/1.txt
@@ -99,17 +99,17 @@ http://www.marvell.com/application-processors/armada-500/assets/Armada-510-Funct
 > Example:
 > 
 >     display {
-> ?? ??   compatible = "marvell,armada-display";
-> ?? ?? ?? reg = <0 0x3f000000 0x1000000>; /* video-mem hole */
-> ?? ?? ?? marvell,video-devices = <&dcon0>;
-> ?? ?? };
+>       compatible = "marvell,armada-display";
+>       reg = <0 0x3f000000 0x1000000>; /* video-mem hole */
+>       marvell,video-devices = <&dcon0>;
+>     };
 > 
->     dcon0: display-controller at 20000 {
+>     dcon0: display-controller@20000 {
 >       compatible = "marvell,armada-510-display-controller";
-> ?? ?? ?? reg = <0x20000 0x1000>;
-> ?? ?? ?? interrupts = <47>;
-> ?? ?? ?? clocks = <&ext_clk0>;
-> ?? ?? ?? clock-names = "extclk0";
+>       reg = <0x20000 0x1000>;
+>       interrupts = <47>;
+>       clocks = <&ext_clk0>;
+>       clock-names = "extclk0";
 > 
 >       port {
 >         dcon0_1: endpoint {
@@ -119,15 +119,15 @@ http://www.marvell.com/application-processors/armada-500/assets/Armada-510-Funct
 >     };
 > 
 >     &i2c0 {
-> ?? ??   tda998x: hdmi-transmitter at 60 {
-> ?? ?? ??   compatible = "nxp,tda19988";
-> ?? ?? ?? ?? reg = <0x60>;
+>       tda998x: hdmi-transmitter@60 {
+>         compatible = "nxp,tda19988";
+>         reg = <0x60>;
 >         port {
 >           tda998x_1: endpoint {
 >             remote-endpoint = <&dcon0_1>;
 >           };
 >         };
-> ?? ?? ?? };
+>       };
 >     };
 
 Some remarks:
@@ -214,5 +214,10 @@ Well, here is how I feel the DTs:
 	&dcon { status = "okay"; };
 
 -- 
-Ken ar c'henta?	|	      ** Breizh ha Linux atav! **
+Ken ar c'hentañ	|	      ** Breizh ha Linux atav! **
 Jef		|		http://moinejf.free.fr/
+
+_______________________________________________
+linux-arm-kernel mailing list
+linux-arm-kernel@lists.infradead.org
+http://lists.infradead.org/mailman/listinfo/linux-arm-kernel
diff --git a/a/content_digest b/N1/content_digest
index 04cb3fd..0727af6 100644
--- a/a/content_digest
+++ b/N1/content_digest
@@ -1,8 +1,15 @@
  "ref\020130712164428.AC3D2FAAE9@dev.laptop.org\0"
- "From\0moinejf@free.fr (Jean-Francois Moine)\0"
- "Subject\0DT binding review for Armada display subsystem\0"
+ "From\0Jean-Francois Moine <moinejf@free.fr>\0"
+ "Subject\0Re: DT binding review for Armada display subsystem\0"
  "Date\0Fri, 12 Jul 2013 20:39:52 +0200\0"
- "To\0linux-arm-kernel@lists.infradead.org\0"
+ "To\0Daniel Drake <dsd@laptop.org>\0"
+ "Cc\0devicetree-discuss@lists.ozlabs.org"
+  dri-devel@lists.freedesktop.org
+  grant.likely@secretlab.ca
+  rmk@arm.linux.org.uk
+  s.hauer@pengutronix.de
+  linux-arm-kernel@lists.infradead.org
+ " sebastian.hesselbarth@gmail.com\0"
  "\00:1\0"
  "b\0"
  "On Fri, 12 Jul 2013 12:44:28 -0400 (EDT)\n"
@@ -106,17 +113,17 @@
  "> Example:\n"
  "> \n"
  ">     display {\n"
- "> ?? ??   compatible = \"marvell,armada-display\";\n"
- "> ?? ?? ?? reg = <0 0x3f000000 0x1000000>; /* video-mem hole */\n"
- "> ?? ?? ?? marvell,video-devices = <&dcon0>;\n"
- "> ?? ?? };\n"
+ "> \303\202\302\240 \303\202\302\240   compatible = \"marvell,armada-display\";\n"
+ "> \303\202\302\240 \303\202\302\240 \303\202\302\240 reg = <0 0x3f000000 0x1000000>; /* video-mem hole */\n"
+ "> \303\202\302\240 \303\202\302\240 \303\202\302\240 marvell,video-devices = <&dcon0>;\n"
+ "> \303\202\302\240 \303\202\302\240 };\n"
  "> \n"
- ">     dcon0: display-controller at 20000 {\n"
+ ">     dcon0: display-controller@20000 {\n"
  ">       compatible = \"marvell,armada-510-display-controller\";\n"
- "> ?? ?? ?? reg = <0x20000 0x1000>;\n"
- "> ?? ?? ?? interrupts = <47>;\n"
- "> ?? ?? ?? clocks = <&ext_clk0>;\n"
- "> ?? ?? ?? clock-names = \"extclk0\";\n"
+ "> \303\202\302\240 \303\202\302\240 \303\202\302\240 reg = <0x20000 0x1000>;\n"
+ "> \303\202\302\240 \303\202\302\240 \303\202\302\240 interrupts = <47>;\n"
+ "> \303\202\302\240 \303\202\302\240 \303\202\302\240 clocks = <&ext_clk0>;\n"
+ "> \303\202\302\240 \303\202\302\240 \303\202\302\240 clock-names = \"extclk0\";\n"
  "> \n"
  ">       port {\n"
  ">         dcon0_1: endpoint {\n"
@@ -126,15 +133,15 @@
  ">     };\n"
  "> \n"
  ">     &i2c0 {\n"
- "> ?? ??   tda998x: hdmi-transmitter at 60 {\n"
- "> ?? ?? ??   compatible = \"nxp,tda19988\";\n"
- "> ?? ?? ?? ?? reg = <0x60>;\n"
+ "> \303\202\302\240 \303\202\302\240   tda998x: hdmi-transmitter@60 {\n"
+ "> \303\202\302\240 \303\202\302\240 \303\202\302\240   compatible = \"nxp,tda19988\";\n"
+ "> \303\202\302\240 \303\202\302\240 \303\202\302\240 \303\202\302\240 reg = <0x60>;\n"
  ">         port {\n"
  ">           tda998x_1: endpoint {\n"
  ">             remote-endpoint = <&dcon0_1>;\n"
  ">           };\n"
  ">         };\n"
- "> ?? ?? ?? };\n"
+ "> \303\202\302\240 \303\202\302\240 \303\202\302\240 };\n"
  ">     };\n"
  "\n"
  "Some remarks:\n"
@@ -221,7 +228,12 @@
  "\t&dcon { status = \"okay\"; };\n"
  "\n"
  "-- \n"
- "Ken ar c'henta?\t|\t      ** Breizh ha Linux atav! **\n"
- "Jef\t\t|\t\thttp://moinejf.free.fr/"
+ "Ken ar c'henta\303\261\t|\t      ** Breizh ha Linux atav! **\n"
+ "Jef\t\t|\t\thttp://moinejf.free.fr/\n"
+ "\n"
+ "_______________________________________________\n"
+ "linux-arm-kernel mailing list\n"
+ "linux-arm-kernel@lists.infradead.org\n"
+ http://lists.infradead.org/mailman/listinfo/linux-arm-kernel
 
-4189333fe8f809f612a3bffd37720c362e248d6c396a20ad874324d41bea341f
+4c39585c0065476bc88156b6bca7f919db5be840c6339a296c4810585300d7e7

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.