All of lore.kernel.org
 help / color / mirror / Atom feed
diff for duplicates of <20130612165108.26381.54381@quantum>

diff --git a/a/1.txt b/N1/1.txt
index c413af8..a063161 100644
--- a/a/1.txt
+++ b/N1/1.txt
@@ -96,7 +96,7 @@ Acked-by: Mike Turquette <mturquette@linaro.org>
 > > > +
 > > > +Example: Clock controller node:
 > > > +
-> > > +       clocks: clock-controller@7e00f000 {
+> > > +       clocks: clock-controller at 7e00f000 {
 > > > +               compatible = "samsung,s3c6410-clock";
 > > > +               reg = <0x7e00f000 0x1000>;
 > > > +               #clock-cells = <1>;
@@ -106,7 +106,7 @@ Acked-by: Mike Turquette <mturquette@linaro.org>
 > > > 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>;
@@ -138,7 +138,7 @@ Acked-by: Mike Turquette <mturquette@linaro.org>
 > > > +++ 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
@@ -660,7 +660,7 @@ Acked-by: Mike Turquette <mturquette@linaro.org>
 > > > +++ 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 1cd2a12..6c01044 100644
--- a/a/content_digest
+++ b/N1/content_digest
@@ -2,19 +2,10 @@
  "ref\01370476651-6743-3-git-send-email-tomasz.figa@gmail.com\0"
  "ref\020130612025451.8816.19385@quantum\0"
  "ref\02388977.5Y1ahHeZcl@flatron\0"
- "From\0Mike Turquette <mturquette@linaro.org>\0"
- "Subject\0Re: [PATCH 2/7] clk: samsung: Add clock driver for S3C64xx SoCs\0"
+ "From\0mturquette@linaro.org (Mike Turquette)\0"
+ "Subject\0[PATCH 2/7] clk: samsung: Add clock driver for S3C64xx SoCs\0"
  "Date\0Wed, 12 Jun 2013 09:51:08 -0700\0"
- "To\0Tomasz Figa <tomasz.figa@gmail.com>\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"
  "Quoting Tomasz Figa (2013-06-11 23:26:54)\n"
@@ -115,7 +106,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"
@@ -125,7 +116,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"
@@ -157,7 +148,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"
@@ -679,7 +670,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"
@@ -824,4 +815,4 @@
  "> > > +\n"
  > > > +#endif /* _DT_BINDINGS_CLOCK_SAMSUNG_S3C64XX_CLOCK_H */
 
-1e3c903ad85ac214f767dc776c7441d0ee5dfcd683f9388af3406499b8282d25
+c0460823599a8d7458ebeb5de2376086b0efb06998b6ef5ffb909efa93c1130a

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.