All of lore.kernel.org
 help / color / mirror / Atom feed
diff for duplicates of <20140716010029.GC26207@quad.lixom.net>

diff --git a/a/1.txt b/N1/1.txt
index 193f105..7cb600f 100644
--- a/a/1.txt
+++ b/N1/1.txt
@@ -2,9 +2,9 @@ Hi,
 
 This mostly looks good, with a couple of comments below.
 
-On Wed, Jul 16, 2014 at 01:02:58AM +0200, Heiko St?bner wrote:
+On Wed, Jul 16, 2014 at 01:02:58AM +0200, Heiko Stübner wrote:
 > +&i2c0 {
-> +	hym8563 at 51 {
+> +	hym8563@51 {
 > +		compatible = "haoyu,hym8563";
 > +		reg = <0x51>;
 > +
@@ -18,7 +18,7 @@ On Wed, Jul 16, 2014 at 01:02:58AM +0200, Heiko St?bner wrote:
 > +		clock-output-names = "xin32k";
 > +	};
 > +
-> +	act8846: act8846 at 5a {
+> +	act8846: act8846@5a {
 > +		compatible = "active-semi,act8846";
 > +		reg = <0x5a>;
 > +		status = "okay";
@@ -197,7 +197,7 @@ the gpio-keys should be on the top level.
 > +			#size-cells = <0>;
 > +			autorepeat;
 > +
-> +			button at 0 {
+> +			button@0 {
 > +				gpios = <&gpio0 5 GPIO_ACTIVE_HIGH>;
 > +				linux,code = <116>;
 > +				label = "GPIO Key Power";
@@ -207,35 +207,35 @@ the gpio-keys should be on the top level.
 > +			};
 > +		};
 > +
-> +		i2c0: i2c at ff650000 {
+> +		i2c0: i2c@ff650000 {
 > +			pinctrl-names = "default";
 > +			pinctrl-0 = <&i2c0_xfer>;
 > +			status = "okay";
 > +		};
 > +
-> +		watchdog at ff800000 {
+> +		watchdog@ff800000 {
 > +			status = "okay";
 > +		};
 > +
-> +		serial at ff180000 {
+> +		serial@ff180000 {
 > +			status = "okay";
 > +		};
 > +
-> +		serial at ff190000 {
+> +		serial@ff190000 {
 > +			status = "okay";
 > +		};
 > +
-> +		uart2: serial at ff690000 {
+> +		uart2: serial@ff690000 {
 > +			pinctrl-names = "default";
 > +			pinctrl-0 = <&uart2_xfer>;
 > +			status = "okay";
 > +		};
 > +
-> +		uart3: serial at ff1b0000 {
+> +		uart3: serial@ff1b0000 {
 > +			status = "okay";
 > +		};
 > +
-> +		uart4: serial at ff1c0000 {
+> +		uart4: serial@ff1c0000 {
 > +			status = "okay";
 > +		};
 > +	};
@@ -243,3 +243,7 @@ the gpio-keys should be on the top level.
 
 
 -Olof
+--
+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 15b91d9..2eac132 100644
--- a/a/content_digest
+++ b/N1/content_digest
@@ -1,18 +1,22 @@
  "ref\01471578.ILeMmG2DL6@diego\0"
  "ref\02186895.xqgxh7zegl@diego\0"
- "From\0olof@lixom.net (Olof Johansson)\0"
- "Subject\0[PATCH 6/6] ARM: dts: add rk3288 evaluation board\0"
+ "From\0Olof Johansson <olof-nZhT3qVonbNeoWH0uzbU5w@public.gmane.org>\0"
+ "Subject\0Re: [PATCH 6/6] ARM: dts: add rk3288 evaluation board\0"
  "Date\0Tue, 15 Jul 2014 18:00:29 -0700\0"
- "To\0linux-arm-kernel@lists.infradead.org\0"
+ "To\0Heiko St\303\274bner <heiko-4mtYJXux2i+zQB+pC5nmwQ@public.gmane.org>\0"
+ "Cc\0linux-arm-kernel-IAPFreCvJWM7uuMidbF8XUB+6BGkLq7r@public.gmane.org"
+  dianders-F7+t8E8rja9g9hUCZPvPmw@public.gmane.org
+  eddie.cai-TNX95d0MmH7DzftRWevZcw@public.gmane.org
+ " devicetree-u79uwXL29TY76Z2rM5mHXA@public.gmane.org\0"
  "\00:1\0"
  "b\0"
  "Hi,\n"
  "\n"
  "This mostly looks good, with a couple of comments below.\n"
  "\n"
- "On Wed, Jul 16, 2014 at 01:02:58AM +0200, Heiko St?bner wrote:\n"
+ "On Wed, Jul 16, 2014 at 01:02:58AM +0200, Heiko St\303\274bner wrote:\n"
  "> +&i2c0 {\n"
- "> +\thym8563 at 51 {\n"
+ "> +\thym8563@51 {\n"
  "> +\t\tcompatible = \"haoyu,hym8563\";\n"
  "> +\t\treg = <0x51>;\n"
  "> +\n"
@@ -26,7 +30,7 @@
  "> +\t\tclock-output-names = \"xin32k\";\n"
  "> +\t};\n"
  "> +\n"
- "> +\tact8846: act8846 at 5a {\n"
+ "> +\tact8846: act8846@5a {\n"
  "> +\t\tcompatible = \"active-semi,act8846\";\n"
  "> +\t\treg = <0x5a>;\n"
  "> +\t\tstatus = \"okay\";\n"
@@ -205,7 +209,7 @@
  "> +\t\t\t#size-cells = <0>;\n"
  "> +\t\t\tautorepeat;\n"
  "> +\n"
- "> +\t\t\tbutton at 0 {\n"
+ "> +\t\t\tbutton@0 {\n"
  "> +\t\t\t\tgpios = <&gpio0 5 GPIO_ACTIVE_HIGH>;\n"
  "> +\t\t\t\tlinux,code = <116>;\n"
  "> +\t\t\t\tlabel = \"GPIO Key Power\";\n"
@@ -215,41 +219,45 @@
  "> +\t\t\t};\n"
  "> +\t\t};\n"
  "> +\n"
- "> +\t\ti2c0: i2c at ff650000 {\n"
+ "> +\t\ti2c0: i2c@ff650000 {\n"
  "> +\t\t\tpinctrl-names = \"default\";\n"
  "> +\t\t\tpinctrl-0 = <&i2c0_xfer>;\n"
  "> +\t\t\tstatus = \"okay\";\n"
  "> +\t\t};\n"
  "> +\n"
- "> +\t\twatchdog at ff800000 {\n"
+ "> +\t\twatchdog@ff800000 {\n"
  "> +\t\t\tstatus = \"okay\";\n"
  "> +\t\t};\n"
  "> +\n"
- "> +\t\tserial at ff180000 {\n"
+ "> +\t\tserial@ff180000 {\n"
  "> +\t\t\tstatus = \"okay\";\n"
  "> +\t\t};\n"
  "> +\n"
- "> +\t\tserial at ff190000 {\n"
+ "> +\t\tserial@ff190000 {\n"
  "> +\t\t\tstatus = \"okay\";\n"
  "> +\t\t};\n"
  "> +\n"
- "> +\t\tuart2: serial at ff690000 {\n"
+ "> +\t\tuart2: serial@ff690000 {\n"
  "> +\t\t\tpinctrl-names = \"default\";\n"
  "> +\t\t\tpinctrl-0 = <&uart2_xfer>;\n"
  "> +\t\t\tstatus = \"okay\";\n"
  "> +\t\t};\n"
  "> +\n"
- "> +\t\tuart3: serial at ff1b0000 {\n"
+ "> +\t\tuart3: serial@ff1b0000 {\n"
  "> +\t\t\tstatus = \"okay\";\n"
  "> +\t\t};\n"
  "> +\n"
- "> +\t\tuart4: serial at ff1c0000 {\n"
+ "> +\t\tuart4: serial@ff1c0000 {\n"
  "> +\t\t\tstatus = \"okay\";\n"
  "> +\t\t};\n"
  "> +\t};\n"
  "> +};\n"
  "\n"
  "\n"
- -Olof
+ "-Olof\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
 
-3da4a2ea822aaa6dbe69f7ba8540aa5bd5acb7f269c2fe1f8f0305b29294d574
+b6d7349c0052f2273e81b482279cb797c8f4b52654836872499242c35bb86f4d

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.