All of lore.kernel.org
 help / color / mirror / Atom feed
diff for duplicates of <2388977.5Y1ahHeZcl@flatron>

diff --git a/a/1.txt b/N1/1.txt
index 37df835..96a0f51 100644
--- a/a/1.txt
+++ b/N1/1.txt
@@ -32,7 +32,7 @@ Tomasz
 > Regards,
 > Mike
 > 
-> > Signed-off-by: Tomasz Figa <tomasz.figa-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org>
+> > Signed-off-by: Tomasz Figa <tomasz.figa@gmail.com>
 > > ---
 > > 
 > >  .../bindings/clock/samsung,s3c64xx-clock.txt       |  48 ++
@@ -82,7 +82,7 @@ Tomasz
 > > +
 > > +Example: Clock controller node:
 > > +
-> > +       clocks: clock-controller@7e00f000 {
+> > +       clocks: clock-controller at 7e00f000 {
 > > +               compatible = "samsung,s3c6410-clock";
 > > +               reg = <0x7e00f000 0x1000>;
 > > +               #clock-cells = <1>;
@@ -92,7 +92,7 @@ Tomasz
 > > the clock +  controller (refer to the standard clock bindings for
 > > information about +  "clocks" and "clock-names" properties):
 > > +
-> > +               uart0: serial@7f005000 {
+> > +               uart0: serial at 7f005000 {
 > > +                       compatible = "samsung,s3c6400-uart";
 > > +                       reg = <0x7f005000 0x100>;
 > > +                       interrupt-parent = <&vic1>;
@@ -124,7 +124,7 @@ Tomasz
 > > +++ b/drivers/clk/samsung/clk-s3c64xx.c
 > > @@ -0,0 +1,503 @@
 > > +/*
-> > + * Copyright (c) 2013 Tomasz Figa <tomasz.figa at gmail.com>
+> > + * Copyright (c) 2013 Tomasz Figa <tomasz.figa@gmail.com>
 > > + *
 > > + * This program is free software; you can redistribute it and/or
 > > modify + * it under the terms of the GNU General Public License
@@ -646,7 +646,7 @@ Tomasz
 > > +++ b/include/dt-bindings/clock/samsung,s3c64xx-clock.h
 > > @@ -0,0 +1,144 @@
 > > +/*
-> > + * Copyright (c) 2013 Tomasz Figa <tomasz.figa at gmail.com>
+> > + * Copyright (c) 2013 Tomasz Figa <tomasz.figa@gmail.com>
 > > + *
 > > + * This program is free software; you can redistribute it and/or
 > > modify + * it under the terms of the GNU General Public License
@@ -790,7 +790,3 @@ Tomasz
 > > +#define NR_CLKS                        (MEM0_SROM + 1)
 > > +
 > > +#endif /* _DT_BINDINGS_CLOCK_SAMSUNG_S3C64XX_CLOCK_H */
---
-To unsubscribe from this list: send the line "unsubscribe linux-usb" 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 2a5358e..41f0cad 100644
--- a/a/content_digest
+++ b/N1/content_digest
@@ -1,19 +1,10 @@
  "ref\01370476651-6743-1-git-send-email-tomasz.figa@gmail.com\0"
  "ref\01370476651-6743-3-git-send-email-tomasz.figa@gmail.com\0"
  "ref\020130612025451.8816.19385@quantum\0"
- "From\0Tomasz Figa <tomasz.figa-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org>\0"
- "Subject\0Re: [PATCH 2/7] clk: samsung: Add clock driver for S3C64xx SoCs\0"
+ "From\0tomasz.figa@gmail.com (Tomasz Figa)\0"
+ "Subject\0[PATCH 2/7] clk: samsung: Add clock driver for S3C64xx SoCs\0"
  "Date\0Wed, 12 Jun 2013 08:26:54 +0200\0"
- "To\0Mike Turquette <mturquette-QSEj5FYQhm4dnm+yROfE0A@public.gmane.org>\0"
- "Cc\0linux-arm-kernel-IAPFreCvJWM7uuMidbF8XUB+6BGkLq7r@public.gmane.org"
-  linux-samsung-soc-u79uwXL29TY76Z2rM5mHXA@public.gmane.org
-  Kukjin Kim <kgene.kim-Sze3O3UU22JBDgjK7y7TUQ@public.gmane.org>
-  Mark Brown <broonie-DgEjT+Ai2ygdnm+yROfE0A@public.gmane.org>
-  Arnd Bergmann <arnd-r2nGTMty4D4@public.gmane.org>
-  Olof Johansson <olof-nZhT3qVonbNeoWH0uzbU5w@public.gmane.org>
-  stern-nwvwT67g6+6dFdvTe/nMLpVzexx5G7lz@public.gmane.org
-  gregkh-hQyY1W1yCW8ekmWlsbkhG0B+6BGkLq7r@public.gmane.org
- " linux-usb-u79uwXL29TY76Z2rM5mHXA@public.gmane.org\0"
+ "To\0linux-arm-kernel@lists.infradead.org\0"
  "\00:1\0"
  "b\0"
  "Hi Mike,\n"
@@ -50,7 +41,7 @@
  "> Regards,\n"
  "> Mike\n"
  "> \n"
- "> > Signed-off-by: Tomasz Figa <tomasz.figa-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org>\n"
+ "> > Signed-off-by: Tomasz Figa <tomasz.figa@gmail.com>\n"
  "> > ---\n"
  "> > \n"
  "> >  .../bindings/clock/samsung,s3c64xx-clock.txt       |  48 ++\n"
@@ -100,7 +91,7 @@
  "> > +\n"
  "> > +Example: Clock controller node:\n"
  "> > +\n"
- "> > +       clocks: clock-controller@7e00f000 {\n"
+ "> > +       clocks: clock-controller at 7e00f000 {\n"
  "> > +               compatible = \"samsung,s3c6410-clock\";\n"
  "> > +               reg = <0x7e00f000 0x1000>;\n"
  "> > +               #clock-cells = <1>;\n"
@@ -110,7 +101,7 @@
  "> > the clock +  controller (refer to the standard clock bindings for\n"
  "> > information about +  \"clocks\" and \"clock-names\" properties):\n"
  "> > +\n"
- "> > +               uart0: serial@7f005000 {\n"
+ "> > +               uart0: serial at 7f005000 {\n"
  "> > +                       compatible = \"samsung,s3c6400-uart\";\n"
  "> > +                       reg = <0x7f005000 0x100>;\n"
  "> > +                       interrupt-parent = <&vic1>;\n"
@@ -142,7 +133,7 @@
  "> > +++ b/drivers/clk/samsung/clk-s3c64xx.c\n"
  "> > @@ -0,0 +1,503 @@\n"
  "> > +/*\n"
- "> > + * Copyright (c) 2013 Tomasz Figa <tomasz.figa at gmail.com>\n"
+ "> > + * Copyright (c) 2013 Tomasz Figa <tomasz.figa@gmail.com>\n"
  "> > + *\n"
  "> > + * This program is free software; you can redistribute it and/or\n"
  "> > modify + * it under the terms of the GNU General Public License\n"
@@ -664,7 +655,7 @@
  "> > +++ b/include/dt-bindings/clock/samsung,s3c64xx-clock.h\n"
  "> > @@ -0,0 +1,144 @@\n"
  "> > +/*\n"
- "> > + * Copyright (c) 2013 Tomasz Figa <tomasz.figa at gmail.com>\n"
+ "> > + * Copyright (c) 2013 Tomasz Figa <tomasz.figa@gmail.com>\n"
  "> > + *\n"
  "> > + * This program is free software; you can redistribute it and/or\n"
  "> > modify + * it under the terms of the GNU General Public License\n"
@@ -807,10 +798,6 @@
  "> > +/* Total number of clocks. */\n"
  "> > +#define NR_CLKS                        (MEM0_SROM + 1)\n"
  "> > +\n"
- "> > +#endif /* _DT_BINDINGS_CLOCK_SAMSUNG_S3C64XX_CLOCK_H */\n"
- "--\n"
- "To unsubscribe from this list: send the line \"unsubscribe linux-usb\" 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
+ > > +#endif /* _DT_BINDINGS_CLOCK_SAMSUNG_S3C64XX_CLOCK_H */
 
-4a26c14c0625e9cb6c6ada57ee6fc0c9bde420093c7b4197c33925218d16beb3
+5adb6a9ad9f63e0024fd640e5598880a78d4206004946cb4ff33a022356a598a

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.