All of lore.kernel.org
 help / color / mirror / Atom feed
diff for duplicates of <201203161320.25873.sr@denx.de>

diff --git a/a/1.txt b/N1/1.txt
index 0506c61..13dae5c 100644
--- a/a/1.txt
+++ b/N1/1.txt
@@ -30,10 +30,10 @@ request. But I'll drop them for now in a new patch version.
 > > platform device data. The files spear600.c and spear600_evb.c are
 > > removed completely.
 > > 
-> > Signed-off-by: Stefan Roese <sr@denx.de>
-> > Cc: Viresh Kumar <viresh.kumar@st.com>
-> > Cc: Arnd Bergmann <arnd@arndb.de>
-> > Cc: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
+> > Signed-off-by: Stefan Roese <sr-ynQEQJNshbs@public.gmane.org>
+> > Cc: Viresh Kumar <viresh.kumar-qxv4g6HH51o@public.gmane.org>
+> > Cc: Arnd Bergmann <arnd-r2nGTMty4D4@public.gmane.org>
+> > Cc: Jean-Christophe PLAGNIOL-VILLARD <plagnioj-sclMFOaUSTBWk0Htik3J/w@public.gmane.org>
 > > ---
 > > v4:
 > > - Added memory node to all dts/dtsi files
@@ -115,7 +115,7 @@ request. But I'll drop them for now in a new patch version.
 > > +++ b/arch/arm/boot/dts/spear600-evb.dts
 > > @@ -0,0 +1,37 @@
 > > +/*
-> > + * Copyright 2012 Stefan Roese <sr@denx.de>
+> > + * Copyright 2012 Stefan Roese <sr-ynQEQJNshbs@public.gmane.org>
 > > + *
 > > + * The code contained herein is licensed under the GNU General Public
 > > + * License. You may obtain a copy of the GNU General Public License
@@ -140,12 +140,12 @@ request. But I'll drop them for now in a new patch version.
 > > +	};
 > > +
 > > +	ahb {
-> > +		gmac: ethernet at e0800000 {
+> > +		gmac: ethernet@e0800000 {
 > > +			phy-mode = "gmii";
 > > +		};
 > > +
 > > +		apb {
-> > +			i2c at d0200000 {
+> > +			i2c@d0200000 {
 > > +				clock-frequency = <400000>;
 > 
 > disable everything not core is good in the dtsi
@@ -169,7 +169,7 @@ common practice? I don't see it in other dtsi file (e.g. omap4/tegra).
 > > +++ b/arch/arm/boot/dts/spear600.dtsi
 > > @@ -0,0 +1,170 @@
 > > +/*
-> > + * Copyright 2012 Stefan Roese <sr@denx.de>
+> > + * Copyright 2012 Stefan Roese <sr-ynQEQJNshbs@public.gmane.org>
 > > + *
 > > + * The code contained herein is licensed under the GNU General Public
 > > + * License. You may obtain a copy of the GNU General Public License
@@ -185,7 +185,7 @@ common practice? I don't see it in other dtsi file (e.g. omap4/tegra).
 > > +	compatible = "st,spear600";
 > > +
 > > +	cpus {
-> > +		cpu at 0 {
+> > +		cpu@0 {
 > > +			compatible = "arm,arm926ejs";
 > > +		};
 > > +	};
@@ -201,21 +201,21 @@ common practice? I don't see it in other dtsi file (e.g. omap4/tegra).
 > > +		compatible = "simple-bus";
 > > +		ranges;
 > > +
-> > +		vic0: interrupt-controller at f1100000 {
+> > +		vic0: interrupt-controller@f1100000 {
 > > +			compatible = "arm,pl190-vic";
 > > +			interrupt-controller;
 > > +			reg = <0xf1100000 0x1000>;
 > > +			#interrupt-cells = <1>;
 > > +		};
 > > +
-> > +		vic1: interrupt-controller at f1000000 {
+> > +		vic1: interrupt-controller@f1000000 {
 > > +			compatible = "arm,pl190-vic";
 > > +			interrupt-controller;
 > > +			reg = <0xf1000000 0x1000>;
 > > +			#interrupt-cells = <1>;
 > > +		};
 > > +
-> > +		gmac: ethernet at e0800000 {
+> > +		gmac: ethernet@e0800000 {
 > > +			compatible = "st,spear600-gmac";
 > > +			reg = <0xe0800000 0x8000>;
 > > +			interrupt-parent = <&vic1>;
@@ -223,7 +223,7 @@ common practice? I don't see it in other dtsi file (e.g. omap4/tegra).
 > > +			interrupt-names = "macirq", "eth_wake_irq";
 > > +		};
 > > +
-> > +		fsmc: flash at d1800000 {
+> > +		fsmc: flash@d1800000 {
 > > +			status = "disabled";
 > > +			compatible = "st,spear600-fsmc-nand";
 > > +			#address-cells = <1>;
@@ -235,7 +235,7 @@ common practice? I don't see it in other dtsi file (e.g. omap4/tegra).
 > > +			st,cle-off = <0x10000>;
 > > +		};
 > > +
-> > +		smi: flash at fc000000 {
+> > +		smi: flash@fc000000 {
 > > +			status = "disabled";
 > > +			compatible = "st,spear600-smi";
 > > +			#address-cells = <1>;
@@ -245,7 +245,7 @@ common practice? I don't see it in other dtsi file (e.g. omap4/tegra).
 > > +			interrupts = <12>;
 > > +		};
 > > +
-> > +		ehci at e1800000 {
+> > +		ehci@e1800000 {
 > > +			status = "disabled";
 > > +			compatible = "st,spear600-ehci", "usb-ehci";
 > > +			reg = <0xe1800000 0x1000>;
@@ -253,7 +253,7 @@ common practice? I don't see it in other dtsi file (e.g. omap4/tegra).
 > > +			interrupts = <27>;
 > > +		};
 > > +
-> > +		ehci at e2000000 {
+> > +		ehci@e2000000 {
 > > +			status = "disabled";
 > > +			compatible = "st,spear600-ehci", "usb-ehci";
 > > +			reg = <0xe2000000 0x1000>;
@@ -261,7 +261,7 @@ common practice? I don't see it in other dtsi file (e.g. omap4/tegra).
 > > +			interrupts = <29>;
 > > +		};
 > > +
-> > +		ohci at e1900000 {
+> > +		ohci@e1900000 {
 > > +			status = "disabled";
 > > +			compatible = "st,spear600-ohci", "usb-ohci";
 > > +			reg = <0xe1900000 0x1000>;
@@ -269,7 +269,7 @@ common practice? I don't see it in other dtsi file (e.g. omap4/tegra).
 > > +			interrupts = <26>;
 > > +		};
 > > +
-> > +		ohci at e2100000 {
+> > +		ohci@e2100000 {
 > > +			status = "disabled";
 > > +			compatible = "st,spear600-ohci", "usb-ohci";
 > > +			reg = <0xe2100000 0x1000>;
@@ -283,14 +283,14 @@ common practice? I don't see it in other dtsi file (e.g. omap4/tegra).
 > > +			compatible = "simple-bus";
 > > +			ranges;
 > > +
-> > +			serial at d0000000 {
+> > +			serial@d0000000 {
 > > +				compatible = "arm,pl011", "arm,primecell";
 > > +				reg = <0xd0000000 0x1000>;
 > > +				interrupt-parent = <&vic0>;
 > > +				interrupts = <24>;
 > > +			};
 > > +
-> > +			serial at d0080000 {
+> > +			serial@d0080000 {
 > > +				compatible = "arm,pl011", "arm,primecell";
 > > +				reg = <0xd0080000 0x1000>;
 > > +				interrupt-parent = <&vic0>;
@@ -298,7 +298,7 @@ common practice? I don't see it in other dtsi file (e.g. omap4/tegra).
 > > +			};
 > > +
 > > +			/* local/cpu GPIO */
-> > +			gpio0: gpio at f0100000 {
+> > +			gpio0: gpio@f0100000 {
 > > +				#gpio-cells = <2>;
 > > +				compatible = "arm,pl061", "arm,primecell";
 > > +				gpio-controller;
@@ -308,7 +308,7 @@ common practice? I don't see it in other dtsi file (e.g. omap4/tegra).
 > > +			};
 > > +
 > > +			/* basic GPIO */
-> > +			gpio1: gpio at fc980000 {
+> > +			gpio1: gpio@fc980000 {
 > 
 > on ST SoC the gpio are usally called pio so pio0
 
@@ -323,7 +323,7 @@ Not on SPEAr600 as far as I can tell.
 > > +			};
 > > +
 > > +			/* appl GPIO */
-> > +			gpio2: gpio at d8100000 {
+> > +			gpio2: gpio@d8100000 {
 > > +				#gpio-cells = <2>;
 > > +				compatible = "arm,pl061", "arm,primecell";
 > > +				gpio-controller;
@@ -332,7 +332,7 @@ Not on SPEAr600 as far as I can tell.
 > > +				interrupts = <4>;
 > > +			};
 > > +
-> > +			i2c at d0200000 {
+> > +			i2c@d0200000 {
 > > +				#address-cells = <1>;
 > > +				#size-cells = <0>;
 > > +				compatible = "snps,designware-i2c";
diff --git a/a/content_digest b/N1/content_digest
index 5f4572b..1d8ad42 100644
--- a/a/content_digest
+++ b/N1/content_digest
@@ -1,9 +1,14 @@
  "ref\01331890216-8361-1-git-send-email-sr@denx.de\0"
  "ref\020120316115022.GF7757@game.jcrosoft.org\0"
- "From\0sr@denx.de (Stefan Roese)\0"
- "Subject\0[PATCH v4] ARM: SPEAr600: Add device-tree support to SPEAr600 boards\0"
+ "ref\020120316115022.GF7757-RQcB7r2h9QmfDR2tN2SG5Ni2O/JbrIOy@public.gmane.org\0"
+ "From\0Stefan Roese <sr-ynQEQJNshbs@public.gmane.org>\0"
+ "Subject\0Re: [PATCH v4] ARM: SPEAr600: Add device-tree support to SPEAr600 boards\0"
  "Date\0Fri, 16 Mar 2012 13:20:25 +0100\0"
- "To\0linux-arm-kernel@lists.infradead.org\0"
+ "To\0Jean-Christophe PLAGNIOL-VILLARD <plagnioj-sclMFOaUSTBWk0Htik3J/w@public.gmane.org>\0"
+ "Cc\0Viresh Kumar <viresh.kumar-qxv4g6HH51o@public.gmane.org>"
+  devicetree-discuss-mnsaURCQ41sdnm+yROfE0A@public.gmane.org
+  spear-devel-nkJGhpqTU55BDgjK7y7TUQ@public.gmane.org
+ " linux-arm-kernel-IAPFreCvJWM7uuMidbF8XUB+6BGkLq7r@public.gmane.org\0"
  "\00:1\0"
  "b\0"
  "On Friday 16 March 2012 12:50:22 Jean-Christophe PLAGNIOL-VILLARD wrote:\n"
@@ -38,10 +43,10 @@
  "> > platform device data. The files spear600.c and spear600_evb.c are\n"
  "> > removed completely.\n"
  "> > \n"
- "> > Signed-off-by: Stefan Roese <sr@denx.de>\n"
- "> > Cc: Viresh Kumar <viresh.kumar@st.com>\n"
- "> > Cc: Arnd Bergmann <arnd@arndb.de>\n"
- "> > Cc: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>\n"
+ "> > Signed-off-by: Stefan Roese <sr-ynQEQJNshbs@public.gmane.org>\n"
+ "> > Cc: Viresh Kumar <viresh.kumar-qxv4g6HH51o@public.gmane.org>\n"
+ "> > Cc: Arnd Bergmann <arnd-r2nGTMty4D4@public.gmane.org>\n"
+ "> > Cc: Jean-Christophe PLAGNIOL-VILLARD <plagnioj-sclMFOaUSTBWk0Htik3J/w@public.gmane.org>\n"
  "> > ---\n"
  "> > v4:\n"
  "> > - Added memory node to all dts/dtsi files\n"
@@ -123,7 +128,7 @@
  "> > +++ b/arch/arm/boot/dts/spear600-evb.dts\n"
  "> > @@ -0,0 +1,37 @@\n"
  "> > +/*\n"
- "> > + * Copyright 2012 Stefan Roese <sr@denx.de>\n"
+ "> > + * Copyright 2012 Stefan Roese <sr-ynQEQJNshbs@public.gmane.org>\n"
  "> > + *\n"
  "> > + * The code contained herein is licensed under the GNU General Public\n"
  "> > + * License. You may obtain a copy of the GNU General Public License\n"
@@ -148,12 +153,12 @@
  "> > +\t};\n"
  "> > +\n"
  "> > +\tahb {\n"
- "> > +\t\tgmac: ethernet at e0800000 {\n"
+ "> > +\t\tgmac: ethernet@e0800000 {\n"
  "> > +\t\t\tphy-mode = \"gmii\";\n"
  "> > +\t\t};\n"
  "> > +\n"
  "> > +\t\tapb {\n"
- "> > +\t\t\ti2c at d0200000 {\n"
+ "> > +\t\t\ti2c@d0200000 {\n"
  "> > +\t\t\t\tclock-frequency = <400000>;\n"
  "> \n"
  "> disable everything not core is good in the dtsi\n"
@@ -177,7 +182,7 @@
  "> > +++ b/arch/arm/boot/dts/spear600.dtsi\n"
  "> > @@ -0,0 +1,170 @@\n"
  "> > +/*\n"
- "> > + * Copyright 2012 Stefan Roese <sr@denx.de>\n"
+ "> > + * Copyright 2012 Stefan Roese <sr-ynQEQJNshbs@public.gmane.org>\n"
  "> > + *\n"
  "> > + * The code contained herein is licensed under the GNU General Public\n"
  "> > + * License. You may obtain a copy of the GNU General Public License\n"
@@ -193,7 +198,7 @@
  "> > +\tcompatible = \"st,spear600\";\n"
  "> > +\n"
  "> > +\tcpus {\n"
- "> > +\t\tcpu at 0 {\n"
+ "> > +\t\tcpu@0 {\n"
  "> > +\t\t\tcompatible = \"arm,arm926ejs\";\n"
  "> > +\t\t};\n"
  "> > +\t};\n"
@@ -209,21 +214,21 @@
  "> > +\t\tcompatible = \"simple-bus\";\n"
  "> > +\t\tranges;\n"
  "> > +\n"
- "> > +\t\tvic0: interrupt-controller at f1100000 {\n"
+ "> > +\t\tvic0: interrupt-controller@f1100000 {\n"
  "> > +\t\t\tcompatible = \"arm,pl190-vic\";\n"
  "> > +\t\t\tinterrupt-controller;\n"
  "> > +\t\t\treg = <0xf1100000 0x1000>;\n"
  "> > +\t\t\t#interrupt-cells = <1>;\n"
  "> > +\t\t};\n"
  "> > +\n"
- "> > +\t\tvic1: interrupt-controller at f1000000 {\n"
+ "> > +\t\tvic1: interrupt-controller@f1000000 {\n"
  "> > +\t\t\tcompatible = \"arm,pl190-vic\";\n"
  "> > +\t\t\tinterrupt-controller;\n"
  "> > +\t\t\treg = <0xf1000000 0x1000>;\n"
  "> > +\t\t\t#interrupt-cells = <1>;\n"
  "> > +\t\t};\n"
  "> > +\n"
- "> > +\t\tgmac: ethernet at e0800000 {\n"
+ "> > +\t\tgmac: ethernet@e0800000 {\n"
  "> > +\t\t\tcompatible = \"st,spear600-gmac\";\n"
  "> > +\t\t\treg = <0xe0800000 0x8000>;\n"
  "> > +\t\t\tinterrupt-parent = <&vic1>;\n"
@@ -231,7 +236,7 @@
  "> > +\t\t\tinterrupt-names = \"macirq\", \"eth_wake_irq\";\n"
  "> > +\t\t};\n"
  "> > +\n"
- "> > +\t\tfsmc: flash at d1800000 {\n"
+ "> > +\t\tfsmc: flash@d1800000 {\n"
  "> > +\t\t\tstatus = \"disabled\";\n"
  "> > +\t\t\tcompatible = \"st,spear600-fsmc-nand\";\n"
  "> > +\t\t\t#address-cells = <1>;\n"
@@ -243,7 +248,7 @@
  "> > +\t\t\tst,cle-off = <0x10000>;\n"
  "> > +\t\t};\n"
  "> > +\n"
- "> > +\t\tsmi: flash at fc000000 {\n"
+ "> > +\t\tsmi: flash@fc000000 {\n"
  "> > +\t\t\tstatus = \"disabled\";\n"
  "> > +\t\t\tcompatible = \"st,spear600-smi\";\n"
  "> > +\t\t\t#address-cells = <1>;\n"
@@ -253,7 +258,7 @@
  "> > +\t\t\tinterrupts = <12>;\n"
  "> > +\t\t};\n"
  "> > +\n"
- "> > +\t\tehci at e1800000 {\n"
+ "> > +\t\tehci@e1800000 {\n"
  "> > +\t\t\tstatus = \"disabled\";\n"
  "> > +\t\t\tcompatible = \"st,spear600-ehci\", \"usb-ehci\";\n"
  "> > +\t\t\treg = <0xe1800000 0x1000>;\n"
@@ -261,7 +266,7 @@
  "> > +\t\t\tinterrupts = <27>;\n"
  "> > +\t\t};\n"
  "> > +\n"
- "> > +\t\tehci at e2000000 {\n"
+ "> > +\t\tehci@e2000000 {\n"
  "> > +\t\t\tstatus = \"disabled\";\n"
  "> > +\t\t\tcompatible = \"st,spear600-ehci\", \"usb-ehci\";\n"
  "> > +\t\t\treg = <0xe2000000 0x1000>;\n"
@@ -269,7 +274,7 @@
  "> > +\t\t\tinterrupts = <29>;\n"
  "> > +\t\t};\n"
  "> > +\n"
- "> > +\t\tohci at e1900000 {\n"
+ "> > +\t\tohci@e1900000 {\n"
  "> > +\t\t\tstatus = \"disabled\";\n"
  "> > +\t\t\tcompatible = \"st,spear600-ohci\", \"usb-ohci\";\n"
  "> > +\t\t\treg = <0xe1900000 0x1000>;\n"
@@ -277,7 +282,7 @@
  "> > +\t\t\tinterrupts = <26>;\n"
  "> > +\t\t};\n"
  "> > +\n"
- "> > +\t\tohci at e2100000 {\n"
+ "> > +\t\tohci@e2100000 {\n"
  "> > +\t\t\tstatus = \"disabled\";\n"
  "> > +\t\t\tcompatible = \"st,spear600-ohci\", \"usb-ohci\";\n"
  "> > +\t\t\treg = <0xe2100000 0x1000>;\n"
@@ -291,14 +296,14 @@
  "> > +\t\t\tcompatible = \"simple-bus\";\n"
  "> > +\t\t\tranges;\n"
  "> > +\n"
- "> > +\t\t\tserial at d0000000 {\n"
+ "> > +\t\t\tserial@d0000000 {\n"
  "> > +\t\t\t\tcompatible = \"arm,pl011\", \"arm,primecell\";\n"
  "> > +\t\t\t\treg = <0xd0000000 0x1000>;\n"
  "> > +\t\t\t\tinterrupt-parent = <&vic0>;\n"
  "> > +\t\t\t\tinterrupts = <24>;\n"
  "> > +\t\t\t};\n"
  "> > +\n"
- "> > +\t\t\tserial at d0080000 {\n"
+ "> > +\t\t\tserial@d0080000 {\n"
  "> > +\t\t\t\tcompatible = \"arm,pl011\", \"arm,primecell\";\n"
  "> > +\t\t\t\treg = <0xd0080000 0x1000>;\n"
  "> > +\t\t\t\tinterrupt-parent = <&vic0>;\n"
@@ -306,7 +311,7 @@
  "> > +\t\t\t};\n"
  "> > +\n"
  "> > +\t\t\t/* local/cpu GPIO */\n"
- "> > +\t\t\tgpio0: gpio at f0100000 {\n"
+ "> > +\t\t\tgpio0: gpio@f0100000 {\n"
  "> > +\t\t\t\t#gpio-cells = <2>;\n"
  "> > +\t\t\t\tcompatible = \"arm,pl061\", \"arm,primecell\";\n"
  "> > +\t\t\t\tgpio-controller;\n"
@@ -316,7 +321,7 @@
  "> > +\t\t\t};\n"
  "> > +\n"
  "> > +\t\t\t/* basic GPIO */\n"
- "> > +\t\t\tgpio1: gpio at fc980000 {\n"
+ "> > +\t\t\tgpio1: gpio@fc980000 {\n"
  "> \n"
  "> on ST SoC the gpio are usally called pio so pio0\n"
  "\n"
@@ -331,7 +336,7 @@
  "> > +\t\t\t};\n"
  "> > +\n"
  "> > +\t\t\t/* appl GPIO */\n"
- "> > +\t\t\tgpio2: gpio at d8100000 {\n"
+ "> > +\t\t\tgpio2: gpio@d8100000 {\n"
  "> > +\t\t\t\t#gpio-cells = <2>;\n"
  "> > +\t\t\t\tcompatible = \"arm,pl061\", \"arm,primecell\";\n"
  "> > +\t\t\t\tgpio-controller;\n"
@@ -340,7 +345,7 @@
  "> > +\t\t\t\tinterrupts = <4>;\n"
  "> > +\t\t\t};\n"
  "> > +\n"
- "> > +\t\t\ti2c at d0200000 {\n"
+ "> > +\t\t\ti2c@d0200000 {\n"
  "> > +\t\t\t\t#address-cells = <1>;\n"
  "> > +\t\t\t\t#size-cells = <0>;\n"
  "> > +\t\t\t\tcompatible = \"snps,designware-i2c\";\n"
@@ -418,4 +423,4 @@
  "Thanks,\n"
  Stefan
 
-3a6d9c4fee265e0da171f4a3603e108fe2377c170b40ab92d3b8c75ad81e037f
+9bf43143aacd1b2226e13bcac586b41a7f935e542e987227635e0a634b3fdce7

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.