diff for duplicates of <52D4B933.9080505@prisktech.co.nz> diff --git a/a/1.txt b/N1/1.txt index 6bc8496..d33f484 100644 --- a/a/1.txt +++ b/N1/1.txt @@ -21,7 +21,7 @@ On 14/01/14 11:45, Hans de Goede wrote: > not needed on ppc platforms, so add a !PPC_OF dependency to it to avoid > 2 drivers claiming the same compatibility string getting build on ppc. > -> Signed-off-by: Hans de Goede <hdegoede@redhat.com> +> Signed-off-by: Hans de Goede <hdegoede-H+wXaHxf7aLQT0dZR+AlfA@public.gmane.org> > --- > Documentation/devicetree/bindings/usb/usb-ehci.txt | 25 +++- > .../devicetree/bindings/usb/via,vt8500-ehci.txt | 15 --- @@ -57,14 +57,14 @@ On 14/01/14 11:45, Hans de Goede wrote: > + - phy-names : "usb" > > Example (Sequoia 440EPx): -> ehci at e0000300 { +> ehci@e0000300 { > @@ -23,3 +24,13 @@ Example (Sequoia 440EPx): > reg = <0 e0000300 90 0 e0000390 70>; > big-endian; > }; > + > +Example (Allwinner sun4i A10 SoC): -> + ehci0: ehci at 0x01c14000 { +> + ehci0: ehci@0x01c14000 { > + compatible = "allwinner,sun4i-a10-ehci", "usb-ehci"; > + reg = <0x01c14000 0x100>; > + interrupts = <39>; @@ -88,7 +88,7 @@ On 14/01/14 11:45, Hans de Goede wrote: > - > -Example: > - -> - ehci at d8007900 { +> - ehci@d8007900 { > - compatible = "via,vt8500-ehci"; > - reg = <0xd8007900 0x200>; > - interrupts = <43>; @@ -106,7 +106,7 @@ On 14/01/14 11:45, Hans de Goede wrote: > - - reg: Address range of the ehci registers. size should be 0x200 > - - interrupts: Should contain the ehci interrupt. > - -> -usb: ehci at D8007100 { +> -usb: ehci@D8007100 { > - compatible = "wm,prizm-ehci", "usb-ehci"; > - reg = <0xD8007100 0x200>; > - interrupts = <1>; @@ -129,9 +129,9 @@ On 14/01/14 11:45, Hans de Goede wrote: > +++ b/drivers/usb/host/ehci-platform.c > @@ -3,6 +3,7 @@ > * -> * Copyright 2007 Steven Brown <sbrown@cortland.com> -> * Copyright 2010-2012 Hauke Mehrtens <hauke@hauke-m.de> -> + * Copyright 2014 Hans de Goede <hdegoede@redhat.com> +> * Copyright 2007 Steven Brown <sbrown-aLUkz7fEuXBWk0Htik3J/w@public.gmane.org> +> * Copyright 2010-2012 Hauke Mehrtens <hauke-5/S+JYg5SzeELgA04lAiVw@public.gmane.org> +> + * Copyright 2014 Hans de Goede <hdegoede-H+wXaHxf7aLQT0dZR+AlfA@public.gmane.org> > * > * Derived from the ohci-ssb driver > * Copyright 2007 Michael Buesch <m@bues.ch> diff --git a/a/content_digest b/N1/content_digest index 818d80e..bbce46d 100644 --- a/a/content_digest +++ b/N1/content_digest @@ -1,9 +1,15 @@ "ref\01389653115-11028-1-git-send-email-hdegoede@redhat.com\0" "ref\01389653115-11028-3-git-send-email-hdegoede@redhat.com\0" - "From\0linux@prisktech.co.nz (Tony Prisk)\0" - "Subject\0[PATCH v5 2/2] ehci-platform: Add support for clks and phy passed through devicetree\0" + "ref\01389653115-11028-3-git-send-email-hdegoede-H+wXaHxf7aLQT0dZR+AlfA@public.gmane.org\0" + "From\0Tony Prisk <linux-ci5G2KO2hbZ+pU9mqzGVBQ@public.gmane.org>\0" + "Subject\0Re: [PATCH v5 2/2] ehci-platform: Add support for clks and phy passed through devicetree\0" "Date\0Tue, 14 Jan 2014 17:12:35 +1300\0" - "To\0linux-arm-kernel@lists.infradead.org\0" + "To\0Hans de Goede <hdegoede-H+wXaHxf7aLQT0dZR+AlfA@public.gmane.org>" + " Alan Stern <stern-nwvwT67g6+6dFdvTe/nMLpVzexx5G7lz@public.gmane.org>\0" + "Cc\0linux-arm-kernel-IAPFreCvJWM7uuMidbF8XUB+6BGkLq7r@public.gmane.org" + devicetree <devicetree-u79uwXL29TY76Z2rM5mHXA@public.gmane.org> + linux-usb <linux-usb-u79uwXL29TY76Z2rM5mHXA@public.gmane.org> + " linux-sunxi-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org\0" "\00:1\0" "b\0" "On 14/01/14 11:45, Hans de Goede wrote:\n" @@ -29,7 +35,7 @@ "> not needed on ppc platforms, so add a !PPC_OF dependency to it to avoid\n" "> 2 drivers claiming the same compatibility string getting build on ppc.\n" ">\n" - "> Signed-off-by: Hans de Goede <hdegoede@redhat.com>\n" + "> Signed-off-by: Hans de Goede <hdegoede-H+wXaHxf7aLQT0dZR+AlfA@public.gmane.org>\n" "> ---\n" "> Documentation/devicetree/bindings/usb/usb-ehci.txt | 25 +++-\n" "> .../devicetree/bindings/usb/via,vt8500-ehci.txt | 15 ---\n" @@ -65,14 +71,14 @@ "> + - phy-names : \"usb\"\n" "> \n" "> Example (Sequoia 440EPx):\n" - "> ehci at e0000300 {\n" + "> ehci@e0000300 {\n" "> @@ -23,3 +24,13 @@ Example (Sequoia 440EPx):\n" "> \t reg = <0 e0000300 90 0 e0000390 70>;\n" "> \t big-endian;\n" "> };\n" "> +\n" "> +Example (Allwinner sun4i A10 SoC):\n" - "> + ehci0: ehci at 0x01c14000 {\n" + "> + ehci0: ehci@0x01c14000 {\n" "> +\t compatible = \"allwinner,sun4i-a10-ehci\", \"usb-ehci\";\n" "> +\t reg = <0x01c14000 0x100>;\n" "> +\t interrupts = <39>;\n" @@ -96,7 +102,7 @@ "> -\n" "> -Example:\n" "> -\n" - "> -\tehci at d8007900 {\n" + "> -\tehci@d8007900 {\n" "> -\t\tcompatible = \"via,vt8500-ehci\";\n" "> -\t\treg = <0xd8007900 0x200>;\n" "> -\t\tinterrupts = <43>;\n" @@ -114,7 +120,7 @@ "> - - reg: Address range of the ehci registers. size should be 0x200\n" "> - - interrupts: Should contain the ehci interrupt.\n" "> -\n" - "> -usb: ehci at D8007100 {\n" + "> -usb: ehci@D8007100 {\n" "> -\tcompatible = \"wm,prizm-ehci\", \"usb-ehci\";\n" "> -\treg = <0xD8007100 0x200>;\n" "> -\tinterrupts = <1>;\n" @@ -137,9 +143,9 @@ "> +++ b/drivers/usb/host/ehci-platform.c\n" "> @@ -3,6 +3,7 @@\n" "> *\n" - "> * Copyright 2007 Steven Brown <sbrown@cortland.com>\n" - "> * Copyright 2010-2012 Hauke Mehrtens <hauke@hauke-m.de>\n" - "> + * Copyright 2014 Hans de Goede <hdegoede@redhat.com>\n" + "> * Copyright 2007 Steven Brown <sbrown-aLUkz7fEuXBWk0Htik3J/w@public.gmane.org>\n" + "> * Copyright 2010-2012 Hauke Mehrtens <hauke-5/S+JYg5SzeELgA04lAiVw@public.gmane.org>\n" + "> + * Copyright 2014 Hans de Goede <hdegoede-H+wXaHxf7aLQT0dZR+AlfA@public.gmane.org>\n" "> *\n" "> * Derived from the ohci-ssb driver\n" "> * Copyright 2007 Michael Buesch <m@bues.ch>\n" @@ -409,4 +415,4 @@ "Regards\n" Tony P -ee7ff28af9d5621757c796360ba356d20ad2faf036eb48249bc4cdd75f81100f +951b87fcb91431f05ccf3d81469a7473f1a83bb31d6b14a001a0258c04e78815
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.