diff for duplicates of <5656F4FE.1000209@redhat.com> diff --git a/a/1.txt b/N1/1.txt index 4d8b0f9..9a14e65 100644 --- a/a/1.txt +++ b/N1/1.txt @@ -2,7 +2,7 @@ Hi, On 25-11-15 23:11, Rob Herring wrote: > On Wed, Nov 25, 2015 at 05:50:02PM +0100, Hans de Goede wrote: ->> From: Reinder de Haan <patchesrdh@mveas.com> +>> From: Reinder de Haan <patchesrdh-I1/eAgTnXDYAvxtiuMwx3w@public.gmane.org> >> >> Note this commit only adds support for phys 1-3, phy 0, the otg phy, is >> not yet (fully) supported after this commit. @@ -15,19 +15,19 @@ one devicetree node describing all usb-phys which then instantiates multiple phys. E.G. for the A10 we use: - usbphy: phy at 01c13400 { + usbphy: phy@01c13400 { #phy-cells = <1>; compatible = "allwinner,sun4i-a10-usb-phy"; ... }; - usb_otg: usb at 01c13000 { + usb_otg: usb@01c13000 { ... phys = <&usbphy 0>; ... }; - ehci0: usb at 01c14000 { + ehci0: usb@01c14000 { ... phys = <&usbphy 1>; ... @@ -48,8 +48,8 @@ Hans > >> ->> Signed-off-by: Reinder de Haan <patchesrdh@mveas.com> ->> Signed-off-by: Hans de Goede <hdegoede@redhat.com> +>> Signed-off-by: Reinder de Haan <patchesrdh-I1/eAgTnXDYAvxtiuMwx3w@public.gmane.org> +>> Signed-off-by: Hans de Goede <hdegoede-H+wXaHxf7aLQT0dZR+AlfA@public.gmane.org> >> --- >> Changes in v2: >> -Change break; after dev_err() to return, as intended, fixing a compiler @@ -200,5 +200,5 @@ Hans >> >> -- >> To unsubscribe from this list: send the line "unsubscribe devicetree" 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 diff --git a/a/content_digest b/N1/content_digest index 58e3412..3fd2b51 100644 --- a/a/content_digest +++ b/N1/content_digest @@ -1,17 +1,26 @@ "ref\01448470202-3628-1-git-send-email-hdegoede@redhat.com\0" "ref\01448470202-3628-2-git-send-email-hdegoede@redhat.com\0" "ref\020151125221046.GA25917@rob-hp-laptop\0" - "From\0hdegoede@redhat.com (Hans de Goede)\0" - "Subject\0[linux-sunxi] Re: [PATCH v3 2/2] phy-sun4i-usb: Add support for the host usb-phys found on the H3 SoC\0" + "From\0Hans de Goede <hdegoede-H+wXaHxf7aLQT0dZR+AlfA@public.gmane.org>\0" + "Subject\0Re: Re: [PATCH v3 2/2] phy-sun4i-usb: Add support for the host usb-phys found on the H3 SoC\0" "Date\0Thu, 26 Nov 2015 13:03:10 +0100\0" - "To\0linux-arm-kernel@lists.infradead.org\0" + "To\0Rob Herring <robh-DgEjT+Ai2ygdnm+yROfE0A@public.gmane.org>\0" + "Cc\0Kishon Vijay Abraham I <kishon-l0cyMroinI0@public.gmane.org>" + Reinder E.N. de Haan <reinder-I1/eAgTnXDYAvxtiuMwx3w@public.gmane.org> + Maxime Ripard <maxime.ripard-wi1+55ScJUtKEb57/3fJTNBPR1lH4CV8@public.gmane.org> + Chen-Yu Tsai <wens-jdAy2FN1RRM@public.gmane.org> + linux-usb-u79uwXL29TY76Z2rM5mHXA@public.gmane.org + linux-arm-kernel-IAPFreCvJWM7uuMidbF8XUB+6BGkLq7r@public.gmane.org + devicetree <devicetree-u79uwXL29TY76Z2rM5mHXA@public.gmane.org> + linux-sunxi-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org + " Reinder de Haan <patchesrdh-I1/eAgTnXDYAvxtiuMwx3w@public.gmane.org>\0" "\00:1\0" "b\0" "Hi,\n" "\n" "On 25-11-15 23:11, Rob Herring wrote:\n" "> On Wed, Nov 25, 2015 at 05:50:02PM +0100, Hans de Goede wrote:\n" - ">> From: Reinder de Haan <patchesrdh@mveas.com>\n" + ">> From: Reinder de Haan <patchesrdh-I1/eAgTnXDYAvxtiuMwx3w@public.gmane.org>\n" ">>\n" ">> Note this commit only adds support for phys 1-3, phy 0, the otg phy, is\n" ">> not yet (fully) supported after this commit.\n" @@ -24,19 +33,19 @@ "then instantiates multiple phys. E.G. for the A10 we\n" "use:\n" "\n" - " usbphy: phy at 01c13400 {\n" + " usbphy: phy@01c13400 {\n" " #phy-cells = <1>;\n" " compatible = \"allwinner,sun4i-a10-usb-phy\";\n" "\t\t\t...\n" "\t\t};\n" "\n" - " usb_otg: usb at 01c13000 {\n" + " usb_otg: usb@01c13000 {\n" "\t\t\t...\n" "\t\t\tphys = <&usbphy 0>;\n" "\t\t\t...\n" "\t\t};\n" "\n" - " ehci0: usb at 01c14000 {\n" + " ehci0: usb@01c14000 {\n" "\t\t\t...\n" "\t\t\tphys = <&usbphy 1>;\n" "\t\t\t...\n" @@ -57,8 +66,8 @@ "\t\t\n" ">\n" ">>\n" - ">> Signed-off-by: Reinder de Haan <patchesrdh@mveas.com>\n" - ">> Signed-off-by: Hans de Goede <hdegoede@redhat.com>\n" + ">> Signed-off-by: Reinder de Haan <patchesrdh-I1/eAgTnXDYAvxtiuMwx3w@public.gmane.org>\n" + ">> Signed-off-by: Hans de Goede <hdegoede-H+wXaHxf7aLQT0dZR+AlfA@public.gmane.org>\n" ">> ---\n" ">> Changes in v2:\n" ">> -Change break; after dev_err() to return, as intended, fixing a compiler\n" @@ -209,7 +218,7 @@ ">>\n" ">> --\n" ">> To unsubscribe from this list: send the line \"unsubscribe devicetree\" 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 -f97104271e9672ea48c3c92445f3205cc0a9495aa3101e3fd8da37a4aca1337a +4a061561c989adbe012c938e7fd37e24de4e8693b4f20592e49ddd341bd3ad77
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.