All of lore.kernel.org
 help / color / mirror / Atom feed
diff for duplicates of <530DD2C6.1060108@eukrea.com>

diff --git a/a/1.txt b/N1/1.txt
index c26f41e..efc0518 100644
--- a/a/1.txt
+++ b/N1/1.txt
@@ -29,14 +29,14 @@ to export the "dma ipu driver" bindings to the dts.
 
 So I made the bindings look like that:
 
-display0: display@di0 {
+display0: display at di0 {
    [...]
    display-timings {
      [...]
    };
 };
 
-ipu: ipu@53fc0000 {
+ipu: ipu at 53fc0000 {
    compatible = "fsl,imx35-ipu";
    reg = <0x53fc0000 0x4000>;
    clocks = <&clks 55>;
@@ -59,7 +59,7 @@ of devres_add.
 
 using devm_regulator_get(dev, "lcd") would be better but it would 
 instead mean that the regulator handle will have to be a child of the 
-mx3fb's ipu node (ipu@53fc0000).
+mx3fb's ipu node (ipu at 53fc0000).
 
 That's because devm_regulator_get will end calling of_get_regulator 
 (trough _regulator_get, and regulator_dev_lookup), which will in turn 
diff --git a/a/content_digest b/N1/content_digest
index a0ae5da..131467d 100644
--- a/a/content_digest
+++ b/N1/content_digest
@@ -1,9 +1,9 @@
  "ref\01393408800-8946-1-git-send-email-denis@eukrea.com\0"
  "ref\01393408800-8946-3-git-send-email-denis@eukrea.com\0"
  "ref\01393410030.488354633@f216.i.mail.ru\0"
- "From\0Denis Carikli <denis@eukrea.com>\0"
- "Subject\0Re: [PATCHv6][ 3/5] video: mx3fb: Introduce regulator support.\0"
- "Date\0Wed, 26 Feb 2014 11:40:54 +0000\0"
+ "From\0denis@eukrea.com (Denis Carikli)\0"
+ "Subject\0[PATCHv6][ 3/5] video: mx3fb: Introduce regulator support.\0"
+ "Date\0Wed, 26 Feb 2014 12:40:54 +0100\0"
  "To\0linux-arm-kernel@lists.infradead.org\0"
  "\00:1\0"
  "b\0"
@@ -38,14 +38,14 @@
  "\n"
  "So I made the bindings look like that:\n"
  "\n"
- "display0: display@di0 {\n"
+ "display0: display at di0 {\n"
  "   [...]\n"
  "   display-timings {\n"
  "     [...]\n"
  "   };\n"
  "};\n"
  "\n"
- "ipu: ipu@53fc0000 {\n"
+ "ipu: ipu at 53fc0000 {\n"
  "   compatible = \"fsl,imx35-ipu\";\n"
  "   reg = <0x53fc0000 0x4000>;\n"
  "   clocks = <&clks 55>;\n"
@@ -68,7 +68,7 @@
  "\n"
  "using devm_regulator_get(dev, \"lcd\") would be better but it would \n"
  "instead mean that the regulator handle will have to be a child of the \n"
- "mx3fb's ipu node (ipu@53fc0000).\n"
+ "mx3fb's ipu node (ipu at 53fc0000).\n"
  "\n"
  "That's because devm_regulator_get will end calling of_get_regulator \n"
  "(trough _regulator_get, and regulator_dev_lookup), which will in turn \n"
@@ -85,4 +85,4 @@
  "\n"
  Denis.
 
-f6386cca17741c4b1db6d651e5156e47e49881308cfea4e341adb21d99385bda
+06d04482f8904e1f71bb5f19d949e9bb57cf88e1764967d11c174c3a5c64bfa1

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.