diff for duplicates of <20160205061124.GB1858@shlinux2> diff --git a/a/1.txt b/N1/1.txt index c8404fd..b6fbc9a 100644 --- a/a/1.txt +++ b/N1/1.txt @@ -12,7 +12,7 @@ On Thu, Feb 04, 2016 at 11:44:50AM +0100, Philipp Zabel wrote: > > the phyiscal port number decided by USB core, if they are the same, > > then the device node is for the device we are creating for USB core. > > -> > Signed-off-by: Peter Chen <peter.chen@freescale.com> +> > Signed-off-by: Peter Chen <peter.chen-KZfg59tc24xl57MIdRCFDg@public.gmane.org> > > --- > > Changes for v4: > > - The range of "reg" should be 1-31, changing device node address @@ -97,7 +97,7 @@ I will change. > > + #address-cells = <1>; > > + #size-cells = <0>; > > + -> > + hub: genesys at 1 { +> > + hub: genesys@1 { > > There are node names specified for hubs and mass storage devices: > "hub", "storage", "cdrom", "tape", "solid-state", and "device" for @@ -112,7 +112,7 @@ I agree. > > I'd have written this node as: > -> hub: hub at 1 { +> hub: hub@1 { > compatible = "usb5e3,608", "usb5e3,class9", > "usb,class9", "usb,device"; > reg = <1>; @@ -130,7 +130,7 @@ The reg should be hexadecimal, do we need to add "0x" before the value? > status = "okay"; > > /* RTL8192CU 802.11n WLAN Adapter */ -> device at 1 { +> device@1 { > compatible = "usbbda,8176.200", "usbbda,8176", > "usb,device"; > reg = <1>; @@ -149,7 +149,7 @@ It is okay to use your example, but I still insist like below: status = "okay"; /* RTL8192CU 802.11n WLAN Adapter */ - device at 1 { + device@1 { compatible = "usbbda,8176"; reg = <1>; @@ -162,3 +162,7 @@ It is okay to use your example, but I still insist like below: 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 a859219..2e6ca9d 100644 --- a/a/content_digest +++ b/N1/content_digest @@ -1,9 +1,24 @@ "ref\01453706679-18948-1-git-send-email-peter.chen@freescale.com\0" "ref\01454582690.3356.18.camel@pengutronix.de\0" - "From\0hzpeterchen@gmail.com (Peter Chen)\0" - "Subject\0[PATCH v4 1/1] USB: core: let USB device know device node\0" + "ref\01454582690.3356.18.camel-bIcnvbaLZ9MEGnE8C9+IrQ@public.gmane.org\0" + "From\0Peter Chen <hzpeterchen-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org>\0" + "Subject\0Re: [PATCH v4 1/1] USB: core: let USB device know device node\0" "Date\0Fri, 5 Feb 2016 14:11:25 +0800\0" - "To\0linux-arm-kernel@lists.infradead.org\0" + "To\0Philipp Zabel <p.zabel-bIcnvbaLZ9MEGnE8C9+IrQ@public.gmane.org>\0" + "Cc\0Peter Chen <peter.chen-KZfg59tc24xl57MIdRCFDg@public.gmane.org>" + gregkh-hQyY1W1yCW8ekmWlsbkhG0B+6BGkLq7r@public.gmane.org + stern-nwvwT67g6+6dFdvTe/nMLpVzexx5G7lz@public.gmane.org + linux-arm-kernel-IAPFreCvJWM7uuMidbF8XUB+6BGkLq7r@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 + arnd-r2nGTMty4D4@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 Thu, Feb 04, 2016 at 11:44:50AM +0100, Philipp Zabel wrote:\n" @@ -20,7 +35,7 @@ "> > the phyiscal port number decided by USB core, if they are the same,\n" "> > then the device node is for the device we are creating for USB core.\n" "> > \n" - "> > Signed-off-by: Peter Chen <peter.chen@freescale.com>\n" + "> > Signed-off-by: Peter Chen <peter.chen-KZfg59tc24xl57MIdRCFDg@public.gmane.org>\n" "> > ---\n" "> > Changes for v4:\n" "> > - The range of \"reg\" should be 1-31, changing device node address\n" @@ -105,7 +120,7 @@ "> > +\t#address-cells = <1>;\n" "> > +\t#size-cells = <0>;\n" "> > +\n" - "> > +\thub: genesys at 1 {\n" + "> > +\thub: genesys@1 {\n" "> \n" "> There are node names specified for hubs and mass storage devices:\n" "> \"hub\", \"storage\", \"cdrom\", \"tape\", \"solid-state\", and \"device\" for\n" @@ -120,7 +135,7 @@ "> \n" "> I'd have written this node as:\n" "> \n" - "> \thub: hub at 1 {\n" + "> \thub: hub@1 {\n" "> \t\tcompatible = \"usb5e3,608\", \"usb5e3,class9\",\n" "> \t\t\t \"usb,class9\", \"usb,device\";\n" "> \t\treg = <1>;\n" @@ -138,7 +153,7 @@ "> \tstatus = \"okay\";\n" "> \n" "> \t/* RTL8192CU 802.11n WLAN Adapter */\n" - "> \tdevice at 1 {\n" + "> \tdevice@1 {\n" "> \t\tcompatible = \"usbbda,8176.200\", \"usbbda,8176\",\n" "> \t\t\t \"usb,device\";\n" "> \t\treg = <1>;\n" @@ -157,7 +172,7 @@ "\tstatus = \"okay\";\n" "\n" "\t/* RTL8192CU 802.11n WLAN Adapter */\n" - "\tdevice at 1 {\n" + "\tdevice@1 {\n" "\t\tcompatible = \"usbbda,8176\";\n" "\t\treg = <1>;\n" "\n" @@ -169,6 +184,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 -0f3002378247bae52a449dc33730e4a8c673060ea97b36a2ebe9216422b8bbd8 +c8c5ff9d30640c0b9bf30f9fb9f189e17f75840035a48c8079d0cae6708ce42d
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.