All of lore.kernel.org
 help / color / mirror / Atom feed
diff for duplicates of <548A7E7D.8010703@ti.com>

diff --git a/a/1.txt b/N1/1.txt
index 2bd149b..60d3358 100644
--- a/a/1.txt
+++ b/N1/1.txt
@@ -21,7 +21,7 @@ On Thursday 11 December 2014 07:15 PM, Yunzhi Li wrote:
 >> I didn't mean that. You can get rid of this entire xlate stuff if you use
 >> something like below
 >>
->> phy at xxx {
+>> phy@xxx {
 >>     compatible = "";
 >>     phy1:usb_phy {
 >>     }
@@ -30,7 +30,7 @@ On Thursday 11 December 2014 07:15 PM, Yunzhi Li wrote:
 >> };
 >>
 >>
->> usb at xx {
+>> usb@xx {
 >>     compatible = "";
 >>     phys = <&phy1>; //doesn't need xlate
 >>     /* this needs xlate
@@ -42,7 +42,7 @@ On Thursday 11 December 2014 07:15 PM, Yunzhi Li wrote:
 > Thank you so much for your suggestion, but still have a question:
 > I have to add the #phy-cells property in each phy sub-node, otherwise
 > devm_get_phy() will fail and I get log info like
-> "/usb at ff500000: could not get #phy-cells for /phy/usbp-phy1". So can the
+> "/usb@ff500000: could not get #phy-cells for /phy/usbp-phy1". So can the
 > #phy-cells property defines in patent node
 > also valid for it's child nodes like #address-cells ?
 
diff --git a/a/content_digest b/N1/content_digest
index 24aa86a..f92746e 100644
--- a/a/content_digest
+++ b/N1/content_digest
@@ -2,10 +2,23 @@
  "ref\01418291722-25448-2-git-send-email-lyz@rock-chips.com\0"
  "ref\0548971AF.1020506@ti.com\0"
  "ref\054899FE7.7050808@rock-chips.com\0"
- "From\0kishon@ti.com (Kishon Vijay Abraham I)\0"
- "Subject\0[PATCH v6 1/5] phy: add a driver for the Rockchip SoC internal USB2.0 PHY\0"
+ "From\0Kishon Vijay Abraham I <kishon@ti.com>\0"
+ "Subject\0Re: [PATCH v6 1/5] phy: add a driver for the Rockchip SoC internal USB2.0 PHY\0"
  "Date\0Fri, 12 Dec 2014 11:04:53 +0530\0"
- "To\0linux-arm-kernel@lists.infradead.org\0"
+ "To\0Yunzhi Li <lyz@rock-chips.com>"
+  heiko@sntech.de
+  jwerner@chromium.org
+ " dianders@chromium.org\0"
+ "Cc\0huangtao@rock-chips.com"
+  devicetree@vger.kernel.org
+  linux-rockchip@lists.infradead.org
+  linux-kernel@vger.kernel.org
+  zyw@rock-chips.com
+  Rob Herring <robh+dt@kernel.org>
+  olof@lixom.net
+  cf@rock-chips.com
+  linux-arm-kernel@lists.infradead.org
+ " Grant Likely <grant.likely@linaro.org>\0"
  "\00:1\0"
  "b\0"
  "Hi,\n"
@@ -31,7 +44,7 @@
  ">> I didn't mean that. You can get rid of this entire xlate stuff if you use\n"
  ">> something like below\n"
  ">>\n"
- ">> phy at xxx {\n"
+ ">> phy@xxx {\n"
  ">>     compatible = \"\";\n"
  ">>     phy1:usb_phy {\n"
  ">>     }\n"
@@ -40,7 +53,7 @@
  ">> };\n"
  ">>\n"
  ">>\n"
- ">> usb at xx {\n"
+ ">> usb@xx {\n"
  ">>     compatible = \"\";\n"
  ">>     phys = <&phy1>; //doesn't need xlate\n"
  ">>     /* this needs xlate\n"
@@ -52,7 +65,7 @@
  "> Thank you so much for your suggestion, but still have a question:\n"
  "> I have to add the #phy-cells property in each phy sub-node, otherwise\n"
  "> devm_get_phy() will fail and I get log info like\n"
- "> \"/usb at ff500000: could not get #phy-cells for /phy/usbp-phy1\". So can the\n"
+ "> \"/usb@ff500000: could not get #phy-cells for /phy/usbp-phy1\". So can the\n"
  "> #phy-cells property defines in patent node\n"
  "> also valid for it's child nodes like #address-cells ?\n"
  "\n"
@@ -61,4 +74,4 @@
  "Thanks\n"
  Kishon
 
-44c5e772e57992f4db185c68cca1fefb39c8267636c1b1f013ffb29dc3bb8631
+7afd0f9c0ffff716ca74009bd886ea980a66f5a1bc84a2d9f6f37d3bb378fa7a

diff --git a/a/1.txt b/N2/1.txt
index 2bd149b..60d3358 100644
--- a/a/1.txt
+++ b/N2/1.txt
@@ -21,7 +21,7 @@ On Thursday 11 December 2014 07:15 PM, Yunzhi Li wrote:
 >> I didn't mean that. You can get rid of this entire xlate stuff if you use
 >> something like below
 >>
->> phy at xxx {
+>> phy@xxx {
 >>     compatible = "";
 >>     phy1:usb_phy {
 >>     }
@@ -30,7 +30,7 @@ On Thursday 11 December 2014 07:15 PM, Yunzhi Li wrote:
 >> };
 >>
 >>
->> usb at xx {
+>> usb@xx {
 >>     compatible = "";
 >>     phys = <&phy1>; //doesn't need xlate
 >>     /* this needs xlate
@@ -42,7 +42,7 @@ On Thursday 11 December 2014 07:15 PM, Yunzhi Li wrote:
 > Thank you so much for your suggestion, but still have a question:
 > I have to add the #phy-cells property in each phy sub-node, otherwise
 > devm_get_phy() will fail and I get log info like
-> "/usb at ff500000: could not get #phy-cells for /phy/usbp-phy1". So can the
+> "/usb@ff500000: could not get #phy-cells for /phy/usbp-phy1". So can the
 > #phy-cells property defines in patent node
 > also valid for it's child nodes like #address-cells ?
 
diff --git a/a/content_digest b/N2/content_digest
index 24aa86a..272ade2 100644
--- a/a/content_digest
+++ b/N2/content_digest
@@ -2,10 +2,23 @@
  "ref\01418291722-25448-2-git-send-email-lyz@rock-chips.com\0"
  "ref\0548971AF.1020506@ti.com\0"
  "ref\054899FE7.7050808@rock-chips.com\0"
- "From\0kishon@ti.com (Kishon Vijay Abraham I)\0"
- "Subject\0[PATCH v6 1/5] phy: add a driver for the Rockchip SoC internal USB2.0 PHY\0"
+ "From\0Kishon Vijay Abraham I <kishon@ti.com>\0"
+ "Subject\0Re: [PATCH v6 1/5] phy: add a driver for the Rockchip SoC internal USB2.0 PHY\0"
  "Date\0Fri, 12 Dec 2014 11:04:53 +0530\0"
- "To\0linux-arm-kernel@lists.infradead.org\0"
+ "To\0Yunzhi Li <lyz@rock-chips.com>"
+  <heiko@sntech.de>
+  <jwerner@chromium.org>
+ " <dianders@chromium.org>\0"
+ "Cc\0<olof@lixom.net>"
+  <huangtao@rock-chips.com>
+  <zyw@rock-chips.com>
+  <cf@rock-chips.com>
+  <linux-rockchip@lists.infradead.org>
+  Grant Likely <grant.likely@linaro.org>
+  Rob Herring <robh+dt@kernel.org>
+  <linux-kernel@vger.kernel.org>
+  <linux-arm-kernel@lists.infradead.org>
+ " <devicetree@vger.kernel.org>\0"
  "\00:1\0"
  "b\0"
  "Hi,\n"
@@ -31,7 +44,7 @@
  ">> I didn't mean that. You can get rid of this entire xlate stuff if you use\n"
  ">> something like below\n"
  ">>\n"
- ">> phy at xxx {\n"
+ ">> phy@xxx {\n"
  ">>     compatible = \"\";\n"
  ">>     phy1:usb_phy {\n"
  ">>     }\n"
@@ -40,7 +53,7 @@
  ">> };\n"
  ">>\n"
  ">>\n"
- ">> usb at xx {\n"
+ ">> usb@xx {\n"
  ">>     compatible = \"\";\n"
  ">>     phys = <&phy1>; //doesn't need xlate\n"
  ">>     /* this needs xlate\n"
@@ -52,7 +65,7 @@
  "> Thank you so much for your suggestion, but still have a question:\n"
  "> I have to add the #phy-cells property in each phy sub-node, otherwise\n"
  "> devm_get_phy() will fail and I get log info like\n"
- "> \"/usb at ff500000: could not get #phy-cells for /phy/usbp-phy1\". So can the\n"
+ "> \"/usb@ff500000: could not get #phy-cells for /phy/usbp-phy1\". So can the\n"
  "> #phy-cells property defines in patent node\n"
  "> also valid for it's child nodes like #address-cells ?\n"
  "\n"
@@ -61,4 +74,4 @@
  "Thanks\n"
  Kishon
 
-44c5e772e57992f4db185c68cca1fefb39c8267636c1b1f013ffb29dc3bb8631
+e23f2141954dea30c359204d8d806cff3d4915f99831cd75bc850ce4ebf05d7d

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.