All of lore.kernel.org
 help / color / mirror / Atom feed
diff for duplicates of <147384330268.13546.17843140335600627152@sboyd-linaro>

diff --git a/a/1.txt b/N1/1.txt
index a5b6b12..1da3337 100644
--- a/a/1.txt
+++ b/N1/1.txt
@@ -35,7 +35,7 @@ Maybe I'm over thinking things though and we could just have a DT
 property for that.
 
 	soc {
-		usb@78d9000 {
+		usb at 78d9000 {
 			extcon = <&usb_id>, <&usb_id>;
 			usb-controller; // needed?
 
@@ -43,12 +43,12 @@ property for that.
 				#address-cells = <1>;
 				#size-cells = <0>;
 
-				port@0 {
+				port at 0 {
 					#address-cells = <1>;
 					#size-cells = <0>;
 					reg = <0>;
 
-					usb_output: endpoint@0 { // USB D+/D-
+					usb_output: endpoint at 0 { // USB D+/D-
 						reg = <0>;
 						remote-endpoint = <&usb_switch_input>;
 					};
@@ -67,27 +67,27 @@ property for that.
 			#address-cells = <1>;
 			#size-cells = <0>;
 
-			port@0 {
+			port at 0 {
 				#address-cells = <1>;
 				#size-cells = <0>;
 				reg = <0>;
 
-				usb_hub_input: endpoint@0 { // USB{DP,DM}_UP
+				usb_hub_input: endpoint at 0 { // USB{DP,DM}_UP
 					reg = <0>;
 					remote-endpoint = <&usb_switch_hub_ep>;
 				};
 
-				usb_hub_output1: endpoint@1 { // USB{DP,DM}_DN1
+				usb_hub_output1: endpoint at 1 { // USB{DP,DM}_DN1
 					reg = <1>;
 					remote-endpoint = <&usb_a2_connector>;
 				};
 
-				usb_hub_output2: endpoint@2 { // USB{DP,DM}_DN2
+				usb_hub_output2: endpoint at 2 { // USB{DP,DM}_DN2
 					reg = <2>;
 					remote-endpoint = <&usb_a1_connector>;
 				};
 
-				usb_hub_output3: endpoint@3 { // USB{DP,DM}_DN3
+				usb_hub_output3: endpoint at 3 { // USB{DP,DM}_DN3
 					reg = <3>;
 					// goes to expansion connector
 				};
@@ -113,22 +113,22 @@ property for that.
 			#address-cells = <1>;
 			#size-cells = <0>;
 
-			port@0 {
+			port at 0 {
 				#address-cells = <1>;
 				#size-cells = <0>;
 				reg = <0>;
 
-				usb_switch_input: endpoint@0 { // D+/D-
+				usb_switch_input: endpoint at 0 { // D+/D-
 					reg = <0>;
 					remote-endpoint = <&usb_output>;
 				};
 
-				usb_switch_device_ep: endpoint@1 { // D1+/D1-
+				usb_switch_device_ep: endpoint at 1 { // D1+/D1-
 					reg = <1>;
 					remote-endpoint = <&usb_ub_connector>;
 				};
 
-				usb_switch_hub_ep: endpoint@2 { // D2+/D2-
+				usb_switch_hub_ep: endpoint at 2 { // D2+/D2-
 					reg = <2>;
 					remote-endpoint = <&usb_hub_input>;
 				};
@@ -141,11 +141,11 @@ property for that.
 		#address-cells = <1>;
 		#size-cells = <0>;
 		usb-connector;
-		port@0 {
+		port at 0 {
 			#address-cells = <1>;
 			#size-cells = <0>;
 			reg = <0>;
-			usb_ub_connector: endpoint@0 {
+			usb_ub_connector: endpoint at 0 {
 				reg = <0>;
 				remote-endpoint = <&usb_switch_device_ep>;
 			};
@@ -157,11 +157,11 @@ property for that.
 		#address-cells = <1>;
 		#size-cells = <0>;
 		usb-connector;
-		port@0 {
+		port at 0 {
 			#address-cells = <1>;
 			#size-cells = <0>;
 			reg = <0>;
-			usb_a1_connector: endpoint@0 {
+			usb_a1_connector: endpoint at 0 {
 				reg = <0>;
 				remote-endpoint = <&usb_hub_output2>;
 			};
@@ -173,11 +173,11 @@ property for that.
 		#address-cells = <1>;
 		#size-cells = <0>;
 		usb-connector;
-		port@0 {
+		port at 0 {
 			#address-cells = <1>;
 			#size-cells = <0>;
 			reg = <0>;
-			usb_a2_connector: endpoint@0 {
+			usb_a2_connector: endpoint at 0 {
 				reg = <0>;
 				remote-endpoint = <&usb_hub_output1>;
 			};
diff --git a/a/content_digest b/N1/content_digest
index 220fd36..588bf87 100644
--- a/a/content_digest
+++ b/N1/content_digest
@@ -2,27 +2,16 @@
   "ref\00020160914014246.31847-1-stephen.boyd\@linaro.org\0"
 ]
 [
-  "From\0Stephen Boyd <stephen.boyd\@linaro.org>\0"
+  "From\0stephen.boyd\@linaro.org (Stephen Boyd)\0"
 ]
 [
-  "Subject\0Re: [RFC/PATCH] usb: misc: Add a driver for TC7USB40MU\0"
+  "Subject\0[RFC/PATCH] usb: misc: Add a driver for TC7USB40MU\0"
 ]
 [
   "Date\0Wed, 14 Sep 2016 01:55:02 -0700\0"
 ]
 [
-  "To\0Greg Kroah-Hartman <gregkh\@linuxfoundation.org>\0"
-]
-[
-  "Cc\0linux-arm-kernel\@lists.infradead.org",
-  " linux-arm-msm\@vger.kernel.org",
-  " linux-kernel\@vger.kernel.org",
-  " linux-usb\@vger.kernel.org",
-  " robh+dt\@kernel.org",
-  " MyungJoo Ham <myungjoo.ham\@samsung.com>",
-  " Chanwoo Choi <cw00.choi\@samsung.com>",
-  " devicetree\@vger.kernel.org",
-  " Peter Chen <peter.chen\@nxp.com>\0"
+  "To\0linux-arm-kernel\@lists.infradead.org\0"
 ]
 [
   "\0000:1\0"
@@ -68,7 +57,7 @@
   "property for that.\n",
   "\n",
   "\tsoc {\n",
-  "\t\tusb\@78d9000 {\n",
+  "\t\tusb at 78d9000 {\n",
   "\t\t\textcon = <&usb_id>, <&usb_id>;\n",
   "\t\t\tusb-controller; // needed?\n",
   "\n",
@@ -76,12 +65,12 @@
   "\t\t\t\t#address-cells = <1>;\n",
   "\t\t\t\t#size-cells = <0>;\n",
   "\n",
-  "\t\t\t\tport\@0 {\n",
+  "\t\t\t\tport at 0 {\n",
   "\t\t\t\t\t#address-cells = <1>;\n",
   "\t\t\t\t\t#size-cells = <0>;\n",
   "\t\t\t\t\treg = <0>;\n",
   "\n",
-  "\t\t\t\t\tusb_output: endpoint\@0 { // USB D+/D-\n",
+  "\t\t\t\t\tusb_output: endpoint at 0 { // USB D+/D-\n",
   "\t\t\t\t\t\treg = <0>;\n",
   "\t\t\t\t\t\tremote-endpoint = <&usb_switch_input>;\n",
   "\t\t\t\t\t};\n",
@@ -100,27 +89,27 @@
   "\t\t\t#address-cells = <1>;\n",
   "\t\t\t#size-cells = <0>;\n",
   "\n",
-  "\t\t\tport\@0 {\n",
+  "\t\t\tport at 0 {\n",
   "\t\t\t\t#address-cells = <1>;\n",
   "\t\t\t\t#size-cells = <0>;\n",
   "\t\t\t\treg = <0>;\n",
   "\n",
-  "\t\t\t\tusb_hub_input: endpoint\@0 { // USB{DP,DM}_UP\n",
+  "\t\t\t\tusb_hub_input: endpoint at 0 { // USB{DP,DM}_UP\n",
   "\t\t\t\t\treg = <0>;\n",
   "\t\t\t\t\tremote-endpoint = <&usb_switch_hub_ep>;\n",
   "\t\t\t\t};\n",
   "\n",
-  "\t\t\t\tusb_hub_output1: endpoint\@1 { // USB{DP,DM}_DN1\n",
+  "\t\t\t\tusb_hub_output1: endpoint at 1 { // USB{DP,DM}_DN1\n",
   "\t\t\t\t\treg = <1>;\n",
   "\t\t\t\t\tremote-endpoint = <&usb_a2_connector>;\n",
   "\t\t\t\t};\n",
   "\n",
-  "\t\t\t\tusb_hub_output2: endpoint\@2 { // USB{DP,DM}_DN2\n",
+  "\t\t\t\tusb_hub_output2: endpoint at 2 { // USB{DP,DM}_DN2\n",
   "\t\t\t\t\treg = <2>;\n",
   "\t\t\t\t\tremote-endpoint = <&usb_a1_connector>;\n",
   "\t\t\t\t};\n",
   "\n",
-  "\t\t\t\tusb_hub_output3: endpoint\@3 { // USB{DP,DM}_DN3\n",
+  "\t\t\t\tusb_hub_output3: endpoint at 3 { // USB{DP,DM}_DN3\n",
   "\t\t\t\t\treg = <3>;\n",
   "\t\t\t\t\t// goes to expansion connector\n",
   "\t\t\t\t};\n",
@@ -146,22 +135,22 @@
   "\t\t\t#address-cells = <1>;\n",
   "\t\t\t#size-cells = <0>;\n",
   "\n",
-  "\t\t\tport\@0 {\n",
+  "\t\t\tport at 0 {\n",
   "\t\t\t\t#address-cells = <1>;\n",
   "\t\t\t\t#size-cells = <0>;\n",
   "\t\t\t\treg = <0>;\n",
   "\n",
-  "\t\t\t\tusb_switch_input: endpoint\@0 { // D+/D-\n",
+  "\t\t\t\tusb_switch_input: endpoint at 0 { // D+/D-\n",
   "\t\t\t\t\treg = <0>;\n",
   "\t\t\t\t\tremote-endpoint = <&usb_output>;\n",
   "\t\t\t\t};\n",
   "\n",
-  "\t\t\t\tusb_switch_device_ep: endpoint\@1 { // D1+/D1-\n",
+  "\t\t\t\tusb_switch_device_ep: endpoint at 1 { // D1+/D1-\n",
   "\t\t\t\t\treg = <1>;\n",
   "\t\t\t\t\tremote-endpoint = <&usb_ub_connector>;\n",
   "\t\t\t\t};\n",
   "\n",
-  "\t\t\t\tusb_switch_hub_ep: endpoint\@2 { // D2+/D2-\n",
+  "\t\t\t\tusb_switch_hub_ep: endpoint at 2 { // D2+/D2-\n",
   "\t\t\t\t\treg = <2>;\n",
   "\t\t\t\t\tremote-endpoint = <&usb_hub_input>;\n",
   "\t\t\t\t};\n",
@@ -174,11 +163,11 @@
   "\t\t#address-cells = <1>;\n",
   "\t\t#size-cells = <0>;\n",
   "\t\tusb-connector;\n",
-  "\t\tport\@0 {\n",
+  "\t\tport at 0 {\n",
   "\t\t\t#address-cells = <1>;\n",
   "\t\t\t#size-cells = <0>;\n",
   "\t\t\treg = <0>;\n",
-  "\t\t\tusb_ub_connector: endpoint\@0 {\n",
+  "\t\t\tusb_ub_connector: endpoint at 0 {\n",
   "\t\t\t\treg = <0>;\n",
   "\t\t\t\tremote-endpoint = <&usb_switch_device_ep>;\n",
   "\t\t\t};\n",
@@ -190,11 +179,11 @@
   "\t\t#address-cells = <1>;\n",
   "\t\t#size-cells = <0>;\n",
   "\t\tusb-connector;\n",
-  "\t\tport\@0 {\n",
+  "\t\tport at 0 {\n",
   "\t\t\t#address-cells = <1>;\n",
   "\t\t\t#size-cells = <0>;\n",
   "\t\t\treg = <0>;\n",
-  "\t\t\tusb_a1_connector: endpoint\@0 {\n",
+  "\t\t\tusb_a1_connector: endpoint at 0 {\n",
   "\t\t\t\treg = <0>;\n",
   "\t\t\t\tremote-endpoint = <&usb_hub_output2>;\n",
   "\t\t\t};\n",
@@ -206,11 +195,11 @@
   "\t\t#address-cells = <1>;\n",
   "\t\t#size-cells = <0>;\n",
   "\t\tusb-connector;\n",
-  "\t\tport\@0 {\n",
+  "\t\tport at 0 {\n",
   "\t\t\t#address-cells = <1>;\n",
   "\t\t\t#size-cells = <0>;\n",
   "\t\t\treg = <0>;\n",
-  "\t\t\tusb_a2_connector: endpoint\@0 {\n",
+  "\t\t\tusb_a2_connector: endpoint at 0 {\n",
   "\t\t\t\treg = <0>;\n",
   "\t\t\t\tremote-endpoint = <&usb_hub_output1>;\n",
   "\t\t\t};\n",
@@ -219,4 +208,4 @@
   "};"
 ]
 
-92726cf363a12e087ca566a4eb195b7c1a532b66dc38ecc2b2aae62b847b8e24
+cca9d1dbaafd626fe6ad9cac8229868bd00a8b789b45cd3dc06e4730bd3c703d

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.