All of lore.kernel.org
 help / color / mirror / Atom feed
diff for duplicates of <55134D29.80708@broadcom.com>

diff --git a/a/1.txt b/N1/1.txt
index 16ce882..4e1cb08 100644
--- a/a/1.txt
+++ b/N1/1.txt
@@ -40,7 +40,7 @@ required?
 >> +NOTE: port 0 and port 1 are host only and port 2 can be configured for host or device.
 >> +
 >> +Example of phy :
->> +	usbphy0: usbphy at 0x0301c000 {
+>> +	usbphy0: usbphy@0x0301c000 {
 >> +		compatible = "brcm,cygnus-usb-phy";
 >> +		reg = <0x0301c000 0x2000>,
 >> +		      <0x18115000 0x1000>,
@@ -49,20 +49,20 @@ required?
 >> +
 >> +		#address-cells = <1>;
 >> +		#size-cells = <0>;
->> +		usbphy0_0: usbphy0 at 0 {
+>> +		usbphy0_0: usbphy0@0 {
 >> +			#phy-cells = <1>;
 >> +			reg = <0>;
 >> +			status = "okay";
 >> +			phy-supply = <&vbus_p0>;
 >> +		};
 >> +
->> +		usbphy0_1: usbphy0 at 1 {
+>> +		usbphy0_1: usbphy0@1 {
 >> +			#phy-cells = <1>;
 >> +			reg = <1>;
 >> +			status = "okay";
 >> +		};
 >> +
->> +		usbphy0_2: usbphy0 at 2 {
+>> +		usbphy0_2: usbphy0@2 {
 >> +			#phy-cells = <1>;
 >> +			reg = <2>;
 >> +			status = "okay";
@@ -74,7 +74,7 @@ required?
 >> +
 >> +	/* This nodes declares all three ports as host */
 >> +	
->> +	ehci0: usb at 0x18048000 {
+>> +	ehci0: usb@0x18048000 {
 >> +		compatible = "generic-ehci";
 >> +		reg = <0x18048000 0x100>;
 >> +		interrupts = <GIC_SPI 72 IRQ_TYPE_LEVEL_HIGH>;
diff --git a/a/content_digest b/N1/content_digest
index eb1771b..6decfd9 100644
--- a/a/content_digest
+++ b/N1/content_digest
@@ -1,10 +1,25 @@
  "ref\01426886727-537-1-git-send-email-arun.ramamurthy@broadcom.com\0"
  "ref\01426886727-537-3-git-send-email-arun.ramamurthy@broadcom.com\0"
  "ref\0551333DA.6080700@ti.com\0"
- "From\0arun.ramamurthy@broadcom.com (Arun Ramamurthy)\0"
- "Subject\0[PATCH v1 2/3] Phy: DT binding documentation for Broadcom Cygnus USB PHY driver\0"
+ "From\0Arun Ramamurthy <arun.ramamurthy@broadcom.com>\0"
+ "Subject\0Re: [PATCH v1 2/3] Phy: DT binding documentation for Broadcom Cygnus USB PHY driver\0"
  "Date\0Wed, 25 Mar 2015 17:04:57 -0700\0"
- "To\0linux-arm-kernel@lists.infradead.org\0"
+ "To\0Kishon Vijay Abraham I <kishon@ti.com>"
+  Rob Herring <robh+dt@kernel.org>
+  Pawel Moll <pawel.moll@arm.com>
+  Mark Rutland <mark.rutland@arm.com>
+  Ian Campbell <ijc+devicetree@hellion.org.uk>
+  Kumar Gala <galak@codeaurora.org>
+  Arnd Bergmann <arnd@arndb.de>
+ " devicetree@vger.kernel.org\0"
+ "Cc\0linux-arm-kernel@lists.infradead.org"
+  bcm-kernel-feedback-list@broadcom.com
+  linux-kernel@vger.kernel.org
+  Dmitry Torokhov <dtor@google.com>
+  Anatol Pomazau <anatol@google.com>
+  Jonathan Richardson <jonathar@broadcom.com>
+  Scott Branden <sbranden@broadcom.com>
+ " Ray Jui <rjui@broadcom.com>\0"
  "\00:1\0"
  "b\0"
  "\n"
@@ -49,7 +64,7 @@
  ">> +NOTE: port 0 and port 1 are host only and port 2 can be configured for host or device.\n"
  ">> +\n"
  ">> +Example of phy :\n"
- ">> +\tusbphy0: usbphy at 0x0301c000 {\n"
+ ">> +\tusbphy0: usbphy@0x0301c000 {\n"
  ">> +\t\tcompatible = \"brcm,cygnus-usb-phy\";\n"
  ">> +\t\treg = <0x0301c000 0x2000>,\n"
  ">> +\t\t      <0x18115000 0x1000>,\n"
@@ -58,20 +73,20 @@
  ">> +\n"
  ">> +\t\t#address-cells = <1>;\n"
  ">> +\t\t#size-cells = <0>;\n"
- ">> +\t\tusbphy0_0: usbphy0 at 0 {\n"
+ ">> +\t\tusbphy0_0: usbphy0@0 {\n"
  ">> +\t\t\t#phy-cells = <1>;\n"
  ">> +\t\t\treg = <0>;\n"
  ">> +\t\t\tstatus = \"okay\";\n"
  ">> +\t\t\tphy-supply = <&vbus_p0>;\n"
  ">> +\t\t};\n"
  ">> +\n"
- ">> +\t\tusbphy0_1: usbphy0 at 1 {\n"
+ ">> +\t\tusbphy0_1: usbphy0@1 {\n"
  ">> +\t\t\t#phy-cells = <1>;\n"
  ">> +\t\t\treg = <1>;\n"
  ">> +\t\t\tstatus = \"okay\";\n"
  ">> +\t\t};\n"
  ">> +\n"
- ">> +\t\tusbphy0_2: usbphy0 at 2 {\n"
+ ">> +\t\tusbphy0_2: usbphy0@2 {\n"
  ">> +\t\t\t#phy-cells = <1>;\n"
  ">> +\t\t\treg = <2>;\n"
  ">> +\t\t\tstatus = \"okay\";\n"
@@ -83,7 +98,7 @@
  ">> +\n"
  ">> +\t/* This nodes declares all three ports as host */\n"
  ">> +\t\n"
- ">> +\tehci0: usb at 0x18048000 {\n"
+ ">> +\tehci0: usb@0x18048000 {\n"
  ">> +\t\tcompatible = \"generic-ehci\";\n"
  ">> +\t\treg = <0x18048000 0x100>;\n"
  ">> +\t\tinterrupts = <GIC_SPI 72 IRQ_TYPE_LEVEL_HIGH>;\n"
@@ -109,4 +124,4 @@
  "> Kishon\n"
  >
 
-a693d2b4798e61fbd711a50c6d73d7c4198621b4395f6180c90f983a594ba7a6
+aa533233853f2d5813cc7ecf085a4bb57f2ef89969248e7f165ac20fb012174d

diff --git a/a/1.txt b/N2/1.txt
index 16ce882..4e1cb08 100644
--- a/a/1.txt
+++ b/N2/1.txt
@@ -40,7 +40,7 @@ required?
 >> +NOTE: port 0 and port 1 are host only and port 2 can be configured for host or device.
 >> +
 >> +Example of phy :
->> +	usbphy0: usbphy at 0x0301c000 {
+>> +	usbphy0: usbphy@0x0301c000 {
 >> +		compatible = "brcm,cygnus-usb-phy";
 >> +		reg = <0x0301c000 0x2000>,
 >> +		      <0x18115000 0x1000>,
@@ -49,20 +49,20 @@ required?
 >> +
 >> +		#address-cells = <1>;
 >> +		#size-cells = <0>;
->> +		usbphy0_0: usbphy0 at 0 {
+>> +		usbphy0_0: usbphy0@0 {
 >> +			#phy-cells = <1>;
 >> +			reg = <0>;
 >> +			status = "okay";
 >> +			phy-supply = <&vbus_p0>;
 >> +		};
 >> +
->> +		usbphy0_1: usbphy0 at 1 {
+>> +		usbphy0_1: usbphy0@1 {
 >> +			#phy-cells = <1>;
 >> +			reg = <1>;
 >> +			status = "okay";
 >> +		};
 >> +
->> +		usbphy0_2: usbphy0 at 2 {
+>> +		usbphy0_2: usbphy0@2 {
 >> +			#phy-cells = <1>;
 >> +			reg = <2>;
 >> +			status = "okay";
@@ -74,7 +74,7 @@ required?
 >> +
 >> +	/* This nodes declares all three ports as host */
 >> +	
->> +	ehci0: usb at 0x18048000 {
+>> +	ehci0: usb@0x18048000 {
 >> +		compatible = "generic-ehci";
 >> +		reg = <0x18048000 0x100>;
 >> +		interrupts = <GIC_SPI 72 IRQ_TYPE_LEVEL_HIGH>;
diff --git a/a/content_digest b/N2/content_digest
index eb1771b..a9def07 100644
--- a/a/content_digest
+++ b/N2/content_digest
@@ -1,10 +1,25 @@
  "ref\01426886727-537-1-git-send-email-arun.ramamurthy@broadcom.com\0"
  "ref\01426886727-537-3-git-send-email-arun.ramamurthy@broadcom.com\0"
  "ref\0551333DA.6080700@ti.com\0"
- "From\0arun.ramamurthy@broadcom.com (Arun Ramamurthy)\0"
- "Subject\0[PATCH v1 2/3] Phy: DT binding documentation for Broadcom Cygnus USB PHY driver\0"
+ "From\0Arun Ramamurthy <arun.ramamurthy@broadcom.com>\0"
+ "Subject\0Re: [PATCH v1 2/3] Phy: DT binding documentation for Broadcom Cygnus USB PHY driver\0"
  "Date\0Wed, 25 Mar 2015 17:04:57 -0700\0"
- "To\0linux-arm-kernel@lists.infradead.org\0"
+ "To\0Kishon Vijay Abraham I <kishon@ti.com>"
+  Rob Herring <robh+dt@kernel.org>
+  Pawel Moll <pawel.moll@arm.com>
+  Mark Rutland <mark.rutland@arm.com>
+  Ian Campbell <ijc+devicetree@hellion.org.uk>
+  Kumar Gala <galak@codeaurora.org>
+  Arnd Bergmann <arnd@arndb.de>
+ " <devicetree@vger.kernel.org>\0"
+ "Cc\0<linux-arm-kernel@lists.infradead.org>"
+  <bcm-kernel-feedback-list@broadcom.com>
+  <linux-kernel@vger.kernel.org>
+  Dmitry Torokhov <dtor@google.com>
+  Anatol Pomazau <anatol@google.com>
+  Jonathan Richardson <jonathar@broadcom.com>
+  Scott Branden <sbranden@broadcom.com>
+ " Ray Jui <rjui@broadcom.com>\0"
  "\00:1\0"
  "b\0"
  "\n"
@@ -49,7 +64,7 @@
  ">> +NOTE: port 0 and port 1 are host only and port 2 can be configured for host or device.\n"
  ">> +\n"
  ">> +Example of phy :\n"
- ">> +\tusbphy0: usbphy at 0x0301c000 {\n"
+ ">> +\tusbphy0: usbphy@0x0301c000 {\n"
  ">> +\t\tcompatible = \"brcm,cygnus-usb-phy\";\n"
  ">> +\t\treg = <0x0301c000 0x2000>,\n"
  ">> +\t\t      <0x18115000 0x1000>,\n"
@@ -58,20 +73,20 @@
  ">> +\n"
  ">> +\t\t#address-cells = <1>;\n"
  ">> +\t\t#size-cells = <0>;\n"
- ">> +\t\tusbphy0_0: usbphy0 at 0 {\n"
+ ">> +\t\tusbphy0_0: usbphy0@0 {\n"
  ">> +\t\t\t#phy-cells = <1>;\n"
  ">> +\t\t\treg = <0>;\n"
  ">> +\t\t\tstatus = \"okay\";\n"
  ">> +\t\t\tphy-supply = <&vbus_p0>;\n"
  ">> +\t\t};\n"
  ">> +\n"
- ">> +\t\tusbphy0_1: usbphy0 at 1 {\n"
+ ">> +\t\tusbphy0_1: usbphy0@1 {\n"
  ">> +\t\t\t#phy-cells = <1>;\n"
  ">> +\t\t\treg = <1>;\n"
  ">> +\t\t\tstatus = \"okay\";\n"
  ">> +\t\t};\n"
  ">> +\n"
- ">> +\t\tusbphy0_2: usbphy0 at 2 {\n"
+ ">> +\t\tusbphy0_2: usbphy0@2 {\n"
  ">> +\t\t\t#phy-cells = <1>;\n"
  ">> +\t\t\treg = <2>;\n"
  ">> +\t\t\tstatus = \"okay\";\n"
@@ -83,7 +98,7 @@
  ">> +\n"
  ">> +\t/* This nodes declares all three ports as host */\n"
  ">> +\t\n"
- ">> +\tehci0: usb at 0x18048000 {\n"
+ ">> +\tehci0: usb@0x18048000 {\n"
  ">> +\t\tcompatible = \"generic-ehci\";\n"
  ">> +\t\treg = <0x18048000 0x100>;\n"
  ">> +\t\tinterrupts = <GIC_SPI 72 IRQ_TYPE_LEVEL_HIGH>;\n"
@@ -109,4 +124,4 @@
  "> Kishon\n"
  >
 
-a693d2b4798e61fbd711a50c6d73d7c4198621b4395f6180c90f983a594ba7a6
+fed3ccc6139a6f4efda7c70c3c589f0b6e8f27929deac2ebd5ad03baab38f440

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.