diff for duplicates of <201203142001.58762.sr@denx.de> diff --git a/a/1.txt b/N1/1.txt index ede330a..6397452 100644 --- a/a/1.txt +++ b/N1/1.txt @@ -6,7 +6,7 @@ On Wednesday 14 March 2012 18:24:35 Jean-Christophe PLAGNIOL-VILLARD wrote: > > > > +++ b/arch/arm/boot/dts/spear600-evb.dts > > > > @@ -0,0 +1,30 @@ > > > > +/* -> > > > + * 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 @@ -36,11 +36,11 @@ really need to duplicate this in the board specific dts file? > > > > + > > > > + soc { -> > > > + gmac0: ethernet at e0800000 { +> > > > + gmac0: ethernet@e0800000 { > > > > + phy-mode = "gmii"; > > > > + }; > > > > + -> > > > + i2c at d0200000 { +> > > > + i2c@d0200000 { > > > > + clock-frequency = <400000>; > > > > + }; > > > > + }; @@ -52,7 +52,7 @@ really need to duplicate this in the board specific dts file? > > > > +++ b/arch/arm/boot/dts/spear600.dtsi > > > > @@ -0,0 +1,162 @@ > > > > +/* -> > > > + * 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 @@ -68,7 +68,7 @@ really need to duplicate this in the board specific dts file? > > > > + compatible = "st,spear600"; > > > > + > > > > + cpus { -> > > > + cpu at 0 { +> > > > + cpu@0 { > > > > + compatible = "arm,arm926ejs"; > > > > + }; > > > > + }; @@ -105,28 +105,28 @@ Okay, I'll add the max. size here. > > > > + 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>; > > > > + }; > > > > + -> > > > + 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>; @@ -134,7 +134,7 @@ Okay, I'll add the max. size here. > > > > + }; > > > > + > > > > + /* local/cpu GPIO */ -> > > > + gpio0: gpio at f0100000 { +> > > > + gpio0: gpio@f0100000 { > > > > + #gpio-cells = <2>; > > > > + compatible = "arm,pl061", "arm,primecell"; > > > > + gpio-controller; @@ -144,7 +144,7 @@ Okay, I'll add the max. size here. > > > > + }; > > > > + > > > > + /* basic GPIO */ -> > > > + gpio1: gpio at fc980000 { +> > > > + gpio1: gpio@fc980000 { > > > > + #gpio-cells = <2>; > > > > + compatible = "arm,pl061", "arm,primecell"; > > > > + gpio-controller; @@ -154,7 +154,7 @@ Okay, I'll add the max. size here. > > > > + }; > > > > + > > > > + /* appl GPIO */ -> > > > + gpio2: gpio at d8100000 { +> > > > + gpio2: gpio@d8100000 { > > > > + #gpio-cells = <2>; > > > > + compatible = "arm,pl061", "arm,primecell"; > > > > + gpio-controller; @@ -163,7 +163,7 @@ Okay, I'll add the max. size here. > > > > + interrupts = <4>; > > > > + }; > > > > + -> > > > + gmac0: ethernet at e0800000 { +> > > > + gmac0: ethernet@e0800000 { > > > > + compatible = "st,spear600-gmac"; > > > > + reg = <0xe0800000 0x8000>; > > > > + interrupt-parent = <&vic1>; @@ -180,7 +180,7 @@ Okay. > > > > + }; > > > > + -> > > > + i2c at d0200000 { +> > > > + i2c@d0200000 { > > > > + #address-cells = <1>; > > > > + #size-cells = <0>; > > > > + compatible = "snps,designware-i2c"; @@ -189,7 +189,7 @@ Okay. > > > > + interrupts = <28>; > > > > + }; > > > > + -> > > > + fsmc0: flash at d1800000 { +> > > > + fsmc0: flash@d1800000 { > > > > + status = "disabled"; > > > > + compatible = "st,spear600-fsmc-nand"; > > > > + #address-cells = <1>; @@ -201,7 +201,7 @@ Register */ > > > > + reg-names = "fsmc_regs", "nand_data"; > > > > + }; > > > > + -> > > > + smi0: flash at fc000000 { +> > > > + smi0: flash@fc000000 { > > > > + status = "disabled"; > > > > + compatible = "st,spear600-smi"; > > > > + #address-cells = <1>; @@ -211,7 +211,7 @@ Register */ > > > > + interrupts = <12>; > > > > + }; > > > > + -> > > > + ehci at e1800000 { +> > > > + ehci@e1800000 { > > > > + status = "disabled"; > > > > + compatible = "st,spear600-ehci", "usb-ehci"; > > > > + reg = <0xe1800000 0x1000>; @@ -219,7 +219,7 @@ Register */ > > > > + interrupts = <27>; > > > > + }; > > > > + -> > > > + ehci at e2000000 { +> > > > + ehci@e2000000 { > > > > + status = "disabled"; > > > > + compatible = "st,spear600-ehci", "usb-ehci"; > > > > + reg = <0xe2000000 0x1000>; @@ -227,7 +227,7 @@ Register */ > > > > + interrupts = <29>; > > > > + }; > > > > + -> > > > + ohci at e1900000 { +> > > > + ohci@e1900000 { > > > > + status = "disabled"; > > > > + compatible = "st,spear600-ohci", "usb-ohci"; > > > > + reg = <0xe1900000 0x1000>; @@ -235,7 +235,7 @@ Register */ > > > > + interrupts = <26>; > > > > + }; > > > > + -> > > > + ohci at e2100000 { +> > > > + ohci@e2100000 { > > > > + status = "disabled"; > > > > + compatible = "st,spear600-ohci", "usb-ohci"; > > > > + reg = <0xe2100000 0x1000>; @@ -305,7 +305,7 @@ Hmmm. I'm sorry, but I fail to understand you here. Please explain. > > > > - * SPEAr600 machine source file > > > > - * > > > > - * Copyright (C) 2009 ST Microelectronics -> > > > - * Rajeev Kumar<rajeev-dlh.kumar@st.com> +> > > > - * Rajeev Kumar<rajeev-dlh.kumar-qxv4g6HH51o@public.gmane.org> > > > > - * > > > > - * This file is licensed under the terms of the GNU General Public > > > > - * License version 2. This program is licensed "as is" without any @@ -348,10 +348,10 @@ Hmmm. I'm sorry, but I fail to understand you here. Please explain. > > > > @@ -6,6 +6,8 @@ > > > > > > > > * Copyright (C) 2009 ST Microelectronics -> > > > * Rajeev Kumar<rajeev-dlh.kumar@st.com> +> > > > * Rajeev Kumar<rajeev-dlh.kumar-qxv4g6HH51o@public.gmane.org> > > > > * > > > > -> > > > + * Copyright 2012 Stefan Roese <sr@denx.de> +> > > > + * Copyright 2012 Stefan Roese <sr-ynQEQJNshbs@public.gmane.org> > > > > + * > > > > > > > > * This file is licensed under the terms of the GNU General Public diff --git a/a/content_digest b/N1/content_digest index 0a2df07..a4209ad 100644 --- a/a/content_digest +++ b/N1/content_digest @@ -1,10 +1,15 @@ "ref\01331737232-25477-1-git-send-email-sr@denx.de\0" "ref\0201203141749.05899.sr@denx.de\0" "ref\020120314172435.GP18320@game.jcrosoft.org\0" - "From\0sr@denx.de (Stefan Roese)\0" - "Subject\0[PATCH v2] ARM: SPEAr600: Add device-tree support to SPEAr600 boards\0" + "ref\020120314172435.GP18320-RQcB7r2h9QmfDR2tN2SG5Ni2O/JbrIOy@public.gmane.org\0" + "From\0Stefan Roese <sr-ynQEQJNshbs@public.gmane.org>\0" + "Subject\0Re: [PATCH v2] ARM: SPEAr600: Add device-tree support to SPEAr600 boards\0" "Date\0Wed, 14 Mar 2012 20:01:58 +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 Wednesday 14 March 2012 18:24:35 Jean-Christophe PLAGNIOL-VILLARD wrote:\n" @@ -15,7 +20,7 @@ "> > > > +++ b/arch/arm/boot/dts/spear600-evb.dts\n" "> > > > @@ -0,0 +1,30 @@\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\n" "> > > > Public + * License. You may obtain a copy of the GNU General Public\n" @@ -45,11 +50,11 @@ " \n" "> > > > +\n" "> > > > +\tsoc {\n" - "> > > > +\t\tgmac0: ethernet at e0800000 {\n" + "> > > > +\t\tgmac0: ethernet@e0800000 {\n" "> > > > +\t\t\tphy-mode = \"gmii\";\n" "> > > > +\t\t};\n" "> > > > +\n" - "> > > > +\t\ti2c at d0200000 {\n" + "> > > > +\t\ti2c@d0200000 {\n" "> > > > +\t\t\tclock-frequency = <400000>;\n" "> > > > +\t\t};\n" "> > > > +\t};\n" @@ -61,7 +66,7 @@ "> > > > +++ b/arch/arm/boot/dts/spear600.dtsi\n" "> > > > @@ -0,0 +1,162 @@\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\n" "> > > > Public + * License. You may obtain a copy of the GNU General Public\n" @@ -77,7 +82,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" @@ -114,28 +119,28 @@ "> > > > +\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\tserial at d0000000 {\n" + "> > > > +\t\tserial@d0000000 {\n" "> > > > +\t\t\tcompatible = \"arm,pl011\", \"arm,primecell\";\n" "> > > > +\t\t\treg = <0xd0000000 0x1000>;\n" "> > > > +\t\t\tinterrupt-parent = <&vic0>;\n" "> > > > +\t\t\tinterrupts = <24>;\n" "> > > > +\t\t};\n" "> > > > +\n" - "> > > > +\t\tserial at d0080000 {\n" + "> > > > +\t\tserial@d0080000 {\n" "> > > > +\t\t\tcompatible = \"arm,pl011\", \"arm,primecell\";\n" "> > > > +\t\t\treg = <0xd0080000 0x1000>;\n" "> > > > +\t\t\tinterrupt-parent = <&vic0>;\n" @@ -143,7 +148,7 @@ "> > > > +\t\t};\n" "> > > > +\n" "> > > > +\t\t/* local/cpu GPIO */\n" - "> > > > +\t\tgpio0: gpio at f0100000 {\n" + "> > > > +\t\tgpio0: gpio@f0100000 {\n" "> > > > +\t\t\t#gpio-cells = <2>;\n" "> > > > +\t\t\tcompatible = \"arm,pl061\", \"arm,primecell\";\n" "> > > > +\t\t\tgpio-controller;\n" @@ -153,7 +158,7 @@ "> > > > +\t\t};\n" "> > > > +\n" "> > > > +\t\t/* basic GPIO */\n" - "> > > > +\t\tgpio1: gpio at fc980000 {\n" + "> > > > +\t\tgpio1: gpio@fc980000 {\n" "> > > > +\t\t\t#gpio-cells = <2>;\n" "> > > > +\t\t\tcompatible = \"arm,pl061\", \"arm,primecell\";\n" "> > > > +\t\t\tgpio-controller;\n" @@ -163,7 +168,7 @@ "> > > > +\t\t};\n" "> > > > +\n" "> > > > +\t\t/* appl GPIO */\n" - "> > > > +\t\tgpio2: gpio at d8100000 {\n" + "> > > > +\t\tgpio2: gpio@d8100000 {\n" "> > > > +\t\t\t#gpio-cells = <2>;\n" "> > > > +\t\t\tcompatible = \"arm,pl061\", \"arm,primecell\";\n" "> > > > +\t\t\tgpio-controller;\n" @@ -172,7 +177,7 @@ "> > > > +\t\t\tinterrupts = <4>;\n" "> > > > +\t\t};\n" "> > > > +\n" - "> > > > +\t\tgmac0: ethernet at e0800000 {\n" + "> > > > +\t\tgmac0: ethernet@e0800000 {\n" "> > > > +\t\t\tcompatible = \"st,spear600-gmac\";\n" "> > > > +\t\t\treg = <0xe0800000 0x8000>;\n" "> > > > +\t\t\tinterrupt-parent = <&vic1>;\n" @@ -189,7 +194,7 @@ "\n" "> > > > +\t\t};\n" "> > > > +\n" - "> > > > +\t\ti2c at d0200000 {\n" + "> > > > +\t\ti2c@d0200000 {\n" "> > > > +\t\t\t#address-cells = <1>;\n" "> > > > +\t\t\t#size-cells = <0>;\n" "> > > > +\t\t\tcompatible = \"snps,designware-i2c\";\n" @@ -198,7 +203,7 @@ "> > > > +\t\t\tinterrupts = <28>;\n" "> > > > +\t\t};\n" "> > > > +\n" - "> > > > +\t\tfsmc0: flash at d1800000 {\n" + "> > > > +\t\tfsmc0: flash@d1800000 {\n" "> > > > +\t\t\tstatus = \"disabled\";\n" "> > > > +\t\t\tcompatible = \"st,spear600-fsmc-nand\";\n" "> > > > +\t\t\t#address-cells = <1>;\n" @@ -210,7 +215,7 @@ "> > > > +\t\t\treg-names = \"fsmc_regs\", \"nand_data\";\n" "> > > > +\t\t};\n" "> > > > +\n" - "> > > > +\t\tsmi0: flash at fc000000 {\n" + "> > > > +\t\tsmi0: flash@fc000000 {\n" "> > > > +\t\t\tstatus = \"disabled\";\n" "> > > > +\t\t\tcompatible = \"st,spear600-smi\";\n" "> > > > +\t\t\t#address-cells = <1>;\n" @@ -220,7 +225,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" @@ -228,7 +233,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" @@ -236,7 +241,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" @@ -244,7 +249,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" @@ -314,7 +319,7 @@ "> > > > - * SPEAr600 machine source file\n" "> > > > - *\n" "> > > > - * Copyright (C) 2009 ST Microelectronics\n" - "> > > > - * Rajeev Kumar<rajeev-dlh.kumar@st.com>\n" + "> > > > - * Rajeev Kumar<rajeev-dlh.kumar-qxv4g6HH51o@public.gmane.org>\n" "> > > > - *\n" "> > > > - * This file is licensed under the terms of the GNU General Public\n" "> > > > - * License version 2. This program is licensed \"as is\" without any\n" @@ -357,10 +362,10 @@ "> > > > @@ -6,6 +6,8 @@\n" "> > > > \n" "> > > > * Copyright (C) 2009 ST Microelectronics\n" - "> > > > * Rajeev Kumar<rajeev-dlh.kumar@st.com>\n" + "> > > > * Rajeev Kumar<rajeev-dlh.kumar-qxv4g6HH51o@public.gmane.org>\n" "> > > > *\n" "> > > > \n" - "> > > > + * Copyright 2012 Stefan Roese <sr@denx.de>\n" + "> > > > + * Copyright 2012 Stefan Roese <sr-ynQEQJNshbs@public.gmane.org>\n" "> > > > + *\n" "> > > > \n" "> > > > * This file is licensed under the terms of the GNU General Public\n" @@ -447,4 +452,4 @@ "Thanks,\n" Stefan -484bae3f2c26aff4c27916f099284d0539226b86d6494ff0e3dbc622030b411f +3c1926ef5e9860dfc80ef21bb3b7aea351b329e0da7b31b342fc9c0835d2af62
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.