All of lore.kernel.org
 help / color / mirror / Atom feed
diff for duplicates of <5456863.skuFAcRA98@avalon>

diff --git a/a/1.txt b/N1/1.txt
index 05cac70..41e023c 100644
--- a/a/1.txt
+++ b/N1/1.txt
@@ -9,7 +9,7 @@ On Thursday 27 March 2014 16:02:52 Sylwester Nawrocki wrote:
 > >>>> rates 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>
 > >>>> ---
 > >> 
 > >> [...]
@@ -49,7 +49,7 @@ On Thursday 27 March 2014 16:02:52 Sylwester Nawrocki wrote:
 > >>>> the
 > >>>> +latter the list of assigned clock frequency values (one cell each).
 > >>>> +
-> >>>> +    uart at a000 {
+> >>>> +    uart@a000 {
 > >>>> +        compatible = "fsl,imx-uart";
 > >>>> +        reg = <0xa000 0x1000>;
 > >>>> +        ...
@@ -70,7 +70,7 @@ On Thursday 27 March 2014 16:02:52 Sylwester Nawrocki wrote:
 > >>> printed ?
 > >> 
 > >> In general, the assumption is that the <&clkcon 3> clock would be used
-> >> only by the uart at a000 device.
+> >> only by the uart@a000 device.
 > > 
 > > OK. Removing the problem is a simple way to fix it :-) What about stating
 > > this explicitly in the documentation then ? Maybe by prefixing your
@@ -163,3 +163,8 @@ this in replies to his e-mail.
 Regards,
 
 Laurent Pinchart
+
+--
+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 792e623..8dca926 100644
--- a/a/content_digest
+++ b/N1/content_digest
@@ -1,10 +1,26 @@
  "ref\01395922579-28547-1-git-send-email-s.nawrocki@samsung.com\0"
  "ref\046532903.ghnH4Us8Zz@avalon\0"
  "ref\053343D9C.6040605@samsung.com\0"
- "From\0laurent.pinchart@ideasonboard.com (Laurent Pinchart)\0"
- "Subject\0[PATCH RFC v3 2/2] clk: Add handling of clk parent and rate assigned from DT\0"
+ "ref\053343D9C.6040605-Sze3O3UU22JBDgjK7y7TUQ@public.gmane.org\0"
+ "From\0Laurent Pinchart <laurent.pinchart-ryLnwIuWjnjg/C1BVhZhaw@public.gmane.org>\0"
+ "Subject\0Re: [PATCH RFC v3 2/2] clk: Add handling of clk parent and rate assigned from DT\0"
  "Date\0Fri, 28 Mar 2014 17:49:16 +0100\0"
- "To\0linux-arm-kernel@lists.infradead.org\0"
+ "To\0Sylwester Nawrocki <s.nawrocki-Sze3O3UU22JBDgjK7y7TUQ@public.gmane.org>\0"
+ "Cc\0linux-arm-kernel-IAPFreCvJWM7uuMidbF8XUB+6BGkLq7r@public.gmane.org"
+  mturquette-QSEj5FYQhm4dnm+yROfE0A@public.gmane.org
+  mark.rutland-5wv7dgnIgG8@public.gmane.org
+  devicetree-u79uwXL29TY76Z2rM5mHXA@public.gmane.org
+  linux-lFZ/pmaqli7XmaaqVzeoHQ@public.gmane.org
+  gregkh-hQyY1W1yCW8ekmWlsbkhG0B+6BGkLq7r@public.gmane.org
+  t.figa-Sze3O3UU22JBDgjK7y7TUQ@public.gmane.org
+  sw0312.kim-Sze3O3UU22JBDgjK7y7TUQ@public.gmane.org
+  linux-kernel-u79uwXL29TY76Z2rM5mHXA@public.gmane.org
+  kyungmin.park-Sze3O3UU22JBDgjK7y7TUQ@public.gmane.org
+  robh+dt-DgEjT+Ai2ygdnm+yROfE0A@public.gmane.org
+  galak-sgV2jX0FEOL9JmXXK+q4OQ@public.gmane.org
+  grant.likely-QSEj5FYQhm4dnm+yROfE0A@public.gmane.org
+  m.szyprowski-Sze3O3UU22JBDgjK7y7TUQ@public.gmane.org
+ " t-kristo-l0cyMroinI0@public.gmane.org\0"
  "\00:1\0"
  "b\0"
  "Hi Sylwester,\n"
@@ -18,7 +34,7 @@
  "> >>>> rates as specified in clock-parents, clock-rates DT properties for a\n"
  "> >>>> consumer 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"
  "> >> \n"
  "> >> [...]\n"
@@ -58,7 +74,7 @@
  "> >>>> 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"
@@ -79,7 +95,7 @@
  "> >>> printed ?\n"
  "> >> \n"
  "> >> In general, the assumption is that the <&clkcon 3> clock would be used\n"
- "> >> only by the uart at a000 device.\n"
+ "> >> only by the uart@a000 device.\n"
  "> > \n"
  "> > OK. Removing the problem is a simple way to fix it :-) What about stating\n"
  "> > this explicitly in the documentation then ? Maybe by prefixing your\n"
@@ -171,6 +187,11 @@
  "-- \n"
  "Regards,\n"
  "\n"
- Laurent Pinchart
+ "Laurent Pinchart\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
 
-40e9748d349e61903c786d54b919d08adf0388cf576a28af7355e757e4282375
+e287c45cb6e786defd4fa8cadfa37a4197d79435867b6a933fc26167f1c956b6

diff --git a/a/1.txt b/N2/1.txt
index 05cac70..a4953df 100644
--- a/a/1.txt
+++ b/N2/1.txt
@@ -49,7 +49,7 @@ On Thursday 27 March 2014 16:02:52 Sylwester Nawrocki wrote:
 > >>>> the
 > >>>> +latter the list of assigned clock frequency values (one cell each).
 > >>>> +
-> >>>> +    uart at a000 {
+> >>>> +    uart@a000 {
 > >>>> +        compatible = "fsl,imx-uart";
 > >>>> +        reg = <0xa000 0x1000>;
 > >>>> +        ...
@@ -70,7 +70,7 @@ On Thursday 27 March 2014 16:02:52 Sylwester Nawrocki wrote:
 > >>> printed ?
 > >> 
 > >> In general, the assumption is that the <&clkcon 3> clock would be used
-> >> only by the uart at a000 device.
+> >> only by the uart@a000 device.
 > > 
 > > OK. Removing the problem is a simple way to fix it :-) What about stating
 > > this explicitly in the documentation then ? Maybe by prefixing your
diff --git a/a/content_digest b/N2/content_digest
index 792e623..7b3e4aa 100644
--- a/a/content_digest
+++ b/N2/content_digest
@@ -1,10 +1,25 @@
  "ref\01395922579-28547-1-git-send-email-s.nawrocki@samsung.com\0"
  "ref\046532903.ghnH4Us8Zz@avalon\0"
  "ref\053343D9C.6040605@samsung.com\0"
- "From\0laurent.pinchart@ideasonboard.com (Laurent Pinchart)\0"
- "Subject\0[PATCH RFC v3 2/2] clk: Add handling of clk parent and rate assigned from DT\0"
+ "From\0Laurent Pinchart <laurent.pinchart@ideasonboard.com>\0"
+ "Subject\0Re: [PATCH RFC v3 2/2] clk: Add handling of clk parent and rate assigned from DT\0"
  "Date\0Fri, 28 Mar 2014 17:49:16 +0100\0"
- "To\0linux-arm-kernel@lists.infradead.org\0"
+ "To\0Sylwester Nawrocki <s.nawrocki@samsung.com>\0"
+ "Cc\0linux-arm-kernel@lists.infradead.org"
+  mturquette@linaro.org
+  mark.rutland@arm.com
+  devicetree@vger.kernel.org
+  linux@arm.linux.org.uk
+  gregkh@linuxfoundation.org
+  t.figa@samsung.com
+  sw0312.kim@samsung.com
+  linux-kernel@vger.kernel.org
+  kyungmin.park@samsung.com
+  robh+dt@kernel.org
+  galak@codeaurora.org
+  grant.likely@linaro.org
+  m.szyprowski@samsung.com
+ " t-kristo@ti.com\0"
  "\00:1\0"
  "b\0"
  "Hi Sylwester,\n"
@@ -58,7 +73,7 @@
  "> >>>> 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"
@@ -79,7 +94,7 @@
  "> >>> printed ?\n"
  "> >> \n"
  "> >> In general, the assumption is that the <&clkcon 3> clock would be used\n"
- "> >> only by the uart at a000 device.\n"
+ "> >> only by the uart@a000 device.\n"
  "> > \n"
  "> > OK. Removing the problem is a simple way to fix it :-) What about stating\n"
  "> > this explicitly in the documentation then ? Maybe by prefixing your\n"
@@ -173,4 +188,4 @@
  "\n"
  Laurent Pinchart
 
-40e9748d349e61903c786d54b919d08adf0388cf576a28af7355e757e4282375
+09ff2a41942f9feb452d561029a3b178de57999345a765751c00e14bf63ae0a5

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.