All of lore.kernel.org
 help / color / mirror / Atom feed
diff for duplicates of <532339A1.7060509@samsung.com>

diff --git a/a/1.txt b/N1/1.txt
index c6c9748..c919a32 100644
--- a/a/1.txt
+++ b/N1/1.txt
@@ -50,7 +50,7 @@ On 14.03.2014 09:25, Yuvaraj Kumar wrote:
 >>> -- reg               : <registers mapping>
 >>> -
 >>> -Example:
->>> -        sata at ffe07000 {
+>>> -        sata@ffe07000 {
 >>> -                compatible = "samsung,exynos5-sata-phy";
 >>> -                reg = <0xffe07000 0x1000>;
 >>> -        };
@@ -76,12 +76,12 @@ On 14.03.2014 09:25, Yuvaraj Kumar wrote:
 >>> +- phy-names            : as mentioned in phy-bindings.txt
 >>>
 >>>    Example:
->>> -        sata at ffe08000 {
+>>> -        sata@ffe08000 {
 >>> -                compatible = "samsung,exynos5-sata";
 >>> -                reg = <0xffe08000 0x1000>;
 >>> -                interrupts = <115>;
 >>> -        };
->>> +       sata at 122f0000 {
+>>> +       sata@122f0000 {
 >>> +               compatible = "snps,dwc-ahci";
 >>> +               samsung,sata-freq = <66>;
 >>> +               reg = <0x122f0000 0x1ff>;
@@ -115,7 +115,7 @@ On 14.03.2014 09:25, Yuvaraj Kumar wrote:
 >>> +- #phy-cells : from the generic phy bindings;
 >>> +
 >>> +Example:
->>> +       sata_phy: sata-phy at 12170000 {
+>>> +       sata_phy: sata-phy@12170000 {
 >>> +               compatible = "samsung,exynos5250-sata-phy";
 >>> +               reg = <0x12170000 0x1ff>;
 >>> +               clocks = <&clock 287>;
@@ -139,7 +139,7 @@ samsung,syscon-phandle). Why is so?
 >>> +
 >>> +Example:
 >>> +
->>> +       sata_phy_i2c:sata-phy at 38 {
+>>> +       sata_phy_i2c:sata-phy@38 {
 >>> +               compatible = "samsung,exynos-sataphy-i2c";
 >>> +               reg = <0x38>;
 >>> +       };
@@ -152,13 +152,13 @@ samsung,syscon-phandle). Why is so?
 >>>                  };
 >>>          };
 >>>
->>> +       i2c at 121D0000 {
+>>> +       i2c@121D0000 {
 >>> +               status = "okay";
 >>> +               samsung,i2c-sda-delay = <100>;
 >>> +               samsung,i2c-max-bus-freq = <40000>;
 >>> +               samsung,i2c-slave-addr = <0x38>;
 >>> +
->>> +               sata_phy_i2c:sata-phy at 38 {
+>>> +               sata_phy_i2c:sata-phy@38 {
 >>> +                       compatible = "samsung,exynos-sataphy-i2c";
 >>> +                       reg = <0x38>;
 >>> +               };
@@ -168,11 +168,11 @@ the PHY does not depend on particular board.
 
 >>> +       };
 >>> +
->>> +       sata at 122F0000 {
+>>> +       sata@122F0000 {
 >>> +               status = "okay";
 >>> +       };
 >>> +
->>> +       sata-phy at 12170000 {
+>>> +       sata-phy@12170000 {
 >>> +               status = "okay";
 >>> +               samsung,exynos-sataphy-i2c-phandle = <&sata_phy_i2c>;
 
@@ -181,7 +181,7 @@ not board-specific and should be in higher level dtsi file.
 
 >>> +       };
 >>> +
->>>          mmc_0: mmc at 12200000 {
+>>>          mmc_0: mmc@12200000 {
 >>>                  status = "okay";
 >>>                  num-slots = <1>;
 >>> diff --git a/arch/arm/boot/dts/exynos5250-smdk5250.dts
@@ -195,7 +195,7 @@ not board-specific and should be in higher level dtsi file.
 >>>
 >>> -               sata-phy {
 >>> -                       compatible = "samsung,sata-phy";
->>> +               sata_phy_i2c:sata-phy at 38 {
+>>> +               sata_phy_i2c:sata-phy@38 {
 >>> +                       compatible = "samsung,exynos-sataphy-i2c";
 >>>                          reg = <0x38>;
 >>>                  };
@@ -204,22 +204,22 @@ Ditto.
 
 >>>          };
 >>>
->>> -       sata at 122F0000 {
+>>> -       sata@122F0000 {
 >>> -               samsung,sata-freq = <66>;
 >>> -       };
 >>> -
->>>          i2c at 12C80000 {
+>>>          i2c@12C80000 {
 >>>                  samsung,i2c-sda-delay = <100>;
 >>>                  samsung,i2c-max-bus-freq = <66000>;
 >>> @@ -274,6 +270,15 @@
 >>>                  };
 >>>          };
 >>>
->>> +       sata at 122F0000 {
+>>> +       sata@122F0000 {
 >>> +               status = "okay";
 >>> +       };
 >>> +
->>> +       sata-phy at 12170000 {
+>>> +       sata-phy@12170000 {
 >>> +               status = "okay";
 >>> +               samsung,exynos-sataphy-i2c-phandle = <&sata_phy_i2c>;
 >>> +       };
diff --git a/a/content_digest b/N1/content_digest
index 62e3552..8008557 100644
--- a/a/content_digest
+++ b/N1/content_digest
@@ -1,10 +1,26 @@
  "ref\01393931452-18237-1-git-send-email-yuvaraj.cd@samsung.com\0"
  "ref\05315D5D6.2070308@ti.com\0"
  "ref\0CAKuRcOLC-2rP1O4Lk=TjsZw4RLx5DzdddU07QRHmsqvzGFB87Q@mail.gmail.com\0"
- "From\0t.figa@samsung.com (Tomasz Figa)\0"
- "Subject\0RESEND [PATCH V9 2/2] ARM: dts: exynos5250: Enable ahci sata and sata phy\0"
+ "From\0Tomasz Figa <t.figa@samsung.com>\0"
+ "Subject\0Re: RESEND [PATCH V9 2/2] ARM: dts: exynos5250: Enable ahci sata and sata phy\0"
  "Date\0Fri, 14 Mar 2014 18:17:21 +0100\0"
- "To\0linux-arm-kernel@lists.infradead.org\0"
+ "To\0Yuvaraj Kumar <yuvaraj.cd@gmail.com>"
+ " Kishon Vijay Abraham I <kishon@ti.com>\0"
+ "Cc\0kgene.kim@samsung.com <kgene.kim@samsung.com>"
+  linux-kernel@vger.kernel.org
+  linux-arm-kernel@lists.infradead.org <linux-arm-kernel@lists.infradead.org>
+  devicetree@vger.kernel.org <devicetree@vger.kernel.org>
+  linux-doc@vger.kernel.org
+  Grant Likely <grant.likely@linaro.org>
+  sunil joshi <joshi@samsung.com>
+  Stephen Warren <swarren@wwwdotorg.org>
+  Mark Rutland <mark.rutland@arm.com>
+  Kumar Gala <galak@codeaurora.org>
+  Jingoo Han <jg1.han@samsung.com>
+  ks.giri@samsung.com <ks.giri@samsung.com>
+  Bartlomiej Zolnierkiewicz <b.zolnierkie@samsung.com>
+  Christoffer Dall <christoffer.dall@linaro.com>
+ " Yuvaraj Kumar C D <yuvaraj.cd@samsung.com>\0"
  "\00:1\0"
  "b\0"
  "Hi Yuvaraj,\n"
@@ -59,7 +75,7 @@
  ">>> -- reg               : <registers mapping>\n"
  ">>> -\n"
  ">>> -Example:\n"
- ">>> -        sata at ffe07000 {\n"
+ ">>> -        sata@ffe07000 {\n"
  ">>> -                compatible = \"samsung,exynos5-sata-phy\";\n"
  ">>> -                reg = <0xffe07000 0x1000>;\n"
  ">>> -        };\n"
@@ -85,12 +101,12 @@
  ">>> +- phy-names            : as mentioned in phy-bindings.txt\n"
  ">>>\n"
  ">>>    Example:\n"
- ">>> -        sata at ffe08000 {\n"
+ ">>> -        sata@ffe08000 {\n"
  ">>> -                compatible = \"samsung,exynos5-sata\";\n"
  ">>> -                reg = <0xffe08000 0x1000>;\n"
  ">>> -                interrupts = <115>;\n"
  ">>> -        };\n"
- ">>> +       sata at 122f0000 {\n"
+ ">>> +       sata@122f0000 {\n"
  ">>> +               compatible = \"snps,dwc-ahci\";\n"
  ">>> +               samsung,sata-freq = <66>;\n"
  ">>> +               reg = <0x122f0000 0x1ff>;\n"
@@ -124,7 +140,7 @@
  ">>> +- #phy-cells : from the generic phy bindings;\n"
  ">>> +\n"
  ">>> +Example:\n"
- ">>> +       sata_phy: sata-phy at 12170000 {\n"
+ ">>> +       sata_phy: sata-phy@12170000 {\n"
  ">>> +               compatible = \"samsung,exynos5250-sata-phy\";\n"
  ">>> +               reg = <0x12170000 0x1ff>;\n"
  ">>> +               clocks = <&clock 287>;\n"
@@ -148,7 +164,7 @@
  ">>> +\n"
  ">>> +Example:\n"
  ">>> +\n"
- ">>> +       sata_phy_i2c:sata-phy at 38 {\n"
+ ">>> +       sata_phy_i2c:sata-phy@38 {\n"
  ">>> +               compatible = \"samsung,exynos-sataphy-i2c\";\n"
  ">>> +               reg = <0x38>;\n"
  ">>> +       };\n"
@@ -161,13 +177,13 @@
  ">>>                  };\n"
  ">>>          };\n"
  ">>>\n"
- ">>> +       i2c at 121D0000 {\n"
+ ">>> +       i2c@121D0000 {\n"
  ">>> +               status = \"okay\";\n"
  ">>> +               samsung,i2c-sda-delay = <100>;\n"
  ">>> +               samsung,i2c-max-bus-freq = <40000>;\n"
  ">>> +               samsung,i2c-slave-addr = <0x38>;\n"
  ">>> +\n"
- ">>> +               sata_phy_i2c:sata-phy at 38 {\n"
+ ">>> +               sata_phy_i2c:sata-phy@38 {\n"
  ">>> +                       compatible = \"samsung,exynos-sataphy-i2c\";\n"
  ">>> +                       reg = <0x38>;\n"
  ">>> +               };\n"
@@ -177,11 +193,11 @@
  "\n"
  ">>> +       };\n"
  ">>> +\n"
- ">>> +       sata at 122F0000 {\n"
+ ">>> +       sata@122F0000 {\n"
  ">>> +               status = \"okay\";\n"
  ">>> +       };\n"
  ">>> +\n"
- ">>> +       sata-phy at 12170000 {\n"
+ ">>> +       sata-phy@12170000 {\n"
  ">>> +               status = \"okay\";\n"
  ">>> +               samsung,exynos-sataphy-i2c-phandle = <&sata_phy_i2c>;\n"
  "\n"
@@ -190,7 +206,7 @@
  "\n"
  ">>> +       };\n"
  ">>> +\n"
- ">>>          mmc_0: mmc at 12200000 {\n"
+ ">>>          mmc_0: mmc@12200000 {\n"
  ">>>                  status = \"okay\";\n"
  ">>>                  num-slots = <1>;\n"
  ">>> diff --git a/arch/arm/boot/dts/exynos5250-smdk5250.dts\n"
@@ -204,7 +220,7 @@
  ">>>\n"
  ">>> -               sata-phy {\n"
  ">>> -                       compatible = \"samsung,sata-phy\";\n"
- ">>> +               sata_phy_i2c:sata-phy at 38 {\n"
+ ">>> +               sata_phy_i2c:sata-phy@38 {\n"
  ">>> +                       compatible = \"samsung,exynos-sataphy-i2c\";\n"
  ">>>                          reg = <0x38>;\n"
  ">>>                  };\n"
@@ -213,22 +229,22 @@
  "\n"
  ">>>          };\n"
  ">>>\n"
- ">>> -       sata at 122F0000 {\n"
+ ">>> -       sata@122F0000 {\n"
  ">>> -               samsung,sata-freq = <66>;\n"
  ">>> -       };\n"
  ">>> -\n"
- ">>>          i2c at 12C80000 {\n"
+ ">>>          i2c@12C80000 {\n"
  ">>>                  samsung,i2c-sda-delay = <100>;\n"
  ">>>                  samsung,i2c-max-bus-freq = <66000>;\n"
  ">>> @@ -274,6 +270,15 @@\n"
  ">>>                  };\n"
  ">>>          };\n"
  ">>>\n"
- ">>> +       sata at 122F0000 {\n"
+ ">>> +       sata@122F0000 {\n"
  ">>> +               status = \"okay\";\n"
  ">>> +       };\n"
  ">>> +\n"
- ">>> +       sata-phy at 12170000 {\n"
+ ">>> +       sata-phy@12170000 {\n"
  ">>> +               status = \"okay\";\n"
  ">>> +               samsung,exynos-sataphy-i2c-phandle = <&sata_phy_i2c>;\n"
  ">>> +       };\n"
@@ -238,4 +254,4 @@
  "Best regards,\n"
  Tomasz
 
-e9aba64cd40d21eb4026f0495dc2c512067f807c332bca325080dea203d467b4
+f493f6f5f43f92636ddb78f92b09b5d0bc9cc745a9ad329155661699784aa75d

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.