All of lore.kernel.org
 help / color / mirror / Atom feed
diff for duplicates of <20150525063913.GF3264@dragon>

diff --git a/a/1.txt b/N1/1.txt
index 754a007..1bd62c3 100644
--- a/a/1.txt
+++ b/N1/1.txt
@@ -153,4 +153,15 @@ Shawn
 >  					clock-names = "snvs-rtc";
 > -- 
 > 1.9.1
->
+> 
+
+-- 
+-- 
+You received this message because you are subscribed to "rtc-linux".
+Membership options at http://groups.google.com/group/rtc-linux .
+Please read http://groups.google.com/group/rtc-linux/web/checklist
+before submitting a driver.
+--- 
+You received this message because you are subscribed to the Google Groups "rtc-linux" group.
+To unsubscribe from this group and stop receiving emails from it, send an email to rtc-linux+unsubscribe@googlegroups.com.
+For more options, visit https://groups.google.com/d/optout.
diff --git a/a/content_digest b/N1/content_digest
index 19be608..d776164 100644
--- a/a/content_digest
+++ b/N1/content_digest
@@ -1,7 +1,7 @@
  "ref\01432305399-30571-1-git-send-email-Frank.Li@freescale.com\0"
  "ref\01432305399-30571-4-git-send-email-Frank.Li@freescale.com\0"
  "From\0Shawn Guo <shawn.guo@linaro.org>\0"
- "Subject\0Re: [PATCH v4 3/6] arm: dts: imx: update snvs to use syscon access register\0"
+ "Subject\0[rtc-linux] Re: [PATCH v4 3/6] arm: dts: imx: update snvs to use syscon access register\0"
  "Date\0Mon, 25 May 2015 14:39:14 +0800\0"
  "To\0Frank.Li@freescale.com\0"
  "Cc\0lznuaa@gmail.com"
@@ -170,6 +170,17 @@
  ">  \t\t\t\t\tclock-names = \"snvs-rtc\";\n"
  "> -- \n"
  "> 1.9.1\n"
- >
+ "> \n"
+ "\n"
+ "-- \n"
+ "-- \n"
+ "You received this message because you are subscribed to \"rtc-linux\".\n"
+ "Membership options at http://groups.google.com/group/rtc-linux .\n"
+ "Please read http://groups.google.com/group/rtc-linux/web/checklist\n"
+ "before submitting a driver.\n"
+ "--- \n"
+ "You received this message because you are subscribed to the Google Groups \"rtc-linux\" group.\n"
+ "To unsubscribe from this group and stop receiving emails from it, send an email to rtc-linux+unsubscribe@googlegroups.com.\n"
+ For more options, visit https://groups.google.com/d/optout.
 
-1a54d7b4f8fc8ccc95711cbe28a9cfe17d049ab5ccdd5ab5b82eeba5c5860f02
+cd80564e2381ec3bb4358de1f4232175d1ef23c91e67783b489012222e26698a

diff --git a/a/1.txt b/N2/1.txt
index 754a007..4ca5be6 100644
--- a/a/1.txt
+++ b/N2/1.txt
@@ -1,4 +1,4 @@
-On Fri, May 22, 2015 at 10:36:36PM +0800, Frank.Li@freescale.com wrote:
+On Fri, May 22, 2015 at 10:36:36PM +0800, Frank.Li at freescale.com wrote:
 > From: Frank Li <Frank.Li@freescale.com>
 > 
 > snvs is MFP device. Change dts to use syscon to allocate register resource.
@@ -20,12 +20,12 @@ On Fri, May 22, 2015 at 10:36:36PM +0800, Frank.Li@freescale.com wrote:
 >  				fsl,anatop = <&anatop>;
 >  			};
 >  
-> -			snvs@020cc000 {
+> -			snvs at 020cc000 {
 > -				compatible = "fsl,sec-v4.0-mon", "simple-bus";
 > -				#address-cells = <1>;
 > -				#size-cells = <1>;
 > -				ranges = <0 0x020cc000 0x4000>;
-> +			snvs:snvs@020cc000 {
+> +			snvs:snvs at 020cc000 {
 
 There should be a space between label and node.
 
@@ -35,7 +35,7 @@ One space is enough in between.
 
 > +				reg = <0x020cc000 0x4000>;
 >  
-> -				snvs_rtc: snvs-rtc-lp@34 {
+> -				snvs_rtc: snvs-rtc-lp at 34 {
 > +				snvs_rtc: snvs-rtc-lp {
 >  					compatible = "fsl,sec-v4.0-mon-rtc-lp";
 > -					reg = <0x34 0x58>;
@@ -49,7 +49,7 @@ Shawn
 >  						     <0 20 IRQ_TYPE_LEVEL_HIGH>;
 >  				};
 >  
-> -				snvs_poweroff: snvs-poweroff@38 {
+> -				snvs_poweroff: snvs-poweroff at 38 {
 > -					compatible = "fsl,sec-v4.0-poweroff";
 > -					reg = <0x38 0x4>;
 > +				snvs_poweroff: snvs-poweroff {
@@ -68,16 +68,16 @@ Shawn
 >  				fsl,anatop = <&anatop>;
 >  			};
 >  
-> -			snvs@020cc000 {
+> -			snvs at 020cc000 {
 > -				compatible = "fsl,sec-v4.0-mon", "simple-bus";
 > -				#address-cells = <1>;
 > -				#size-cells = <1>;
 > -				ranges = <0 0x020cc000 0x4000>;
-> +			snvs:snvs@020cc000 {
+> +			snvs:snvs at 020cc000 {
 > +				compatible = "fsl,sec-v4.0-mon", "syscon", "simple-mfd";
 > +				reg = <0x020cc000 0x4000>;
 >  
-> -				snvs_rtc: snvs-rtc-lp@34 {
+> -				snvs_rtc: snvs-rtc-lp at 34 {
 > +				snvs_rtc: snvs-rtc-lp {
 >  					compatible = "fsl,sec-v4.0-mon-rtc-lp";
 > -					reg = <0x34 0x58>;
@@ -85,7 +85,7 @@ Shawn
 >  						     <0 20 IRQ_TYPE_LEVEL_HIGH>;
 >  				};
 >  
-> -				snvs_poweroff: snvs-poweroff@38 {
+> -				snvs_poweroff: snvs-poweroff at 38 {
 > -					compatible = "fsl,sec-v4.0-poweroff";
 > -					reg = <0x38 0x4>;
 > +				snvs_poweroff: snvs-poweroff {
@@ -103,7 +103,7 @@ Shawn
 > @@ -662,20 +662,19 @@
 >  			};
 >  
->  			snvs: snvs@020cc000 {
+>  			snvs: snvs at 020cc000 {
 > -				compatible = "fsl,sec-v4.0-mon", "simple-bus";
 > -				#address-cells = <1>;
 > -				#size-cells = <1>;
@@ -111,14 +111,14 @@ Shawn
 > +				compatible = "fsl,sec-v4.0-mon", "syscon", "simple-mfd";
 > +				reg = <0x020cc000 0x4000>;
 >  
-> -				snvs_rtc: snvs-rtc-lp@34 {
+> -				snvs_rtc: snvs-rtc-lp at 34 {
 > +				snvs_rtc: snvs-rtc-lp {
 >  					compatible = "fsl,sec-v4.0-mon-rtc-lp";
 > -					reg = <0x34 0x58>;
 >  					interrupts = <GIC_SPI 19 IRQ_TYPE_LEVEL_HIGH>, <GIC_SPI 20 IRQ_TYPE_LEVEL_HIGH>;
 >  				};
 >  
-> -				snvs_poweroff: snvs-poweroff@38 {
+> -				snvs_poweroff: snvs-poweroff at 38 {
 > -					compatible = "fsl,sec-v4.0-poweroff";
 > -					reg = <0x38 0x4>;
 > +				snvs_poweroff: snvs-poweroff {
@@ -136,7 +136,7 @@ Shawn
 > @@ -404,14 +404,11 @@
 >  			};
 >  
->  			snvs0: snvs@400a7000 {
+>  			snvs0: snvs at 400a7000 {
 > -			    compatible = "fsl,sec-v4.0-mon", "simple-bus";
 > -				#address-cells = <1>;
 > -				#size-cells = <1>;
@@ -144,7 +144,7 @@ Shawn
 > +			    compatible = "fsl,sec-v4.0-mon", "syscon", "simple-mfd";
 > +				reg = <0x400a7000 0x2000>;
 >  
-> -				snvsrtc: snvs-rtc-lp@34 {
+> -				snvsrtc: snvs-rtc-lp at 34 {
 > +				snvsrtc: snvs-rtc-lp {
 >  					compatible = "fsl,sec-v4.0-mon-rtc-lp";
 > -					reg = <0x34 0x58>;
diff --git a/a/content_digest b/N2/content_digest
index 19be608..0de3fbc 100644
--- a/a/content_digest
+++ b/N2/content_digest
@@ -1,21 +1,12 @@
  "ref\01432305399-30571-1-git-send-email-Frank.Li@freescale.com\0"
  "ref\01432305399-30571-4-git-send-email-Frank.Li@freescale.com\0"
- "From\0Shawn Guo <shawn.guo@linaro.org>\0"
- "Subject\0Re: [PATCH v4 3/6] arm: dts: imx: update snvs to use syscon access register\0"
+ "From\0shawn.guo@linaro.org (Shawn Guo)\0"
+ "Subject\0[PATCH v4 3/6] arm: dts: imx: update snvs to use syscon access register\0"
  "Date\0Mon, 25 May 2015 14:39:14 +0800\0"
- "To\0Frank.Li@freescale.com\0"
- "Cc\0lznuaa@gmail.com"
-  dmitry.torokhov@gmail.com
-  robh+dt@kernel.org
-  alexandre.belloni@free-electrons.com
-  linux@arm.linux.org.uk
-  linux-arm-kernel@lists.infradead.org
-  linux-input@vger.kernel.org
-  rtc-linux@googlegroups.com
- " devicetree@vger.kernel.org\0"
+ "To\0linux-arm-kernel@lists.infradead.org\0"
  "\00:1\0"
  "b\0"
- "On Fri, May 22, 2015 at 10:36:36PM +0800, Frank.Li@freescale.com wrote:\n"
+ "On Fri, May 22, 2015 at 10:36:36PM +0800, Frank.Li at freescale.com wrote:\n"
  "> From: Frank Li <Frank.Li@freescale.com>\n"
  "> \n"
  "> snvs is MFP device. Change dts to use syscon to allocate register resource.\n"
@@ -37,12 +28,12 @@
  ">  \t\t\t\tfsl,anatop = <&anatop>;\n"
  ">  \t\t\t};\n"
  ">  \n"
- "> -\t\t\tsnvs@020cc000 {\n"
+ "> -\t\t\tsnvs at 020cc000 {\n"
  "> -\t\t\t\tcompatible = \"fsl,sec-v4.0-mon\", \"simple-bus\";\n"
  "> -\t\t\t\t#address-cells = <1>;\n"
  "> -\t\t\t\t#size-cells = <1>;\n"
  "> -\t\t\t\tranges = <0 0x020cc000 0x4000>;\n"
- "> +\t\t\tsnvs:snvs@020cc000 {\n"
+ "> +\t\t\tsnvs:snvs at 020cc000 {\n"
  "\n"
  "There should be a space between label and node.\n"
  "\n"
@@ -52,7 +43,7 @@
  "\n"
  "> +\t\t\t\treg = <0x020cc000 0x4000>;\n"
  ">  \n"
- "> -\t\t\t\tsnvs_rtc: snvs-rtc-lp@34 {\n"
+ "> -\t\t\t\tsnvs_rtc: snvs-rtc-lp at 34 {\n"
  "> +\t\t\t\tsnvs_rtc: snvs-rtc-lp {\n"
  ">  \t\t\t\t\tcompatible = \"fsl,sec-v4.0-mon-rtc-lp\";\n"
  "> -\t\t\t\t\treg = <0x34 0x58>;\n"
@@ -66,7 +57,7 @@
  ">  \t\t\t\t\t\t     <0 20 IRQ_TYPE_LEVEL_HIGH>;\n"
  ">  \t\t\t\t};\n"
  ">  \n"
- "> -\t\t\t\tsnvs_poweroff: snvs-poweroff@38 {\n"
+ "> -\t\t\t\tsnvs_poweroff: snvs-poweroff at 38 {\n"
  "> -\t\t\t\t\tcompatible = \"fsl,sec-v4.0-poweroff\";\n"
  "> -\t\t\t\t\treg = <0x38 0x4>;\n"
  "> +\t\t\t\tsnvs_poweroff: snvs-poweroff {\n"
@@ -85,16 +76,16 @@
  ">  \t\t\t\tfsl,anatop = <&anatop>;\n"
  ">  \t\t\t};\n"
  ">  \n"
- "> -\t\t\tsnvs@020cc000 {\n"
+ "> -\t\t\tsnvs at 020cc000 {\n"
  "> -\t\t\t\tcompatible = \"fsl,sec-v4.0-mon\", \"simple-bus\";\n"
  "> -\t\t\t\t#address-cells = <1>;\n"
  "> -\t\t\t\t#size-cells = <1>;\n"
  "> -\t\t\t\tranges = <0 0x020cc000 0x4000>;\n"
- "> +\t\t\tsnvs:snvs@020cc000 {\n"
+ "> +\t\t\tsnvs:snvs at 020cc000 {\n"
  "> +\t\t\t\tcompatible = \"fsl,sec-v4.0-mon\", \"syscon\", \"simple-mfd\";\n"
  "> +\t\t\t\treg = <0x020cc000 0x4000>;\n"
  ">  \n"
- "> -\t\t\t\tsnvs_rtc: snvs-rtc-lp@34 {\n"
+ "> -\t\t\t\tsnvs_rtc: snvs-rtc-lp at 34 {\n"
  "> +\t\t\t\tsnvs_rtc: snvs-rtc-lp {\n"
  ">  \t\t\t\t\tcompatible = \"fsl,sec-v4.0-mon-rtc-lp\";\n"
  "> -\t\t\t\t\treg = <0x34 0x58>;\n"
@@ -102,7 +93,7 @@
  ">  \t\t\t\t\t\t     <0 20 IRQ_TYPE_LEVEL_HIGH>;\n"
  ">  \t\t\t\t};\n"
  ">  \n"
- "> -\t\t\t\tsnvs_poweroff: snvs-poweroff@38 {\n"
+ "> -\t\t\t\tsnvs_poweroff: snvs-poweroff at 38 {\n"
  "> -\t\t\t\t\tcompatible = \"fsl,sec-v4.0-poweroff\";\n"
  "> -\t\t\t\t\treg = <0x38 0x4>;\n"
  "> +\t\t\t\tsnvs_poweroff: snvs-poweroff {\n"
@@ -120,7 +111,7 @@
  "> @@ -662,20 +662,19 @@\n"
  ">  \t\t\t};\n"
  ">  \n"
- ">  \t\t\tsnvs: snvs@020cc000 {\n"
+ ">  \t\t\tsnvs: snvs at 020cc000 {\n"
  "> -\t\t\t\tcompatible = \"fsl,sec-v4.0-mon\", \"simple-bus\";\n"
  "> -\t\t\t\t#address-cells = <1>;\n"
  "> -\t\t\t\t#size-cells = <1>;\n"
@@ -128,14 +119,14 @@
  "> +\t\t\t\tcompatible = \"fsl,sec-v4.0-mon\", \"syscon\", \"simple-mfd\";\n"
  "> +\t\t\t\treg = <0x020cc000 0x4000>;\n"
  ">  \n"
- "> -\t\t\t\tsnvs_rtc: snvs-rtc-lp@34 {\n"
+ "> -\t\t\t\tsnvs_rtc: snvs-rtc-lp at 34 {\n"
  "> +\t\t\t\tsnvs_rtc: snvs-rtc-lp {\n"
  ">  \t\t\t\t\tcompatible = \"fsl,sec-v4.0-mon-rtc-lp\";\n"
  "> -\t\t\t\t\treg = <0x34 0x58>;\n"
  ">  \t\t\t\t\tinterrupts = <GIC_SPI 19 IRQ_TYPE_LEVEL_HIGH>, <GIC_SPI 20 IRQ_TYPE_LEVEL_HIGH>;\n"
  ">  \t\t\t\t};\n"
  ">  \n"
- "> -\t\t\t\tsnvs_poweroff: snvs-poweroff@38 {\n"
+ "> -\t\t\t\tsnvs_poweroff: snvs-poweroff at 38 {\n"
  "> -\t\t\t\t\tcompatible = \"fsl,sec-v4.0-poweroff\";\n"
  "> -\t\t\t\t\treg = <0x38 0x4>;\n"
  "> +\t\t\t\tsnvs_poweroff: snvs-poweroff {\n"
@@ -153,7 +144,7 @@
  "> @@ -404,14 +404,11 @@\n"
  ">  \t\t\t};\n"
  ">  \n"
- ">  \t\t\tsnvs0: snvs@400a7000 {\n"
+ ">  \t\t\tsnvs0: snvs at 400a7000 {\n"
  "> -\t\t\t    compatible = \"fsl,sec-v4.0-mon\", \"simple-bus\";\n"
  "> -\t\t\t\t#address-cells = <1>;\n"
  "> -\t\t\t\t#size-cells = <1>;\n"
@@ -161,7 +152,7 @@
  "> +\t\t\t    compatible = \"fsl,sec-v4.0-mon\", \"syscon\", \"simple-mfd\";\n"
  "> +\t\t\t\treg = <0x400a7000 0x2000>;\n"
  ">  \n"
- "> -\t\t\t\tsnvsrtc: snvs-rtc-lp@34 {\n"
+ "> -\t\t\t\tsnvsrtc: snvs-rtc-lp at 34 {\n"
  "> +\t\t\t\tsnvsrtc: snvs-rtc-lp {\n"
  ">  \t\t\t\t\tcompatible = \"fsl,sec-v4.0-mon-rtc-lp\";\n"
  "> -\t\t\t\t\treg = <0x34 0x58>;\n"
@@ -172,4 +163,4 @@
  "> 1.9.1\n"
  >
 
-1a54d7b4f8fc8ccc95711cbe28a9cfe17d049ab5ccdd5ab5b82eeba5c5860f02
+2bea98d207986b52ab2d3bfe2f3168935c09ce556e422456df6a419413a66f4f

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.