All of lore.kernel.org
 help / color / mirror / Atom feed
diff for duplicates of <20150326230217.GA18887@dtor-ws>

diff --git a/a/1.txt b/N1/1.txt
index 3c69e72..203732e 100644
--- a/a/1.txt
+++ b/N1/1.txt
@@ -50,7 +50,7 @@ device mode?
 > >>+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>,
@@ -59,20 +59,20 @@ device mode?
 > >>+
 > >>+		#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";
@@ -84,7 +84,7 @@ device mode?
 > >>+
 > >>+	/* 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 e3056e7..117e82e 100644
--- a/a/content_digest
+++ b/N1/content_digest
@@ -2,10 +2,25 @@
  "ref\01426886727-537-3-git-send-email-arun.ramamurthy@broadcom.com\0"
  "ref\0551333DA.6080700@ti.com\0"
  "ref\055134D29.80708@broadcom.com\0"
- "From\0dtor@google.com (Dmitry Torokhov)\0"
- "Subject\0[PATCH v1 2/3] Phy: DT binding documentation for Broadcom Cygnus USB PHY driver\0"
+ "From\0Dmitry Torokhov <dtor@google.com>\0"
+ "Subject\0Re: [PATCH v1 2/3] Phy: DT binding documentation for Broadcom Cygnus USB PHY driver\0"
  "Date\0Thu, 26 Mar 2015 16:02:17 -0700\0"
- "To\0linux-arm-kernel@lists.infradead.org\0"
+ "To\0Arun Ramamurthy <arun.ramamurthy@broadcom.com>\0"
+ "Cc\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
+  linux-arm-kernel@lists.infradead.org
+  bcm-kernel-feedback-list@broadcom.com
+  linux-kernel@vger.kernel.org
+  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 Arun,\n"
@@ -60,7 +75,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"
@@ -69,20 +84,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"
@@ -94,7 +109,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"
@@ -118,4 +133,4 @@
  "-- \n"
  Dmitry
 
-8db6608849bcd5eec62007a601554e1a0f5a5ef16491fbb063d8820ffc1c42e0
+06394af16acacd1ef2e0bc3c9535ddc13b61b010d5f368ae186fc53091731246

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.