All of lore.kernel.org
 help / color / mirror / Atom feed
diff for duplicates of <56AA5D54.7090709@timesys.com>

diff --git a/a/1.txt b/N1/1.txt
index 83d724b..8e934fa 100644
--- a/a/1.txt
+++ b/N1/1.txt
@@ -2,13 +2,13 @@
 
 On 01/28/2016 01:12 AM, Shawn Guo wrote:
 > On Wed, Dec 23, 2015 at 05:00:13PM -0500, Akshay Bhat wrote:
->> From: Justin Waters <justin.waters@timesys.com>
+>> From: Justin Waters <justin.waters-jEh4hwF5bVhBDgjK7y7TUQ@public.gmane.org>
 >>
 >> Advantech has 3 carrier boards (B450v3, B650v3, B850v3) which use
 >> the Advantech BA-16 module (based on iMX6D). This file has the
 >> devicetree entries that are common to all 3 boards.
 >>
->> Signed-off-by: Akshay Bhat <akshay.bhat@timesys.com>
+>> Signed-off-by: Akshay Bhat <akshay.bhat-jEh4hwF5bVhBDgjK7y7TUQ@public.gmane.org>
 >> ---
 >>   arch/arm/boot/dts/imx6q-bx50v3.dtsi | 237 ++++++++++++++++++++++++++++++++++++
 >>   1 file changed, 237 insertions(+)
@@ -74,7 +74,7 @@ On 01/28/2016 01:12 AM, Shawn Guo wrote:
 Will fix this.
 
 >
->> +		mclk: clock at 0 {
+>> +		mclk: clock@0 {
 >> +			compatible = "fixed-clock";
 >> +			reg = <0>;
 >> +			#clock-cells = <0>;
@@ -136,7 +136,7 @@ Will fix this.
 >> +	pinctrl-0 = <&pinctrl_ecspi5>;
 >> +	status = "okay";
 >> +
->> +	m25_eeprom: m25p80 at 0 {
+>> +	m25_eeprom: m25p80@0 {
 >> +		compatible = "atmel,at25";
 >> +		spi-max-frequency = <20000000>;
 >> +		size = <0x8000>;
@@ -147,13 +147,13 @@ Will fix this.
 >> +};
 >> +
 >> +&i2c1 {
->> +	pca9547: mux at 70 {
+>> +	pca9547: mux@70 {
 >> +		compatible = "nxp,pca9547";
 >> +		reg = <0x70>;
 >> +		#address-cells = <1>;
 >> +		#size-cells = <0>;
 >> +
->> +		mux_i2c3: i2c at 0 {
+>> +		mux_i2c3: i2c@0 {
 >
 > How are these mux_i2c labels named?  Where are mux_i2c1 and mux_i2c2?
 >
@@ -167,45 +167,45 @@ imx6q-b850v3.dts.
 >> +			#size-cells = <0>;
 >> +			reg = <0x0>;
 >> +
->> +			ads7830: ads7830 at 48 {
+>> +			ads7830: ads7830@48 {
 >> +				compatible = "ti,ads7830";
 >> +				reg = <0x48>;
 >> +			};
 >> +
->> +			mma8453: mma8453 at 1c {
+>> +			mma8453: mma8453@1c {
 >> +				compatible = "fsl,mma8453";
 >> +				reg = <0x1c>;
 >> +			};
 >> +		};
 >> +
->> +		mux_i2c4: i2c at 1 {
+>> +		mux_i2c4: i2c@1 {
 >> +			#address-cells = <1>;
 >> +			#size-cells = <0>;
 >> +			reg = <0x1>;
 >> +
->> +			eeprom: eeprom at 50 {
+>> +			eeprom: eeprom@50 {
 >> +				compatible = "atmel,24c08";
 >> +				reg = <0x50>;
 >> +			};
 >> +
->> +			mpl3115: mpl3115 at 60 {
+>> +			mpl3115: mpl3115@60 {
 >> +				compatible = "fsl,mpl3115";
 >> +				reg = <0x60>;
 >> +			};
 >> +		};
 >> +
->> +		mux_i2c5: i2c at 2 {
+>> +		mux_i2c5: i2c@2 {
 >> +			#address-cells = <1>;
 >> +			#size-cells = <0>;
 >> +			reg = <0x2>;
 >> +		};
 >> +
->> +		mux_i2c6: i2c at 3 {
+>> +		mux_i2c6: i2c@3 {
 >> +			#address-cells = <1>;
 >> +			#size-cells = <0>;
 >> +			reg = <0x3>;
 >> +
->> +			codec: sgtl5000 at 0a {
+>> +			codec: sgtl5000@0a {
 >> +				compatible = "fsl,sgtl5000";
 >> +				reg = <0x0a>;
 >> +				clocks = <&mclk>;
@@ -214,12 +214,12 @@ imx6q-b850v3.dts.
 >> +			};
 >> +		};
 >> +
->> +		mux_i2c7: i2c at 4 {
+>> +		mux_i2c7: i2c@4 {
 >> +			#address-cells = <1>;
 >> +			#size-cells = <0>;
 >> +			reg = <0x4>;
 >> +
->> +			pca9539: pca9539 at 74 {
+>> +			pca9539: pca9539@74 {
 >> +				compatible = "nxp,pca9539";
 >> +				reg = <0x74>;
 >> +				gpio-controller;
@@ -230,29 +230,29 @@ imx6q-b850v3.dts.
 >> +			};
 >> +		};
 >> +
->> +		mux_i2c8: i2c at 5 {
+>> +		mux_i2c8: i2c@5 {
 >> +			#address-cells = <1>;
 >> +			#size-cells = <0>;
 >> +			reg = <0x5>;
 >> +
->> +			igb at 49 {
+>> +			igb@49 {
 >> +				compatible = "intel,igb";
 >> +				reg = <0x49>;
 >> +			};
 >> +
->> +			igb at 61 {
+>> +			igb@61 {
 >> +				compatible = "intel,igb";
 >> +				reg = <0x61>;
 >> +			};
 >> +		};
 >> +
->> +		mux_i2c9: i2c at 6 {
+>> +		mux_i2c9: i2c@6 {
 >> +			#address-cells = <1>;
 >> +			#size-cells = <0>;
 >> +			reg = <0x6>;
 >> +		};
 >> +
->> +		mux_i2c10: i2c at 7 {
+>> +		mux_i2c10: i2c@7 {
 >> +			#address-cells = <1>;
 >> +			#size-cells = <0>;
 >> +			reg = <0x7>;
@@ -274,3 +274,8 @@ imx6q-b850v3.dts.
 > Shawn
 >
 Will fix this
+
+--
+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 02deb5b..9d810c9 100644
--- a/a/content_digest
+++ b/N1/content_digest
@@ -1,23 +1,33 @@
  "ref\01450908016-17384-1-git-send-email-akshay.bhat@timesys.com\0"
  "ref\01450908016-17384-5-git-send-email-akshay.bhat@timesys.com\0"
  "ref\020160128061202.GE9070@tiger\0"
- "From\0akshay.bhat@timesys.com (Akshay Bhat)\0"
- "Subject\0[PATCH v6 4/7] ARM: dts: imx: Add support for Advantech/GE Bx50v3\0"
+ "From\0Akshay Bhat <akshay.bhat-jEh4hwF5bVhBDgjK7y7TUQ@public.gmane.org>\0"
+ "Subject\0Re: [PATCH v6 4/7] ARM: dts: imx: Add support for Advantech/GE Bx50v3\0"
  "Date\0Thu, 28 Jan 2016 13:26:28 -0500\0"
- "To\0linux-arm-kernel@lists.infradead.org\0"
+ "To\0Shawn Guo <shawnguo-DgEjT+Ai2ygdnm+yROfE0A@public.gmane.org>\0"
+ "Cc\0devicetree-u79uwXL29TY76Z2rM5mHXA@public.gmane.org"
+  kernel-bIcnvbaLZ9MEGnE8C9+IrQ@public.gmane.org
+  robh+dt-DgEjT+Ai2ygdnm+yROfE0A@public.gmane.org
+  linux-lFZ/pmaqli7XmaaqVzeoHQ@public.gmane.org
+  galak-sgV2jX0FEOL9JmXXK+q4OQ@public.gmane.org
+  mark.rutland-5wv7dgnIgG8@public.gmane.org
+  ijc+devicetree-KcIKpvwj1kUDXYZnReoRVg@public.gmane.org
+  linux-arm-kernel-IAPFreCvJWM7uuMidbF8XUB+6BGkLq7r@public.gmane.org
+  justin.waters-jEh4hwF5bVhBDgjK7y7TUQ@public.gmane.org
+ " l.stach-bIcnvbaLZ9MEGnE8C9+IrQ@public.gmane.org\0"
  "\00:1\0"
  "b\0"
  "\n"
  "\n"
  "On 01/28/2016 01:12 AM, Shawn Guo wrote:\n"
  "> On Wed, Dec 23, 2015 at 05:00:13PM -0500, Akshay Bhat wrote:\n"
- ">> From: Justin Waters <justin.waters@timesys.com>\n"
+ ">> From: Justin Waters <justin.waters-jEh4hwF5bVhBDgjK7y7TUQ@public.gmane.org>\n"
  ">>\n"
  ">> Advantech has 3 carrier boards (B450v3, B650v3, B850v3) which use\n"
  ">> the Advantech BA-16 module (based on iMX6D). This file has the\n"
  ">> devicetree entries that are common to all 3 boards.\n"
  ">>\n"
- ">> Signed-off-by: Akshay Bhat <akshay.bhat@timesys.com>\n"
+ ">> Signed-off-by: Akshay Bhat <akshay.bhat-jEh4hwF5bVhBDgjK7y7TUQ@public.gmane.org>\n"
  ">> ---\n"
  ">>   arch/arm/boot/dts/imx6q-bx50v3.dtsi | 237 ++++++++++++++++++++++++++++++++++++\n"
  ">>   1 file changed, 237 insertions(+)\n"
@@ -83,7 +93,7 @@
  "Will fix this.\n"
  "\n"
  ">\n"
- ">> +\t\tmclk: clock at 0 {\n"
+ ">> +\t\tmclk: clock@0 {\n"
  ">> +\t\t\tcompatible = \"fixed-clock\";\n"
  ">> +\t\t\treg = <0>;\n"
  ">> +\t\t\t#clock-cells = <0>;\n"
@@ -145,7 +155,7 @@
  ">> +\tpinctrl-0 = <&pinctrl_ecspi5>;\n"
  ">> +\tstatus = \"okay\";\n"
  ">> +\n"
- ">> +\tm25_eeprom: m25p80 at 0 {\n"
+ ">> +\tm25_eeprom: m25p80@0 {\n"
  ">> +\t\tcompatible = \"atmel,at25\";\n"
  ">> +\t\tspi-max-frequency = <20000000>;\n"
  ">> +\t\tsize = <0x8000>;\n"
@@ -156,13 +166,13 @@
  ">> +};\n"
  ">> +\n"
  ">> +&i2c1 {\n"
- ">> +\tpca9547: mux at 70 {\n"
+ ">> +\tpca9547: mux@70 {\n"
  ">> +\t\tcompatible = \"nxp,pca9547\";\n"
  ">> +\t\treg = <0x70>;\n"
  ">> +\t\t#address-cells = <1>;\n"
  ">> +\t\t#size-cells = <0>;\n"
  ">> +\n"
- ">> +\t\tmux_i2c3: i2c at 0 {\n"
+ ">> +\t\tmux_i2c3: i2c@0 {\n"
  ">\n"
  "> How are these mux_i2c labels named?  Where are mux_i2c1 and mux_i2c2?\n"
  ">\n"
@@ -176,45 +186,45 @@
  ">> +\t\t\t#size-cells = <0>;\n"
  ">> +\t\t\treg = <0x0>;\n"
  ">> +\n"
- ">> +\t\t\tads7830: ads7830 at 48 {\n"
+ ">> +\t\t\tads7830: ads7830@48 {\n"
  ">> +\t\t\t\tcompatible = \"ti,ads7830\";\n"
  ">> +\t\t\t\treg = <0x48>;\n"
  ">> +\t\t\t};\n"
  ">> +\n"
- ">> +\t\t\tmma8453: mma8453 at 1c {\n"
+ ">> +\t\t\tmma8453: mma8453@1c {\n"
  ">> +\t\t\t\tcompatible = \"fsl,mma8453\";\n"
  ">> +\t\t\t\treg = <0x1c>;\n"
  ">> +\t\t\t};\n"
  ">> +\t\t};\n"
  ">> +\n"
- ">> +\t\tmux_i2c4: i2c at 1 {\n"
+ ">> +\t\tmux_i2c4: i2c@1 {\n"
  ">> +\t\t\t#address-cells = <1>;\n"
  ">> +\t\t\t#size-cells = <0>;\n"
  ">> +\t\t\treg = <0x1>;\n"
  ">> +\n"
- ">> +\t\t\teeprom: eeprom at 50 {\n"
+ ">> +\t\t\teeprom: eeprom@50 {\n"
  ">> +\t\t\t\tcompatible = \"atmel,24c08\";\n"
  ">> +\t\t\t\treg = <0x50>;\n"
  ">> +\t\t\t};\n"
  ">> +\n"
- ">> +\t\t\tmpl3115: mpl3115 at 60 {\n"
+ ">> +\t\t\tmpl3115: mpl3115@60 {\n"
  ">> +\t\t\t\tcompatible = \"fsl,mpl3115\";\n"
  ">> +\t\t\t\treg = <0x60>;\n"
  ">> +\t\t\t};\n"
  ">> +\t\t};\n"
  ">> +\n"
- ">> +\t\tmux_i2c5: i2c at 2 {\n"
+ ">> +\t\tmux_i2c5: i2c@2 {\n"
  ">> +\t\t\t#address-cells = <1>;\n"
  ">> +\t\t\t#size-cells = <0>;\n"
  ">> +\t\t\treg = <0x2>;\n"
  ">> +\t\t};\n"
  ">> +\n"
- ">> +\t\tmux_i2c6: i2c at 3 {\n"
+ ">> +\t\tmux_i2c6: i2c@3 {\n"
  ">> +\t\t\t#address-cells = <1>;\n"
  ">> +\t\t\t#size-cells = <0>;\n"
  ">> +\t\t\treg = <0x3>;\n"
  ">> +\n"
- ">> +\t\t\tcodec: sgtl5000 at 0a {\n"
+ ">> +\t\t\tcodec: sgtl5000@0a {\n"
  ">> +\t\t\t\tcompatible = \"fsl,sgtl5000\";\n"
  ">> +\t\t\t\treg = <0x0a>;\n"
  ">> +\t\t\t\tclocks = <&mclk>;\n"
@@ -223,12 +233,12 @@
  ">> +\t\t\t};\n"
  ">> +\t\t};\n"
  ">> +\n"
- ">> +\t\tmux_i2c7: i2c at 4 {\n"
+ ">> +\t\tmux_i2c7: i2c@4 {\n"
  ">> +\t\t\t#address-cells = <1>;\n"
  ">> +\t\t\t#size-cells = <0>;\n"
  ">> +\t\t\treg = <0x4>;\n"
  ">> +\n"
- ">> +\t\t\tpca9539: pca9539 at 74 {\n"
+ ">> +\t\t\tpca9539: pca9539@74 {\n"
  ">> +\t\t\t\tcompatible = \"nxp,pca9539\";\n"
  ">> +\t\t\t\treg = <0x74>;\n"
  ">> +\t\t\t\tgpio-controller;\n"
@@ -239,29 +249,29 @@
  ">> +\t\t\t};\n"
  ">> +\t\t};\n"
  ">> +\n"
- ">> +\t\tmux_i2c8: i2c at 5 {\n"
+ ">> +\t\tmux_i2c8: i2c@5 {\n"
  ">> +\t\t\t#address-cells = <1>;\n"
  ">> +\t\t\t#size-cells = <0>;\n"
  ">> +\t\t\treg = <0x5>;\n"
  ">> +\n"
- ">> +\t\t\tigb at 49 {\n"
+ ">> +\t\t\tigb@49 {\n"
  ">> +\t\t\t\tcompatible = \"intel,igb\";\n"
  ">> +\t\t\t\treg = <0x49>;\n"
  ">> +\t\t\t};\n"
  ">> +\n"
- ">> +\t\t\tigb at 61 {\n"
+ ">> +\t\t\tigb@61 {\n"
  ">> +\t\t\t\tcompatible = \"intel,igb\";\n"
  ">> +\t\t\t\treg = <0x61>;\n"
  ">> +\t\t\t};\n"
  ">> +\t\t};\n"
  ">> +\n"
- ">> +\t\tmux_i2c9: i2c at 6 {\n"
+ ">> +\t\tmux_i2c9: i2c@6 {\n"
  ">> +\t\t\t#address-cells = <1>;\n"
  ">> +\t\t\t#size-cells = <0>;\n"
  ">> +\t\t\treg = <0x6>;\n"
  ">> +\t\t};\n"
  ">> +\n"
- ">> +\t\tmux_i2c10: i2c at 7 {\n"
+ ">> +\t\tmux_i2c10: i2c@7 {\n"
  ">> +\t\t\t#address-cells = <1>;\n"
  ">> +\t\t\t#size-cells = <0>;\n"
  ">> +\t\t\treg = <0x7>;\n"
@@ -282,6 +292,11 @@
  ">\n"
  "> Shawn\n"
  ">\n"
- Will fix this
+ "Will fix this\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
 
-7e66e1e5eaa1dea1b697de1d6e722846e34a1fa2b1a438e3d7a5d8a8cf20bfad
+f19895e5ff8b759275072ef26dc0047599b2206e161ca5aad0f36daea5abcd1e

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.