All of lore.kernel.org
 help / color / mirror / Atom feed
diff for duplicates of <20170316012839.GS3618@dragon>

diff --git a/a/1.txt b/N1/1.txt
index f6276aa..e6201b5 100644
--- a/a/1.txt
+++ b/N1/1.txt
@@ -27,7 +27,7 @@ On Wed, Mar 15, 2017 at 08:13:54AM -0700, Tim Harvey wrote:
 >   - 1x USB OTG
 >   - 4x GbE LAN
 > 
-> Signed-off-by: Tim Harvey <tharvey@gateworks.com>
+> Signed-off-by: Tim Harvey <tharvey-UMMOYl/HMS+akBO8gow8eQ@public.gmane.org>
 > ---
 > v2:
 >  - updated switch to latest dsa bindings
@@ -294,9 +294,9 @@ files, don't you?
 > +		#address-cells = <1>;
 > +		#size-cells = <0>;
 > +
-> +		switch0 at 0 {
+> +		switch0@0 {
 
-switch at 0
+switch@0
 
 > +			compatible = "marvell,mv88e6085";
 > +			#address-cells = <1>;
@@ -307,27 +307,27 @@ switch at 0
 > +				#address-cells = <1>;
 > +				#size-cells = <0>;
 > +
-> +				port at 0 {
+> +				port@0 {
 > +					reg = <0>;
 > +					label = "lan4";
 > +				};
 > +
-> +				port at 1 {
+> +				port@1 {
 > +					reg = <1>;
 > +					label = "lan3";
 > +				};
 > +
-> +				port at 2 {
+> +				port@2 {
 > +					reg = <2>;
 > +					label = "lan2";
 > +				};
 > +
-> +				port at 3 {
+> +				port@3 {
 > +					reg = <3>;
 > +					label = "lan1";
 > +				};
 > +
-> +				port at 5 {
+> +				port@5 {
 > +					reg = <5>;
 > +					label = "cpu";
 > +					ethernet = <&fec>;
@@ -343,12 +343,12 @@ switch at 0
 > +	pinctrl-0 = <&pinctrl_i2c1>;
 > +	status = "okay";
 > +
-> +	gpio: pca9555 at 23 {
+> +	gpio: pca9555@23 {
 
 Node name should be generic while label can be specific.  That said,
 switching the names between node and label looks better:
 
-	pca9555: gpio at 23 {
+	pca9555: gpio@23 {
 
 > +		compatible = "nxp,pca9555";
 > +		reg = <0x23>;
@@ -356,33 +356,33 @@ switching the names between node and label looks better:
 > +		#gpio-cells = <2>;
 > +	};
 > +
-> +	eeprom1: eeprom at 50 {
+> +	eeprom1: eeprom@50 {
 > +		compatible = "atmel,24c02";
 > +		reg = <0x50>;
 > +		pagesize = <16>;
 > +	};
 > +
-> +	eeprom2: eeprom at 51 {
+> +	eeprom2: eeprom@51 {
 > +		compatible = "atmel,24c02";
 > +		reg = <0x51>;
 > +		pagesize = <16>;
 > +	};
 > +
-> +	eeprom3: eeprom at 52 {
+> +	eeprom3: eeprom@52 {
 > +		compatible = "atmel,24c02";
 > +		reg = <0x52>;
 > +		pagesize = <16>;
 > +	};
 > +
-> +	eeprom4: eeprom at 53 {
+> +	eeprom4: eeprom@53 {
 > +		compatible = "atmel,24c02";
 > +		reg = <0x53>;
 > +		pagesize = <16>;
 > +	};
 > +
-> +	rtc: ds1672 at 68 {
+> +	rtc: ds1672@68 {
 
-	ds1672: rtc at 68 {
+	ds1672: rtc@68 {
 
 > +		compatible = "dallas,ds1672";
 > +		reg = <0x68>;
@@ -395,7 +395,7 @@ switching the names between node and label looks better:
 > +	pinctrl-0 = <&pinctrl_i2c2>;
 > +	status = "okay";
 > +
-> +	ltc3676: pmic at 3c {
+> +	ltc3676: pmic@3c {
 > +		compatible = "lltc,ltc3676";
 > +		reg = <0x3c>;
 > +		interrupt-parent = <&gpio1>;
@@ -475,7 +475,7 @@ switching the names between node and label looks better:
 > +	pinctrl-0 = <&pinctrl_i2c3>;
 > +	status = "okay";
 > +
-> +	egalax_ts: touchscreen at 04 {
+> +	egalax_ts: touchscreen@04 {
 
 Drop the leading zeros in unit-address.
 
@@ -492,7 +492,7 @@ Shawn
 > +&ldb {
 > +	status = "okay";
 > +
-> +	lvds-channel at 0 {
+> +	lvds-channel@0 {
 > +		fsl,data-mapping = "spwg";
 > +		fsl,data-width = <18>;
 > +		status = "okay";
@@ -792,4 +792,8 @@ Shawn
 > +};
 > -- 
 > 2.7.4
->
+> 
+--
+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 eeff7ef..2c21c78 100644
--- a/a/content_digest
+++ b/N1/content_digest
@@ -1,9 +1,12 @@
  "ref\01489178411-6559-1-git-send-email-tharvey@gateworks.com\0"
  "ref\01489590834-20424-1-git-send-email-tharvey@gateworks.com\0"
- "From\0shawnguo@kernel.org (Shawn Guo)\0"
- "Subject\0[PATCH v2] ARM: dts: imx: add Gateworks Ventana GW5904 support\0"
+ "ref\01489590834-20424-1-git-send-email-tharvey-UMMOYl/HMS+akBO8gow8eQ@public.gmane.org\0"
+ "From\0Shawn Guo <shawnguo-DgEjT+Ai2ygdnm+yROfE0A@public.gmane.org>\0"
+ "Subject\0Re: [PATCH v2] ARM: dts: imx: add Gateworks Ventana GW5904 support\0"
  "Date\0Thu, 16 Mar 2017 09:28:43 +0800\0"
- "To\0linux-arm-kernel@lists.infradead.org\0"
+ "To\0Tim Harvey <tharvey-UMMOYl/HMS+akBO8gow8eQ@public.gmane.org>\0"
+ "Cc\0linux-arm-kernel-IAPFreCvJWM7uuMidbF8XUB+6BGkLq7r@public.gmane.org"
+ " devicetree-u79uwXL29TY76Z2rM5mHXA@public.gmane.org\0"
  "\00:1\0"
  "b\0"
  "On Wed, Mar 15, 2017 at 08:13:54AM -0700, Tim Harvey wrote:\n"
@@ -35,7 +38,7 @@
  ">   - 1x USB OTG\n"
  ">   - 4x GbE LAN\n"
  "> \n"
- "> Signed-off-by: Tim Harvey <tharvey@gateworks.com>\n"
+ "> Signed-off-by: Tim Harvey <tharvey-UMMOYl/HMS+akBO8gow8eQ@public.gmane.org>\n"
  "> ---\n"
  "> v2:\n"
  ">  - updated switch to latest dsa bindings\n"
@@ -302,9 +305,9 @@
  "> +\t\t#address-cells = <1>;\n"
  "> +\t\t#size-cells = <0>;\n"
  "> +\n"
- "> +\t\tswitch0 at 0 {\n"
+ "> +\t\tswitch0@0 {\n"
  "\n"
- "switch at 0\n"
+ "switch@0\n"
  "\n"
  "> +\t\t\tcompatible = \"marvell,mv88e6085\";\n"
  "> +\t\t\t#address-cells = <1>;\n"
@@ -315,27 +318,27 @@
  "> +\t\t\t\t#address-cells = <1>;\n"
  "> +\t\t\t\t#size-cells = <0>;\n"
  "> +\n"
- "> +\t\t\t\tport at 0 {\n"
+ "> +\t\t\t\tport@0 {\n"
  "> +\t\t\t\t\treg = <0>;\n"
  "> +\t\t\t\t\tlabel = \"lan4\";\n"
  "> +\t\t\t\t};\n"
  "> +\n"
- "> +\t\t\t\tport at 1 {\n"
+ "> +\t\t\t\tport@1 {\n"
  "> +\t\t\t\t\treg = <1>;\n"
  "> +\t\t\t\t\tlabel = \"lan3\";\n"
  "> +\t\t\t\t};\n"
  "> +\n"
- "> +\t\t\t\tport at 2 {\n"
+ "> +\t\t\t\tport@2 {\n"
  "> +\t\t\t\t\treg = <2>;\n"
  "> +\t\t\t\t\tlabel = \"lan2\";\n"
  "> +\t\t\t\t};\n"
  "> +\n"
- "> +\t\t\t\tport at 3 {\n"
+ "> +\t\t\t\tport@3 {\n"
  "> +\t\t\t\t\treg = <3>;\n"
  "> +\t\t\t\t\tlabel = \"lan1\";\n"
  "> +\t\t\t\t};\n"
  "> +\n"
- "> +\t\t\t\tport at 5 {\n"
+ "> +\t\t\t\tport@5 {\n"
  "> +\t\t\t\t\treg = <5>;\n"
  "> +\t\t\t\t\tlabel = \"cpu\";\n"
  "> +\t\t\t\t\tethernet = <&fec>;\n"
@@ -351,12 +354,12 @@
  "> +\tpinctrl-0 = <&pinctrl_i2c1>;\n"
  "> +\tstatus = \"okay\";\n"
  "> +\n"
- "> +\tgpio: pca9555 at 23 {\n"
+ "> +\tgpio: pca9555@23 {\n"
  "\n"
  "Node name should be generic while label can be specific.  That said,\n"
  "switching the names between node and label looks better:\n"
  "\n"
- "\tpca9555: gpio at 23 {\n"
+ "\tpca9555: gpio@23 {\n"
  "\n"
  "> +\t\tcompatible = \"nxp,pca9555\";\n"
  "> +\t\treg = <0x23>;\n"
@@ -364,33 +367,33 @@
  "> +\t\t#gpio-cells = <2>;\n"
  "> +\t};\n"
  "> +\n"
- "> +\teeprom1: eeprom at 50 {\n"
+ "> +\teeprom1: eeprom@50 {\n"
  "> +\t\tcompatible = \"atmel,24c02\";\n"
  "> +\t\treg = <0x50>;\n"
  "> +\t\tpagesize = <16>;\n"
  "> +\t};\n"
  "> +\n"
- "> +\teeprom2: eeprom at 51 {\n"
+ "> +\teeprom2: eeprom@51 {\n"
  "> +\t\tcompatible = \"atmel,24c02\";\n"
  "> +\t\treg = <0x51>;\n"
  "> +\t\tpagesize = <16>;\n"
  "> +\t};\n"
  "> +\n"
- "> +\teeprom3: eeprom at 52 {\n"
+ "> +\teeprom3: eeprom@52 {\n"
  "> +\t\tcompatible = \"atmel,24c02\";\n"
  "> +\t\treg = <0x52>;\n"
  "> +\t\tpagesize = <16>;\n"
  "> +\t};\n"
  "> +\n"
- "> +\teeprom4: eeprom at 53 {\n"
+ "> +\teeprom4: eeprom@53 {\n"
  "> +\t\tcompatible = \"atmel,24c02\";\n"
  "> +\t\treg = <0x53>;\n"
  "> +\t\tpagesize = <16>;\n"
  "> +\t};\n"
  "> +\n"
- "> +\trtc: ds1672 at 68 {\n"
+ "> +\trtc: ds1672@68 {\n"
  "\n"
- "\tds1672: rtc at 68 {\n"
+ "\tds1672: rtc@68 {\n"
  "\n"
  "> +\t\tcompatible = \"dallas,ds1672\";\n"
  "> +\t\treg = <0x68>;\n"
@@ -403,7 +406,7 @@
  "> +\tpinctrl-0 = <&pinctrl_i2c2>;\n"
  "> +\tstatus = \"okay\";\n"
  "> +\n"
- "> +\tltc3676: pmic at 3c {\n"
+ "> +\tltc3676: pmic@3c {\n"
  "> +\t\tcompatible = \"lltc,ltc3676\";\n"
  "> +\t\treg = <0x3c>;\n"
  "> +\t\tinterrupt-parent = <&gpio1>;\n"
@@ -483,7 +486,7 @@
  "> +\tpinctrl-0 = <&pinctrl_i2c3>;\n"
  "> +\tstatus = \"okay\";\n"
  "> +\n"
- "> +\tegalax_ts: touchscreen at 04 {\n"
+ "> +\tegalax_ts: touchscreen@04 {\n"
  "\n"
  "Drop the leading zeros in unit-address.\n"
  "\n"
@@ -500,7 +503,7 @@
  "> +&ldb {\n"
  "> +\tstatus = \"okay\";\n"
  "> +\n"
- "> +\tlvds-channel at 0 {\n"
+ "> +\tlvds-channel@0 {\n"
  "> +\t\tfsl,data-mapping = \"spwg\";\n"
  "> +\t\tfsl,data-width = <18>;\n"
  "> +\t\tstatus = \"okay\";\n"
@@ -800,6 +803,10 @@
  "> +};\n"
  "> -- \n"
  "> 2.7.4\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
 
-aad91fde54e35a93a2cdef8f0003a7a8d7631f1aea538955113715f639ed067a
+d7f6523a6ff45b8d3e3b59a7f7639c32fec7e0d5fb2a6575a4f02d398490f45a

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.