diff for duplicates of <20161207075655.7396-2-zajec5@gmail.com> diff --git a/a/1.txt b/N1/1.txt index 19365fc..27283aa 100644 --- a/a/1.txt +++ b/N1/1.txt @@ -1,9 +1,9 @@ -From: Rafa? Mi?ecki <rafal@milecki.pl> +From: Rafał Miłecki <rafal-g1n6cQUeyibVItvQsEIGlw@public.gmane.org> There are 3 separated controllers, one per USB /standard/. With PHY drivers in place they can be simply supported with generic drivers. -Signed-off-by: Rafa? Mi?ecki <rafal@milecki.pl> +Signed-off-by: Rafał Miłecki <rafal-g1n6cQUeyibVItvQsEIGlw@public.gmane.org> --- V2: Fix node names and reorder ehci with ohci. Thanks Ray! --- @@ -23,7 +23,7 @@ index f09a2bb..a4614c9 100644 - phys = <&usb2_phy>; + interrupt-parent = <&gic>; + -+ ehci: ehci at 21000 { ++ ehci: ehci@21000 { + #usb-cells = <0>; + + compatible = "generic-ehci"; @@ -32,7 +32,7 @@ index f09a2bb..a4614c9 100644 + phys = <&usb2_phy>; + }; + -+ ohci: ohci at 22000 { ++ ohci: ohci@22000 { + #usb-cells = <0>; + + compatible = "generic-ohci"; @@ -41,7 +41,7 @@ index f09a2bb..a4614c9 100644 + }; }; - usb3: usb3 at 23000 { + usb3: usb3@23000 { @@ -257,6 +275,19 @@ #address-cells = <1>; @@ -50,7 +50,7 @@ index f09a2bb..a4614c9 100644 + + interrupt-parent = <&gic>; + -+ xhci: xhci at 23000 { ++ xhci: xhci@23000 { + #usb-cells = <0>; + + compatible = "generic-xhci"; @@ -61,6 +61,11 @@ index f09a2bb..a4614c9 100644 + }; }; - spi at 29000 { + spi@29000 { -- 2.10.1 + +-- +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 274f9e2..8ef2d0e 100644 --- a/a/content_digest +++ b/N1/content_digest @@ -1,16 +1,27 @@ "ref\020161207075655.7396-1-zajec5@gmail.com\0" - "From\0zajec5@gmail.com (Rafa\305\202 Mi\305\202ecki)\0" + "ref\020161207075655.7396-1-zajec5-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org\0" + "From\0Rafa\305\202 Mi\305\202ecki <zajec5-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org>\0" "Subject\0[PATCH V2 2/5] ARM: BCM5301X: Specify USB controllers in DT\0" "Date\0Wed, 7 Dec 2016 08:56:52 +0100\0" - "To\0linux-arm-kernel@lists.infradead.org\0" + "To\0Florian Fainelli <f.fainelli-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org>\0" + "Cc\0Arnd Bergmann <arnd-r2nGTMty4D4@public.gmane.org>" + Rob Herring <robh+dt-DgEjT+Ai2ygdnm+yROfE0A@public.gmane.org> + Mark Rutland <mark.rutland-5wv7dgnIgG8@public.gmane.org> + Russell King <linux-I+IVW8TIWO2tmTQ+vhA3Yw@public.gmane.org> + Hauke Mehrtens <hauke-5/S+JYg5SzeELgA04lAiVw@public.gmane.org> + bcm-kernel-feedback-list-dY08KVG/lbpWk0Htik3J/w@public.gmane.org + devicetree-u79uwXL29TY76Z2rM5mHXA@public.gmane.org + linux-arm-kernel-IAPFreCvJWM7uuMidbF8XUB+6BGkLq7r@public.gmane.org + linux-kernel-u79uwXL29TY76Z2rM5mHXA@public.gmane.org + " Rafa\305\202 Mi\305\202ecki <rafal-g1n6cQUeyibVItvQsEIGlw@public.gmane.org>\0" "\00:1\0" "b\0" - "From: Rafa? Mi?ecki <rafal@milecki.pl>\n" + "From: Rafa\305\202 Mi\305\202ecki <rafal-g1n6cQUeyibVItvQsEIGlw@public.gmane.org>\n" "\n" "There are 3 separated controllers, one per USB /standard/. With PHY\n" "drivers in place they can be simply supported with generic drivers.\n" "\n" - "Signed-off-by: Rafa? Mi?ecki <rafal@milecki.pl>\n" + "Signed-off-by: Rafa\305\202 Mi\305\202ecki <rafal-g1n6cQUeyibVItvQsEIGlw@public.gmane.org>\n" "---\n" "V2: Fix node names and reorder ehci with ohci. Thanks Ray!\n" "---\n" @@ -30,7 +41,7 @@ "-\t\t\tphys = <&usb2_phy>;\n" "+\t\t\tinterrupt-parent = <&gic>;\n" "+\n" - "+\t\t\tehci: ehci at 21000 {\n" + "+\t\t\tehci: ehci@21000 {\n" "+\t\t\t\t#usb-cells = <0>;\n" "+\n" "+\t\t\t\tcompatible = \"generic-ehci\";\n" @@ -39,7 +50,7 @@ "+\t\t\t\tphys = <&usb2_phy>;\n" "+\t\t\t};\n" "+\n" - "+\t\t\tohci: ohci at 22000 {\n" + "+\t\t\tohci: ohci@22000 {\n" "+\t\t\t\t#usb-cells = <0>;\n" "+\n" "+\t\t\t\tcompatible = \"generic-ohci\";\n" @@ -48,7 +59,7 @@ "+\t\t\t};\n" " \t\t};\n" " \n" - " \t\tusb3: usb3 at 23000 {\n" + " \t\tusb3: usb3@23000 {\n" "@@ -257,6 +275,19 @@\n" " \n" " \t\t\t#address-cells = <1>;\n" @@ -57,7 +68,7 @@ "+\n" "+\t\t\tinterrupt-parent = <&gic>;\n" "+\n" - "+\t\t\txhci: xhci at 23000 {\n" + "+\t\t\txhci: xhci@23000 {\n" "+\t\t\t\t#usb-cells = <0>;\n" "+\n" "+\t\t\t\tcompatible = \"generic-xhci\";\n" @@ -68,8 +79,13 @@ "+\t\t\t};\n" " \t\t};\n" " \n" - " \t\tspi at 29000 {\n" + " \t\tspi@29000 {\n" "-- \n" - 2.10.1 + "2.10.1\n" + "\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 -7ebf449cecbaeb5d240dbcc2e9e1c3871540ff36967d75c751463aba2f4f1379 +e07c7a51478ce61b0b9083e8f71b3fa315bb1e935bce5b51175ae632b991e66c
diff --git a/a/1.txt b/N2/1.txt index 19365fc..a1d033f 100644 --- a/a/1.txt +++ b/N2/1.txt @@ -1,9 +1,9 @@ -From: Rafa? Mi?ecki <rafal@milecki.pl> +From: Rafał Miłecki <rafal@milecki.pl> There are 3 separated controllers, one per USB /standard/. With PHY drivers in place they can be simply supported with generic drivers. -Signed-off-by: Rafa? Mi?ecki <rafal@milecki.pl> +Signed-off-by: Rafał Miłecki <rafal@milecki.pl> --- V2: Fix node names and reorder ehci with ohci. Thanks Ray! --- @@ -23,7 +23,7 @@ index f09a2bb..a4614c9 100644 - phys = <&usb2_phy>; + interrupt-parent = <&gic>; + -+ ehci: ehci at 21000 { ++ ehci: ehci@21000 { + #usb-cells = <0>; + + compatible = "generic-ehci"; @@ -32,7 +32,7 @@ index f09a2bb..a4614c9 100644 + phys = <&usb2_phy>; + }; + -+ ohci: ohci at 22000 { ++ ohci: ohci@22000 { + #usb-cells = <0>; + + compatible = "generic-ohci"; @@ -41,7 +41,7 @@ index f09a2bb..a4614c9 100644 + }; }; - usb3: usb3 at 23000 { + usb3: usb3@23000 { @@ -257,6 +275,19 @@ #address-cells = <1>; @@ -50,7 +50,7 @@ index f09a2bb..a4614c9 100644 + + interrupt-parent = <&gic>; + -+ xhci: xhci at 23000 { ++ xhci: xhci@23000 { + #usb-cells = <0>; + + compatible = "generic-xhci"; @@ -61,6 +61,6 @@ index f09a2bb..a4614c9 100644 + }; }; - spi at 29000 { + spi@29000 { -- 2.10.1 diff --git a/a/content_digest b/N2/content_digest index 274f9e2..a8e5cf1 100644 --- a/a/content_digest +++ b/N2/content_digest @@ -1,16 +1,26 @@ "ref\020161207075655.7396-1-zajec5@gmail.com\0" - "From\0zajec5@gmail.com (Rafa\305\202 Mi\305\202ecki)\0" + "From\0Rafa\305\202 Mi\305\202ecki <zajec5@gmail.com>\0" "Subject\0[PATCH V2 2/5] ARM: BCM5301X: Specify USB controllers in DT\0" "Date\0Wed, 7 Dec 2016 08:56:52 +0100\0" - "To\0linux-arm-kernel@lists.infradead.org\0" + "To\0Florian Fainelli <f.fainelli@gmail.com>\0" + "Cc\0Arnd Bergmann <arnd@arndb.de>" + Rob Herring <robh+dt@kernel.org> + Mark Rutland <mark.rutland@arm.com> + Russell King <linux@armlinux.org.uk> + Hauke Mehrtens <hauke@hauke-m.de> + bcm-kernel-feedback-list@broadcom.com + devicetree@vger.kernel.org + linux-arm-kernel@lists.infradead.org + linux-kernel@vger.kernel.org + " Rafa\305\202 Mi\305\202ecki <rafal@milecki.pl>\0" "\00:1\0" "b\0" - "From: Rafa? Mi?ecki <rafal@milecki.pl>\n" + "From: Rafa\305\202 Mi\305\202ecki <rafal@milecki.pl>\n" "\n" "There are 3 separated controllers, one per USB /standard/. With PHY\n" "drivers in place they can be simply supported with generic drivers.\n" "\n" - "Signed-off-by: Rafa? Mi?ecki <rafal@milecki.pl>\n" + "Signed-off-by: Rafa\305\202 Mi\305\202ecki <rafal@milecki.pl>\n" "---\n" "V2: Fix node names and reorder ehci with ohci. Thanks Ray!\n" "---\n" @@ -30,7 +40,7 @@ "-\t\t\tphys = <&usb2_phy>;\n" "+\t\t\tinterrupt-parent = <&gic>;\n" "+\n" - "+\t\t\tehci: ehci at 21000 {\n" + "+\t\t\tehci: ehci@21000 {\n" "+\t\t\t\t#usb-cells = <0>;\n" "+\n" "+\t\t\t\tcompatible = \"generic-ehci\";\n" @@ -39,7 +49,7 @@ "+\t\t\t\tphys = <&usb2_phy>;\n" "+\t\t\t};\n" "+\n" - "+\t\t\tohci: ohci at 22000 {\n" + "+\t\t\tohci: ohci@22000 {\n" "+\t\t\t\t#usb-cells = <0>;\n" "+\n" "+\t\t\t\tcompatible = \"generic-ohci\";\n" @@ -48,7 +58,7 @@ "+\t\t\t};\n" " \t\t};\n" " \n" - " \t\tusb3: usb3 at 23000 {\n" + " \t\tusb3: usb3@23000 {\n" "@@ -257,6 +275,19 @@\n" " \n" " \t\t\t#address-cells = <1>;\n" @@ -57,7 +67,7 @@ "+\n" "+\t\t\tinterrupt-parent = <&gic>;\n" "+\n" - "+\t\t\txhci: xhci at 23000 {\n" + "+\t\t\txhci: xhci@23000 {\n" "+\t\t\t\t#usb-cells = <0>;\n" "+\n" "+\t\t\t\tcompatible = \"generic-xhci\";\n" @@ -68,8 +78,8 @@ "+\t\t\t};\n" " \t\t};\n" " \n" - " \t\tspi at 29000 {\n" + " \t\tspi@29000 {\n" "-- \n" 2.10.1 -7ebf449cecbaeb5d240dbcc2e9e1c3871540ff36967d75c751463aba2f4f1379 +f2b06f172722465a39a5e0e183798c525d26d1d50e5b0b78de93ebb98ae5a035
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.