All of lore.kernel.org
 help / color / mirror / Atom feed
diff for duplicates of <1720075.YOPnCQ3mE1@avalon>

diff --git a/a/1.txt b/N1/1.txt
index 5596ea5..19ad179 100644
--- a/a/1.txt
+++ b/N1/1.txt
@@ -16,14 +16,14 @@ On Monday 15 February 2016 22:16:50 Geert Uytterhoeven wrote:
 >   - Using a single node per power register block, even if it contains
 >     multiple domains, e.g.:
 > 
-> 	    pd_ca15_scu: ca15_scu@180 {
+> 	    pd_ca15_scu: ca15_scu at 180 {
 > 		    reg = <0x180 0x20>;
 > 		    #address-cells = <1>;
 > 		    #size-cells = <0>;
 > 		    #power-domain-cells = <0>;
 > 		    renesas,interrupt-bits = <12>;
 > 
-> 		    pd_ca15_cpu: ca15_cpu@40 {
+> 		    pd_ca15_cpu: ca15_cpu at 40 {
 > 			    reg = <0x40 0x20>;
 > 			    #power-domain-cells = <1>;
 > 			    renesas,pm-domain-indices = <0 1>;
@@ -131,7 +131,7 @@ standard pm-domains property ?
 > +
 > +Example:
 > +
-> +	sysc: system-controller@e6180000 {
+> +	sysc: system-controller at e6180000 {
 > +		compatible = "renesas,r8a7791-sysc", "renesas,rcar-gen2-sysc";
 > +		reg = <0 0xe6180000 0 0x0200>;
 > +
@@ -139,29 +139,29 @@ standard pm-domains property ?
 > +			#address-cells = <2>;
 > +			#size-cells = <0>;
 > +
-> +			pd_ca15_scu: scu@12 {
+> +			pd_ca15_scu: scu at 12 {
 > +				reg = <12 0x180>;
 > +				#address-cells = <2>;
 > +				#size-cells = <0>;
 > +				#power-domain-cells = <0>;
 > +
-> +				pd_ca15_cpu0: cpu@0 {
+> +				pd_ca15_cpu0: cpu at 0 {
 > +					reg = <0 0x40>;
 > +					#power-domain-cells = <0>;
 > +				};
 > +
-> +				pd_ca15_cpu1: cpu@1 {
+> +				pd_ca15_cpu1: cpu at 1 {
 > +					reg = <1 0x41>;
 > +					#power-domain-cells = <0>;
 > +				};
 > +			};
 > +
-> +			pd_sh: sh@16 {
+> +			pd_sh: sh at 16 {
 > +				reg = <16 0x80>;
 > +				#power-domain-cells = <0>;
 > +			};
 > +
-> +			pd_sgx: sgx@20 {
+> +			pd_sgx: sgx at 20 {
 > +				reg = <20 0xc0>;
 > +				#power-domain-cells = <0>;
 > +			};
diff --git a/a/content_digest b/N1/content_digest
index f59dc23..544f511 100644
--- a/a/content_digest
+++ b/N1/content_digest
@@ -1,15 +1,9 @@
  "ref\01455571020-18968-1-git-send-email-geert+renesas@glider.be\0"
  "ref\01455571020-18968-2-git-send-email-geert+renesas@glider.be\0"
- "From\0Laurent Pinchart <laurent.pinchart@ideasonboard.com>\0"
- "Subject\0Re: [PATCH/RFC v2 01/11] PM / Domains: Add DT bindings for the R-Car System Controller\0"
+ "From\0laurent.pinchart@ideasonboard.com (Laurent Pinchart)\0"
+ "Subject\0[PATCH/RFC v2 01/11] PM / Domains: Add DT bindings for the R-Car System Controller\0"
  "Date\0Tue, 16 Feb 2016 01:08:18 +0200\0"
- "To\0Geert Uytterhoeven <geert+renesas@glider.be>\0"
- "Cc\0Simon Horman <horms@verge.net.au>"
-  Magnus Damm <magnus.damm@gmail.com>
-  linux-renesas-soc@vger.kernel.org
-  linux-arm-kernel@lists.infradead.org
-  linux-pm@vger.kernel.org
- " devicetree@vger.kernel.org\0"
+ "To\0linux-arm-kernel@lists.infradead.org\0"
  "\00:1\0"
  "b\0"
  "Hi Geert,\n"
@@ -30,14 +24,14 @@
  ">   - Using a single node per power register block, even if it contains\n"
  ">     multiple domains, e.g.:\n"
  "> \n"
- "> \t    pd_ca15_scu: ca15_scu@180 {\n"
+ "> \t    pd_ca15_scu: ca15_scu at 180 {\n"
  "> \t\t    reg = <0x180 0x20>;\n"
  "> \t\t    #address-cells = <1>;\n"
  "> \t\t    #size-cells = <0>;\n"
  "> \t\t    #power-domain-cells = <0>;\n"
  "> \t\t    renesas,interrupt-bits = <12>;\n"
  "> \n"
- "> \t\t    pd_ca15_cpu: ca15_cpu@40 {\n"
+ "> \t\t    pd_ca15_cpu: ca15_cpu at 40 {\n"
  "> \t\t\t    reg = <0x40 0x20>;\n"
  "> \t\t\t    #power-domain-cells = <1>;\n"
  "> \t\t\t    renesas,pm-domain-indices = <0 1>;\n"
@@ -145,7 +139,7 @@
  "> +\n"
  "> +Example:\n"
  "> +\n"
- "> +\tsysc: system-controller@e6180000 {\n"
+ "> +\tsysc: system-controller at e6180000 {\n"
  "> +\t\tcompatible = \"renesas,r8a7791-sysc\", \"renesas,rcar-gen2-sysc\";\n"
  "> +\t\treg = <0 0xe6180000 0 0x0200>;\n"
  "> +\n"
@@ -153,29 +147,29 @@
  "> +\t\t\t#address-cells = <2>;\n"
  "> +\t\t\t#size-cells = <0>;\n"
  "> +\n"
- "> +\t\t\tpd_ca15_scu: scu@12 {\n"
+ "> +\t\t\tpd_ca15_scu: scu at 12 {\n"
  "> +\t\t\t\treg = <12 0x180>;\n"
  "> +\t\t\t\t#address-cells = <2>;\n"
  "> +\t\t\t\t#size-cells = <0>;\n"
  "> +\t\t\t\t#power-domain-cells = <0>;\n"
  "> +\n"
- "> +\t\t\t\tpd_ca15_cpu0: cpu@0 {\n"
+ "> +\t\t\t\tpd_ca15_cpu0: cpu at 0 {\n"
  "> +\t\t\t\t\treg = <0 0x40>;\n"
  "> +\t\t\t\t\t#power-domain-cells = <0>;\n"
  "> +\t\t\t\t};\n"
  "> +\n"
- "> +\t\t\t\tpd_ca15_cpu1: cpu@1 {\n"
+ "> +\t\t\t\tpd_ca15_cpu1: cpu at 1 {\n"
  "> +\t\t\t\t\treg = <1 0x41>;\n"
  "> +\t\t\t\t\t#power-domain-cells = <0>;\n"
  "> +\t\t\t\t};\n"
  "> +\t\t\t};\n"
  "> +\n"
- "> +\t\t\tpd_sh: sh@16 {\n"
+ "> +\t\t\tpd_sh: sh at 16 {\n"
  "> +\t\t\t\treg = <16 0x80>;\n"
  "> +\t\t\t\t#power-domain-cells = <0>;\n"
  "> +\t\t\t};\n"
  "> +\n"
- "> +\t\t\tpd_sgx: sgx@20 {\n"
+ "> +\t\t\tpd_sgx: sgx at 20 {\n"
  "> +\t\t\t\treg = <20 0xc0>;\n"
  "> +\t\t\t\t#power-domain-cells = <0>;\n"
  "> +\t\t\t};\n"
@@ -187,4 +181,4 @@
  "\n"
  Laurent Pinchart
 
-abc99196dbc13e7d38257bea0f5a23fa4b0625bdfe93dbe34e9d6fe7f449bbe0
+4ead279268e916b860799ed5e7971500fc88d41dfd04122e9e01a395b28087a7

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.