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

diff --git a/a/1.txt b/N1/1.txt
index b065005..b73ea3f 100644
--- a/a/1.txt
+++ b/N1/1.txt
@@ -33,7 +33,7 @@ discussion in order to find a solution which can apply to all DT drivers.
 
 > > On Thu, Jun 08, 2017 at 07:42:36AM +0200, Boris Brezillon wrote:
 > > > Le Thu, 8 Jun 2017 01:17:15 +0200,
-> > > Alexandre Belloni <alexandre.belloni@free-electrons.com> a ?crit :
+> > > Alexandre Belloni <alexandre.belloni@free-electrons.com> a écrit :
 > > > 
 > > > > On 07/06/2017 at 23:08:48 +0200, Daniel Lezcano wrote:
 > > > > > > I was going to agree but this is not flexible enough because the
@@ -76,7 +76,7 @@ discussion in order to find a solution which can apply to all DT drivers.
 > > > 
 > > > Something like that for example:
 > > > 
-> > > 	tcb0: timer at fff7c000 {
+> > > 	tcb0: timer@fff7c000 {
 > > > 		compatible = "atmel,at91rm9200-tcb", "simple-mfd", "syscon";
 > > > 		#address-cells = <1>;
 > > > 		#size-cells = <0>;
@@ -85,13 +85,13 @@ discussion in order to find a solution which can apply to all DT drivers.
 > > > 		clocks = <&tcb0_clk>, <&clk32k>;
 > > > 		clock-names = "t0_clk", "slow_clk";
 > > > 
-> > > 		timer at 0 {
+> > > 		timer@0 {
 > > > 			compatible = "atmel,tcb-timer";
 > > > 			reg = <0>, <1>;
 > > > 			linux,timer-function = "clocksource";
 > > > 		};
 > > > 
-> > > 		timer at 2 {
+> > > 		timer@2 {
 > > > 			compatible = "atmel,tcb-timer";
 > > > 			reg = <2>;
 > > > 			linux,timer-function = "clockevent";
@@ -123,7 +123,7 @@ discussion in order to find a solution which can apply to all DT drivers.
 > > > 		 */
 > > > 	};
 > > > 
-> > > 	tcb0: timer at fff7c000 {
+> > > 	tcb0: timer@fff7c000 {
 > > > 		compatible = "atmel,at91rm9200-tcb", "simple-mfd", "syscon";
 > > > 		#address-cells = <1>;
 > > > 		#size-cells = <0>;
@@ -132,12 +132,12 @@ discussion in order to find a solution which can apply to all DT drivers.
 > > > 		clocks = <&tcb0_clk>, <&clk32k>;
 > > > 		clock-names = "t0_clk", "slow_clk";
 > > > 
-> > > 		timer0: timer at 0 {
+> > > 		timer0: timer@0 {
 > > > 			compatible = "atmel,tcb-timer";
 > > > 			reg = <0>, <1>;
 > > > 		};
 > > > 
-> > > 		timer2: timer at 2 {
+> > > 		timer2: timer@2 {
 > > > 			compatible = "atmel,tcb-timer";
 > > > 			reg = <2>;
 > > > 		};
@@ -145,7 +145,7 @@ discussion in order to find a solution which can apply to all DT drivers.
 > > 
 > > -- 
 > > 
-> >  <http://www.linaro.org/> Linaro.org ? Open source software for ARM SoCs
+> >  <http://www.linaro.org/> Linaro.org │ Open source software for ARM SoCs
 > > 
 > > Follow Linaro:  <http://www.facebook.com/pages/Linaro> Facebook |
 > > <http://twitter.com/#!/linaroorg> Twitter |
@@ -158,7 +158,7 @@ discussion in order to find a solution which can apply to all DT drivers.
 
 -- 
 
- <http://www.linaro.org/> Linaro.org ? Open source software for ARM SoCs
+ <http://www.linaro.org/> Linaro.org │ Open source software for ARM SoCs
 
 Follow Linaro:  <http://www.facebook.com/pages/Linaro> Facebook |
 <http://twitter.com/#!/linaroorg> Twitter |
diff --git a/a/content_digest b/N1/content_digest
index a4c5423..f6235b5 100644
--- a/a/content_digest
+++ b/N1/content_digest
@@ -8,10 +8,17 @@
  "ref\020170608074236.62924f01@bbrezillon\0"
  "ref\020170608074446.GM2345@mai\0"
  "ref\020170608075900.i554dgbh3p5sq5ml@piout.net\0"
- "From\0daniel.lezcano@linaro.org (Daniel Lezcano)\0"
- "Subject\0[PATCH 46/58] clocksource/drivers: Add a new driver for the Atmel ARM TC blocks\0"
+ "From\0Daniel Lezcano <daniel.lezcano@linaro.org>\0"
+ "Subject\0Re: [PATCH 46/58] clocksource/drivers: Add a new driver for the Atmel ARM TC blocks\0"
  "Date\0Thu, 8 Jun 2017 10:24:17 +0200\0"
- "To\0linux-arm-kernel@lists.infradead.org\0"
+ "To\0Alexandre Belloni <alexandre.belloni@free-electrons.com>\0"
+ "Cc\0Boris Brezillon <boris.brezillon@free-electrons.com>"
+  Rob Herring <robh@kernel.org>
+  Nicolas Ferre <nicolas.ferre@microchip.com>
+  linux-arm-kernel@lists.infradead.org
+  linux-kernel@vger.kernel.org
+  Thomas Gleixner <tglx@linutronix.de>
+ " devicetree@vger.kernel.org <devicetree@vger.kernel.org>\0"
  "\00:1\0"
  "b\0"
  "On Thu, Jun 08, 2017 at 09:59:01AM +0200, Alexandre Belloni wrote:\n"
@@ -49,7 +56,7 @@
  "\n"
  "> > On Thu, Jun 08, 2017 at 07:42:36AM +0200, Boris Brezillon wrote:\n"
  "> > > Le Thu, 8 Jun 2017 01:17:15 +0200,\n"
- "> > > Alexandre Belloni <alexandre.belloni@free-electrons.com> a ?crit :\n"
+ "> > > Alexandre Belloni <alexandre.belloni@free-electrons.com> a \303\251crit :\n"
  "> > > \n"
  "> > > > On 07/06/2017 at 23:08:48 +0200, Daniel Lezcano wrote:\n"
  "> > > > > > I was going to agree but this is not flexible enough because the\n"
@@ -92,7 +99,7 @@
  "> > > \n"
  "> > > Something like that for example:\n"
  "> > > \n"
- "> > > \ttcb0: timer at fff7c000 {\n"
+ "> > > \ttcb0: timer@fff7c000 {\n"
  "> > > \t\tcompatible = \"atmel,at91rm9200-tcb\", \"simple-mfd\", \"syscon\";\n"
  "> > > \t\t#address-cells = <1>;\n"
  "> > > \t\t#size-cells = <0>;\n"
@@ -101,13 +108,13 @@
  "> > > \t\tclocks = <&tcb0_clk>, <&clk32k>;\n"
  "> > > \t\tclock-names = \"t0_clk\", \"slow_clk\";\n"
  "> > > \n"
- "> > > \t\ttimer at 0 {\n"
+ "> > > \t\ttimer@0 {\n"
  "> > > \t\t\tcompatible = \"atmel,tcb-timer\";\n"
  "> > > \t\t\treg = <0>, <1>;\n"
  "> > > \t\t\tlinux,timer-function = \"clocksource\";\n"
  "> > > \t\t};\n"
  "> > > \n"
- "> > > \t\ttimer at 2 {\n"
+ "> > > \t\ttimer@2 {\n"
  "> > > \t\t\tcompatible = \"atmel,tcb-timer\";\n"
  "> > > \t\t\treg = <2>;\n"
  "> > > \t\t\tlinux,timer-function = \"clockevent\";\n"
@@ -139,7 +146,7 @@
  "> > > \t\t */\n"
  "> > > \t};\n"
  "> > > \n"
- "> > > \ttcb0: timer at fff7c000 {\n"
+ "> > > \ttcb0: timer@fff7c000 {\n"
  "> > > \t\tcompatible = \"atmel,at91rm9200-tcb\", \"simple-mfd\", \"syscon\";\n"
  "> > > \t\t#address-cells = <1>;\n"
  "> > > \t\t#size-cells = <0>;\n"
@@ -148,12 +155,12 @@
  "> > > \t\tclocks = <&tcb0_clk>, <&clk32k>;\n"
  "> > > \t\tclock-names = \"t0_clk\", \"slow_clk\";\n"
  "> > > \n"
- "> > > \t\ttimer0: timer at 0 {\n"
+ "> > > \t\ttimer0: timer@0 {\n"
  "> > > \t\t\tcompatible = \"atmel,tcb-timer\";\n"
  "> > > \t\t\treg = <0>, <1>;\n"
  "> > > \t\t};\n"
  "> > > \n"
- "> > > \t\ttimer2: timer at 2 {\n"
+ "> > > \t\ttimer2: timer@2 {\n"
  "> > > \t\t\tcompatible = \"atmel,tcb-timer\";\n"
  "> > > \t\t\treg = <2>;\n"
  "> > > \t\t};\n"
@@ -161,7 +168,7 @@
  "> > \n"
  "> > -- \n"
  "> > \n"
- "> >  <http://www.linaro.org/> Linaro.org ? Open source software for ARM SoCs\n"
+ "> >  <http://www.linaro.org/> Linaro.org \342\224\202 Open source software for ARM SoCs\n"
  "> > \n"
  "> > Follow Linaro:  <http://www.facebook.com/pages/Linaro> Facebook |\n"
  "> > <http://twitter.com/#!/linaroorg> Twitter |\n"
@@ -174,10 +181,10 @@
  "\n"
  "-- \n"
  "\n"
- " <http://www.linaro.org/> Linaro.org ? Open source software for ARM SoCs\n"
+ " <http://www.linaro.org/> Linaro.org \342\224\202 Open source software for ARM SoCs\n"
  "\n"
  "Follow Linaro:  <http://www.facebook.com/pages/Linaro> Facebook |\n"
  "<http://twitter.com/#!/linaroorg> Twitter |\n"
  <http://www.linaro.org/linaro-blog/> Blog
 
-c8799a95b9808dd22fbc2a03747d0641fc2eace82f412337b1143f9c94e8e4bc
+ea333c28fbd2728aa0406b1cecba23791566da14c0c28bf7f0b5d8c8e646c2e9

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.