All of lore.kernel.org
 help / color / mirror / Atom feed
diff for duplicates of <2035207.RtdvCosQOa@amdc1032>

diff --git a/a/1.txt b/N1/1.txt
index ef4ab99..8d0546c 100644
--- a/a/1.txt
+++ b/N1/1.txt
@@ -6,7 +6,7 @@ On Thursday, March 27, 2014 01:16:19 PM Sylwester Nawrocki wrote:
 > as specified in clock-parents, clock-rates DT properties for a consumer
 > device and a call to it before driver is bound to a device.
 > 
-> Signed-off-by: Sylwester Nawrocki <s.nawrocki@samsung.com>
+> Signed-off-by: Sylwester Nawrocki <s.nawrocki-Sze3O3UU22JBDgjK7y7TUQ@public.gmane.org>
 > ---
 > Changes since v2:
 >  - edited in clock-bindings.txt, added note about 'assigned-clocks'
@@ -52,7 +52,7 @@ On Thursday, March 27, 2014 01:16:19 PM Sylwester Nawrocki wrote:
 > +a list of parent clocks in form of phandle and clock specifier pairs, the
 > +latter the list of assigned clock frequency values (one cell each).
 > +
-> +    uart at a000 {
+> +    uart@a000 {
 > +        compatible = "fsl,imx-uart";
 > +        reg = <0xa000 0x1000>;
 > +        ...
@@ -114,7 +114,7 @@ On Thursday, March 27, 2014 01:16:19 PM Sylwester Nawrocki wrote:
 > @@ -0,0 +1,87 @@
 > +/*
 > + * Copyright (C) 2014 Samsung Electronics Co., Ltd.
-> + * Sylwester Nawrocki <s.nawrocki@samsung.com>
+> + * Sylwester Nawrocki <s.nawrocki-Sze3O3UU22JBDgjK7y7TUQ@public.gmane.org>
 > + *
 > + * This program is free software; you can redistribute it and/or modify
 > + * it under the terms of the GNU General Public License version 2 as
@@ -243,7 +243,7 @@ On Thursday, March 27, 2014 01:16:19 PM Sylwester Nawrocki wrote:
 > @@ -0,0 +1,19 @@
 > +/*
 > + * Copyright (C) 2014 Samsung Electronics Co., Ltd.
-> + * Sylwester Nawrocki <s.nawrocki@samsung.com>
+> + * Sylwester Nawrocki <s.nawrocki-Sze3O3UU22JBDgjK7y7TUQ@public.gmane.org>
 > + *
 > + * This program is free software; you can redistribute it and/or modify
 > + * it under the terms of the GNU General Public License version 2 as
@@ -272,3 +272,8 @@ Best regards,
 Bartlomiej Zolnierkiewicz
 Samsung R&D Institute Poland
 Samsung Electronics
+
+--
+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 589365d..1f43c57 100644
--- a/a/content_digest
+++ b/N1/content_digest
@@ -1,9 +1,24 @@
  "ref\01395922579-28547-1-git-send-email-s.nawrocki@samsung.com\0"
  "ref\01395922579-28547-3-git-send-email-s.nawrocki@samsung.com\0"
- "From\0b.zolnierkie@samsung.com (Bartlomiej Zolnierkiewicz)\0"
- "Subject\0[PATCH RFC v3 2/2] clk: Add handling of clk parent and rate assigned from DT\0"
+ "ref\01395922579-28547-3-git-send-email-s.nawrocki-Sze3O3UU22JBDgjK7y7TUQ@public.gmane.org\0"
+ "From\0Bartlomiej Zolnierkiewicz <b.zolnierkie-Sze3O3UU22JBDgjK7y7TUQ@public.gmane.org>\0"
+ "Subject\0Re: [PATCH RFC v3 2/2] clk: Add handling of clk parent and rate assigned from DT\0"
  "Date\0Thu, 27 Mar 2014 18:19:51 +0100\0"
- "To\0linux-arm-kernel@lists.infradead.org\0"
+ "To\0Sylwester Nawrocki <s.nawrocki-Sze3O3UU22JBDgjK7y7TUQ@public.gmane.org>\0"
+ "Cc\0mturquette-QSEj5FYQhm4dnm+yROfE0A@public.gmane.org"
+  linux-arm-kernel-IAPFreCvJWM7uuMidbF8XUB+6BGkLq7r@public.gmane.org
+  devicetree-u79uwXL29TY76Z2rM5mHXA@public.gmane.org
+  gregkh-hQyY1W1yCW8ekmWlsbkhG0B+6BGkLq7r@public.gmane.org
+  linux-lFZ/pmaqli7XmaaqVzeoHQ@public.gmane.org
+  robh+dt-DgEjT+Ai2ygdnm+yROfE0A@public.gmane.org
+  grant.likely-QSEj5FYQhm4dnm+yROfE0A@public.gmane.org
+  mark.rutland-5wv7dgnIgG8@public.gmane.org
+  galak-sgV2jX0FEOL9JmXXK+q4OQ@public.gmane.org
+  kyungmin.park-Sze3O3UU22JBDgjK7y7TUQ@public.gmane.org
+  sw0312.kim-Sze3O3UU22JBDgjK7y7TUQ@public.gmane.org
+  m.szyprowski-Sze3O3UU22JBDgjK7y7TUQ@public.gmane.org
+  t.figa-Sze3O3UU22JBDgjK7y7TUQ@public.gmane.org
+ " linux-kernel-u79uwXL29TY76Z2rM5mHXA@public.gmane.org\0"
  "\00:1\0"
  "b\0"
  "\n"
@@ -14,7 +29,7 @@
  "> as specified in clock-parents, clock-rates DT properties for a consumer\n"
  "> device and a call to it before driver is bound to a device.\n"
  "> \n"
- "> Signed-off-by: Sylwester Nawrocki <s.nawrocki@samsung.com>\n"
+ "> Signed-off-by: Sylwester Nawrocki <s.nawrocki-Sze3O3UU22JBDgjK7y7TUQ@public.gmane.org>\n"
  "> ---\n"
  "> Changes since v2:\n"
  ">  - edited in clock-bindings.txt, added note about 'assigned-clocks'\n"
@@ -60,7 +75,7 @@
  "> +a list of parent clocks in form of phandle and clock specifier pairs, the\n"
  "> +latter the list of assigned clock frequency values (one cell each).\n"
  "> +\n"
- "> +    uart at a000 {\n"
+ "> +    uart@a000 {\n"
  "> +        compatible = \"fsl,imx-uart\";\n"
  "> +        reg = <0xa000 0x1000>;\n"
  "> +        ...\n"
@@ -122,7 +137,7 @@
  "> @@ -0,0 +1,87 @@\n"
  "> +/*\n"
  "> + * Copyright (C) 2014 Samsung Electronics Co., Ltd.\n"
- "> + * Sylwester Nawrocki <s.nawrocki@samsung.com>\n"
+ "> + * Sylwester Nawrocki <s.nawrocki-Sze3O3UU22JBDgjK7y7TUQ@public.gmane.org>\n"
  "> + *\n"
  "> + * This program is free software; you can redistribute it and/or modify\n"
  "> + * it under the terms of the GNU General Public License version 2 as\n"
@@ -251,7 +266,7 @@
  "> @@ -0,0 +1,19 @@\n"
  "> +/*\n"
  "> + * Copyright (C) 2014 Samsung Electronics Co., Ltd.\n"
- "> + * Sylwester Nawrocki <s.nawrocki@samsung.com>\n"
+ "> + * Sylwester Nawrocki <s.nawrocki-Sze3O3UU22JBDgjK7y7TUQ@public.gmane.org>\n"
  "> + *\n"
  "> + * This program is free software; you can redistribute it and/or modify\n"
  "> + * it under the terms of the GNU General Public License version 2 as\n"
@@ -279,6 +294,11 @@
  "--\n"
  "Bartlomiej Zolnierkiewicz\n"
  "Samsung R&D Institute Poland\n"
- Samsung Electronics
+ "Samsung Electronics\n"
+ "\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
 
-a8d3e5d226a03b927db5007087c8440ea079f96da6e49f768be4e4d857dee418
+0c18cf835e2d832df4b938c67c3b581fe8f2c9021eb77f88663bf148ee8df928

diff --git a/a/1.txt b/N2/1.txt
index ef4ab99..6eecbe6 100644
--- a/a/1.txt
+++ b/N2/1.txt
@@ -52,7 +52,7 @@ On Thursday, March 27, 2014 01:16:19 PM Sylwester Nawrocki wrote:
 > +a list of parent clocks in form of phandle and clock specifier pairs, the
 > +latter the list of assigned clock frequency values (one cell each).
 > +
-> +    uart at a000 {
+> +    uart@a000 {
 > +        compatible = "fsl,imx-uart";
 > +        reg = <0xa000 0x1000>;
 > +        ...
diff --git a/a/content_digest b/N2/content_digest
index 589365d..a863fb1 100644
--- a/a/content_digest
+++ b/N2/content_digest
@@ -1,9 +1,23 @@
  "ref\01395922579-28547-1-git-send-email-s.nawrocki@samsung.com\0"
  "ref\01395922579-28547-3-git-send-email-s.nawrocki@samsung.com\0"
- "From\0b.zolnierkie@samsung.com (Bartlomiej Zolnierkiewicz)\0"
- "Subject\0[PATCH RFC v3 2/2] clk: Add handling of clk parent and rate assigned from DT\0"
+ "From\0Bartlomiej Zolnierkiewicz <b.zolnierkie@samsung.com>\0"
+ "Subject\0Re: [PATCH RFC v3 2/2] clk: Add handling of clk parent and rate assigned from DT\0"
  "Date\0Thu, 27 Mar 2014 18:19:51 +0100\0"
- "To\0linux-arm-kernel@lists.infradead.org\0"
+ "To\0Sylwester Nawrocki <s.nawrocki@samsung.com>\0"
+ "Cc\0mturquette@linaro.org"
+  linux-arm-kernel@lists.infradead.org
+  devicetree@vger.kernel.org
+  gregkh@linuxfoundation.org
+  linux@arm.linux.org.uk
+  robh+dt@kernel.org
+  grant.likely@linaro.org
+  mark.rutland@arm.com
+  galak@codeaurora.org
+  kyungmin.park@samsung.com
+  sw0312.kim@samsung.com
+  m.szyprowski@samsung.com
+  t.figa@samsung.com
+ " linux-kernel@vger.kernel.org\0"
  "\00:1\0"
  "b\0"
  "\n"
@@ -60,7 +74,7 @@
  "> +a list of parent clocks in form of phandle and clock specifier pairs, the\n"
  "> +latter the list of assigned clock frequency values (one cell each).\n"
  "> +\n"
- "> +    uart at a000 {\n"
+ "> +    uart@a000 {\n"
  "> +        compatible = \"fsl,imx-uart\";\n"
  "> +        reg = <0xa000 0x1000>;\n"
  "> +        ...\n"
@@ -281,4 +295,4 @@
  "Samsung R&D Institute Poland\n"
  Samsung Electronics
 
-a8d3e5d226a03b927db5007087c8440ea079f96da6e49f768be4e4d857dee418
+a11eb88d64d18f5bc46601f6f5bc778ae308982c7107c1d7d8d2b77330db9d73

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.