All of lore.kernel.org
 help / color / mirror / Atom feed
diff for duplicates of <20170329092210.GH2123@mai>

diff --git a/a/1.txt b/N1/1.txt
index 7ca3f3d..89776ea 100644
--- a/a/1.txt
+++ b/N1/1.txt
@@ -1,6 +1,6 @@
 On Tue, Mar 28, 2017 at 08:51:46PM -0500, Rob Herring wrote:
 > On Wed, Mar 22, 2017 at 06:48:28PM +0300, Alexander Kochetkov wrote:
-> > From: Daniel Lezcano <daniel.lezcano-QSEj5FYQhm4dnm+yROfE0A@public.gmane.org>
+> > From: Daniel Lezcano <daniel.lezcano@linaro.org>
 > > 
 > > The CLOCKSOURCE_OF_DECLARE() was introduced before the
 > > CLOCKEVENT_OF_DECLARE() and that resulted in some abuse where the
@@ -23,7 +23,7 @@ Hi Rob,
 
 > > For example:
 > > 
-> >         timer: timer@98400000 {
+> >         timer: timer at 98400000 {
 > >                 compatible = "moxa,moxart-timer";
 > >                 reg = <0x98400000 0x42>;
 > 
@@ -62,7 +62,7 @@ clockevent with a new implementation.
  
 > >         };
 > > 
-> >         timer: timer@98400010 {
+> >         timer: timer at 98400010 {
 > >                 compatible = "moxa,moxart-timer";
 > >                 reg = <0x98400010 0x42>;
 > >                 clocks = <&coreclk>;
@@ -85,8 +85,3 @@ initialization.
 
 I would like to give the opportunity to declare separately a clocksource and a
 clockevent, in order to have full control of how this is initialized.
- 
---
-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 fbff56e..5fe0db4 100644
--- a/a/content_digest
+++ b/N1/content_digest
@@ -1,26 +1,15 @@
  "ref\01490197714-25415-1-git-send-email-al.kochet@gmail.com\0"
  "ref\01490197714-25415-2-git-send-email-al.kochet@gmail.com\0"
  "ref\020170329015146.ey5rlptzsnnynpnt@rob-hp-laptop\0"
- "From\0Daniel Lezcano <daniel.lezcano-QSEj5FYQhm4dnm+yROfE0A@public.gmane.org>\0"
- "Subject\0Re: [PATCH v7 1/7] clocksource/drivers/clksrc-evt-probe: Describe with the DT both the clocksource and the clockevent\0"
+ "From\0daniel.lezcano@linaro.org (Daniel Lezcano)\0"
+ "Subject\0[PATCH v7 1/7] clocksource/drivers/clksrc-evt-probe: Describe with the DT both the clocksource and the clockevent\0"
  "Date\0Wed, 29 Mar 2017 11:22:10 +0200\0"
- "To\0Rob Herring <robh-DgEjT+Ai2ygdnm+yROfE0A@public.gmane.org>\0"
- "Cc\0Alexander Kochetkov <al.kochet-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org>"
-  Heiko Stuebner <heiko-4mtYJXux2i+zQB+pC5nmwQ@public.gmane.org>
-  linux-kernel-u79uwXL29TY76Z2rM5mHXA@public.gmane.org
-  devicetree-u79uwXL29TY76Z2rM5mHXA@public.gmane.org
-  linux-arm-kernel-IAPFreCvJWM7uuMidbF8XUB+6BGkLq7r@public.gmane.org
-  linux-rockchip-IAPFreCvJWM7uuMidbF8XUB+6BGkLq7r@public.gmane.org
-  Thomas Gleixner <tglx-hfZtesqFncYOwBW4kG4KsQ@public.gmane.org>
-  Mark Rutland <mark.rutland-5wv7dgnIgG8@public.gmane.org>
-  Russell King <linux-I+IVW8TIWO2tmTQ+vhA3Yw@public.gmane.org>
-  Caesar Wang <wxt-TNX95d0MmH7DzftRWevZcw@public.gmane.org>
- " Huang Tao <huangtao-TNX95d0MmH7DzftRWevZcw@public.gmane.org>\0"
+ "To\0linux-arm-kernel@lists.infradead.org\0"
  "\00:1\0"
  "b\0"
  "On Tue, Mar 28, 2017 at 08:51:46PM -0500, Rob Herring wrote:\n"
  "> On Wed, Mar 22, 2017 at 06:48:28PM +0300, Alexander Kochetkov wrote:\n"
- "> > From: Daniel Lezcano <daniel.lezcano-QSEj5FYQhm4dnm+yROfE0A@public.gmane.org>\n"
+ "> > From: Daniel Lezcano <daniel.lezcano@linaro.org>\n"
  "> > \n"
  "> > The CLOCKSOURCE_OF_DECLARE() was introduced before the\n"
  "> > CLOCKEVENT_OF_DECLARE() and that resulted in some abuse where the\n"
@@ -43,7 +32,7 @@
  "\n"
  "> > For example:\n"
  "> > \n"
- "> >         timer: timer@98400000 {\n"
+ "> >         timer: timer at 98400000 {\n"
  "> >                 compatible = \"moxa,moxart-timer\";\n"
  "> >                 reg = <0x98400000 0x42>;\n"
  "> \n"
@@ -82,7 +71,7 @@
  " \n"
  "> >         };\n"
  "> > \n"
- "> >         timer: timer@98400010 {\n"
+ "> >         timer: timer at 98400010 {\n"
  "> >                 compatible = \"moxa,moxart-timer\";\n"
  "> >                 reg = <0x98400010 0x42>;\n"
  "> >                 clocks = <&coreclk>;\n"
@@ -104,11 +93,6 @@
  "initialization.\n"
  "\n"
  "I would like to give the opportunity to declare separately a clocksource and a\n"
- "clockevent, in order to have full control of how this is initialized.\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
+ clockevent, in order to have full control of how this is initialized.
 
-b9232152c6e79196b5ec5d57bf5b57eb7ac8291fcb7565d2e81aa794d7a0ab18
+37d48c8f8a1987fcc0e6b281b5508ca60b4a609b17fa438db1b5404cf62d9447

diff --git a/a/1.txt b/N2/1.txt
index 7ca3f3d..4a63c63 100644
--- a/a/1.txt
+++ b/N2/1.txt
@@ -1,6 +1,6 @@
 On Tue, Mar 28, 2017 at 08:51:46PM -0500, Rob Herring wrote:
 > On Wed, Mar 22, 2017 at 06:48:28PM +0300, Alexander Kochetkov wrote:
-> > From: Daniel Lezcano <daniel.lezcano-QSEj5FYQhm4dnm+yROfE0A@public.gmane.org>
+> > From: Daniel Lezcano <daniel.lezcano@linaro.org>
 > > 
 > > The CLOCKSOURCE_OF_DECLARE() was introduced before the
 > > CLOCKEVENT_OF_DECLARE() and that resulted in some abuse where the
@@ -85,8 +85,3 @@ initialization.
 
 I would like to give the opportunity to declare separately a clocksource and a
 clockevent, in order to have full control of how this is initialized.
- 
---
-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/N2/content_digest
index fbff56e..19037d6 100644
--- a/a/content_digest
+++ b/N2/content_digest
@@ -1,26 +1,26 @@
  "ref\01490197714-25415-1-git-send-email-al.kochet@gmail.com\0"
  "ref\01490197714-25415-2-git-send-email-al.kochet@gmail.com\0"
  "ref\020170329015146.ey5rlptzsnnynpnt@rob-hp-laptop\0"
- "From\0Daniel Lezcano <daniel.lezcano-QSEj5FYQhm4dnm+yROfE0A@public.gmane.org>\0"
+ "From\0Daniel Lezcano <daniel.lezcano@linaro.org>\0"
  "Subject\0Re: [PATCH v7 1/7] clocksource/drivers/clksrc-evt-probe: Describe with the DT both the clocksource and the clockevent\0"
  "Date\0Wed, 29 Mar 2017 11:22:10 +0200\0"
- "To\0Rob Herring <robh-DgEjT+Ai2ygdnm+yROfE0A@public.gmane.org>\0"
- "Cc\0Alexander Kochetkov <al.kochet-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org>"
-  Heiko Stuebner <heiko-4mtYJXux2i+zQB+pC5nmwQ@public.gmane.org>
-  linux-kernel-u79uwXL29TY76Z2rM5mHXA@public.gmane.org
-  devicetree-u79uwXL29TY76Z2rM5mHXA@public.gmane.org
-  linux-arm-kernel-IAPFreCvJWM7uuMidbF8XUB+6BGkLq7r@public.gmane.org
-  linux-rockchip-IAPFreCvJWM7uuMidbF8XUB+6BGkLq7r@public.gmane.org
-  Thomas Gleixner <tglx-hfZtesqFncYOwBW4kG4KsQ@public.gmane.org>
-  Mark Rutland <mark.rutland-5wv7dgnIgG8@public.gmane.org>
-  Russell King <linux-I+IVW8TIWO2tmTQ+vhA3Yw@public.gmane.org>
-  Caesar Wang <wxt-TNX95d0MmH7DzftRWevZcw@public.gmane.org>
- " Huang Tao <huangtao-TNX95d0MmH7DzftRWevZcw@public.gmane.org>\0"
+ "To\0Rob Herring <robh@kernel.org>\0"
+ "Cc\0Alexander Kochetkov <al.kochet@gmail.com>"
+  Heiko Stuebner <heiko@sntech.de>
+  linux-kernel@vger.kernel.org
+  devicetree@vger.kernel.org
+  linux-arm-kernel@lists.infradead.org
+  linux-rockchip@lists.infradead.org
+  Thomas Gleixner <tglx@linutronix.de>
+  Mark Rutland <mark.rutland@arm.com>
+  Russell King <linux@armlinux.org.uk>
+  Caesar Wang <wxt@rock-chips.com>
+ " Huang Tao <huangtao@rock-chips.com>\0"
  "\00:1\0"
  "b\0"
  "On Tue, Mar 28, 2017 at 08:51:46PM -0500, Rob Herring wrote:\n"
  "> On Wed, Mar 22, 2017 at 06:48:28PM +0300, Alexander Kochetkov wrote:\n"
- "> > From: Daniel Lezcano <daniel.lezcano-QSEj5FYQhm4dnm+yROfE0A@public.gmane.org>\n"
+ "> > From: Daniel Lezcano <daniel.lezcano@linaro.org>\n"
  "> > \n"
  "> > The CLOCKSOURCE_OF_DECLARE() was introduced before the\n"
  "> > CLOCKEVENT_OF_DECLARE() and that resulted in some abuse where the\n"
@@ -104,11 +104,6 @@
  "initialization.\n"
  "\n"
  "I would like to give the opportunity to declare separately a clocksource and a\n"
- "clockevent, in order to have full control of how this is initialized.\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
+ clockevent, in order to have full control of how this is initialized.
 
-b9232152c6e79196b5ec5d57bf5b57eb7ac8291fcb7565d2e81aa794d7a0ab18
+6bf16236c6e42b2829a2995dc658d724c693d6578b907bbeedf5fc2a050d10d0

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.