All of lore.kernel.org
 help / color / mirror / Atom feed
diff for duplicates of <504F6F20.5080103@samsung.com>

diff --git a/a/1.txt b/N1/1.txt
index 6d68893..5b7d8ac 100644
--- a/a/1.txt
+++ b/N1/1.txt
@@ -56,11 +56,11 @@ transfer and is described by "link" DT nodes, specified as children of the
 "port" nodes:
 
 /foo {
-	port@0 {
-		link@0 { ... };
-		link@1 { ... };
+	port at 0 {
+		link at 0 { ... };
+		link at 1 { ... };
 	};
-	port@1 { ... };
+	port at 1 { ... };
 };
 
 If a port can be configured to work with more than one other device on the
@@ -95,7 +95,7 @@ s/clock lane/clock ?
 > +
 > +Example:
 > +
-> +	ceu0: ceu@0xfe910000 {
+> +	ceu0: ceu at 0xfe910000 {
 > +		compatible = "renesas,sh-mobile-ceu";
 > +		reg = <0xfe910000 0xa0>;
 > +		interrupts = <0x880>;
@@ -111,7 +111,7 @@ s/clock lane/clock ?
 > +			#address-cells = <1>;
 > +			#size-cells = <0>;
 > +
-> +			ceu0_1: link@1 {
+> +			ceu0_1: link at 1 {
 > +				reg = <1>;		/* local link # */
 > +				remote = <&ov772x_1_1>;	/* remote phandle */
 > +				bus-width = <8>;	/* used data lines */
@@ -123,7 +123,7 @@ s/clock lane/clock ?
 > +				pclk-sample = <1>;	/* rising */
 > +			};
 > +
-> +			ceu0_0: link@0 {
+> +			ceu0_0: link at 0 {
 > +				reg = <0>;
 > +				remote = <&csi2_2>;
 > +				immutable;
@@ -131,9 +131,9 @@ s/clock lane/clock ?
 > +		};
 > +	};
 > +
-> +	i2c0: i2c@0xfff20000 {
+> +	i2c0: i2c at 0xfff20000 {
 > +		...
-> +		ov772x_1: camera@0x21 {
+> +		ov772x_1: camera at 0x21 {
 > +			compatible = "omnivision,ov772x";
 > +			reg = <0x21>;
 > +			vddio-supply = <&regulator1>;
@@ -158,7 +158,7 @@ s/in/for ?
 > +			};
 > +		};
 > +
-> +		imx074: camera@0x1a {
+> +		imx074: camera at 0x1a {
 > +			compatible = "sony,imx074";
 > +			reg = <0x1a>;
 > +			vddio-supply = <&regulator1>;
@@ -178,14 +178,14 @@ s/in/for ?
 > +		};
 > +	};
 > +
-> +	csi2: csi2@0xffc90000 {
+> +	csi2: csi2 at 0xffc90000 {
 > +		compatible = "renesas,sh-mobile-csi2";
 > +		reg = <0xffc90000 0x1000>;
 > +		interrupts = <0x17a0>;
 > +		#address-cells = <1>;
 > +		#size-cells = <0>;
 > +
-> +		port@1 {
+> +		port at 1 {
 > +			compatible = "renesas,csi2c";	/* one of CSI2I and CSI2C */
 > +			reg = <1>;			/* CSI-2 PHY #1 of 2: PHY_S, PHY_M has port address 0, is unused */
 > +
@@ -195,7 +195,7 @@ s/in/for ?
 > +				remote = <&imx074_1>;
 > +			};
 > +		};
-> +		port@2 {
+> +		port at 2 {
 > +			reg = <2>;			/* port 2: link to the CEU */
 > +
 > +			csi2_2: link {
diff --git a/a/content_digest b/N1/content_digest
index 85a31f2..1ee21eb 100644
--- a/a/content_digest
+++ b/N1/content_digest
@@ -1,7 +1,7 @@
  "ref\0Pine.LNX.4.64.1209111746420.22084@axis700.grange\0"
- "From\0Sylwester Nawrocki <s.nawrocki@samsung.com>\0"
- "Subject\0Re: [PATCH] media: add V4L2 DT binding documentation\0"
- "Date\0Tue, 11 Sep 2012 17:04:32 +0000\0"
+ "From\0s.nawrocki@samsung.com (Sylwester Nawrocki)\0"
+ "Subject\0[PATCH] media: add V4L2 DT binding documentation\0"
+ "Date\0Tue, 11 Sep 2012 19:04:32 +0200\0"
  "To\0linux-arm-kernel@lists.infradead.org\0"
  "\00:1\0"
  "b\0"
@@ -63,11 +63,11 @@
  "\"port\" nodes:\n"
  "\n"
  "/foo {\n"
- "\tport@0 {\n"
- "\t\tlink@0 { ... };\n"
- "\t\tlink@1 { ... };\n"
+ "\tport at 0 {\n"
+ "\t\tlink at 0 { ... };\n"
+ "\t\tlink at 1 { ... };\n"
  "\t};\n"
- "\tport@1 { ... };\n"
+ "\tport at 1 { ... };\n"
  "};\n"
  "\n"
  "If a port can be configured to work with more than one other device on the\n"
@@ -102,7 +102,7 @@
  "> +\n"
  "> +Example:\n"
  "> +\n"
- "> +\tceu0: ceu@0xfe910000 {\n"
+ "> +\tceu0: ceu at 0xfe910000 {\n"
  "> +\t\tcompatible = \"renesas,sh-mobile-ceu\";\n"
  "> +\t\treg = <0xfe910000 0xa0>;\n"
  "> +\t\tinterrupts = <0x880>;\n"
@@ -118,7 +118,7 @@
  "> +\t\t\t#address-cells = <1>;\n"
  "> +\t\t\t#size-cells = <0>;\n"
  "> +\n"
- "> +\t\t\tceu0_1: link@1 {\n"
+ "> +\t\t\tceu0_1: link at 1 {\n"
  "> +\t\t\t\treg = <1>;\t\t/* local link # */\n"
  "> +\t\t\t\tremote = <&ov772x_1_1>;\t/* remote phandle */\n"
  "> +\t\t\t\tbus-width = <8>;\t/* used data lines */\n"
@@ -130,7 +130,7 @@
  "> +\t\t\t\tpclk-sample = <1>;\t/* rising */\n"
  "> +\t\t\t};\n"
  "> +\n"
- "> +\t\t\tceu0_0: link@0 {\n"
+ "> +\t\t\tceu0_0: link at 0 {\n"
  "> +\t\t\t\treg = <0>;\n"
  "> +\t\t\t\tremote = <&csi2_2>;\n"
  "> +\t\t\t\timmutable;\n"
@@ -138,9 +138,9 @@
  "> +\t\t};\n"
  "> +\t};\n"
  "> +\n"
- "> +\ti2c0: i2c@0xfff20000 {\n"
+ "> +\ti2c0: i2c at 0xfff20000 {\n"
  "> +\t\t...\n"
- "> +\t\tov772x_1: camera@0x21 {\n"
+ "> +\t\tov772x_1: camera at 0x21 {\n"
  "> +\t\t\tcompatible = \"omnivision,ov772x\";\n"
  "> +\t\t\treg = <0x21>;\n"
  "> +\t\t\tvddio-supply = <&regulator1>;\n"
@@ -165,7 +165,7 @@
  "> +\t\t\t};\n"
  "> +\t\t};\n"
  "> +\n"
- "> +\t\timx074: camera@0x1a {\n"
+ "> +\t\timx074: camera at 0x1a {\n"
  "> +\t\t\tcompatible = \"sony,imx074\";\n"
  "> +\t\t\treg = <0x1a>;\n"
  "> +\t\t\tvddio-supply = <&regulator1>;\n"
@@ -185,14 +185,14 @@
  "> +\t\t};\n"
  "> +\t};\n"
  "> +\n"
- "> +\tcsi2: csi2@0xffc90000 {\n"
+ "> +\tcsi2: csi2 at 0xffc90000 {\n"
  "> +\t\tcompatible = \"renesas,sh-mobile-csi2\";\n"
  "> +\t\treg = <0xffc90000 0x1000>;\n"
  "> +\t\tinterrupts = <0x17a0>;\n"
  "> +\t\t#address-cells = <1>;\n"
  "> +\t\t#size-cells = <0>;\n"
  "> +\n"
- "> +\t\tport@1 {\n"
+ "> +\t\tport at 1 {\n"
  "> +\t\t\tcompatible = \"renesas,csi2c\";\t/* one of CSI2I and CSI2C */\n"
  "> +\t\t\treg = <1>;\t\t\t/* CSI-2 PHY #1 of 2: PHY_S, PHY_M has port address 0, is unused */\n"
  "> +\n"
@@ -202,7 +202,7 @@
  "> +\t\t\t\tremote = <&imx074_1>;\n"
  "> +\t\t\t};\n"
  "> +\t\t};\n"
- "> +\t\tport@2 {\n"
+ "> +\t\tport at 2 {\n"
  "> +\t\t\treg = <2>;\t\t\t/* port 2: link to the CEU */\n"
  "> +\n"
  "> +\t\t\tcsi2_2: link {\n"
@@ -217,4 +217,4 @@
  "Regards,\n"
  Sylwester
 
-6d77b0f34fd3189ae1e11ace1b1051454fbba637fbd147006222a2434093b6f0
+50c5441bf959e64792c97239ada7ba97c4bdfab25d11df27515daec979c6dfc6

diff --git a/a/content_digest b/N2/content_digest
index 85a31f2..458c0f0 100644
--- a/a/content_digest
+++ b/N2/content_digest
@@ -1,8 +1,19 @@
  "ref\0Pine.LNX.4.64.1209111746420.22084@axis700.grange\0"
  "From\0Sylwester Nawrocki <s.nawrocki@samsung.com>\0"
  "Subject\0Re: [PATCH] media: add V4L2 DT binding documentation\0"
- "Date\0Tue, 11 Sep 2012 17:04:32 +0000\0"
- "To\0linux-arm-kernel@lists.infradead.org\0"
+ "Date\0Tue, 11 Sep 2012 19:04:32 +0200\0"
+ "To\0Guennadi Liakhovetski <g.liakhovetski@gmx.de>\0"
+ "Cc\0Linux Media Mailing List <linux-media@vger.kernel.org>"
+  Stephen Warren <swarren@wwwdotorg.org>
+  Laurent Pinchart <laurent.pinchart@ideasonboard.com>
+  Magnus Damm <magnus.damm@gmail.com>
+  devicetree-discuss <devicetree-discuss@lists.ozlabs.org>
+  linux-sh@vger.kernel.org
+  Mark Brown <broonie@opensource.wolfsonmicro.com>
+  Hans Verkuil <hverkuil@xs4all.nl>
+  Marek Szyprowski <m.szyprowski@samsung.com>
+  Arnd Bergmann <arnd@arndb.de>
+ " linux-arm-kernel@lists.infradead.org\0"
  "\00:1\0"
  "b\0"
  "Hi Guennadi,\n"
@@ -217,4 +228,4 @@
  "Regards,\n"
  Sylwester
 
-6d77b0f34fd3189ae1e11ace1b1051454fbba637fbd147006222a2434093b6f0
+41146c2b3cd757741952e0c8b439155308e206417211e1820081bbd9555bc460

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.