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

diff --git a/a/1.txt b/N1/1.txt
index 347edd4..89a9eb5 100644
--- a/a/1.txt
+++ b/N1/1.txt
@@ -40,13 +40,13 @@ Shawn
 > +-reg: Specifies the physical address of the SNVS_LPCR register
 > +
 > +Example:
-> +	snvs@020cc000 {
+> +	snvs at 020cc000 {
 > +		compatible = "fsl,sec-v4.0-mon", "simple-bus";
 > +		#address-cells = <1>;
 > +		#size-cells = <1>;
 > +		ranges = <0 0x020cc000 0x4000>;
 > +		.....
-> +		snvs-poweroff@38 {
+> +		snvs-poweroff at 38 {
 > +			compatible = "fsl,sec-v4.0-poweroff";
 > +			reg = <0x38 0x4>;
 > +		};
@@ -60,13 +60,13 @@ Shawn
 >  						     <0 20 IRQ_TYPE_LEVEL_HIGH>;
 >  				};
 > +
-> +				snvs-poweroff@38 {
+> +				snvs-poweroff at 38 {
 > +					compatible = "fsl,sec-v4.0-poweroff";
 > +					reg = <0x38 0x4>;
 > +				};
 >  			};
 >  
->  			epit1: epit@020d0000 { /* EPIT1 */
+>  			epit1: epit at 020d0000 { /* EPIT1 */
 > diff --git a/arch/arm/boot/dts/imx6sl.dtsi b/arch/arm/boot/dts/imx6sl.dtsi
 > index ba67714..6e1d8f6 100644
 > --- a/arch/arm/boot/dts/imx6sl.dtsi
@@ -76,13 +76,13 @@ Shawn
 >  						     <0 20 IRQ_TYPE_LEVEL_HIGH>;
 >  				};
 > +
-> +				snvs-poweroff@38 {
+> +				snvs-poweroff at 38 {
 > +					compatible = "fsl,sec-v4.0-poweroff";
 > +					reg = <0x38 0x4>;
 > +				};
 >  			};
 >  
->  			epit1: epit@020d0000 {
+>  			epit1: epit at 020d0000 {
 > diff --git a/arch/arm/boot/dts/imx6sx.dtsi b/arch/arm/boot/dts/imx6sx.dtsi
 > index d137caca..c1f937e 100644
 > --- a/arch/arm/boot/dts/imx6sx.dtsi
@@ -92,13 +92,13 @@ Shawn
 >  					interrupts = <GIC_SPI 19 IRQ_TYPE_LEVEL_HIGH>, <GIC_SPI 20 IRQ_TYPE_LEVEL_HIGH>;
 >  				};
 > +
-> +				snvs-poweroff@38 {
+> +				snvs-poweroff at 38 {
 > +					compatible = "fsl,sec-v4.0-poweroff";
 > +					reg = <0x38 0x4>;
 > +				};
 >  			};
 >  
->  			epit1: epit@020d0000 {
+>  			epit1: epit at 020d0000 {
 > -- 
 > 1.9.1
 >
diff --git a/a/content_digest b/N1/content_digest
index cbfa71d..f1176f3 100644
--- a/a/content_digest
+++ b/N1/content_digest
@@ -1,24 +1,9 @@
  "ref\01410511739-31122-1-git-send-email-b38343@freescale.com\0"
  "ref\01410511739-31122-2-git-send-email-b38343@freescale.com\0"
- "From\0Shawn Guo <shawn.guo@freescale.com>\0"
- "Subject\0Re: [PATCH v2 1/3] ARM: dts: imx6: add pm_power_off support for i.mx6 chips\0"
+ "From\0shawn.guo@freescale.com (Shawn Guo)\0"
+ "Subject\0[PATCH v2 1/3] ARM: dts: imx6: add pm_power_off support for i.mx6 chips\0"
  "Date\0Wed, 17 Sep 2014 10:10:45 +0800\0"
- "To\0Robin Gong <b38343@freescale.com>\0"
- "Cc\0robh+dt@kernel.org"
-  pawel.moll@arm.com
-  mark.rutland@arm.com
-  ijc+devicetree@hellion.org.uk
-  galak@codeaurora.org
-  kernel@pengutronix.de
-  sre@kernel.org
-  dbaryshkov@gmail.com
-  dwmw2@infradead.org
-  grant.likely@linaro.org
-  linux@arm.linux.org.uk
-  devicetree@vger.kernel.org
-  linux-kernel@vger.kernel.org
-  linux-pm@vger.kernel.org
- " linux-arm-kernel@lists.infradead.org\0"
+ "To\0linux-arm-kernel@lists.infradead.org\0"
  "\00:1\0"
  "b\0"
  "On Fri, Sep 12, 2014 at 04:48:57PM +0800, Robin Gong wrote:\n"
@@ -63,13 +48,13 @@
  "> +-reg: Specifies the physical address of the SNVS_LPCR register\n"
  "> +\n"
  "> +Example:\n"
- "> +\tsnvs@020cc000 {\n"
+ "> +\tsnvs at 020cc000 {\n"
  "> +\t\tcompatible = \"fsl,sec-v4.0-mon\", \"simple-bus\";\n"
  "> +\t\t#address-cells = <1>;\n"
  "> +\t\t#size-cells = <1>;\n"
  "> +\t\tranges = <0 0x020cc000 0x4000>;\n"
  "> +\t\t.....\n"
- "> +\t\tsnvs-poweroff@38 {\n"
+ "> +\t\tsnvs-poweroff at 38 {\n"
  "> +\t\t\tcompatible = \"fsl,sec-v4.0-poweroff\";\n"
  "> +\t\t\treg = <0x38 0x4>;\n"
  "> +\t\t};\n"
@@ -83,13 +68,13 @@
  ">  \t\t\t\t\t\t     <0 20 IRQ_TYPE_LEVEL_HIGH>;\n"
  ">  \t\t\t\t};\n"
  "> +\n"
- "> +\t\t\t\tsnvs-poweroff@38 {\n"
+ "> +\t\t\t\tsnvs-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\t};\n"
  ">  \t\t\t};\n"
  ">  \n"
- ">  \t\t\tepit1: epit@020d0000 { /* EPIT1 */\n"
+ ">  \t\t\tepit1: epit at 020d0000 { /* EPIT1 */\n"
  "> diff --git a/arch/arm/boot/dts/imx6sl.dtsi b/arch/arm/boot/dts/imx6sl.dtsi\n"
  "> index ba67714..6e1d8f6 100644\n"
  "> --- a/arch/arm/boot/dts/imx6sl.dtsi\n"
@@ -99,13 +84,13 @@
  ">  \t\t\t\t\t\t     <0 20 IRQ_TYPE_LEVEL_HIGH>;\n"
  ">  \t\t\t\t};\n"
  "> +\n"
- "> +\t\t\t\tsnvs-poweroff@38 {\n"
+ "> +\t\t\t\tsnvs-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\t};\n"
  ">  \t\t\t};\n"
  ">  \n"
- ">  \t\t\tepit1: epit@020d0000 {\n"
+ ">  \t\t\tepit1: epit at 020d0000 {\n"
  "> diff --git a/arch/arm/boot/dts/imx6sx.dtsi b/arch/arm/boot/dts/imx6sx.dtsi\n"
  "> index d137caca..c1f937e 100644\n"
  "> --- a/arch/arm/boot/dts/imx6sx.dtsi\n"
@@ -115,15 +100,15 @@
  ">  \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@38 {\n"
+ "> +\t\t\t\tsnvs-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\t};\n"
  ">  \t\t\t};\n"
  ">  \n"
- ">  \t\t\tepit1: epit@020d0000 {\n"
+ ">  \t\t\tepit1: epit at 020d0000 {\n"
  "> -- \n"
  "> 1.9.1\n"
  >
 
-382295ad3be3a1762b95ccb8f77c676865f1d78baaaa2947801501a85d75bb37
+bfff04815c3acc605b7a0ca0e36fe3c17ecb8134254f82c53809b930df8ed422

diff --git a/a/content_digest b/N2/content_digest
index cbfa71d..63f90a7 100644
--- a/a/content_digest
+++ b/N2/content_digest
@@ -4,21 +4,21 @@
  "Subject\0Re: [PATCH v2 1/3] ARM: dts: imx6: add pm_power_off support for i.mx6 chips\0"
  "Date\0Wed, 17 Sep 2014 10:10:45 +0800\0"
  "To\0Robin Gong <b38343@freescale.com>\0"
- "Cc\0robh+dt@kernel.org"
-  pawel.moll@arm.com
-  mark.rutland@arm.com
-  ijc+devicetree@hellion.org.uk
-  galak@codeaurora.org
-  kernel@pengutronix.de
-  sre@kernel.org
-  dbaryshkov@gmail.com
-  dwmw2@infradead.org
-  grant.likely@linaro.org
-  linux@arm.linux.org.uk
-  devicetree@vger.kernel.org
-  linux-kernel@vger.kernel.org
-  linux-pm@vger.kernel.org
- " linux-arm-kernel@lists.infradead.org\0"
+ "Cc\0<robh+dt@kernel.org>"
+  <pawel.moll@arm.com>
+  <mark.rutland@arm.com>
+  <ijc+devicetree@hellion.org.uk>
+  <galak@codeaurora.org>
+  <kernel@pengutronix.de>
+  <sre@kernel.org>
+  <dbaryshkov@gmail.com>
+  <dwmw2@infradead.org>
+  <grant.likely@linaro.org>
+  <linux@arm.linux.org.uk>
+  <devicetree@vger.kernel.org>
+  <linux-kernel@vger.kernel.org>
+  <linux-pm@vger.kernel.org>
+ " <linux-arm-kernel@lists.infradead.org>\0"
  "\00:1\0"
  "b\0"
  "On Fri, Sep 12, 2014 at 04:48:57PM +0800, Robin Gong wrote:\n"
@@ -126,4 +126,4 @@
  "> 1.9.1\n"
  >
 
-382295ad3be3a1762b95ccb8f77c676865f1d78baaaa2947801501a85d75bb37
+cc956f4d3151e6395219e3319de68be7ba742244b8504ea0c7c51654585619d8

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.