diff for duplicates of <20160120034839.GA16222@shlinux2> diff --git a/a/1.txt b/N1/1.txt index 5cf1c77..5970092 100644 --- a/a/1.txt +++ b/N1/1.txt @@ -45,28 +45,28 @@ port 1, I suggest a dts node description like below, please correct 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>; }; @@ -74,7 +74,7 @@ me if anything wrong. ... - roothub_9: nxp at 9 { + roothub_9: nxp@9 { compatible = "usb15a2,007d"; reg = <0x09>; }; @@ -84,3 +84,7 @@ me if anything wrong. 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 6a90dda..4ba74b2 100644 --- a/a/content_digest +++ b/N1/content_digest @@ -1,9 +1,24 @@ "ref\04405270.vcz87Q878u@wuerfel\0" "ref\0Pine.LNX.4.44L0.1601191009190.1727-100000@iolanthe.rowland.org\0" - "From\0hzpeterchen@gmail.com (Peter Chen)\0" - "Subject\0[PATCH v3 1/1] USB: core: let USB device know device node\0" + "ref\0Pine.LNX.4.44L0.1601191009190.1727-100000-IYeN2dnnYyZXsRXLowluHWD2FQJk+8+b@public.gmane.org\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 11:48:39 +0800\0" - "To\0linux-arm-kernel@lists.infradead.org\0" + "To\0Alan Stern <stern-nwvwT67g6+6dFdvTe/nMLpVzexx5G7lz@public.gmane.org>\0" + "Cc\0Arnd Bergmann <arnd-r2nGTMty4D4@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 Tue, Jan 19, 2016 at 10:12:56AM -0500, Alan Stern wrote:\n" @@ -53,28 +68,28 @@ "me if anything wrong.\n" "\n" "&usb1 {\n" - "\troothub_1: nxp at 1 {\n" + "\troothub_1: nxp@1 {\n" "\t\tcompatible = \"usb15a2,007d\";\n" "\t\treg = <0x01>;\n" "\n" - "\t\thub: genesys at 1 {\n" + "\t\thub: genesys@1 {\n" "\t\t\tcompatible = \"usb05e3,0608\";\n" "\t\t\treg = <0x01>;\n" "\t\t};\n" "\t};\n" "\n" - "\troothub_2: nxp at 2 {\n" + "\troothub_2: nxp@2 {\n" "\t\tcompatible = \"usb15a2,007d\";\n" "\t\treg = <0x02>;\n" "\t};\n" "\n" "\t...\n" "\n" - "\troothub_7: nxp at 7 {\n" + "\troothub_7: nxp@7 {\n" "\t\tcompatible = \"usb15a2,007d\";\n" "\t\treg = <0x07>;\n" "\n" - "\t\thub: genesys at 1 {\n" + "\t\thub: genesys@1 {\n" "\t\t\tcompatible = \"usb05e3,0608\";\n" "\t\t\treg = <0x01>;\n" "\t\t};\n" @@ -82,7 +97,7 @@ "\n" "\t...\n" "\n" - "\troothub_9: nxp at 9 {\n" + "\troothub_9: nxp@9 {\n" "\t\tcompatible = \"usb15a2,007d\";\n" "\t\treg = <0x09>;\n" "\t};\n" @@ -91,6 +106,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 -7d43256eb502fa31503167e651fb0eda82fda6e67bb27387aeadf138de9c96a9 +827e215f05ad2760cd44c9712cb9461b8bfbb23830043e846a4e70cadc0b9144
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.