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

diff --git a/a/1.txt b/N1/1.txt
index 0cbd2ce..8905fa5 100644
--- a/a/1.txt
+++ b/N1/1.txt
@@ -5,8 +5,8 @@ Quoting Sylwester Nawrocki (2014-03-25 04:19:42)
 > > according to values of 'clock-parents' and 'clock-rates' DT properties
 > > respectively.
 > > 
-> > Signed-off-by: Sylwester Nawrocki <s.nawrocki@samsung.com>
-> > Acked-by: Kyungmin Park <kyungmin.park@samsung.com>
+> > Signed-off-by: Sylwester Nawrocki <s.nawrocki-Sze3O3UU22JBDgjK7y7TUQ@public.gmane.org>
+> > Acked-by: Kyungmin Park <kyungmin.park-Sze3O3UU22JBDgjK7y7TUQ@public.gmane.org>
 > > ---
 > > Changes since v1:
 > >  - the helper function to parse and set assigned clock parents and
@@ -41,7 +41,7 @@ Quoting Sylwester Nawrocki (2014-03-25 04:19:42)
 > > +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>;
 > > +        ...
@@ -118,3 +118,7 @@ Mike
 > --
 > Thanks,
 > Sylwester
+--
+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 3475b25..7a6ef0c 100644
--- a/a/content_digest
+++ b/N1/content_digest
@@ -1,10 +1,24 @@
  "ref\01393870533-20845-1-git-send-email-s.nawrocki@samsung.com\0"
  "ref\01393870975-21020-1-git-send-email-s.nawrocki@samsung.com\0"
  "ref\05331664E.2050008@samsung.com\0"
- "From\0mturquette@linaro.org (Mike Turquette)\0"
- "Subject\0[RFC PATCH v2 2/2] clk: Add handling of clk parent and rate assigned from DT\0"
+ "ref\05331664E.2050008-Sze3O3UU22JBDgjK7y7TUQ@public.gmane.org\0"
+ "From\0Mike Turquette <mturquette-QSEj5FYQhm4dnm+yROfE0A@public.gmane.org>\0"
+ "Subject\0Re: [RFC PATCH v2 2/2] clk: Add handling of clk parent and rate assigned from DT\0"
  "Date\0Tue, 25 Mar 2014 15:54:46 -0700\0"
- "To\0linux-arm-kernel@lists.infradead.org\0"
+ "To\0Sylwester Nawrocki <s.nawrocki-Sze3O3UU22JBDgjK7y7TUQ@public.gmane.org>"
+  linux-arm-kernel-IAPFreCvJWM7uuMidbF8XUB+6BGkLq7r@public.gmane.org
+ " devicetree-u79uwXL29TY76Z2rM5mHXA@public.gmane.org\0"
+ "Cc\0gregkh-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"
  "Quoting Sylwester Nawrocki (2014-03-25 04:19:42)\n"
@@ -14,8 +28,8 @@
  "> > according to values of 'clock-parents' and 'clock-rates' DT properties\n"
  "> > respectively.\n"
  "> > \n"
- "> > Signed-off-by: Sylwester Nawrocki <s.nawrocki@samsung.com>\n"
- "> > Acked-by: Kyungmin Park <kyungmin.park@samsung.com>\n"
+ "> > Signed-off-by: Sylwester Nawrocki <s.nawrocki-Sze3O3UU22JBDgjK7y7TUQ@public.gmane.org>\n"
+ "> > Acked-by: Kyungmin Park <kyungmin.park-Sze3O3UU22JBDgjK7y7TUQ@public.gmane.org>\n"
  "> > ---\n"
  "> > Changes since v1:\n"
  "> >  - the helper function to parse and set assigned clock parents and\n"
@@ -50,7 +64,7 @@
  "> > +specifier pairs, the latter the list of assigned clock frequency values\n"
  "> > +(one cell each).\n"
  "> > +\n"
- "> > +    uart at a000 {\n"
+ "> > +    uart@a000 {\n"
  "> > +        compatible = \"fsl,imx-uart\";\n"
  "> > +        reg = <0xa000 0x1000>;\n"
  "> > +        ...\n"
@@ -126,6 +140,10 @@
  "> \n"
  "> --\n"
  "> Thanks,\n"
- > Sylwester
+ "> Sylwester\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
 
-6d1afed3f23f5c5a179e92f2ffc4544620c26d9fd0af7c52508b65a0194ff43c
+7de814abca0b13a913eb90dc9d36e700a18f874a931e649f7a8856c9b9fdbfbb

diff --git a/a/1.txt b/N2/1.txt
index 0cbd2ce..c77d757 100644
--- a/a/1.txt
+++ b/N2/1.txt
@@ -41,7 +41,7 @@ Quoting Sylwester Nawrocki (2014-03-25 04:19:42)
 > > +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 3475b25..b540607 100644
--- a/a/content_digest
+++ b/N2/content_digest
@@ -1,10 +1,23 @@
  "ref\01393870533-20845-1-git-send-email-s.nawrocki@samsung.com\0"
  "ref\01393870975-21020-1-git-send-email-s.nawrocki@samsung.com\0"
  "ref\05331664E.2050008@samsung.com\0"
- "From\0mturquette@linaro.org (Mike Turquette)\0"
- "Subject\0[RFC PATCH v2 2/2] clk: Add handling of clk parent and rate assigned from DT\0"
+ "From\0Mike Turquette <mturquette@linaro.org>\0"
+ "Subject\0Re: [RFC PATCH v2 2/2] clk: Add handling of clk parent and rate assigned from DT\0"
  "Date\0Tue, 25 Mar 2014 15:54:46 -0700\0"
- "To\0linux-arm-kernel@lists.infradead.org\0"
+ "To\0Sylwester Nawrocki <s.nawrocki@samsung.com>"
+  linux-arm-kernel@lists.infradead.org
+ " devicetree@vger.kernel.org\0"
+ "Cc\0gregkh@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"
  "Quoting Sylwester Nawrocki (2014-03-25 04:19:42)\n"
@@ -50,7 +63,7 @@
  "> > +specifier pairs, the latter the list of assigned clock frequency values\n"
  "> > +(one cell each).\n"
  "> > +\n"
- "> > +    uart at a000 {\n"
+ "> > +    uart@a000 {\n"
  "> > +        compatible = \"fsl,imx-uart\";\n"
  "> > +        reg = <0xa000 0x1000>;\n"
  "> > +        ...\n"
@@ -128,4 +141,4 @@
  "> Thanks,\n"
  > Sylwester
 
-6d1afed3f23f5c5a179e92f2ffc4544620c26d9fd0af7c52508b65a0194ff43c
+1a5ff14dc5c2a4b4e6c5da414fb582059d66b76f7f2cf44689d0f4aec38faca3

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.