All of lore.kernel.org
 help / color / mirror / Atom feed
diff for duplicates of <564F7D24.8040009@mleia.com>

diff --git a/a/1.txt b/N1/1.txt
index 2614d4b..720de41 100644
--- a/a/1.txt
+++ b/N1/1.txt
@@ -1,5 +1,5 @@
 On 20.11.2015 21:47, Rob Herring wrote:
-> On Sat, Oct 17, 2015 at 4:35 PM, Vladimir Zapolskiy <vz@mleia.com> wrote:
+> On Sat, Oct 17, 2015 at 4:35 PM, Vladimir Zapolskiy <vz-ChpfBGZJDbMAvxtiuMwx3w@public.gmane.org> wrote:
 >> NXP LPC32xx SoC has one USB OTG controller, which is supposed to work
 >> with an external phy (default is NXP ISP1301).
 >>
@@ -15,7 +15,7 @@ On 20.11.2015 21:47, Rob Herring wrote:
 >> -               /*
 >> -                * Enable either ohci or usbd (gadget)!
 >> -                */
->> -               ohci: ohci at 31020000 {
+>> -               ohci: ohci@31020000 {
 >> -                       compatible = "nxp,ohci-nxp", "usb-ohci";
 >> -                       reg = <0x31020000 0x300>;
 >> -                       interrupts = <0x3b 0>;
@@ -27,7 +27,7 @@ On 20.11.2015 21:47, Rob Herring wrote:
 >> +                       compatible = "simple-bus";
 >> +                       ranges = <0x0 0x31020000 0x00001000>;
 >>
->> -               usbd: usbd at 31020000 {
+>> -               usbd: usbd@31020000 {
 >> -                       compatible = "nxp,lpc3220-udc";
 >> -                       reg = <0x31020000 0x300>;
 >> -                       interrupts = <0x3d 0>, <0x3e 0>, <0x3c 0>, <0x3a 0>;
@@ -35,14 +35,14 @@ On 20.11.2015 21:47, Rob Herring wrote:
 >> +                       /*
 >> +                        * Enable either ohci or usbd (gadget)!
 >> +                        */
->> +                       ohci: ohci at 0 {
+>> +                       ohci: ohci@0 {
 >> +                               compatible = "nxp,ohci-nxp", "usb-ohci";
 >> +                               reg = <0x0 0x300>;
 >> +                               interrupts = <0x3b 0>;
 >> +                               status = "disabled";
 >> +                       };
 >> +
->> +                       usbd: usbd at 0 {
+>> +                       usbd: usbd@0 {
 >> +                               compatible = "nxp,lpc3220-udc";
 >> +                               reg = <0x0 0x300>;
 > 
@@ -58,3 +58,7 @@ require at least CCF and IRQ chip changes applied.
 --
 With best wishes,
 Vladimir
+--
+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 67c2b32..592477f 100644
--- a/a/content_digest
+++ b/N1/content_digest
@@ -1,14 +1,22 @@
  "ref\01445117757-8073-1-git-send-email-vz@mleia.com\0"
  "ref\01445117757-8073-9-git-send-email-vz@mleia.com\0"
  "ref\0CAL_JsqJZ+fKe32gaKAJa+8KvaDkNJS0rWD+NQH7hkWxaahC4ag@mail.gmail.com\0"
- "From\0vz@mleia.com (Vladimir Zapolskiy)\0"
- "Subject\0[PATCH v2 8/8] arm: dts: lpc32xx: move USB controller subdevices into own device node\0"
+ "ref\0CAL_JsqJZ+fKe32gaKAJa+8KvaDkNJS0rWD+NQH7hkWxaahC4ag-JsoAwUIsXosN+BqQ9rBEUg@public.gmane.org\0"
+ "From\0Vladimir Zapolskiy <vz-ChpfBGZJDbMAvxtiuMwx3w@public.gmane.org>\0"
+ "Subject\0Re: [PATCH v2 8/8] arm: dts: lpc32xx: move USB controller subdevices into own device node\0"
  "Date\0Fri, 20 Nov 2015 22:05:56 +0200\0"
- "To\0linux-arm-kernel@lists.infradead.org\0"
+ "To\0Rob Herring <robh-DgEjT+Ai2ygdnm+yROfE0A@public.gmane.org>\0"
+ "Cc\0Arnd Bergmann <arnd-r2nGTMty4D4@public.gmane.org>"
+  Russell King <linux-lFZ/pmaqli7XmaaqVzeoHQ@public.gmane.org>
+  Roland Stigge <stigge-uj/7R2tJ6VmzQB+pC5nmwQ@public.gmane.org>
+  Joachim Eastwood <manabian-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org>
+  devicetree-u79uwXL29TY76Z2rM5mHXA@public.gmane.org <devicetree-u79uwXL29TY76Z2rM5mHXA@public.gmane.org>
+  linux-arm-kernel-IAPFreCvJWM7uuMidbF8XUB+6BGkLq7r@public.gmane.org <linux-arm-kernel-IAPFreCvJWM7uuMidbF8XUB+6BGkLq7r@public.gmane.org>
+ " Grant Likely <grant.likely-QSEj5FYQhm4dnm+yROfE0A@public.gmane.org>\0"
  "\00:1\0"
  "b\0"
  "On 20.11.2015 21:47, Rob Herring wrote:\n"
- "> On Sat, Oct 17, 2015 at 4:35 PM, Vladimir Zapolskiy <vz@mleia.com> wrote:\n"
+ "> On Sat, Oct 17, 2015 at 4:35 PM, Vladimir Zapolskiy <vz-ChpfBGZJDbMAvxtiuMwx3w@public.gmane.org> wrote:\n"
  ">> NXP LPC32xx SoC has one USB OTG controller, which is supposed to work\n"
  ">> with an external phy (default is NXP ISP1301).\n"
  ">>\n"
@@ -24,7 +32,7 @@
  ">> -               /*\n"
  ">> -                * Enable either ohci or usbd (gadget)!\n"
  ">> -                */\n"
- ">> -               ohci: ohci at 31020000 {\n"
+ ">> -               ohci: ohci@31020000 {\n"
  ">> -                       compatible = \"nxp,ohci-nxp\", \"usb-ohci\";\n"
  ">> -                       reg = <0x31020000 0x300>;\n"
  ">> -                       interrupts = <0x3b 0>;\n"
@@ -36,7 +44,7 @@
  ">> +                       compatible = \"simple-bus\";\n"
  ">> +                       ranges = <0x0 0x31020000 0x00001000>;\n"
  ">>\n"
- ">> -               usbd: usbd at 31020000 {\n"
+ ">> -               usbd: usbd@31020000 {\n"
  ">> -                       compatible = \"nxp,lpc3220-udc\";\n"
  ">> -                       reg = <0x31020000 0x300>;\n"
  ">> -                       interrupts = <0x3d 0>, <0x3e 0>, <0x3c 0>, <0x3a 0>;\n"
@@ -44,14 +52,14 @@
  ">> +                       /*\n"
  ">> +                        * Enable either ohci or usbd (gadget)!\n"
  ">> +                        */\n"
- ">> +                       ohci: ohci at 0 {\n"
+ ">> +                       ohci: ohci@0 {\n"
  ">> +                               compatible = \"nxp,ohci-nxp\", \"usb-ohci\";\n"
  ">> +                               reg = <0x0 0x300>;\n"
  ">> +                               interrupts = <0x3b 0>;\n"
  ">> +                               status = \"disabled\";\n"
  ">> +                       };\n"
  ">> +\n"
- ">> +                       usbd: usbd at 0 {\n"
+ ">> +                       usbd: usbd@0 {\n"
  ">> +                               compatible = \"nxp,lpc3220-udc\";\n"
  ">> +                               reg = <0x0 0x300>;\n"
  "> \n"
@@ -66,6 +74,10 @@
  "\n"
  "--\n"
  "With best wishes,\n"
- Vladimir
+ "Vladimir\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
 
-65cfb0c944fd080041194edc60e7e38bb61b4aa1fb9202f60eccc1a3297d305f
+fdb603d38ac77f007ac0a63cfed40951bf0afdb2f00c7dbd3ca9370ab2b78028

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.