All of lore.kernel.org
 help / color / mirror / Atom feed
diff for duplicates of <20180910203059.GA7055@bogus>

diff --git a/a/1.txt b/N1/1.txt
index 55c1204..95c9368 100644
--- a/a/1.txt
+++ b/N1/1.txt
@@ -59,7 +59,7 @@ s/_/-/
 > +Required properties:
 > +lane0:
 
-lane0 or lane at 0? If you need or care about numbering then add a reg 
+lane0 or lane@0? If you need or care about numbering then add a reg 
 property.
 
 > +- #phy-cells	: Should be 4
@@ -74,22 +74,22 @@ property.
 > +- #phy-cells	: Should be 4
 > +
 > +Example:
-> +	zynqmp_phy: phy at fd400000 {
+> +	zynqmp_phy: phy@fd400000 {
 > +		compatible = "xlnx,zynqmp-psgtr-v1.1";
 > +		status = "okay";
 > +		reg = <0x0 0xfd400000 0x0 0x40000>, <0x0 0xfd3d0000 0x0 0x1000>;
 > +		reg-names = "serdes", "siou";
 > +
-> +		lane0: lane at 0 {
+> +		lane0: lane@0 {
 > +			#phy-cells = <4>;
 > +		};
-> +		lane1: lane at 1 {
+> +		lane1: lane@1 {
 > +			#phy-cells = <4>;
 > +		};
-> +		lane2: lane at 2 {
+> +		lane2: lane@2 {
 > +			#phy-cells = <4>;
 > +		};
-> +		lane3: lane at 3 {
+> +		lane3: lane@3 {
 > +			#phy-cells = <4>;
 > +		};
 > +	};
@@ -128,13 +128,13 @@ can be used for each mode.
 > +
 > +#include <dt-bindings/phy/phy.h>
 > +
-> +	usb at fe200000 {
+> +	usb@fe200000 {
 > +		...
 > +		phys	  = <&lane2 PHY_TYPE_USB3 0 2 2600000>;
 > +		...
 > +	};
 > +
-> +	ahci at fd0c0000 {
+> +	ahci@fd0c0000 {
 > +		...
 > +		phys	  = <&lane3 PHY_TYPE_SATA 1 1 125000000>;
 > +		...
diff --git a/a/content_digest b/N1/content_digest
index 443f352..c7e3f67 100644
--- a/a/content_digest
+++ b/N1/content_digest
@@ -1,9 +1,17 @@
  "ref\01536165747-6405-1-git-send-email-anurag.kumar.vulisha@xilinx.com\0"
  "ref\01536165747-6405-3-git-send-email-anurag.kumar.vulisha@xilinx.com\0"
- "From\0robh@kernel.org (Rob Herring)\0"
- "Subject\0[PATCH v3 2/2] phy: zynqmp: Add dt bindings for ZynqMP phy\0"
+ "From\0Rob Herring <robh@kernel.org>\0"
+ "Subject\0Re: [PATCH v3 2/2] phy: zynqmp: Add dt bindings for ZynqMP phy\0"
  "Date\0Mon, 10 Sep 2018 15:30:59 -0500\0"
- "To\0linux-arm-kernel@lists.infradead.org\0"
+ "To\0Anurag Kumar Vulisha <anurag.kumar.vulisha@xilinx.com>\0"
+ "Cc\0kishon@ti.com"
+  michal.simek@xilinx.com
+  mark.rutland@arm.com
+  vivek.gautam@codeaurora.org
+  v.anuragkumar@gmail.com
+  linux-kernel@vger.kernel.org
+  linux-arm-kernel@lists.infradead.org
+ " devicetree@vger.kernel.org\0"
  "\00:1\0"
  "b\0"
  "On Wed, Sep 05, 2018 at 10:12:27PM +0530, Anurag Kumar Vulisha wrote:\n"
@@ -67,7 +75,7 @@
  "> +Required properties:\n"
  "> +lane0:\n"
  "\n"
- "lane0 or lane at 0? If you need or care about numbering then add a reg \n"
+ "lane0 or lane@0? If you need or care about numbering then add a reg \n"
  "property.\n"
  "\n"
  "> +- #phy-cells\t: Should be 4\n"
@@ -82,22 +90,22 @@
  "> +- #phy-cells\t: Should be 4\n"
  "> +\n"
  "> +Example:\n"
- "> +\tzynqmp_phy: phy at fd400000 {\n"
+ "> +\tzynqmp_phy: phy@fd400000 {\n"
  "> +\t\tcompatible = \"xlnx,zynqmp-psgtr-v1.1\";\n"
  "> +\t\tstatus = \"okay\";\n"
  "> +\t\treg = <0x0 0xfd400000 0x0 0x40000>, <0x0 0xfd3d0000 0x0 0x1000>;\n"
  "> +\t\treg-names = \"serdes\", \"siou\";\n"
  "> +\n"
- "> +\t\tlane0: lane at 0 {\n"
+ "> +\t\tlane0: lane@0 {\n"
  "> +\t\t\t#phy-cells = <4>;\n"
  "> +\t\t};\n"
- "> +\t\tlane1: lane at 1 {\n"
+ "> +\t\tlane1: lane@1 {\n"
  "> +\t\t\t#phy-cells = <4>;\n"
  "> +\t\t};\n"
- "> +\t\tlane2: lane at 2 {\n"
+ "> +\t\tlane2: lane@2 {\n"
  "> +\t\t\t#phy-cells = <4>;\n"
  "> +\t\t};\n"
- "> +\t\tlane3: lane at 3 {\n"
+ "> +\t\tlane3: lane@3 {\n"
  "> +\t\t\t#phy-cells = <4>;\n"
  "> +\t\t};\n"
  "> +\t};\n"
@@ -136,13 +144,13 @@
  "> +\n"
  "> +#include <dt-bindings/phy/phy.h>\n"
  "> +\n"
- "> +\tusb at fe200000 {\n"
+ "> +\tusb@fe200000 {\n"
  "> +\t\t...\n"
  "> +\t\tphys\t  = <&lane2 PHY_TYPE_USB3 0 2 2600000>;\n"
  "> +\t\t...\n"
  "> +\t};\n"
  "> +\n"
- "> +\tahci at fd0c0000 {\n"
+ "> +\tahci@fd0c0000 {\n"
  "> +\t\t...\n"
  "> +\t\tphys\t  = <&lane3 PHY_TYPE_SATA 1 1 125000000>;\n"
  "> +\t\t...\n"
@@ -155,4 +163,4 @@
  "> 2.1.1\n"
  >
 
-658327adacff0289c03eb86e964683b4210b5f99890b7bb8591c5f2fffdd3fd4
+47179196e51526706d6e52d3d9464575c8e9a11dbe4963fc3ef2e09a95fa5657

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.