All of lore.kernel.org
 help / color / mirror / Atom feed
diff for duplicates of <57DBAB2F.3040905@ti.com>

diff --git a/a/1.txt b/N1/1.txt
index 449f32a..0e56a99 100644
--- a/a/1.txt
+++ b/N1/1.txt
@@ -21,7 +21,7 @@ On Friday 09 September 2016 09:44 PM, Martin Blumenstingl wrote:
 I think the offset information can come from the devicetree too. The phy can be
 modeled something like below.
 
-		usb-phys at c0000000 {
+		usb-phys@c0000000 {
 			compatible = "amlogic,meson-gxbb-usb2-phy";
 			reg = <0x0 0xc0000000 0x0 0x40>;
 			#address-cells = <2>;
@@ -29,7 +29,7 @@ modeled something like below.
 			ranges = <0x0 0x0 0x0 0xc0000000 0x0 0x40>;
 			resets = <&reset 34>;
 
-			usb0_phy: usb_phy at 0 {
+			usb0_phy: usb_phy@0 {
 				#phy-cells = <0>;
 				reg = <0x0 0x0 0x0 0x20>;
 				clocks = <&clkc CLKID_USB &clkc CLKID_USB0>;
@@ -37,7 +37,7 @@ modeled something like below.
 				status = "disabled";
 			};
 
-			usb1_phy: usb_phy at 20 {
+			usb1_phy: usb_phy@20 {
 				#phy-cells = <0>;
 				reg = <0x0 0x20 0x0 0x20>;
 				clocks = <&clkc CLKID_USB &clkc CLKID_USB1>;
diff --git a/a/content_digest b/N1/content_digest
index 360bff0..183c6af 100644
--- a/a/content_digest
+++ b/N1/content_digest
@@ -8,10 +8,27 @@
  "ref\0CAFBinCC4gkMrJtertYevg_hXDLJEZ0PqfKKLL5UKXo8B=SXsPw@mail.gmail.com\0"
  "ref\0m2sht9gkau.fsf@baylibre.com\0"
  "ref\0CAFBinCCDDwydB+RP0CZKoAW5Suxotn224ZFVWvt2OGW3gNJR1g@mail.gmail.com\0"
- "From\0kishon@ti.com (Kishon Vijay Abraham I)\0"
- "Subject\0[PATCH 4/7] phy: meson: add USB2 PHY support for Meson8b and GXBB\0"
+ "From\0Kishon Vijay Abraham I <kishon@ti.com>\0"
+ "Subject\0Re: [PATCH 4/7] phy: meson: add USB2 PHY support for Meson8b and GXBB\0"
  "Date\0Fri, 16 Sep 2016 13:49:59 +0530\0"
- "To\0linus-amlogic@lists.infradead.org\0"
+ "To\0Martin Blumenstingl <martin.blumenstingl@googlemail.com>"
+ " Kevin Hilman <khilman@baylibre.com>\0"
+ "Cc\0Ben Dooks <ben.dooks@codethink.co.uk>"
+  <mark.rutland@arm.com>
+  <devicetree@vger.kernel.org>
+  <gregkh@linuxfoundation.org>
+  <johnyoun@synopsys.com>
+  <will.deacon@arm.com>
+  <mturquette@baylibre.com>
+  <linux-usb@vger.kernel.org>
+  <sboyd@codeaurora.org>
+  <robh+dt@kernel.org>
+  <catalin.marinas@arm.com>
+  <carlo@caione.org>
+  <linux-amlogic@lists.infradead.org>
+  <linux-clk@vger.kernel.org>
+  <linux-arm-kernel@lists.infradead.org>
+ " <jbrunet@baylibre.com>\0"
  "\00:1\0"
  "b\0"
  "Hi,\n"
@@ -37,7 +54,7 @@
  "I think the offset information can come from the devicetree too. The phy can be\n"
  "modeled something like below.\n"
  "\n"
- "\t\tusb-phys at c0000000 {\n"
+ "\t\tusb-phys@c0000000 {\n"
  "\t\t\tcompatible = \"amlogic,meson-gxbb-usb2-phy\";\n"
  "\t\t\treg = <0x0 0xc0000000 0x0 0x40>;\n"
  "\t\t\t#address-cells = <2>;\n"
@@ -45,7 +62,7 @@
  "\t\t\tranges = <0x0 0x0 0x0 0xc0000000 0x0 0x40>;\n"
  "\t\t\tresets = <&reset 34>;\n"
  "\n"
- "\t\t\tusb0_phy: usb_phy at 0 {\n"
+ "\t\t\tusb0_phy: usb_phy@0 {\n"
  "\t\t\t\t#phy-cells = <0>;\n"
  "\t\t\t\treg = <0x0 0x0 0x0 0x20>;\n"
  "\t\t\t\tclocks = <&clkc CLKID_USB &clkc CLKID_USB0>;\n"
@@ -53,7 +70,7 @@
  "\t\t\t\tstatus = \"disabled\";\n"
  "\t\t\t};\n"
  "\n"
- "\t\t\tusb1_phy: usb_phy at 20 {\n"
+ "\t\t\tusb1_phy: usb_phy@20 {\n"
  "\t\t\t\t#phy-cells = <0>;\n"
  "\t\t\t\treg = <0x0 0x20 0x0 0x20>;\n"
  "\t\t\t\tclocks = <&clkc CLKID_USB &clkc CLKID_USB1>;\n"
@@ -69,4 +86,4 @@
  "Thanks\n"
  Kishon
 
-7685847ba95b02c0cfd58a432b1c2a97430639ca512a1a34b6b0cfa88492c22e
+d1ff31251cb9a780a7280197f317c3803eec7eda01914f46050add44a7cdb8d4

diff --git a/a/content_digest b/N2/content_digest
index 360bff0..783c1e5 100644
--- a/a/content_digest
+++ b/N2/content_digest
@@ -11,7 +11,7 @@
  "From\0kishon@ti.com (Kishon Vijay Abraham I)\0"
  "Subject\0[PATCH 4/7] phy: meson: add USB2 PHY support for Meson8b and GXBB\0"
  "Date\0Fri, 16 Sep 2016 13:49:59 +0530\0"
- "To\0linus-amlogic@lists.infradead.org\0"
+ "To\0linux-arm-kernel@lists.infradead.org\0"
  "\00:1\0"
  "b\0"
  "Hi,\n"
@@ -69,4 +69,4 @@
  "Thanks\n"
  Kishon
 
-7685847ba95b02c0cfd58a432b1c2a97430639ca512a1a34b6b0cfa88492c22e
+62a776d65314ad0c363b3dd2149af19da7fb75a3bd6217fdae6cc51373229acd

diff --git a/a/1.txt b/N3/1.txt
index 449f32a..0e56a99 100644
--- a/a/1.txt
+++ b/N3/1.txt
@@ -21,7 +21,7 @@ On Friday 09 September 2016 09:44 PM, Martin Blumenstingl wrote:
 I think the offset information can come from the devicetree too. The phy can be
 modeled something like below.
 
-		usb-phys at c0000000 {
+		usb-phys@c0000000 {
 			compatible = "amlogic,meson-gxbb-usb2-phy";
 			reg = <0x0 0xc0000000 0x0 0x40>;
 			#address-cells = <2>;
@@ -29,7 +29,7 @@ modeled something like below.
 			ranges = <0x0 0x0 0x0 0xc0000000 0x0 0x40>;
 			resets = <&reset 34>;
 
-			usb0_phy: usb_phy at 0 {
+			usb0_phy: usb_phy@0 {
 				#phy-cells = <0>;
 				reg = <0x0 0x0 0x0 0x20>;
 				clocks = <&clkc CLKID_USB &clkc CLKID_USB0>;
@@ -37,7 +37,7 @@ modeled something like below.
 				status = "disabled";
 			};
 
-			usb1_phy: usb_phy at 20 {
+			usb1_phy: usb_phy@20 {
 				#phy-cells = <0>;
 				reg = <0x0 0x20 0x0 0x20>;
 				clocks = <&clkc CLKID_USB &clkc CLKID_USB1>;
diff --git a/a/content_digest b/N3/content_digest
index 360bff0..79d7150 100644
--- a/a/content_digest
+++ b/N3/content_digest
@@ -8,10 +8,27 @@
  "ref\0CAFBinCC4gkMrJtertYevg_hXDLJEZ0PqfKKLL5UKXo8B=SXsPw@mail.gmail.com\0"
  "ref\0m2sht9gkau.fsf@baylibre.com\0"
  "ref\0CAFBinCCDDwydB+RP0CZKoAW5Suxotn224ZFVWvt2OGW3gNJR1g@mail.gmail.com\0"
- "From\0kishon@ti.com (Kishon Vijay Abraham I)\0"
- "Subject\0[PATCH 4/7] phy: meson: add USB2 PHY support for Meson8b and GXBB\0"
+ "From\0Kishon Vijay Abraham I <kishon@ti.com>\0"
+ "Subject\0Re: [PATCH 4/7] phy: meson: add USB2 PHY support for Meson8b and GXBB\0"
  "Date\0Fri, 16 Sep 2016 13:49:59 +0530\0"
- "To\0linus-amlogic@lists.infradead.org\0"
+ "To\0Martin Blumenstingl <martin.blumenstingl@googlemail.com>"
+ " Kevin Hilman <khilman@baylibre.com>\0"
+ "Cc\0Ben Dooks <ben.dooks@codethink.co.uk>"
+  mark.rutland@arm.com
+  devicetree@vger.kernel.org
+  gregkh@linuxfoundation.org
+  johnyoun@synopsys.com
+  will.deacon@arm.com
+  mturquette@baylibre.com
+  linux-usb@vger.kernel.org
+  sboyd@codeaurora.org
+  robh+dt@kernel.org
+  catalin.marinas@arm.com
+  carlo@caione.org
+  linux-amlogic@lists.infradead.org
+  linux-clk@vger.kernel.org
+  linux-arm-kernel@lists.infradead.org
+ " jbrunet@baylibre.com\0"
  "\00:1\0"
  "b\0"
  "Hi,\n"
@@ -37,7 +54,7 @@
  "I think the offset information can come from the devicetree too. The phy can be\n"
  "modeled something like below.\n"
  "\n"
- "\t\tusb-phys at c0000000 {\n"
+ "\t\tusb-phys@c0000000 {\n"
  "\t\t\tcompatible = \"amlogic,meson-gxbb-usb2-phy\";\n"
  "\t\t\treg = <0x0 0xc0000000 0x0 0x40>;\n"
  "\t\t\t#address-cells = <2>;\n"
@@ -45,7 +62,7 @@
  "\t\t\tranges = <0x0 0x0 0x0 0xc0000000 0x0 0x40>;\n"
  "\t\t\tresets = <&reset 34>;\n"
  "\n"
- "\t\t\tusb0_phy: usb_phy at 0 {\n"
+ "\t\t\tusb0_phy: usb_phy@0 {\n"
  "\t\t\t\t#phy-cells = <0>;\n"
  "\t\t\t\treg = <0x0 0x0 0x0 0x20>;\n"
  "\t\t\t\tclocks = <&clkc CLKID_USB &clkc CLKID_USB0>;\n"
@@ -53,7 +70,7 @@
  "\t\t\t\tstatus = \"disabled\";\n"
  "\t\t\t};\n"
  "\n"
- "\t\t\tusb1_phy: usb_phy at 20 {\n"
+ "\t\t\tusb1_phy: usb_phy@20 {\n"
  "\t\t\t\t#phy-cells = <0>;\n"
  "\t\t\t\treg = <0x0 0x20 0x0 0x20>;\n"
  "\t\t\t\tclocks = <&clkc CLKID_USB &clkc CLKID_USB1>;\n"
@@ -69,4 +86,4 @@
  "Thanks\n"
  Kishon
 
-7685847ba95b02c0cfd58a432b1c2a97430639ca512a1a34b6b0cfa88492c22e
+ece7e1a495a3ebcc61a3c91c05e52165f82ca741398a7d4c78c33606a93d12ca

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.