All of lore.kernel.org
 help / color / mirror / Atom feed
diff for duplicates of <20150407112928.GA3812@leverpostej>

diff --git a/a/1.txt b/N1/1.txt
index fba9303..f6d3c5f 100644
--- a/a/1.txt
+++ b/N1/1.txt
@@ -34,16 +34,16 @@ Mark.
 > 
 > Option A (define interrupt in parent node):
 > 
->   power: power at 80044000 {
+>   power: power@80044000 {
 > 	compatible = "fsl,imx28-power", "syscon";
 > 	reg = <0x80044000 0x2000>;
 > 	interrupts = <6>;
 > 
-> 	reg_vddd: regulator at 1 {
+> 	reg_vddd: regulator@1 {
 > 		compatible = "fsl,imx28-vddd";
 > 	};
 > 
-> 	pswitch: pswitch at 5 {
+> 	pswitch: pswitch@5 {
 > 		compatible = "fsl,mxs-pswitch";
 > 		linux,code = <116>;
 > 	};
@@ -53,16 +53,16 @@ Mark.
 > 
 > Option B (define interrupt for each child node):
 > 
->   power: power at 80044000 {
+>   power: power@80044000 {
 > 	compatible = "fsl,imx28-power", "syscon";
 > 	reg = <0x80044000 0x2000>;
 > 
-> 	reg_vddd: regulator at 1 {
+> 	reg_vddd: regulator@1 {
 > 		compatible = "fsl,imx28-vddd";
 > 		interrupts = <6>;
 > 	};
 > 
-> 	pswitch: pswitch at 5 {
+> 	pswitch: pswitch@5 {
 > 		compatible = "fsl,mxs-pswitch";
 > 		linux,code = <116>;
 > 		interrupts = <6>;
@@ -75,6 +75,10 @@ Mark.
 > Stefan
 > --
 > To unsubscribe from this list: send the line "unsubscribe devicetree" in
-> the body of a message to majordomo at vger.kernel.org
+> the body of a message to majordomo-u79uwXL29TY76Z2rM5mHXA@public.gmane.org
 > More majordomo info at  http://vger.kernel.org/majordomo-info.html
->
+> 
+--
+To unsubscribe from this list: send the line "unsubscribe devicetree" in
+the body of a message to majordomo-u79uwXL29TY76Z2rM5mHXA@public.gmane.org
+More majordomo info at  http://vger.kernel.org/majordomo-info.html
diff --git a/a/content_digest b/N1/content_digest
index 31807fd..a63ddc4 100644
--- a/a/content_digest
+++ b/N1/content_digest
@@ -1,8 +1,11 @@
  "ref\02039290448.1160624.1428183613109.JavaMail.open-xchange@oxbaltgw03.schlund.de\0"
- "From\0mark.rutland@arm.com (Mark Rutland)\0"
- "Subject\0Question about shared interrupts in devicetree\0"
+ "ref\02039290448.1160624.1428183613109.JavaMail.open-xchange-h4m1HHXQYNGvCDav5jC2oMgmgJlYmuWJ@public.gmane.org\0"
+ "From\0Mark Rutland <mark.rutland-5wv7dgnIgG8@public.gmane.org>\0"
+ "Subject\0Re: Question about shared interrupts in devicetree\0"
  "Date\0Tue, 7 Apr 2015 12:29:29 +0100\0"
- "To\0kernelnewbies@lists.kernelnewbies.org\0"
+ "To\0Stefan Wahren <stefan.wahren-eS4NqCHxEME@public.gmane.org>\0"
+ "Cc\0kernelnewbies <kernelnewbies-7JyXY6prKcjpASu1u0TL5ti2O/JbrIOy@public.gmane.org>"
+ " devicetree <devicetree-u79uwXL29TY76Z2rM5mHXA@public.gmane.org>\0"
  "\00:1\0"
  "b\0"
  "On Sat, Apr 04, 2015 at 10:40:13PM +0100, Stefan Wahren wrote:\n"
@@ -41,16 +44,16 @@
  "> \n"
  "> Option A (define interrupt in parent node):\n"
  "> \n"
- ">   power: power at 80044000 {\n"
+ ">   power: power@80044000 {\n"
  "> \tcompatible = \"fsl,imx28-power\", \"syscon\";\n"
  "> \treg = <0x80044000 0x2000>;\n"
  "> \tinterrupts = <6>;\n"
  "> \n"
- "> \treg_vddd: regulator at 1 {\n"
+ "> \treg_vddd: regulator@1 {\n"
  "> \t\tcompatible = \"fsl,imx28-vddd\";\n"
  "> \t};\n"
  "> \n"
- "> \tpswitch: pswitch at 5 {\n"
+ "> \tpswitch: pswitch@5 {\n"
  "> \t\tcompatible = \"fsl,mxs-pswitch\";\n"
  "> \t\tlinux,code = <116>;\n"
  "> \t};\n"
@@ -60,16 +63,16 @@
  "> \n"
  "> Option B (define interrupt for each child node):\n"
  "> \n"
- ">   power: power at 80044000 {\n"
+ ">   power: power@80044000 {\n"
  "> \tcompatible = \"fsl,imx28-power\", \"syscon\";\n"
  "> \treg = <0x80044000 0x2000>;\n"
  "> \n"
- "> \treg_vddd: regulator at 1 {\n"
+ "> \treg_vddd: regulator@1 {\n"
  "> \t\tcompatible = \"fsl,imx28-vddd\";\n"
  "> \t\tinterrupts = <6>;\n"
  "> \t};\n"
  "> \n"
- "> \tpswitch: pswitch at 5 {\n"
+ "> \tpswitch: pswitch@5 {\n"
  "> \t\tcompatible = \"fsl,mxs-pswitch\";\n"
  "> \t\tlinux,code = <116>;\n"
  "> \t\tinterrupts = <6>;\n"
@@ -82,8 +85,12 @@
  "> Stefan\n"
  "> --\n"
  "> To unsubscribe from this list: send the line \"unsubscribe devicetree\" in\n"
- "> the body of a message to majordomo at vger.kernel.org\n"
+ "> the body of a message to majordomo-u79uwXL29TY76Z2rM5mHXA@public.gmane.org\n"
  "> More majordomo info at  http://vger.kernel.org/majordomo-info.html\n"
- >
+ "> \n"
+ "--\n"
+ "To unsubscribe from this list: send the line \"unsubscribe devicetree\" in\n"
+ "the body of a message to majordomo-u79uwXL29TY76Z2rM5mHXA@public.gmane.org\n"
+ More majordomo info at  http://vger.kernel.org/majordomo-info.html
 
-8e55c346d4e15835c91d62ae5826d132659fd6a7f7a9f0ca9ea5ccf613889060
+3b1ec4b1f87f9f8d741236149292a84cb5545b23bf389f639028146f44ea1585

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.