All of lore.kernel.org
 help / color / mirror / Atom feed
diff for duplicates of <4F0E2B95.7070402@firmworks.com>

diff --git a/a/1.txt b/N1/1.txt
index 3010c6a..7d0f6b5 100644
--- a/a/1.txt
+++ b/N1/1.txt
@@ -117,7 +117,7 @@ On 1/11/2012 2:15 PM, Stephen Warren wrote:
 The scheme below looks good to me, with minor nits picked...
 
 >
-> i2c1: i2c at 7000c000 {
+> i2c1: i2c@7000c000 {
 >      #address-cells =<1>;
 >      #size-cells =<0>;
 >      compatible = "nvidia,tegra20-i2c";
@@ -125,7 +125,7 @@ The scheme below looks good to me, with minor nits picked...
 >      interrupts =<0 38 0x04>;
 > };
 >
-> mux at 0 {
+> mux@0 {
 >      #address-cells =<1>;
 >      #size-cells =<0>;
 >      compatible = "nvidia,tegra20-i2c";
@@ -137,7 +137,7 @@ node doesn't seem to be hardware-specific.
 >      gpios =<&gpio 100 0&gpio 101 0>;
 >      gpio-values-idle =<0>; /* bitmask of values */
 >
->      bus at 0 {
+>      bus@0 {
 >          #address-cells =<1>;
 >          #size-cells =<0>;
 >          /*
@@ -151,25 +151,25 @@ Did you mean for the comment above to be associated with the
 
 >          reg =<1>;
 
-reg =<0>  because this is bus at 0
+reg =<0>  because this is bus@0
 
 >
->          wm8903: wm8903 at 1a {
+>          wm8903: wm8903@1a {
 >              compatible = "wlf,wm8903";
 >              reg =<0x1a>;
 >              ...
 >          };
 >      };
 >
->      bus at 1 {
+>      bus@1 {
 >          #address-cells =<1>;
 >          #size-cells =<0>;
 >          reg =<2>;
 
-reg =<1> because this is bus at 1
+reg =<1> because this is bus@1
 
 >
->          light-sensor at 44 {
+>          light-sensor@44 {
 >              compatible = "isil,isl29018";
 >              reg =<0x44>;
 >              ...
diff --git a/a/content_digest b/N1/content_digest
index 85c876f..685367e 100644
--- a/a/content_digest
+++ b/N1/content_digest
@@ -9,10 +9,18 @@
  "ref\074CDBE0F657A3D45AFBB94109FB122FF177EE3A770@HQMAIL01.nvidia.com\0"
  "ref\04F0E1843.7030207@firmworks.com\0"
  "ref\074CDBE0F657A3D45AFBB94109FB122FF177EE3A848@HQMAIL01.nvidia.com\0"
- "From\0wmb@firmworks.com (Mitch Bradley)\0"
- "Subject\0[PATCH] ARM: vexpress: initial device tree support\0"
+ "ref\074CDBE0F657A3D45AFBB94109FB122FF177EE3A848-C7FfzLzN0UxDw2glCA4ptUEOCMrvLtNR@public.gmane.org\0"
+ "From\0Mitch Bradley <wmb-D5eQfiDGL7eakBO8gow8eQ@public.gmane.org>\0"
+ "Subject\0Re: [PATCH] ARM: vexpress: initial device tree support\0"
  "Date\0Wed, 11 Jan 2012 14:38:45 -1000\0"
- "To\0linux-arm-kernel@lists.infradead.org\0"
+ "To\0Stephen Warren <swarren-DDmLM1+adcrQT0dZR+AlfA@public.gmane.org>\0"
+ "Cc\0Pawe\305\202 Moll <Pawel.Moll-5wv7dgnIgG8@public.gmane.org>"
+  patches-QSEj5FYQhm4dnm+yROfE0A@public.gmane.org <patches-QSEj5FYQhm4dnm+yROfE0A@public.gmane.org>
+  devicetree-discuss-uLR06cmDAlY/bJ5BZ2RsiQ@public.gmane.org <devicetree-discuss-uLR06cmDAlY/bJ5BZ2RsiQ@public.gmane.org>
+  Jamie Lokier <jamie-yetKDKU6eevNLxjTenLetw@public.gmane.org>
+  Rob Herring <rob.herring-CfjtxxwdHycX+EX/Zwu52A@public.gmane.org>
+  Timur Tabi <timur-KZfg59tc24xl57MIdRCFDg@public.gmane.org>
+ " linux-arm-kernel-IAPFreCvJWM7uuMidbF8XUB+6BGkLq7r@public.gmane.org <linux-arm-kernel-IAPFreCvJWM7uuMidbF8XUB+6BGkLq7r@public.gmane.org>\0"
  "\00:1\0"
  "b\0"
  "On 1/11/2012 2:15 PM, Stephen Warren wrote:\n"
@@ -134,7 +142,7 @@
  "The scheme below looks good to me, with minor nits picked...\n"
  "\n"
  ">\n"
- "> i2c1: i2c at 7000c000 {\n"
+ "> i2c1: i2c@7000c000 {\n"
  ">      #address-cells =<1>;\n"
  ">      #size-cells =<0>;\n"
  ">      compatible = \"nvidia,tegra20-i2c\";\n"
@@ -142,7 +150,7 @@
  ">      interrupts =<0 38 0x04>;\n"
  "> };\n"
  ">\n"
- "> mux at 0 {\n"
+ "> mux@0 {\n"
  ">      #address-cells =<1>;\n"
  ">      #size-cells =<0>;\n"
  ">      compatible = \"nvidia,tegra20-i2c\";\n"
@@ -154,7 +162,7 @@
  ">      gpios =<&gpio 100 0&gpio 101 0>;\n"
  ">      gpio-values-idle =<0>; /* bitmask of values */\n"
  ">\n"
- ">      bus at 0 {\n"
+ ">      bus@0 {\n"
  ">          #address-cells =<1>;\n"
  ">          #size-cells =<0>;\n"
  ">          /*\n"
@@ -168,25 +176,25 @@
  "\n"
  ">          reg =<1>;\n"
  "\n"
- "reg =<0>  because this is bus at 0\n"
+ "reg =<0>  because this is bus@0\n"
  "\n"
  ">\n"
- ">          wm8903: wm8903 at 1a {\n"
+ ">          wm8903: wm8903@1a {\n"
  ">              compatible = \"wlf,wm8903\";\n"
  ">              reg =<0x1a>;\n"
  ">              ...\n"
  ">          };\n"
  ">      };\n"
  ">\n"
- ">      bus at 1 {\n"
+ ">      bus@1 {\n"
  ">          #address-cells =<1>;\n"
  ">          #size-cells =<0>;\n"
  ">          reg =<2>;\n"
  "\n"
- "reg =<1> because this is bus at 1\n"
+ "reg =<1> because this is bus@1\n"
  "\n"
  ">\n"
- ">          light-sensor at 44 {\n"
+ ">          light-sensor@44 {\n"
  ">              compatible = \"isil,isl29018\";\n"
  ">              reg =<0x44>;\n"
  ">              ...\n"
@@ -195,4 +203,4 @@
  "> };\n"
  >
 
-c6a67ad61af3e9e426634f255005ed312e06e3f9bd4739454a2acdf6568142cc
+a5cb6623b5923fad24bf23a50f1a0e558ddf6991f401ebdcd65e099cfc44651c

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.