All of lore.kernel.org
 help / color / mirror / Atom feed
diff for duplicates of <5620AD8B.3060503@ti.com>

diff --git a/a/1.txt b/N1/1.txt
index a606e29..c7d675c 100644
--- a/a/1.txt
+++ b/N1/1.txt
@@ -22,10 +22,10 @@ On 15/10/15 17:27, WingMan Kwok wrote:
 >  			gpio,syscon-dev = <&devctrl 0x240>;
 >  		};
 >  
-> +		pcie1_phy: pciephy@2326000 {
+> +		pcie1_phy: pciephy at 2326000 {
 
 Should be
-		pcie1_phy: phy@2326000 {
+		pcie1_phy: phy at 2326000 {
 
 > +			#phy-cells = <0>;
 > +			compatible = "ti,keystone-serdes-pcie";
@@ -36,7 +36,7 @@ Should be
 > +			status = "disabled";
 > +		};
 > +
->  		pcie1: pcie@21020000 {
+>  		pcie1: pcie at 21020000 {
 >  			compatible = "ti,keystone-pcie","snps,dw-pcie";
 >  			clocks = <&clkpcie1>;
 > @@ -130,6 +140,17 @@
@@ -48,7 +48,7 @@ Should be
 > +			serdeses {
 > +				#address-cells = <1>;
 > +				#size-cells = <0>;
-> +				serdes@0 {
+> +				serdes at 0 {
 > +					reg = <0>;
 > +					phys = <&pcie1_phy>;
 > +				};
@@ -56,7 +56,7 @@ Should be
 > +
 >  		};
 >  
->  		mdio: mdio@24200f00 {
+>  		mdio: mdio at 24200f00 {
 > diff --git a/arch/arm/boot/dts/keystone.dtsi b/arch/arm/boot/dts/keystone.dtsi
 > index 72816d6..6566cc4 100644
 > --- a/arch/arm/boot/dts/keystone.dtsi
@@ -65,7 +65,7 @@ Should be
 >  			ti,syscon-dev = <&devctrl 0x2a0>;
 >  		};
 >  
-> +		pcie0_phy: pciephy@2320000 {
+> +		pcie0_phy: pciephy at 2320000 {
 
 ditto.
 
@@ -78,7 +78,7 @@ ditto.
 > +			status = "disabled";
 > +		};
 > +
->  		pcie0: pcie@21800000 {
+>  		pcie0: pcie at 21800000 {
 >  			compatible = "ti,keystone-pcie", "snps,dw-pcie";
 >  			clocks = <&clkpcie>;
 > @@ -319,6 +329,17 @@
@@ -90,7 +90,7 @@ ditto.
 > +			serdeses {
 > +				#address-cells = <1>;
 > +				#size-cells = <0>;
-> +				serdes@0 {
+> +				serdes at 0 {
 > +					reg = <0>;
 > +					phys = <&pcie0_phy>;
 > +				};
diff --git a/a/content_digest b/N1/content_digest
index a8800f0..9061e8a 100644
--- a/a/content_digest
+++ b/N1/content_digest
@@ -1,22 +1,8 @@
  "ref\01444919230-30932-1-git-send-email-w-kwok2@ti.com\0"
- "From\0Roger Quadros <rogerq@ti.com>\0"
- "Subject\0Re: [PATCH] ARM: keystone: dts: add PCI serdes driver bindings\0"
+ "From\0rogerq@ti.com (Roger Quadros)\0"
+ "Subject\0[PATCH] ARM: keystone: dts: add PCI serdes driver bindings\0"
  "Date\0Fri, 16 Oct 2015 10:55:55 +0300\0"
- "To\0WingMan Kwok <w-kwok2@ti.com>"
-  <robh+dt@kernel.org>
-  <pawel.moll@arm.com>
-  <mark.rutland@arm.com>
-  <ijc+devicetree@hellion.org.uk>
-  <galak@codeaurora.org>
-  <kishon@ti.com>
-  <m-karicheri2@ti.com>
-  <bhelgaas@google.com>
-  <ssantosh@kernel.org>
-  <linux@arm.linux.org.uk>
-  <devicetree@vger.kernel.org>
-  <linux-kernel@vger.kernel.org>
-  <linux-pci@vger.kernel.org>
- " <linux-arm-kernel@lists.infradead.org>\0"
+ "To\0linux-arm-kernel@lists.infradead.org\0"
  "\00:1\0"
  "b\0"
  "WingMan,\n"
@@ -43,10 +29,10 @@
  ">  \t\t\tgpio,syscon-dev = <&devctrl 0x240>;\n"
  ">  \t\t};\n"
  ">  \n"
- "> +\t\tpcie1_phy: pciephy@2326000 {\n"
+ "> +\t\tpcie1_phy: pciephy at 2326000 {\n"
  "\n"
  "Should be\n"
- "\t\tpcie1_phy: phy@2326000 {\n"
+ "\t\tpcie1_phy: phy at 2326000 {\n"
  "\n"
  "> +\t\t\t#phy-cells = <0>;\n"
  "> +\t\t\tcompatible = \"ti,keystone-serdes-pcie\";\n"
@@ -57,7 +43,7 @@
  "> +\t\t\tstatus = \"disabled\";\n"
  "> +\t\t};\n"
  "> +\n"
- ">  \t\tpcie1: pcie@21020000 {\n"
+ ">  \t\tpcie1: pcie at 21020000 {\n"
  ">  \t\t\tcompatible = \"ti,keystone-pcie\",\"snps,dw-pcie\";\n"
  ">  \t\t\tclocks = <&clkpcie1>;\n"
  "> @@ -130,6 +140,17 @@\n"
@@ -69,7 +55,7 @@
  "> +\t\t\tserdeses {\n"
  "> +\t\t\t\t#address-cells = <1>;\n"
  "> +\t\t\t\t#size-cells = <0>;\n"
- "> +\t\t\t\tserdes@0 {\n"
+ "> +\t\t\t\tserdes at 0 {\n"
  "> +\t\t\t\t\treg = <0>;\n"
  "> +\t\t\t\t\tphys = <&pcie1_phy>;\n"
  "> +\t\t\t\t};\n"
@@ -77,7 +63,7 @@
  "> +\n"
  ">  \t\t};\n"
  ">  \n"
- ">  \t\tmdio: mdio@24200f00 {\n"
+ ">  \t\tmdio: mdio at 24200f00 {\n"
  "> diff --git a/arch/arm/boot/dts/keystone.dtsi b/arch/arm/boot/dts/keystone.dtsi\n"
  "> index 72816d6..6566cc4 100644\n"
  "> --- a/arch/arm/boot/dts/keystone.dtsi\n"
@@ -86,7 +72,7 @@
  ">  \t\t\tti,syscon-dev = <&devctrl 0x2a0>;\n"
  ">  \t\t};\n"
  ">  \n"
- "> +\t\tpcie0_phy: pciephy@2320000 {\n"
+ "> +\t\tpcie0_phy: pciephy at 2320000 {\n"
  "\n"
  "ditto.\n"
  "\n"
@@ -99,7 +85,7 @@
  "> +\t\t\tstatus = \"disabled\";\n"
  "> +\t\t};\n"
  "> +\n"
- ">  \t\tpcie0: pcie@21800000 {\n"
+ ">  \t\tpcie0: pcie at 21800000 {\n"
  ">  \t\t\tcompatible = \"ti,keystone-pcie\", \"snps,dw-pcie\";\n"
  ">  \t\t\tclocks = <&clkpcie>;\n"
  "> @@ -319,6 +329,17 @@\n"
@@ -111,7 +97,7 @@
  "> +\t\t\tserdeses {\n"
  "> +\t\t\t\t#address-cells = <1>;\n"
  "> +\t\t\t\t#size-cells = <0>;\n"
- "> +\t\t\t\tserdes@0 {\n"
+ "> +\t\t\t\tserdes at 0 {\n"
  "> +\t\t\t\t\treg = <0>;\n"
  "> +\t\t\t\t\tphys = <&pcie0_phy>;\n"
  "> +\t\t\t\t};\n"
@@ -126,4 +112,4 @@
  "cheers,\n"
  -roger
 
-142ac5dfb895ec738915ca92c0dd8c8305e1b78b2923d953fa68978b28834e9a
+1ab629f1a902bb6e5624bca9293787285d4431560206ca688b62f313e61ad6a9

diff --git a/a/content_digest b/N2/content_digest
index a8800f0..e4fcba6 100644
--- a/a/content_digest
+++ b/N2/content_digest
@@ -3,20 +3,20 @@
  "Subject\0Re: [PATCH] ARM: keystone: dts: add PCI serdes driver bindings\0"
  "Date\0Fri, 16 Oct 2015 10:55:55 +0300\0"
  "To\0WingMan Kwok <w-kwok2@ti.com>"
-  <robh+dt@kernel.org>
-  <pawel.moll@arm.com>
-  <mark.rutland@arm.com>
-  <ijc+devicetree@hellion.org.uk>
-  <galak@codeaurora.org>
-  <kishon@ti.com>
-  <m-karicheri2@ti.com>
-  <bhelgaas@google.com>
-  <ssantosh@kernel.org>
-  <linux@arm.linux.org.uk>
-  <devicetree@vger.kernel.org>
-  <linux-kernel@vger.kernel.org>
-  <linux-pci@vger.kernel.org>
- " <linux-arm-kernel@lists.infradead.org>\0"
+  robh+dt@kernel.org
+  pawel.moll@arm.com
+  mark.rutland@arm.com
+  ijc+devicetree@hellion.org.uk
+  galak@codeaurora.org
+  kishon@ti.com
+  m-karicheri2@ti.com
+  bhelgaas@google.com
+  ssantosh@kernel.org
+  linux@arm.linux.org.uk
+  devicetree@vger.kernel.org
+  linux-kernel@vger.kernel.org
+  linux-pci@vger.kernel.org
+ " linux-arm-kernel@lists.infradead.org\0"
  "\00:1\0"
  "b\0"
  "WingMan,\n"
@@ -126,4 +126,4 @@
  "cheers,\n"
  -roger
 
-142ac5dfb895ec738915ca92c0dd8c8305e1b78b2923d953fa68978b28834e9a
+018687c5bb4b43eff73a19b936d465ef3b4f9e0d43035bf97802a20214415ef2

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.