diff for duplicates of <20160120125026.GA16519@shlinux2> diff --git a/a/1.txt b/N1/1.txt index 52c3a21..b20ccab 100644 --- a/a/1.txt +++ b/N1/1.txt @@ -15,28 +15,28 @@ On Wed, Jan 20, 2016 at 10:07:13AM +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>; > > }; @@ -44,7 +44,7 @@ On Wed, Jan 20, 2016 at 10:07:13AM +0100, Arnd Bergmann wrote: > > > > ... > > -> > roothub_9: nxp at 9 { +> > roothub_9: nxp@9 { > > compatible = "usb15a2,007d"; > > reg = <0x09>; > > }; @@ -75,28 +75,28 @@ How about below from both driver and device tree view: 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>; }; @@ -104,7 +104,7 @@ How about below from both driver and device tree view: ... - port_9: nxp at 9 { + port_9: nxp@9 { compatible = "usb15a2,007d"; reg = <0x09>; }; @@ -119,3 +119,7 @@ the hard wired device on it, like port_1 and port 7 at above, right? 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 ed8eb84..c02fdc0 100644 --- a/a/content_digest +++ b/N1/content_digest @@ -2,10 +2,24 @@ "ref\0Pine.LNX.4.44L0.1601191009190.1727-100000@iolanthe.rowland.org\0" "ref\020160120034839.GA16222@shlinux2\0" "ref\02538302.jXP5WXojXY@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\0Wed, 20 Jan 2016 20:50:26 +0800\0" - "To\0linux-arm-kernel@lists.infradead.org\0" + "To\0Arnd Bergmann <arnd-r2nGTMty4D4@public.gmane.org>\0" + "Cc\0Alan Stern <stern-nwvwT67g6+6dFdvTe/nMLpVzexx5G7lz@public.gmane.org>" + Peter Chen <peter.chen-KZfg59tc24xl57MIdRCFDg@public.gmane.org> + gregkh-hQyY1W1yCW8ekmWlsbkhG0B+6BGkLq7r@public.gmane.org + linux-arm-kernel-IAPFreCvJWM7uuMidbF8XUB+6BGkLq7r@public.gmane.org + kernel-bIcnvbaLZ9MEGnE8C9+IrQ@public.gmane.org + devicetree-u79uwXL29TY76Z2rM5mHXA@public.gmane.org + robh+dt-DgEjT+Ai2ygdnm+yROfE0A@public.gmane.org + pawel.moll-5wv7dgnIgG8@public.gmane.org + mark.rutland-5wv7dgnIgG8@public.gmane.org + linux-usb-u79uwXL29TY76Z2rM5mHXA@public.gmane.org + balbi-l0cyMroinI0@public.gmane.org + valentin.longchamp-SkAbAL50j+5BDgjK7y7TUQ@public.gmane.org + s.hauer-bIcnvbaLZ9MEGnE8C9+IrQ@public.gmane.org + " stillcompiling-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org\0" "\00:1\0" "b\0" "On Wed, Jan 20, 2016 at 10:07:13AM +0100, Arnd Bergmann wrote:\n" @@ -25,28 +39,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" @@ -54,7 +68,7 @@ "> > \n" "> > ...\n" "> > \n" - "> > roothub_9: nxp at 9 {\n" + "> > roothub_9: nxp@9 {\n" "> > compatible = \"usb15a2,007d\";\n" "> > reg = <0x09>;\n" "> > };\n" @@ -85,28 +99,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" @@ -114,7 +128,7 @@ "\n" " ...\n" "\n" - " port_9: nxp at 9 {\n" + " port_9: nxp@9 {\n" " compatible = \"usb15a2,007d\";\n" " reg = <0x09>;\n" " };\n" @@ -128,6 +142,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 -9340351b542bb85d33262d94e984fe3b28b48cf0cb2a82badb88ff5e9362918b +4d2f62796be4bfadaa44c1433a990c79425a9b5d5bcd1e07f4b9cc3c9090431c
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.