diff for duplicates of <5110A3C6.6040808@ti.com> diff --git a/a/1.txt b/N1/1.txt index bd9b482..99de60d 100644 --- a/a/1.txt +++ b/N1/1.txt @@ -2,8 +2,8 @@ On Monday 04 February 2013 09:28 PM, Roger Quadros wrote: > Allows the OMAP HS USB host controller to be specified > via device tree. > -> CC: Samuel Ortiz <sameo-VuQAYsv1563Yd54FQh9/CA@public.gmane.org> -> Signed-off-by: Roger Quadros <rogerq-l0cyMroinI0@public.gmane.org> +> CC: Samuel Ortiz <sameo@linux.intel.com> +> Signed-off-by: Roger Quadros <rogerq@ti.com> > --- > .../devicetree/bindings/mfd/omap-usb-host.txt | 68 ++++++++++++++++ > drivers/mfd/omap-usb-host.c | 83 ++++++++++++++++++-- @@ -52,7 +52,7 @@ On Monday 04 February 2013 09:28 PM, Roger Quadros wrote: > + > +Example for OMAP4: > + -> +usbhshost: usbhshost@0x4a064000 { +> +usbhshost: usbhshost at 0x4a064000 { > + compatible = "ti,usbhs-host"; > + reg = <0x4a064000 0x800>; > + ti,hwmods = "usb_host_hs"; @@ -60,14 +60,14 @@ On Monday 04 February 2013 09:28 PM, Roger Quadros wrote: > + #size-cells = <1>; > + ranges; > + -> + usbhsohci: ohci@0x4a064800 { +> + usbhsohci: ohci at 0x4a064800 { > + compatible = "ti,omap3-ohci", "usb-ohci"; > + reg = <0x4a064800 0x400>; > + interrupt-parent = <&gic>; > + interrupts = <0 76 0x4>; > + }; > + -> + usbhsehci: ehci@0x4a064c00 { +> + usbhsehci: ehci at 0x4a064c00 { > + compatible = "ti,omap-ehci", "usb-ehci"; > + reg = <0x4a064c00 0x400>; > + interrupt-parent = <&gic>; @@ -94,8 +94,8 @@ On Monday 04 February 2013 09:28 PM, Roger Quadros wrote: > * > - * Copyright (C) 2011 Texas Instruments Incorporated - http://www.ti.com > + * Copyright (C) 2011-2013 Texas Instruments Incorporated - http://www.ti.com -> * Author: Keshava Munegowda <keshava_mgowda-l0cyMroinI0@public.gmane.org> -> + * Author: Roger Quadros <rogerq-l0cyMroinI0@public.gmane.org> +> * Author: Keshava Munegowda <keshava_mgowda@ti.com> +> + * Author: Roger Quadros <rogerq@ti.com> > * > * 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 diff --git a/a/content_digest b/N1/content_digest index a60061c..5ca3c7f 100644 --- a/a/content_digest +++ b/N1/content_digest @@ -1,26 +1,17 @@ "ref\01359993540-20780-1-git-send-email-rogerq@ti.com\0" "ref\01359993540-20780-10-git-send-email-rogerq@ti.com\0" - "ref\01359993540-20780-10-git-send-email-rogerq-l0cyMroinI0@public.gmane.org\0" - "From\0kishon <kishon-l0cyMroinI0@public.gmane.org>\0" - "Subject\0Re: [PATCH 09/13] mfd: omap-usb-host: Add device tree support and binding information\0" + "From\0kishon@ti.com (kishon)\0" + "Subject\0[PATCH 09/13] mfd: omap-usb-host: Add device tree support and binding information\0" "Date\0Tue, 5 Feb 2013 11:46:38 +0530\0" - "To\0Roger Quadros <rogerq-l0cyMroinI0@public.gmane.org>\0" - "Cc\0linux-lFZ/pmaqli7XmaaqVzeoHQ@public.gmane.org" - devicetree-discuss-uLR06cmDAlY/bJ5BZ2RsiQ@public.gmane.org - linux-usb-u79uwXL29TY76Z2rM5mHXA@public.gmane.org - balbi-l0cyMroinI0@public.gmane.org - stern-nwvwT67g6+6dFdvTe/nMLpVzexx5G7lz@public.gmane.org - linux-omap-u79uwXL29TY76Z2rM5mHXA@public.gmane.org - linux-arm-kernel-IAPFreCvJWM7uuMidbF8XUB+6BGkLq7r@public.gmane.org - " Samuel Ortiz <sameo-VuQAYsv1563Yd54FQh9/CA@public.gmane.org>\0" + "To\0linux-arm-kernel@lists.infradead.org\0" "\00:1\0" "b\0" "On Monday 04 February 2013 09:28 PM, Roger Quadros wrote:\n" "> Allows the OMAP HS USB host controller to be specified\n" "> via device tree.\n" ">\n" - "> CC: Samuel Ortiz <sameo-VuQAYsv1563Yd54FQh9/CA@public.gmane.org>\n" - "> Signed-off-by: Roger Quadros <rogerq-l0cyMroinI0@public.gmane.org>\n" + "> CC: Samuel Ortiz <sameo@linux.intel.com>\n" + "> Signed-off-by: Roger Quadros <rogerq@ti.com>\n" "> ---\n" "> .../devicetree/bindings/mfd/omap-usb-host.txt | 68 ++++++++++++++++\n" "> drivers/mfd/omap-usb-host.c | 83 ++++++++++++++++++--\n" @@ -69,7 +60,7 @@ "> +\n" "> +Example for OMAP4:\n" "> +\n" - "> +usbhshost: usbhshost@0x4a064000 {\n" + "> +usbhshost: usbhshost at 0x4a064000 {\n" "> +\tcompatible = \"ti,usbhs-host\";\n" "> +\treg = <0x4a064000 0x800>;\n" "> +\tti,hwmods = \"usb_host_hs\";\n" @@ -77,14 +68,14 @@ "> +\t#size-cells = <1>;\n" "> +\tranges;\n" "> +\n" - "> +\tusbhsohci: ohci@0x4a064800 {\n" + "> +\tusbhsohci: ohci at 0x4a064800 {\n" "> +\t\tcompatible = \"ti,omap3-ohci\", \"usb-ohci\";\n" "> +\t\treg = <0x4a064800 0x400>;\n" "> +\t\tinterrupt-parent = <&gic>;\n" "> +\t\tinterrupts = <0 76 0x4>;\n" "> +\t};\n" "> +\n" - "> +\tusbhsehci: ehci@0x4a064c00 {\n" + "> +\tusbhsehci: ehci at 0x4a064c00 {\n" "> +\t\tcompatible = \"ti,omap-ehci\", \"usb-ehci\";\n" "> +\t\treg = <0x4a064c00 0x400>;\n" "> +\t\tinterrupt-parent = <&gic>;\n" @@ -111,8 +102,8 @@ "> *\n" "> - * Copyright (C) 2011 Texas Instruments Incorporated - http://www.ti.com\n" "> + * Copyright (C) 2011-2013 Texas Instruments Incorporated - http://www.ti.com\n" - "> * Author: Keshava Munegowda <keshava_mgowda-l0cyMroinI0@public.gmane.org>\n" - "> + * Author: Roger Quadros <rogerq-l0cyMroinI0@public.gmane.org>\n" + "> * Author: Keshava Munegowda <keshava_mgowda@ti.com>\n" + "> + * Author: Roger Quadros <rogerq@ti.com>\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" @@ -224,4 +215,4 @@ "Thanks\n" Kishon -620e6508cd870961f4e9b1b8c3a1985d1e7debd45615d828c7a055a764343dd2 +52f8aa0ac14550921054fd5b2225571434273cb8ca1af3691542df3dc593247d
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.