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

diff --git a/a/1.txt b/N1/1.txt
index e2ebbf9..28c790a 100644
--- a/a/1.txt
+++ b/N1/1.txt
@@ -2,7 +2,7 @@ More nits picked below ...
 
 
  >
- > i2c1: i2c at 7000c000 {
+ > i2c1: i2c@7000c000 {
  >      #address-cells =<1>;
  >      #size-cells =<0>;
  >      compatible = "nvidia,tegra20-i2c";
@@ -10,7 +10,7 @@ More nits picked below ...
  >      interrupts =<0 38 0x04>;
  > };
  >
- > mux at 0 {
+ > mux@0 {
 
 The name "i2cmux" might be more evocative.
 
@@ -21,7 +21,7 @@ The name "i2cmux" might be more evocative.
  >      gpios =<&gpio 100 0&gpio 101 0>;
  >      gpio-values-idle =<0>; /* bitmask of values */
  >
- >      bus at 0 {
+ >      bus@0 {
 
 Since this implements the i2c bus abstraction, the name should be "i2c"
 
@@ -34,14 +34,14 @@ Since this implements the i2c bus abstraction, the name should be "i2c"
  >           */
  >          reg =<1>;
  >
- >          wm8903: wm8903 at 1a {
+ >          wm8903: wm8903@1a {
  >              compatible = "wlf,wm8903";
  >              reg =<0x1a>;
  >              ...
  >          };
  >      };
  >
- >      bus at 1 {
+ >      bus@1 {
 
 Ditto, name should be "i2c"
 
@@ -49,7 +49,7 @@ Ditto, name should be "i2c"
  >          #size-cells =<0>;
  >          reg =<2>;
  >
- >          light-sensor at 44 {
+ >          light-sensor@44 {
  >              compatible = "isil,isl29018";
  >              reg =<0x44>;
  >              ...
diff --git a/a/content_digest b/N1/content_digest
index ded8b3f..7eeca5b 100644
--- a/a/content_digest
+++ b/N1/content_digest
@@ -10,17 +10,25 @@
  "ref\04F0E1843.7030207@firmworks.com\0"
  "ref\074CDBE0F657A3D45AFBB94109FB122FF177EE3A848@HQMAIL01.nvidia.com\0"
  "ref\04F0E2B95.7070402@firmworks.com\0"
- "From\0wmb@firmworks.com (Mitch Bradley)\0"
- "Subject\0[PATCH] ARM: vexpress: initial device tree support\0"
+ "ref\04F0E2B95.7070402-D5eQfiDGL7eakBO8gow8eQ@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:47:27 -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"
  "More nits picked below ...\n"
  "\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"
@@ -28,7 +36,7 @@
  " >      interrupts =<0 38 0x04>;\n"
  " > };\n"
  " >\n"
- " > mux at 0 {\n"
+ " > mux@0 {\n"
  "\n"
  "The name \"i2cmux\" might be more evocative.\n"
  "\n"
@@ -39,7 +47,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"
  "\n"
  "Since this implements the i2c bus abstraction, the name should be \"i2c\"\n"
  "\n"
@@ -52,14 +60,14 @@
  " >           */\n"
  " >          reg =<1>;\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"
  "\n"
  "Ditto, name should be \"i2c\"\n"
  "\n"
@@ -67,7 +75,7 @@
  " >          #size-cells =<0>;\n"
  " >          reg =<2>;\n"
  " >\n"
- " >          light-sensor at 44 {\n"
+ " >          light-sensor@44 {\n"
  " >              compatible = \"isil,isl29018\";\n"
  " >              reg =<0x44>;\n"
  " >              ...\n"
@@ -75,4 +83,4 @@
  " >      };\n"
   > };
 
-7f92281261e4bf36ca2aaa896c1e6a8117c53bd828a1f9fc97f486f74907be3f
+0258a7c6d9f3d1dc6b13527cb7b292ea48a51f0a1809a6b026a5464d25bd2031

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.