diff for duplicates of <59D4DC7E.6040003@linux.intel.com> diff --git a/a/1.txt b/N1/1.txt index 36ab7b5..4d96e6d 100644 --- a/a/1.txt +++ b/N1/1.txt @@ -26,8 +26,8 @@ on a phy, would it make sense to expand that one to support several phys instead xhci will add two hcd's one for USB2 and one for USB3 > -> Signed-off-by: Martin Blumenstingl <martin.blumenstingl@googlemail.com> -> Tested-by: Chunfeng Yun <chunfeng.yun@mediatek.com> +> Signed-off-by: Martin Blumenstingl <martin.blumenstingl-gM/Ye1E23mwN+BqQ9rBEUg@public.gmane.org> +> Tested-by: Chunfeng Yun <chunfeng.yun-NuS5LvNUpcJWk0Htik3J/w@public.gmane.org> > --- > drivers/usb/host/Kconfig | 3 + > drivers/usb/host/Makefile | 2 + @@ -79,7 +79,7 @@ be added into into core/hcd.*, core/phy.* and host/xhci-plat.c > + * function calls to multiple (actual) PHY devices. This is comes handy when > + * initializing all PHYs on a root-hub (to keep them all in the same state). > + * -> + * Copyright (C) 2017 Martin Blumenstingl <martin.blumenstingl@googlemail.com> +> + * Copyright (C) 2017 Martin Blumenstingl <martin.blumenstingl-gM/Ye1E23mwN+BqQ9rBEUg@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 as @@ -174,3 +174,7 @@ I'm also not sure I understand the reason for having the "usb3-phy" and "usb2-ph for the ports if we anyways just add everything to one list. -Mathias +-- +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 20d76fb..ac0d91b 100644 --- a/a/content_digest +++ b/N1/content_digest @@ -1,9 +1,20 @@ "ref\020170903213829.6589-1-martin.blumenstingl@googlemail.com\0" "ref\020170903213829.6589-3-martin.blumenstingl@googlemail.com\0" - "From\0mathias.nyman@linux.intel.com (Mathias Nyman)\0" - "Subject\0[PATCH v4 2/3] usb: host: add a generic platform USB roothub driver\0" + "ref\020170903213829.6589-3-martin.blumenstingl-gM/Ye1E23mwN+BqQ9rBEUg@public.gmane.org\0" + "From\0Mathias Nyman <mathias.nyman-VuQAYsv1563Yd54FQh9/CA@public.gmane.org>\0" + "Subject\0Re: [PATCH v4 2/3] usb: host: add a generic platform USB roothub driver\0" "Date\0Wed, 4 Oct 2017 16:05:02 +0300\0" - "To\0linus-amlogic@lists.infradead.org\0" + "To\0Martin Blumenstingl <martin.blumenstingl-gM/Ye1E23mwN+BqQ9rBEUg@public.gmane.org>" + linux-usb-u79uwXL29TY76Z2rM5mHXA@public.gmane.org + gregkh-hQyY1W1yCW8ekmWlsbkhG0B+6BGkLq7r@public.gmane.org + felipe.balbi-VuQAYsv1563Yd54FQh9/CA@public.gmane.org + " mathias.nyman-ral2JQCrhuEAvxtiuMwx3w@public.gmane.org\0" + "Cc\0robh+dt-DgEjT+Ai2ygdnm+yROfE0A@public.gmane.org" + devicetree-u79uwXL29TY76Z2rM5mHXA@public.gmane.org + mark.rutland-5wv7dgnIgG8@public.gmane.org + arnd-r2nGTMty4D4@public.gmane.org + linux-amlogic-IAPFreCvJWM7uuMidbF8XUB+6BGkLq7r@public.gmane.org + " chunfeng.yun-NuS5LvNUpcJWk0Htik3J/w@public.gmane.org\0" "\00:1\0" "b\0" "On 04.09.2017 00:38, Martin Blumenstingl wrote:\n" @@ -34,8 +45,8 @@ "xhci will add two hcd's one for USB2 and one for USB3\n" "\n" ">\n" - "> Signed-off-by: Martin Blumenstingl <martin.blumenstingl@googlemail.com>\n" - "> Tested-by: Chunfeng Yun <chunfeng.yun@mediatek.com>\n" + "> Signed-off-by: Martin Blumenstingl <martin.blumenstingl-gM/Ye1E23mwN+BqQ9rBEUg@public.gmane.org>\n" + "> Tested-by: Chunfeng Yun <chunfeng.yun-NuS5LvNUpcJWk0Htik3J/w@public.gmane.org>\n" "> ---\n" "> drivers/usb/host/Kconfig | 3 +\n" "> drivers/usb/host/Makefile | 2 +\n" @@ -87,7 +98,7 @@ "> + * function calls to multiple (actual) PHY devices. This is comes handy when\n" "> + * initializing all PHYs on a root-hub (to keep them all in the same state).\n" "> + *\n" - "> + * Copyright (C) 2017 Martin Blumenstingl <martin.blumenstingl@googlemail.com>\n" + "> + * Copyright (C) 2017 Martin Blumenstingl <martin.blumenstingl-gM/Ye1E23mwN+BqQ9rBEUg@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 as\n" @@ -181,6 +192,10 @@ "I'm also not sure I understand the reason for having the \"usb3-phy\" and \"usb2-phy\" phy-names\n" "for the ports if we anyways just add everything to one list.\n" "\n" - -Mathias + "-Mathias\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 -9fa8b7c2425085e3a85de7359cd6a9b14bdaddd67a43afb16ac8e95771da6108 +81a6d70fca2e1f06ca921e62905b3ccaf805e4a1b547dec3e5303fb0db95913e
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.