All of lore.kernel.org
 help / color / mirror / Atom feed
diff for duplicates of <4EDFF898.1070708@nvidia.com>

diff --git a/a/1.txt b/N1/1.txt
index b1cc7e4..90865c7 100644
--- a/a/1.txt
+++ b/N1/1.txt
@@ -1,7 +1,7 @@
 On 12/06/2011 02:09 PM, Simon Glass wrote:
-> On Tue, Dec 6, 2011 at 12:28 PM, Stephen Warren <swarren-DDmLM1+adcrQT0dZR+AlfA@public.gmane.org> wrote:
+> On Tue, Dec 6, 2011 at 12:28 PM, Stephen Warren <swarren@nvidia.com> wrote:
 >> On 12/05/2011 05:55 PM, Simon Glass wrote:
->>> On Mon, Dec 5, 2011 at 3:25 PM, Stephen Warren <swarren-DDmLM1+adcrQT0dZR+AlfA@public.gmane.org> wrote:
+>>> On Mon, Dec 5, 2011 at 3:25 PM, Stephen Warren <swarren@nvidia.com> wrote:
 >>>> On 12/02/2011 07:11 PM, Simon Glass wrote:
 >>>>> This adds peripheral IDs and timing information to the USB part of the
 >>>>> device tree for U-Boot.
@@ -14,7 +14,7 @@ On 12/06/2011 02:09 PM, Simon Glass wrote:
 >>>>> The USB timing information does apparently vary between boards sometimes,
 >>>>> so is include in the fdt for convenience.
 
->>>>>       usb@c5000000 {
+>>>>>       usb at c5000000 {
 >>>>>               compatible = "nvidia,tegra20-ehci", "usb-ehci";
 >>>>>               reg = <0xc5000000 0x4000>;
 >>>>>               interrupts = < 52 >;
@@ -56,7 +56,7 @@ static struct clk tegra_list_clks[] = {
         PERIPH_CLK("usb3",      "tegra-ehci.2", ...),
 
 With DT, the device names typically don't follow this format (in this
-case, it'd be something more like "/usb@c5008000"). However, this
+case, it'd be something more like "/usb at c5008000"). However, this
 prevented the clock lookups by device name from working, so a temporary
 scheme was put in place to keep the same device names. This is driven by
 "AUXDATA", for example in arch/arm/mach-tegra/board-dt.c:
diff --git a/a/content_digest b/N1/content_digest
index c254125..f720598 100644
--- a/a/content_digest
+++ b/N1/content_digest
@@ -4,22 +4,16 @@
  "ref\0CAPnjgZ1J_cOS_E+ZiDoZUh79V7LUFzVkx-0nhbPTDwuGCGvDnQ@mail.gmail.com\0"
  "ref\04EDE7B06.7060401@nvidia.com\0"
  "ref\0CAPnjgZ035Cen11ObFXjKUCqypvVKzkewhfY2F=yGH8=RWxVuSA@mail.gmail.com\0"
- "ref\0CAPnjgZ035Cen11ObFXjKUCqypvVKzkewhfY2F=yGH8=RWxVuSA-JsoAwUIsXosN+BqQ9rBEUg@public.gmane.org\0"
- "From\0Stephen Warren <swarren-DDmLM1+adcrQT0dZR+AlfA@public.gmane.org>\0"
- "Subject\0Re: [PATCH v2 09/17] tegra: usb: fdt: Add additional device tree definitions for USB ports\0"
+ "From\0Stephen Warren <swarren@nvidia.com>\0"
+ "Subject\0[U-Boot] [PATCH v2 09/17] tegra: usb: fdt: Add additional device tree definitions for USB ports\0"
  "Date\0Wed, 07 Dec 2011 16:36:56 -0700\0"
- "To\0Simon Glass <sjg-F7+t8E8rja9g9hUCZPvPmw@public.gmane.org>\0"
- "Cc\0Remy Bohmer <linux-SYUVB/VFmdasTnJN9+BGXg@public.gmane.org>"
-  U-Boot Mailing List <u-boot-0aAXYlwwYIKGBzrmiIFOJg@public.gmane.org>
-  Devicetree Discuss <devicetree-discuss-uLR06cmDAlY/bJ5BZ2RsiQ@public.gmane.org>
-  Tom Warren <TWarren-DDmLM1+adcrQT0dZR+AlfA@public.gmane.org>
- " Albert ARIBAUD <albert.u.boot-LhW3hqR2+23R7s880joybQ@public.gmane.org>\0"
+ "To\0u-boot@lists.denx.de\0"
  "\00:1\0"
  "b\0"
  "On 12/06/2011 02:09 PM, Simon Glass wrote:\n"
- "> On Tue, Dec 6, 2011 at 12:28 PM, Stephen Warren <swarren-DDmLM1+adcrQT0dZR+AlfA@public.gmane.org> wrote:\n"
+ "> On Tue, Dec 6, 2011 at 12:28 PM, Stephen Warren <swarren@nvidia.com> wrote:\n"
  ">> On 12/05/2011 05:55 PM, Simon Glass wrote:\n"
- ">>> On Mon, Dec 5, 2011 at 3:25 PM, Stephen Warren <swarren-DDmLM1+adcrQT0dZR+AlfA@public.gmane.org> wrote:\n"
+ ">>> On Mon, Dec 5, 2011 at 3:25 PM, Stephen Warren <swarren@nvidia.com> wrote:\n"
  ">>>> On 12/02/2011 07:11 PM, Simon Glass wrote:\n"
  ">>>>> This adds peripheral IDs and timing information to the USB part of the\n"
  ">>>>> device tree for U-Boot.\n"
@@ -32,7 +26,7 @@
  ">>>>> The USB timing information does apparently vary between boards sometimes,\n"
  ">>>>> so is include in the fdt for convenience.\n"
  "\n"
- ">>>>>       usb@c5000000 {\n"
+ ">>>>>       usb at c5000000 {\n"
  ">>>>>               compatible = \"nvidia,tegra20-ehci\", \"usb-ehci\";\n"
  ">>>>>               reg = <0xc5000000 0x4000>;\n"
  ">>>>>               interrupts = < 52 >;\n"
@@ -74,7 +68,7 @@
  "        PERIPH_CLK(\"usb3\",      \"tegra-ehci.2\", ...),\n"
  "\n"
  "With DT, the device names typically don't follow this format (in this\n"
- "case, it'd be something more like \"/usb@c5008000\"). However, this\n"
+ "case, it'd be something more like \"/usb at c5008000\"). However, this\n"
  "prevented the clock lookups by device name from working, so a temporary\n"
  "scheme was put in place to keep the same device names. This is driven by\n"
  "\"AUXDATA\", for example in arch/arm/mach-tegra/board-dt.c:\n"
@@ -111,4 +105,4 @@
  "-- \n"
  nvpublic
 
-8412f504477cba31f5ec314b4a7eab50efc518abfc83e6ffc8ece2f354f5037b
+3d2b1e15da8e4964e55b3dc79b25f4ba783cce940142a95375a9c8bc32117596

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.