All of lore.kernel.org
 help / color / mirror / Atom feed
diff for duplicates of <20160121031524.GA29893@shlinux2>

diff --git a/a/1.txt b/N1/1.txt
index 92c7173..c1e8b2f 100644
--- a/a/1.txt
+++ b/N1/1.txt
@@ -17,28 +17,28 @@ On Wed, Jan 20, 2016 at 03:19:36PM +0100, Arnd Bergmann wrote:
 > > > > me if anything wrong.
 > > > > 
 > > > > &usb1 {
-> > > >         roothub_1: nxp at 1 {
+> > > >         roothub_1: nxp@1 {
 > > > >                 compatible = "usb15a2,007d";
 > > > >                 reg = <0x01>;
 > > > > 
-> > > >                 hub: genesys at 1 {
+> > > >                 hub: genesys@1 {
 > > > >                         compatible = "usb05e3,0608";
 > > > >                         reg = <0x01>;
 > > > >                 };
 > > > >         };
 > > > > 
-> > > >         roothub_2: nxp at 2 {
+> > > >         roothub_2: nxp@2 {
 > > > >                 compatible = "usb15a2,007d";
 > > > >                 reg = <0x02>;
 > > > >         };
 > > > > 
 > > > >         ...
 > > > > 
-> > > >         roothub_7: nxp at 7 {
+> > > >         roothub_7: nxp@7 {
 > > > >                 compatible = "usb15a2,007d";
 > > > >                 reg = <0x07>;
 > > > > 
-> > > >                 hub: genesys at 1 {
+> > > >                 hub: genesys@1 {
 > > > >                         compatible = "usb05e3,0608";
 > > > >                         reg = <0x01>;
 > > > >                 };
@@ -46,7 +46,7 @@ On Wed, Jan 20, 2016 at 03:19:36PM +0100, Arnd Bergmann wrote:
 > > > > 
 > > > >         ...
 > > > > 
-> > > >         roothub_9: nxp at 9 {
+> > > >         roothub_9: nxp@9 {
 > > > >                 compatible = "usb15a2,007d";
 > > > >                 reg = <0x09>;
 > > > >         };
@@ -77,28 +77,28 @@ On Wed, Jan 20, 2016 at 03:19:36PM +0100, Arnd Bergmann wrote:
 > > 2. dts node:
 > > 
 > > &usb1 {
-> >         port_1: nxp at 1 {
+> >         port_1: nxp@1 {
 > >                 compatible = "usb15a2,007d";
 > >                 reg = <0x01>;
 > > 
-> >                 hub: genesys at 1 {
+> >                 hub: genesys@1 {
 > >                         compatible = "usb05e3,0608";
 > >                         reg = <0x01>;
 > >                 };
 > >         };
 > > 
-> >         port_2: nxp at 2 {
+> >         port_2: nxp@2 {
 > >                 compatible = "usb15a2,007d";
 > >                 reg = <0x02>;
 > >         };
 > > 
 > >         ...
 > > 
-> >         port_7: nxp at 7 {
+> >         port_7: nxp@7 {
 > >                 compatible = "usb15a2,007d";
 > >                 reg = <0x07>;
 > > 
-> >                 hub: genesys at 1 {
+> >                 hub: genesys@1 {
 > >                         compatible = "usb05e3,0608";
 > >                         reg = <0x01>;
 > >                 };
@@ -106,7 +106,7 @@ On Wed, Jan 20, 2016 at 03:19:36PM +0100, Arnd Bergmann wrote:
 > > 
 > >         ...
 > > 
-> >         port_9: nxp at 9 {
+> >         port_9: nxp@9 {
 > >                 compatible = "usb15a2,007d";
 > >                 reg = <0x09>;
 > >         };
@@ -136,21 +136,21 @@ For the single port controller platform, the dts will be like below, port_1 is
 under the HS root hub, port_2 is under the SS root hub.
 
 &usb1 {
-        port_1: nxp at 1 {
+        port_1: nxp@1 {
                 compatible = "usb15a2,007d";
                 reg = <0x01>;
 
-                hub: genesys at 1 {
+                hub: genesys@1 {
                         compatible = "usb05e3,0608";
                         reg = <0x01>;
                 };
         };
 
-        port_2: nxp at 2 {
+        port_2: nxp@2 {
                 compatible = "usb15a2,007d";
                 reg = <0x02>;
 
-                hub: genesys at 1 {
+                hub: genesys@1 {
                         compatible = "usb05e3,0608";
                         reg = <0x01>;
                 };
@@ -162,3 +162,7 @@ under the HS root hub, port_2 is under the SS root hub.
 
 Best Regards,
 Peter Chen
+--
+To unsubscribe from this list: send the line "unsubscribe linux-usb" in
+the body of a message to majordomo-u79uwXL29TY76Z2rM5mHXA@public.gmane.org
+More majordomo info at  http://vger.kernel.org/majordomo-info.html
diff --git a/a/content_digest b/N1/content_digest
index 6b8f5f9..ae62cb6 100644
--- a/a/content_digest
+++ b/N1/content_digest
@@ -2,10 +2,24 @@
  "ref\02538302.jXP5WXojXY@wuerfel\0"
  "ref\020160120125026.GA16519@shlinux2\0"
  "ref\05639398.uJHXq6DsMC@wuerfel\0"
- "From\0hzpeterchen@gmail.com (Peter Chen)\0"
- "Subject\0[PATCH v3 1/1] USB: core: let USB device know device node\0"
+ "From\0Peter Chen <hzpeterchen-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org>\0"
+ "Subject\0Re: [PATCH v3 1/1] USB: core: let USB device know device node\0"
  "Date\0Thu, 21 Jan 2016 11:15:24 +0800\0"
- "To\0linux-arm-kernel@lists.infradead.org\0"
+ "To\0Arnd Bergmann <arnd-r2nGTMty4D4@public.gmane.org>\0"
+ "Cc\0linux-arm-kernel-IAPFreCvJWM7uuMidbF8XUB+6BGkLq7r@public.gmane.org"
+  mark.rutland-5wv7dgnIgG8@public.gmane.org
+  devicetree-u79uwXL29TY76Z2rM5mHXA@public.gmane.org
+  stillcompiling-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org
+  pawel.moll-5wv7dgnIgG8@public.gmane.org
+  valentin.longchamp-SkAbAL50j+5BDgjK7y7TUQ@public.gmane.org
+  gregkh-hQyY1W1yCW8ekmWlsbkhG0B+6BGkLq7r@public.gmane.org
+  s.hauer-bIcnvbaLZ9MEGnE8C9+IrQ@public.gmane.org
+  linux-usb-u79uwXL29TY76Z2rM5mHXA@public.gmane.org
+  balbi-l0cyMroinI0@public.gmane.org
+  robh+dt-DgEjT+Ai2ygdnm+yROfE0A@public.gmane.org
+  Alan Stern <stern-nwvwT67g6+6dFdvTe/nMLpVzexx5G7lz@public.gmane.org>
+  Peter Chen <peter.chen-KZfg59tc24xl57MIdRCFDg@public.gmane.org>
+ " kernel-bIcnvbaLZ9MEGnE8C9+IrQ@public.gmane.org\0"
  "\00:1\0"
  "b\0"
  "On Wed, Jan 20, 2016 at 03:19:36PM +0100, Arnd Bergmann wrote:\n"
@@ -27,28 +41,28 @@
  "> > > > me if anything wrong.\n"
  "> > > > \n"
  "> > > > &usb1 {\n"
- "> > > >         roothub_1: nxp at 1 {\n"
+ "> > > >         roothub_1: nxp@1 {\n"
  "> > > >                 compatible = \"usb15a2,007d\";\n"
  "> > > >                 reg = <0x01>;\n"
  "> > > > \n"
- "> > > >                 hub: genesys at 1 {\n"
+ "> > > >                 hub: genesys@1 {\n"
  "> > > >                         compatible = \"usb05e3,0608\";\n"
  "> > > >                         reg = <0x01>;\n"
  "> > > >                 };\n"
  "> > > >         };\n"
  "> > > > \n"
- "> > > >         roothub_2: nxp at 2 {\n"
+ "> > > >         roothub_2: nxp@2 {\n"
  "> > > >                 compatible = \"usb15a2,007d\";\n"
  "> > > >                 reg = <0x02>;\n"
  "> > > >         };\n"
  "> > > > \n"
  "> > > >         ...\n"
  "> > > > \n"
- "> > > >         roothub_7: nxp at 7 {\n"
+ "> > > >         roothub_7: nxp@7 {\n"
  "> > > >                 compatible = \"usb15a2,007d\";\n"
  "> > > >                 reg = <0x07>;\n"
  "> > > > \n"
- "> > > >                 hub: genesys at 1 {\n"
+ "> > > >                 hub: genesys@1 {\n"
  "> > > >                         compatible = \"usb05e3,0608\";\n"
  "> > > >                         reg = <0x01>;\n"
  "> > > >                 };\n"
@@ -56,7 +70,7 @@
  "> > > > \n"
  "> > > >         ...\n"
  "> > > > \n"
- "> > > >         roothub_9: nxp at 9 {\n"
+ "> > > >         roothub_9: nxp@9 {\n"
  "> > > >                 compatible = \"usb15a2,007d\";\n"
  "> > > >                 reg = <0x09>;\n"
  "> > > >         };\n"
@@ -87,28 +101,28 @@
  "> > 2. dts node:\n"
  "> > \n"
  "> > &usb1 {\n"
- "> >         port_1: nxp at 1 {\n"
+ "> >         port_1: nxp@1 {\n"
  "> >                 compatible = \"usb15a2,007d\";\n"
  "> >                 reg = <0x01>;\n"
  "> > \n"
- "> >                 hub: genesys at 1 {\n"
+ "> >                 hub: genesys@1 {\n"
  "> >                         compatible = \"usb05e3,0608\";\n"
  "> >                         reg = <0x01>;\n"
  "> >                 };\n"
  "> >         };\n"
  "> > \n"
- "> >         port_2: nxp at 2 {\n"
+ "> >         port_2: nxp@2 {\n"
  "> >                 compatible = \"usb15a2,007d\";\n"
  "> >                 reg = <0x02>;\n"
  "> >         };\n"
  "> > \n"
  "> >         ...\n"
  "> > \n"
- "> >         port_7: nxp at 7 {\n"
+ "> >         port_7: nxp@7 {\n"
  "> >                 compatible = \"usb15a2,007d\";\n"
  "> >                 reg = <0x07>;\n"
  "> > \n"
- "> >                 hub: genesys at 1 {\n"
+ "> >                 hub: genesys@1 {\n"
  "> >                         compatible = \"usb05e3,0608\";\n"
  "> >                         reg = <0x01>;\n"
  "> >                 };\n"
@@ -116,7 +130,7 @@
  "> > \n"
  "> >         ...\n"
  "> > \n"
- "> >         port_9: nxp at 9 {\n"
+ "> >         port_9: nxp@9 {\n"
  "> >                 compatible = \"usb15a2,007d\";\n"
  "> >                 reg = <0x09>;\n"
  "> >         };\n"
@@ -146,21 +160,21 @@
  "under the HS root hub, port_2 is under the SS root hub.\n"
  "\n"
  "&usb1 {\n"
- "        port_1: nxp at 1 {\n"
+ "        port_1: nxp@1 {\n"
  "                compatible = \"usb15a2,007d\";\n"
  "                reg = <0x01>;\n"
  "\n"
- "                hub: genesys at 1 {\n"
+ "                hub: genesys@1 {\n"
  "                        compatible = \"usb05e3,0608\";\n"
  "                        reg = <0x01>;\n"
  "                };\n"
  "        };\n"
  "\n"
- "        port_2: nxp at 2 {\n"
+ "        port_2: nxp@2 {\n"
  "                compatible = \"usb15a2,007d\";\n"
  "                reg = <0x02>;\n"
  "\n"
- "                hub: genesys at 1 {\n"
+ "                hub: genesys@1 {\n"
  "                        compatible = \"usb05e3,0608\";\n"
  "                        reg = <0x01>;\n"
  "                };\n"
@@ -171,6 +185,10 @@
  "-- \n"
  "\n"
  "Best Regards,\n"
- Peter Chen
+ "Peter Chen\n"
+ "--\n"
+ "To unsubscribe from this list: send the line \"unsubscribe linux-usb\" in\n"
+ "the body of a message to majordomo-u79uwXL29TY76Z2rM5mHXA@public.gmane.org\n"
+ More majordomo info at  http://vger.kernel.org/majordomo-info.html
 
-4b9ed610a3faed0d768569cdd3cb1af621596daf5b1471c6975e1a00b5905843
+49f3d6326b155448dad2d4eb3055c6a472ff0cffa2706fb781582808a26967f8

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.