All of lore.kernel.org
 help / color / mirror / Atom feed
diff for duplicates of <53F5DBA4.5010002@freescale.com>

diff --git a/a/1.txt b/N1/1.txt
index b6e2b26..12d3f37 100644
--- a/a/1.txt
+++ b/N1/1.txt
@@ -1,13 +1,13 @@
 On 08/04/2014 12:39 PM, Jingchang Lu wrote:
-> From: Jingchang Lu <b35083@freescale.com>
+> From: Jingchang Lu <b35083-KZfg59tc24xl57MIdRCFDg@public.gmane.org>
 >
-> Signed-off-by: Alison Wang <alison.wang@freescale.com>
-> Signed-off-by: Chao Fu <B44548@freescale.com>
-> Signed-off-by: Jason Jin <Jason.Jin@freescale.com>
-> Signed-off-by: Xiubo Li <Li.Xiubo@freescale.com>
-> Signed-off-by: Bhupesh Sharma <bhupesh.sharma@freescale.com>
-> Signed-off-by: Jaiprakash Singh <b44839@freescale.com>
-> Signed-off-by: Jingchang Lu <jingchang.lu@freescale.com>
+> Signed-off-by: Alison Wang <alison.wang-KZfg59tc24xl57MIdRCFDg@public.gmane.org>
+> Signed-off-by: Chao Fu <B44548-KZfg59tc24xl57MIdRCFDg@public.gmane.org>
+> Signed-off-by: Jason Jin <Jason.Jin-KZfg59tc24xl57MIdRCFDg@public.gmane.org>
+> Signed-off-by: Xiubo Li <Li.Xiubo-KZfg59tc24xl57MIdRCFDg@public.gmane.org>
+> Signed-off-by: Bhupesh Sharma <bhupesh.sharma-KZfg59tc24xl57MIdRCFDg@public.gmane.org>
+> Signed-off-by: Jaiprakash Singh <b44839-KZfg59tc24xl57MIdRCFDg@public.gmane.org>
+> Signed-off-by: Jingchang Lu <jingchang.lu-KZfg59tc24xl57MIdRCFDg@public.gmane.org>
 > ---
 >   arch/arm/boot/dts/Makefile        |   3 +-
 >   arch/arm/boot/dts/ls1021a-qds.dts | 349 ++++++++++++++++++++++++++++++++++++++
@@ -62,7 +62,7 @@ On 08/04/2014 12:39 PM, Jingchang Lu wrote:
 > +		#address-cells = <1>;
 > +		#size-cells = <0>;
 > +
-> +		reg_3p3v: regulator at 0 {
+> +		reg_3p3v: regulator@0 {
 > +			compatible = "regulator-fixed";
 > +			reg = <0>;
 > +			regulator-name = "3P3V";
@@ -138,7 +138,7 @@ On 08/04/2014 12:39 PM, Jingchang Lu wrote:
 > +	bus-num = <0>;
 > +	status = "okay";
 > +
-> +	dspiflash: at45db021d at 0 {
+> +	dspiflash: at45db021d@0 {
 > +		#address-cells = <1>;
 > +		#size-cells = <1>;
 > +		compatible = "atmel,at45db021d", "atmel,at45", "atmel,dataflash";
@@ -171,69 +171,69 @@ On 08/04/2014 12:39 PM, Jingchang Lu wrote:
 > +
 > +&i2c0 {
 > +	status = "okay";
-> +	pca9547 at 77 {
+> +	pca9547@77 {
 > +		compatible = "philips,pca9547";
 > +		reg = <0x77>;
 > +		#address-cells = <1>;
 > +		#size-cells = <0>;
 > +
-> +		i2c at 0 {
+> +		i2c@0 {
 > +			#address-cells = <1>;
 > +			#size-cells = <0>;
 > +			reg = <0x0>;
 > +
-> +			rtc at 68 {
+> +			rtc@68 {
 > +				compatible = "dallas,ds3232";
 > +				reg = <0x68>;
 > +				interrupts = <GIC_SPI 169 IRQ_TYPE_LEVEL_HIGH>;
 > +			};
 > +		};
 > +
-> +		i2c at 2 {
+> +		i2c@2 {
 > +			#address-cells = <1>;
 > +			#size-cells = <0>;
 > +			reg = <0x2>;
 > +
-> +			ina220 at 40 {
+> +			ina220@40 {
 > +				compatible = "ti,ina220";
 > +				reg = <0x40>;
 > +				shunt-resistor = <1000>;
 > +			};
 > +
-> +			ina220 at 41 {
+> +			ina220@41 {
 > +				compatible = "ti,ina220";
 > +				reg = <0x41>;
 > +				shunt-resistor = <1000>;
 > +			};
 > +		};
 > +
-> +		i2c at 3 {
+> +		i2c@3 {
 > +			#address-cells = <1>;
 > +			#size-cells = <0>;
 > +			reg = <0x3>;
 > +
-> +			eeprom at 56 {
+> +			eeprom@56 {
 > +				compatible = "at24,24c512";
 > +				reg = <0x56>;
 > +			};
 > +
-> +			eeprom at 57 {
+> +			eeprom@57 {
 > +				compatible = "at24,24c512";
 > +				reg = <0x57>;
 > +			};
 > +
-> +			adt7461a at 4c {
+> +			adt7461a@4c {
 > +				compatible = "adt7461a";
 > +				reg = <0x4c>;
 > +			};
 > +		};
 > +
-> +		i2c at 4 {
+> +		i2c@4 {
 > +			#address-cells = <1>;
 > +			#size-cells = <0>;
 > +			reg = <0x4>;
 > +
-> +			codec: sgtl5000 at 0a {
+> +			codec: sgtl5000@0a {
 > +				compatible = "fsl,sgtl5000";
 > +				reg = <0x0a>;
 > +				VDDA-supply = <&reg_3p3v>;
@@ -253,7 +253,7 @@ On 08/04/2014 12:39 PM, Jingchang Lu wrote:
 > +		0x2 0x0 0x0 0x7e800000 0x00010000
 > +		0x3 0x0 0x0 0x7fb00000 0x00000100>;
 > +
-> +		nor at 0,0 {
+> +		nor@0,0 {
 > +			#address-cells = <1>;
 > +			#size-cells = <1>;
 > +			compatible = "cfi-flash";
@@ -262,13 +262,13 @@ On 08/04/2014 12:39 PM, Jingchang Lu wrote:
 > +			device-width = <1>;
 > +		};
 > +
-> +		nand at 2,0 {
+> +		nand@2,0 {
 > +			#address-cells = <1>;
 > +			#size-cells = <1>;
 > +			compatible = "fsl,ifc-nand";
 > +			reg = <0x2 0x0 0x10000>;
 > +
-> +			partition at 0 {
+> +			partition@0 {
 > +				/* This location must not be altered  */
 > +				/* 1MB for u-boot Bootloader Image */
 > +				reg = <0x0 0x00100000>;
@@ -276,19 +276,19 @@ On 08/04/2014 12:39 PM, Jingchang Lu wrote:
 > +				read-only;
 > +			};
 > +
-> +			partition at 100000 {
+> +			partition@100000 {
 > +				/* 1MB for DTB Image */
 > +				reg = <0x00100000 0x00100000>;
 > +				label = "NAND DTB Image";
 > +			};
 > +
-> +			partition at 200000 {
+> +			partition@200000 {
 > +				/* 10MB for Linux Kernel Image */
 > +				reg = <0x00200000 0x00a00000>;
 > +				label = "NAND Linux Kernel Image";
 > +			};
 > +
-> +			partition at c00000 {
+> +			partition@c00000 {
 > +				/* 500MB for Root file System Image */
 > +				reg = <0x00c00000 0x1f400000>;
 > +				label = "NAND Compressed RFS Image";
@@ -298,3 +298,7 @@ I do not think that partitions should be put in the dts file. They are a
 convention, not a description of the hardware.
 
 Diana
+--
+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 6912ab0..cc59492 100644
--- a/a/content_digest
+++ b/N1/content_digest
@@ -1,21 +1,33 @@
  "ref\01407145148-29217-1-git-send-email-jingchang.lu@freescale.com\0"
  "ref\01407145148-29217-3-git-send-email-jingchang.lu@freescale.com\0"
- "From\0diana.craciun@freescale.com (Diana Craciun)\0"
- "Subject\0[PATCHv2 2/6] ARM: dts: Add initial LS1021A QDS board dts support\0"
+ "ref\01407145148-29217-3-git-send-email-jingchang.lu-KZfg59tc24xl57MIdRCFDg@public.gmane.org\0"
+ "From\0Diana Craciun <diana.craciun-KZfg59tc24xl57MIdRCFDg@public.gmane.org>\0"
+ "Subject\0Re: [PATCHv2 2/6] ARM: dts: Add initial LS1021A QDS board dts support\0"
  "Date\0Thu, 21 Aug 2014 14:44:36 +0300\0"
- "To\0linux-arm-kernel@lists.infradead.org\0"
+ "To\0Jingchang Lu <jingchang.lu-KZfg59tc24xl57MIdRCFDg@public.gmane.org>\0"
+ "Cc\0shawn.guo-KZfg59tc24xl57MIdRCFDg@public.gmane.org"
+  mark.rutland-5wv7dgnIgG8@public.gmane.org
+  devicetree-u79uwXL29TY76Z2rM5mHXA@public.gmane.org
+  Chao Fu <B44548-KZfg59tc24xl57MIdRCFDg@public.gmane.org>
+  Alison Wang <alison.wang-KZfg59tc24xl57MIdRCFDg@public.gmane.org>
+  Bhupesh Sharma <bhupesh.sharma-KZfg59tc24xl57MIdRCFDg@public.gmane.org>
+  Xiubo Li <Li.Xiubo-KZfg59tc24xl57MIdRCFDg@public.gmane.org>
+  Jason Jin <Jason.Jin-KZfg59tc24xl57MIdRCFDg@public.gmane.org>
+  Jingchang Lu <b35083-KZfg59tc24xl57MIdRCFDg@public.gmane.org>
+  linux-arm-kernel-IAPFreCvJWM7uuMidbF8XUB+6BGkLq7r@public.gmane.org
+ " Jaiprakash Singh <b44839-KZfg59tc24xl57MIdRCFDg@public.gmane.org>\0"
  "\00:1\0"
  "b\0"
  "On 08/04/2014 12:39 PM, Jingchang Lu wrote:\n"
- "> From: Jingchang Lu <b35083@freescale.com>\n"
+ "> From: Jingchang Lu <b35083-KZfg59tc24xl57MIdRCFDg@public.gmane.org>\n"
  ">\n"
- "> Signed-off-by: Alison Wang <alison.wang@freescale.com>\n"
- "> Signed-off-by: Chao Fu <B44548@freescale.com>\n"
- "> Signed-off-by: Jason Jin <Jason.Jin@freescale.com>\n"
- "> Signed-off-by: Xiubo Li <Li.Xiubo@freescale.com>\n"
- "> Signed-off-by: Bhupesh Sharma <bhupesh.sharma@freescale.com>\n"
- "> Signed-off-by: Jaiprakash Singh <b44839@freescale.com>\n"
- "> Signed-off-by: Jingchang Lu <jingchang.lu@freescale.com>\n"
+ "> Signed-off-by: Alison Wang <alison.wang-KZfg59tc24xl57MIdRCFDg@public.gmane.org>\n"
+ "> Signed-off-by: Chao Fu <B44548-KZfg59tc24xl57MIdRCFDg@public.gmane.org>\n"
+ "> Signed-off-by: Jason Jin <Jason.Jin-KZfg59tc24xl57MIdRCFDg@public.gmane.org>\n"
+ "> Signed-off-by: Xiubo Li <Li.Xiubo-KZfg59tc24xl57MIdRCFDg@public.gmane.org>\n"
+ "> Signed-off-by: Bhupesh Sharma <bhupesh.sharma-KZfg59tc24xl57MIdRCFDg@public.gmane.org>\n"
+ "> Signed-off-by: Jaiprakash Singh <b44839-KZfg59tc24xl57MIdRCFDg@public.gmane.org>\n"
+ "> Signed-off-by: Jingchang Lu <jingchang.lu-KZfg59tc24xl57MIdRCFDg@public.gmane.org>\n"
  "> ---\n"
  ">   arch/arm/boot/dts/Makefile        |   3 +-\n"
  ">   arch/arm/boot/dts/ls1021a-qds.dts | 349 ++++++++++++++++++++++++++++++++++++++\n"
@@ -70,7 +82,7 @@
  "> +\t\t#address-cells = <1>;\n"
  "> +\t\t#size-cells = <0>;\n"
  "> +\n"
- "> +\t\treg_3p3v: regulator at 0 {\n"
+ "> +\t\treg_3p3v: regulator@0 {\n"
  "> +\t\t\tcompatible = \"regulator-fixed\";\n"
  "> +\t\t\treg = <0>;\n"
  "> +\t\t\tregulator-name = \"3P3V\";\n"
@@ -146,7 +158,7 @@
  "> +\tbus-num = <0>;\n"
  "> +\tstatus = \"okay\";\n"
  "> +\n"
- "> +\tdspiflash: at45db021d at 0 {\n"
+ "> +\tdspiflash: at45db021d@0 {\n"
  "> +\t\t#address-cells = <1>;\n"
  "> +\t\t#size-cells = <1>;\n"
  "> +\t\tcompatible = \"atmel,at45db021d\", \"atmel,at45\", \"atmel,dataflash\";\n"
@@ -179,69 +191,69 @@
  "> +\n"
  "> +&i2c0 {\n"
  "> +\tstatus = \"okay\";\n"
- "> +\tpca9547 at 77 {\n"
+ "> +\tpca9547@77 {\n"
  "> +\t\tcompatible = \"philips,pca9547\";\n"
  "> +\t\treg = <0x77>;\n"
  "> +\t\t#address-cells = <1>;\n"
  "> +\t\t#size-cells = <0>;\n"
  "> +\n"
- "> +\t\ti2c at 0 {\n"
+ "> +\t\ti2c@0 {\n"
  "> +\t\t\t#address-cells = <1>;\n"
  "> +\t\t\t#size-cells = <0>;\n"
  "> +\t\t\treg = <0x0>;\n"
  "> +\n"
- "> +\t\t\trtc at 68 {\n"
+ "> +\t\t\trtc@68 {\n"
  "> +\t\t\t\tcompatible = \"dallas,ds3232\";\n"
  "> +\t\t\t\treg = <0x68>;\n"
  "> +\t\t\t\tinterrupts = <GIC_SPI 169 IRQ_TYPE_LEVEL_HIGH>;\n"
  "> +\t\t\t};\n"
  "> +\t\t};\n"
  "> +\n"
- "> +\t\ti2c at 2 {\n"
+ "> +\t\ti2c@2 {\n"
  "> +\t\t\t#address-cells = <1>;\n"
  "> +\t\t\t#size-cells = <0>;\n"
  "> +\t\t\treg = <0x2>;\n"
  "> +\n"
- "> +\t\t\tina220 at 40 {\n"
+ "> +\t\t\tina220@40 {\n"
  "> +\t\t\t\tcompatible = \"ti,ina220\";\n"
  "> +\t\t\t\treg = <0x40>;\n"
  "> +\t\t\t\tshunt-resistor = <1000>;\n"
  "> +\t\t\t};\n"
  "> +\n"
- "> +\t\t\tina220 at 41 {\n"
+ "> +\t\t\tina220@41 {\n"
  "> +\t\t\t\tcompatible = \"ti,ina220\";\n"
  "> +\t\t\t\treg = <0x41>;\n"
  "> +\t\t\t\tshunt-resistor = <1000>;\n"
  "> +\t\t\t};\n"
  "> +\t\t};\n"
  "> +\n"
- "> +\t\ti2c at 3 {\n"
+ "> +\t\ti2c@3 {\n"
  "> +\t\t\t#address-cells = <1>;\n"
  "> +\t\t\t#size-cells = <0>;\n"
  "> +\t\t\treg = <0x3>;\n"
  "> +\n"
- "> +\t\t\teeprom at 56 {\n"
+ "> +\t\t\teeprom@56 {\n"
  "> +\t\t\t\tcompatible = \"at24,24c512\";\n"
  "> +\t\t\t\treg = <0x56>;\n"
  "> +\t\t\t};\n"
  "> +\n"
- "> +\t\t\teeprom at 57 {\n"
+ "> +\t\t\teeprom@57 {\n"
  "> +\t\t\t\tcompatible = \"at24,24c512\";\n"
  "> +\t\t\t\treg = <0x57>;\n"
  "> +\t\t\t};\n"
  "> +\n"
- "> +\t\t\tadt7461a at 4c {\n"
+ "> +\t\t\tadt7461a@4c {\n"
  "> +\t\t\t\tcompatible = \"adt7461a\";\n"
  "> +\t\t\t\treg = <0x4c>;\n"
  "> +\t\t\t};\n"
  "> +\t\t};\n"
  "> +\n"
- "> +\t\ti2c at 4 {\n"
+ "> +\t\ti2c@4 {\n"
  "> +\t\t\t#address-cells = <1>;\n"
  "> +\t\t\t#size-cells = <0>;\n"
  "> +\t\t\treg = <0x4>;\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\tVDDA-supply = <&reg_3p3v>;\n"
@@ -261,7 +273,7 @@
  "> +\t\t0x2 0x0 0x0 0x7e800000 0x00010000\n"
  "> +\t\t0x3 0x0 0x0 0x7fb00000 0x00000100>;\n"
  "> +\n"
- "> +\t\tnor at 0,0 {\n"
+ "> +\t\tnor@0,0 {\n"
  "> +\t\t\t#address-cells = <1>;\n"
  "> +\t\t\t#size-cells = <1>;\n"
  "> +\t\t\tcompatible = \"cfi-flash\";\n"
@@ -270,13 +282,13 @@
  "> +\t\t\tdevice-width = <1>;\n"
  "> +\t\t};\n"
  "> +\n"
- "> +\t\tnand at 2,0 {\n"
+ "> +\t\tnand@2,0 {\n"
  "> +\t\t\t#address-cells = <1>;\n"
  "> +\t\t\t#size-cells = <1>;\n"
  "> +\t\t\tcompatible = \"fsl,ifc-nand\";\n"
  "> +\t\t\treg = <0x2 0x0 0x10000>;\n"
  "> +\n"
- "> +\t\t\tpartition at 0 {\n"
+ "> +\t\t\tpartition@0 {\n"
  "> +\t\t\t\t/* This location must not be altered  */\n"
  "> +\t\t\t\t/* 1MB for u-boot Bootloader Image */\n"
  "> +\t\t\t\treg = <0x0 0x00100000>;\n"
@@ -284,19 +296,19 @@
  "> +\t\t\t\tread-only;\n"
  "> +\t\t\t};\n"
  "> +\n"
- "> +\t\t\tpartition at 100000 {\n"
+ "> +\t\t\tpartition@100000 {\n"
  "> +\t\t\t\t/* 1MB for DTB Image */\n"
  "> +\t\t\t\treg = <0x00100000 0x00100000>;\n"
  "> +\t\t\t\tlabel = \"NAND DTB Image\";\n"
  "> +\t\t\t};\n"
  "> +\n"
- "> +\t\t\tpartition at 200000 {\n"
+ "> +\t\t\tpartition@200000 {\n"
  "> +\t\t\t\t/* 10MB for Linux Kernel Image */\n"
  "> +\t\t\t\treg = <0x00200000 0x00a00000>;\n"
  "> +\t\t\t\tlabel = \"NAND Linux Kernel Image\";\n"
  "> +\t\t\t};\n"
  "> +\n"
- "> +\t\t\tpartition at c00000 {\n"
+ "> +\t\t\tpartition@c00000 {\n"
  "> +\t\t\t\t/* 500MB for Root file System Image */\n"
  "> +\t\t\t\treg = <0x00c00000 0x1f400000>;\n"
  "> +\t\t\t\tlabel = \"NAND Compressed RFS Image\";\n"
@@ -305,6 +317,10 @@
  "I do not think that partitions should be put in the dts file. They are a \n"
  "convention, not a description of the hardware.\n"
  "\n"
- Diana
+ "Diana\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
 
-f48f7938bcdfd0b6ade391a6f1b6b52eac2b66fc771aed3855cce66f38e0d13e
+92d7857f9583dcbbe1d103c7e176e51e8d967932839203b1e8406a20e113c1af

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.