diff for duplicates of <20160121094832.GA22037@shlinux2> diff --git a/a/1.txt b/N1/1.txt index 649c783..f464a13 100644 --- a/a/1.txt +++ b/N1/1.txt @@ -17,21 +17,21 @@ On Thu, Jan 21, 2016 at 09:41:20AM +0100, Arnd Bergmann wrote: > > 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>; > > }; @@ -43,12 +43,12 @@ On Thu, Jan 21, 2016 at 09:41:20AM +0100, Arnd Bergmann wrote: > I would expect the example above to look like > > &usb1 { -> hub at 1 { +> hub@1 { > compatible = "usb05e3,0608"; > reg = <0x01>; > }; > -> hub at 2 { +> hub@2 { > compatible = "usb05e3,0608"; > reg = <0x01>; > }; @@ -72,3 +72,7 @@ which node is from current recognized device. 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 779e7b4..802bfcd 100644 --- a/a/content_digest +++ b/N1/content_digest @@ -2,10 +2,24 @@ "ref\05639398.uJHXq6DsMC@wuerfel\0" "ref\020160121031524.GA29893@shlinux2\0" "ref\01989217.907WTZoGvq@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 17:48:32 +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 Thu, Jan 21, 2016 at 09:41:20AM +0100, Arnd Bergmann wrote:\n" @@ -27,21 +41,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" @@ -53,12 +67,12 @@ "> I would expect the example above to look like\n" "> \n" "> &usb1 {\n" - "> hub at 1 {\n" + "> hub@1 {\n" "> compatible = \"usb05e3,0608\";\n" "> reg = <0x01>;\n" "> };\n" "> \n" - "> \thub at 2 {\n" + "> \thub@2 {\n" "> compatible = \"usb05e3,0608\";\n" "> reg = <0x01>;\n" "> };\n" @@ -81,6 +95,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 -4683663625c133451a6d10a390eb95325346f13957c181b81862ca99a229f2ab +8f42d812b23cdd3fee4148c9cd814b87c9b92e519990008a1d0bb0baaf799f3a
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.