All of lore.kernel.org
 help / color / mirror / Atom feed
diff for duplicates of <551E9E90.3080406@ti.com>

diff --git a/a/1.txt b/N1/1.txt
index 1dbe7cf..a5b8bac 100644
--- a/a/1.txt
+++ b/N1/1.txt
@@ -36,7 +36,7 @@ Try to define standard constants in include/dt-bindings/phy/phy.h
 > +device.
 > +
 > +Example of phy :
-> +	usbphy0: usbphy at 0x0301c000 {
+> +	usbphy0: usbphy@0x0301c000 {
 > +		compatible = "brcm,cygnus-usb-phy";
 > +		reg = <0x0301c000 0x2000>,
 > +		      <0x18115000 0x1000>,
@@ -45,20 +45,20 @@ Try to define standard constants in include/dt-bindings/phy/phy.h
 > +
 > +		#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";
@@ -70,7 +70,7 @@ Try to define standard constants in include/dt-bindings/phy/phy.h
 > +
 > +	/* 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 c35bdd3..13c30bb 100644
--- a/a/content_digest
+++ b/N1/content_digest
@@ -1,9 +1,24 @@
  "ref\01427921457-18235-1-git-send-email-arun.ramamurthy@broadcom.com\0"
  "ref\01427921457-18235-3-git-send-email-arun.ramamurthy@broadcom.com\0"
- "From\0kishon@ti.com (Kishon Vijay Abraham I)\0"
- "Subject\0[PATCH v2 2/3] Phy: DT binding documentation for Broadcom Cygnus USB PHY driver\0"
+ "From\0Kishon Vijay Abraham I <kishon@ti.com>\0"
+ "Subject\0Re: [PATCH v2 2/3] Phy: DT binding documentation for Broadcom Cygnus USB PHY driver\0"
  "Date\0Fri, 3 Apr 2015 19:37:12 +0530\0"
- "To\0linux-arm-kernel@lists.infradead.org\0"
+ "To\0Arun Ramamurthy <arun.ramamurthy@broadcom.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"
  "Hi,\n"
@@ -44,7 +59,7 @@
  "> +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"
@@ -53,20 +68,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"
@@ -78,7 +93,7 @@
  "> +\n"
  "> +\t/* This nodes declares all three ports as host */\n"
  "> +\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"
@@ -89,4 +104,4 @@
  "Regards\n"
  Kishon
 
-6a64bf77a28ef09bfb045257933a458930ed754429f4715e9460e0687800c993
+8acc5518ccb7271e7ff2f0f6e8dc54f75c60d22953d78a5d0878017f0e287c5f

diff --git a/a/1.txt b/N2/1.txt
index 1dbe7cf..a5b8bac 100644
--- a/a/1.txt
+++ b/N2/1.txt
@@ -36,7 +36,7 @@ Try to define standard constants in include/dt-bindings/phy/phy.h
 > +device.
 > +
 > +Example of phy :
-> +	usbphy0: usbphy at 0x0301c000 {
+> +	usbphy0: usbphy@0x0301c000 {
 > +		compatible = "brcm,cygnus-usb-phy";
 > +		reg = <0x0301c000 0x2000>,
 > +		      <0x18115000 0x1000>,
@@ -45,20 +45,20 @@ Try to define standard constants in include/dt-bindings/phy/phy.h
 > +
 > +		#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";
@@ -70,7 +70,7 @@ Try to define standard constants in include/dt-bindings/phy/phy.h
 > +
 > +	/* 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 c35bdd3..402c3f9 100644
--- a/a/content_digest
+++ b/N2/content_digest
@@ -1,9 +1,24 @@
  "ref\01427921457-18235-1-git-send-email-arun.ramamurthy@broadcom.com\0"
  "ref\01427921457-18235-3-git-send-email-arun.ramamurthy@broadcom.com\0"
- "From\0kishon@ti.com (Kishon Vijay Abraham I)\0"
- "Subject\0[PATCH v2 2/3] Phy: DT binding documentation for Broadcom Cygnus USB PHY driver\0"
+ "From\0Kishon Vijay Abraham I <kishon@ti.com>\0"
+ "Subject\0Re: [PATCH v2 2/3] Phy: DT binding documentation for Broadcom Cygnus USB PHY driver\0"
  "Date\0Fri, 3 Apr 2015 19:37:12 +0530\0"
- "To\0linux-arm-kernel@lists.infradead.org\0"
+ "To\0Arun Ramamurthy <arun.ramamurthy@broadcom.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"
  "Hi,\n"
@@ -44,7 +59,7 @@
  "> +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"
@@ -53,20 +68,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"
@@ -78,7 +93,7 @@
  "> +\n"
  "> +\t/* This nodes declares all three ports as host */\n"
  "> +\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"
@@ -89,4 +104,4 @@
  "Regards\n"
  Kishon
 
-6a64bf77a28ef09bfb045257933a458930ed754429f4715e9460e0687800c993
+043a7fa26d17677107a51abae97fde0b047a24da51dbbb1caa3b81de42c96f72

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.