diff for duplicates of <20160204015928.GA11158@shlinux2> diff --git a/a/1.txt b/N1/1.txt index df5081b..a3a6258 100644 --- a/a/1.txt +++ b/N1/1.txt @@ -9,7 +9,7 @@ On Mon, Jan 25, 2016 at 03:24:39PM +0800, Peter Chen 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 @@ -79,7 +79,7 @@ Peter > + #address-cells = <1>; > + #size-cells = <0>; > + -> + hub: genesys at 1 { +> + hub: genesys@1 { > + compatible = "usb05e3,0608"; > + reg = <0x1>; > + }; @@ -107,7 +107,7 @@ Peter > + * of.c The helpers for hcd device tree support > + * > + * Copyright (C) 2016 Freescale Semiconductor, Inc. -> + * Author: Peter Chen <peter.chen@freescale.com> +> + * Author: Peter Chen <peter.chen-KZfg59tc24xl57MIdRCFDg@public.gmane.org> > + * > + * This program is free software: you can redistribute it and/or modify > + * it under the terms of the GNU General Public License version 2 of @@ -215,10 +215,14 @@ Peter > > -- > To unsubscribe from this list: send the line "unsubscribe linux-usb" in -> the body of a message to majordomo at vger.kernel.org +> the body of a message to majordomo-u79uwXL29TY76Z2rM5mHXA@public.gmane.org > More majordomo info at http://vger.kernel.org/majordomo-info.html -- Best Regards, Peter Chen +-- +To unsubscribe from this list: send the line "unsubscribe devicetree" 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 9cc0e3f..d14da6e 100644 --- a/a/content_digest +++ b/N1/content_digest @@ -1,8 +1,23 @@ "ref\01453706679-18948-1-git-send-email-peter.chen@freescale.com\0" - "From\0hzpeterchen@gmail.com (Peter Chen)\0" - "Subject\0[PATCH v4 1/1] USB: core: let USB device know device node\0" + "ref\01453706679-18948-1-git-send-email-peter.chen-KZfg59tc24xl57MIdRCFDg@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\0Thu, 4 Feb 2016 09:59:28 +0800\0" - "To\0linux-arm-kernel@lists.infradead.org\0" + "To\0Peter Chen <peter.chen-KZfg59tc24xl57MIdRCFDg@public.gmane.org>\0" + "Cc\0gregkh-hQyY1W1yCW8ekmWlsbkhG0B+6BGkLq7r@public.gmane.org" + stern-nwvwT67g6+6dFdvTe/nMLpVzexx5G7lz@public.gmane.org + linux-arm-kernel-IAPFreCvJWM7uuMidbF8XUB+6BGkLq7r@public.gmane.org + p.zabel-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 + 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 Mon, Jan 25, 2016 at 03:24:39PM +0800, Peter Chen wrote:\n" @@ -16,7 +31,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" @@ -86,7 +101,7 @@ "> +\t#address-cells = <1>;\n" "> +\t#size-cells = <0>;\n" "> +\n" - "> +\thub: genesys at 1 {\n" + "> +\thub: genesys@1 {\n" "> +\t\tcompatible = \"usb05e3,0608\";\n" "> +\t\treg = <0x1>;\n" "> +\t};\n" @@ -114,7 +129,7 @@ "> + * of.c\t\tThe helpers for hcd device tree support\n" "> + *\n" "> + * Copyright (C) 2016 Freescale Semiconductor, Inc.\n" - "> + * Author: Peter Chen <peter.chen@freescale.com>\n" + "> + * Author: Peter Chen <peter.chen-KZfg59tc24xl57MIdRCFDg@public.gmane.org>\n" "> + *\n" "> + * This program is free software: you can redistribute it and/or modify\n" "> + * it under the terms of the GNU General Public License version 2 of\n" @@ -222,12 +237,16 @@ "> \n" "> --\n" "> To unsubscribe from this list: send the line \"unsubscribe linux-usb\" in\n" - "> the body of a message to majordomo at vger.kernel.org\n" + "> the body of a message to majordomo-u79uwXL29TY76Z2rM5mHXA@public.gmane.org\n" "> More majordomo info at http://vger.kernel.org/majordomo-info.html\n" "\n" "-- \n" "\n" "Best Regards,\n" - Peter Chen + "Peter Chen\n" + "--\n" + "To unsubscribe from this list: send the line \"unsubscribe devicetree\" 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 -fdc700b11024ba517a296a3b9c26b4d60e6a4a4de029ea35bc50ae34397495b5 +cd8fb82126ce0bee544109f36eb9838fc326ea1998945982da71afd7c6c4b2cc
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.