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

diff --git a/a/1.txt b/N1/1.txt
index 98fad48..1a3f460 100644
--- a/a/1.txt
+++ b/N1/1.txt
@@ -124,7 +124,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>;
@@ -135,7 +135,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>;
@@ -167,7 +167,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
@@ -744,7 +744,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
diff --git a/a/content_digest b/N1/content_digest
index b1b84b0..aaceffb 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\02388977.5Y1ahHeZcl@flatron\0"
  "ref\020130612165108.26381.54381@quantum\0"
- "From\0Tomasz Figa <tomasz.figa@gmail.com>\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 23:38:11 +0200\0"
- "To\0Mike Turquette <mturquette@linaro.org>\0"
- "Cc\0Kukjin Kim <kgene.kim@samsung.com>"
-  Arnd Bergmann <arnd@arndb.de>
-  gregkh@linuxfoundation.org
-  linux-usb@vger.kernel.org
-  linux-samsung-soc@vger.kernel.org
-  Mark Brown <broonie@kernel.org>
-  stern@rowland.harvard.edu
-  Olof Johansson <olof@lixom.net>
- " linux-arm-kernel@lists.infradead.org\0"
+ "To\0linux-arm-kernel@lists.infradead.org\0"
  "\00:1\0"
  "b\0"
  "On Wednesday 12 of June 2013 09:51:08 Mike Turquette wrote:\n"
@@ -142,7 +133,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"
@@ -153,7 +144,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"
@@ -185,7 +176,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"
@@ -762,7 +753,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"
@@ -910,4 +901,4 @@
  "> > > > +\n"
  > > > > +#endif /* _DT_BINDINGS_CLOCK_SAMSUNG_S3C64XX_CLOCK_H */
 
-295c617356295121a0575d1a072701a5bc6cb92bbdea9db61397df6ab39a74c5
+37e26fe9ca0909b9868cea1170a9ba90e9e85c040d75990b95d3f7d976f5a15e

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.