All of lore.kernel.org
 help / color / mirror / Atom feed
diff for duplicates of <51FC1E40.7030807@wwwdotorg.org>

diff --git a/a/1.txt b/N1/1.txt
index cda0c52..4435a66 100644
--- a/a/1.txt
+++ b/N1/1.txt
@@ -75,18 +75,18 @@ at a higher level of e.g. "does this binding conceptually make sense".
 >  
 > +Example for Exynos5440 compatible power domains:
 > +
-> +	power-domains@00160000 {
+> +	power-domains at 00160000 {
 > +		compatible = "samsung,exynos5440-power-domains", "simple-bus";
 > +		reg = <0x00160000 0x1000>;
 > +		#address-cells = <1>;
 > +		#size-cells = <0>;
 > +
-> +		pd_pcie: pcie-power-domain@6 {
+> +		pd_pcie: pcie-power-domain at 6 {
 > +			compatible = "samsung,exynos5440-pd";
 > +			reg = <6>;
 > +		};
 > +
-> +		pd_conn2: conn2-power-domain@7 {
+> +		pd_conn2: conn2-power-domain at 7 {
 > +			compatible = "samsung,exynos5440-pd";
 > +			reg = <7>;
 > +		};
@@ -103,24 +103,24 @@ at a higher level of e.g. "does this binding conceptually make sense".
 >  		#clock-cells = <1>;
 >  	};
 >  
-> +	power-domains@00160000 {
+> +	power-domains at 00160000 {
 > +		compatible = "samsung,exynos5440-power-domains", "simple-bus";
 > +		reg = <0x00160000 0x1000>;
 > +		#address-cells = <1>;
 > +		#size-cells = <0>;
 > +
-> +		pd_pcie: pcie-power-domain@6 {
+> +		pd_pcie: pcie-power-domain at 6 {
 > +			compatible = "samsung,exynos5440-pd";
 > +			reg = <6>;
 > +		};
 > +
-> +		pd_conn2: conn2-power-domain@7 {
+> +		pd_conn2: conn2-power-domain at 7 {
 > +			compatible = "samsung,exynos5440-pd";
 > +			reg = <7>;
 > +		};
 > +	};
 > +
->  	gic:interrupt-controller@2E0000 {
+>  	gic:interrupt-controller at 2E0000 {
 >  		compatible = "arm,cortex-a15-gic";
 >  		#interrupt-cells = <3>;
 > @@ -192,6 +209,7 @@
@@ -138,7 +138,7 @@ at a higher level of e.g. "does this binding conceptually make sense".
 > +		samsung,power-domain = <&pd_conn2>;
 >  	};
 >  
->  	ohci@220000 {
+>  	ohci at 220000 {
 > @@ -248,6 +267,7 @@
 >  		interrupts = <0 29 0>;
 >  		clocks = <&clock 24>;
@@ -146,7 +146,7 @@ at a higher level of e.g. "does this binding conceptually make sense".
 > +		samsung,power-domain = <&pd_conn2>;
 >  	};
 >  
->  	ehci@221000 {
+>  	ehci at 221000 {
 > @@ -256,6 +276,7 @@
 >  		interrupts = <0 29 0>;
 >  		clocks = <&clock 24>;
@@ -154,7 +154,7 @@ at a higher level of e.g. "does this binding conceptually make sense".
 > +		samsung,power-domain = <&pd_conn2>;
 >  	};
 >  
->  	pcie@290000 {
+>  	pcie at 290000 {
 > @@ -275,6 +296,7 @@
 >  		#interrupt-cells = <1>;
 >  		interrupt-map-mask = <0 0 0 0>;
@@ -162,7 +162,7 @@ at a higher level of e.g. "does this binding conceptually make sense".
 > +		samsung,power-domain = <&pd_pcie>;
 >  	};
 >  
->  	pcie@2a0000 {
+>  	pcie at 2a0000 {
 > @@ -294,5 +316,6 @@
 >  		#interrupt-cells = <1>;
 >  		interrupt-map-mask = <0 0 0 0>;
diff --git a/a/content_digest b/N1/content_digest
index aa4d217..6bb73c6 100644
--- a/a/content_digest
+++ b/N1/content_digest
@@ -1,18 +1,8 @@
  "ref\02729097.X0eAsuYF97@amdc1032\0"
- "From\0Stephen Warren <swarren@wwwdotorg.org>\0"
- "Subject\0Re: [PATCH] ARM: EXYNOS: add power domains support for EXYNOS5440\0"
+ "From\0swarren@wwwdotorg.org (Stephen Warren)\0"
+ "Subject\0[PATCH] ARM: EXYNOS: add power domains support for EXYNOS5440\0"
  "Date\0Fri, 02 Aug 2013 15:01:52 -0600\0"
- "To\0Bartlomiej Zolnierkiewicz <b.zolnierkie@samsung.com>\0"
- "Cc\0Kukjin Kim <kgene.kim@samsung.com>"
-  Myungjoo Ham <myungjoo.ham@samsung.com>
-  Tomasz Figa <t.figa@samsung.com>
-  linux-samsung-soc@vger.kernel.org
-  linux-arm-kernel@lists.infradead.org
-  linux-pm@vger.kernel.org
-  devicetree@vger.kernel.org
-  Ian Campbell <ian.campbell@citrix.com>
-  Mark Rutland <Mark.Rutland@arm.com>
- " Pawel Moll <pawel.moll@arm.com>\0"
+ "To\0linux-arm-kernel@lists.infradead.org\0"
  "\00:1\0"
  "b\0"
  "(CCing the other DT maintainers, hence quoting binding in full)\n"
@@ -92,18 +82,18 @@
  ">  \n"
  "> +Example for Exynos5440 compatible power domains:\n"
  "> +\n"
- "> +\tpower-domains@00160000 {\n"
+ "> +\tpower-domains at 00160000 {\n"
  "> +\t\tcompatible = \"samsung,exynos5440-power-domains\", \"simple-bus\";\n"
  "> +\t\treg = <0x00160000 0x1000>;\n"
  "> +\t\t#address-cells = <1>;\n"
  "> +\t\t#size-cells = <0>;\n"
  "> +\n"
- "> +\t\tpd_pcie: pcie-power-domain@6 {\n"
+ "> +\t\tpd_pcie: pcie-power-domain at 6 {\n"
  "> +\t\t\tcompatible = \"samsung,exynos5440-pd\";\n"
  "> +\t\t\treg = <6>;\n"
  "> +\t\t};\n"
  "> +\n"
- "> +\t\tpd_conn2: conn2-power-domain@7 {\n"
+ "> +\t\tpd_conn2: conn2-power-domain at 7 {\n"
  "> +\t\t\tcompatible = \"samsung,exynos5440-pd\";\n"
  "> +\t\t\treg = <7>;\n"
  "> +\t\t};\n"
@@ -120,24 +110,24 @@
  ">  \t\t#clock-cells = <1>;\n"
  ">  \t};\n"
  ">  \n"
- "> +\tpower-domains@00160000 {\n"
+ "> +\tpower-domains at 00160000 {\n"
  "> +\t\tcompatible = \"samsung,exynos5440-power-domains\", \"simple-bus\";\n"
  "> +\t\treg = <0x00160000 0x1000>;\n"
  "> +\t\t#address-cells = <1>;\n"
  "> +\t\t#size-cells = <0>;\n"
  "> +\n"
- "> +\t\tpd_pcie: pcie-power-domain@6 {\n"
+ "> +\t\tpd_pcie: pcie-power-domain at 6 {\n"
  "> +\t\t\tcompatible = \"samsung,exynos5440-pd\";\n"
  "> +\t\t\treg = <6>;\n"
  "> +\t\t};\n"
  "> +\n"
- "> +\t\tpd_conn2: conn2-power-domain@7 {\n"
+ "> +\t\tpd_conn2: conn2-power-domain at 7 {\n"
  "> +\t\t\tcompatible = \"samsung,exynos5440-pd\";\n"
  "> +\t\t\treg = <7>;\n"
  "> +\t\t};\n"
  "> +\t};\n"
  "> +\n"
- ">  \tgic:interrupt-controller@2E0000 {\n"
+ ">  \tgic:interrupt-controller at 2E0000 {\n"
  ">  \t\tcompatible = \"arm,cortex-a15-gic\";\n"
  ">  \t\t#interrupt-cells = <3>;\n"
  "> @@ -192,6 +209,7 @@\n"
@@ -155,7 +145,7 @@
  "> +\t\tsamsung,power-domain = <&pd_conn2>;\n"
  ">  \t};\n"
  ">  \n"
- ">  \tohci@220000 {\n"
+ ">  \tohci at 220000 {\n"
  "> @@ -248,6 +267,7 @@\n"
  ">  \t\tinterrupts = <0 29 0>;\n"
  ">  \t\tclocks = <&clock 24>;\n"
@@ -163,7 +153,7 @@
  "> +\t\tsamsung,power-domain = <&pd_conn2>;\n"
  ">  \t};\n"
  ">  \n"
- ">  \tehci@221000 {\n"
+ ">  \tehci at 221000 {\n"
  "> @@ -256,6 +276,7 @@\n"
  ">  \t\tinterrupts = <0 29 0>;\n"
  ">  \t\tclocks = <&clock 24>;\n"
@@ -171,7 +161,7 @@
  "> +\t\tsamsung,power-domain = <&pd_conn2>;\n"
  ">  \t};\n"
  ">  \n"
- ">  \tpcie@290000 {\n"
+ ">  \tpcie at 290000 {\n"
  "> @@ -275,6 +296,7 @@\n"
  ">  \t\t#interrupt-cells = <1>;\n"
  ">  \t\tinterrupt-map-mask = <0 0 0 0>;\n"
@@ -179,7 +169,7 @@
  "> +\t\tsamsung,power-domain = <&pd_pcie>;\n"
  ">  \t};\n"
  ">  \n"
- ">  \tpcie@2a0000 {\n"
+ ">  \tpcie at 2a0000 {\n"
  "> @@ -294,5 +316,6 @@\n"
  ">  \t\t#interrupt-cells = <1>;\n"
  ">  \t\tinterrupt-map-mask = <0 0 0 0>;\n"
@@ -188,4 +178,4 @@
  ">  \t};\n"
  >  };
 
-a656ed579a80a41870456d8fc0479af9fc30b0140d418cf0ba7c2ce465a308fc
+4b97488b3fe1e957f5001c44dafc80b059674da2b44c5cfd40fc51197ca73362

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.