* 4xx support in arch/ppc is going away Real Soon Now @ 2008-06-05 14:52 Josh Boyer 2008-06-05 15:11 ` Grant Likely 0 siblings, 1 reply; 34+ messages in thread From: Josh Boyer @ 2008-06-05 14:52 UTC (permalink / raw) To: linuxppc-dev This commit (patch omitted due to size) is sitting in my local tree: commit 0d7efc1e80fc262bcc507a605482c5681e3f082a Author: Josh Boyer <jwboyer@linux.vnet.ibm.com> Date: Thu Jun 5 09:46:17 2008 -0500 ppc/4xx: Remove 4xx support from arch/ppc Remove support for PPC 403, 405, and 440 processors from arch/ppc. The arch/powerpc equivalents should be used. Boards that are not ported yet will need to be ported to arch/powerpc to have continued support. Signed-off-by: Josh Boyer <jwboyer@linux.vnet.ibm.com> I will push this to my -next branch in the next few days, and ask Paul to pull it. The diffstat is below. josh arch/ppc/4xx_io/Makefile | 6 - arch/ppc/4xx_io/serial_sicc.c | 2005 -------------------- arch/ppc/Kconfig | 73 +- arch/ppc/Kconfig.debug | 4 +- arch/ppc/Makefile | 5 - arch/ppc/boot/common/ns16550.c | 3 - arch/ppc/boot/common/util.S | 9 - arch/ppc/boot/simple/Makefile | 61 - arch/ppc/boot/simple/embed_config.c | 221 +--- arch/ppc/boot/simple/misc-embedded.c | 4 +- arch/ppc/boot/simple/misc.c | 23 - arch/ppc/boot/simple/openbios.c | 128 -- arch/ppc/boot/simple/pibs.c | 104 - arch/ppc/boot/simple/rw4/ppc_40x.h | 664 ------- arch/ppc/boot/simple/rw4/rw4_init.S | 78 - arch/ppc/boot/simple/rw4/rw4_init_brd.S | 1125 ----------- arch/ppc/boot/simple/rw4/stb.h | 239 --- arch/ppc/boot/simple/uartlite_tty.c | 1 - arch/ppc/configs/bamboo_defconfig | 944 --------- arch/ppc/configs/bubinga_defconfig | 592 ------ arch/ppc/configs/cpci405_defconfig | 631 ------ arch/ppc/configs/ebony_defconfig | 585 ------ arch/ppc/configs/ep405_defconfig | 572 ------ arch/ppc/configs/luan_defconfig | 668 ------- arch/ppc/configs/ml300_defconfig | 739 ------- arch/ppc/configs/ml403_defconfig | 740 -------- arch/ppc/configs/ocotea_defconfig | 599 ------ arch/ppc/configs/redwood5_defconfig | 557 ------ arch/ppc/configs/redwood6_defconfig | 535 ------ arch/ppc/configs/sycamore_defconfig | 663 ------- arch/ppc/configs/taishan_defconfig | 1077 ----------- arch/ppc/configs/walnut_defconfig | 578 ------ arch/ppc/kernel/Makefile | 2 - arch/ppc/kernel/asm-offsets.c | 2 +- arch/ppc/kernel/entry.S | 64 +- arch/ppc/kernel/head_44x.S | 769 -------- arch/ppc/kernel/head_4xx.S | 1021 ---------- arch/ppc/kernel/misc.S | 91 - arch/ppc/kernel/ppc_ksyms.c | 3 - arch/ppc/kernel/traps.c | 56 +- arch/ppc/mm/44x_mmu.c | 101 - arch/ppc/mm/4xx_mmu.c | 135 -- arch/ppc/mm/Makefile | 2 - arch/ppc/mm/fault.c | 6 +- arch/ppc/mm/mmu_decl.h | 5 - arch/ppc/platforms/4xx/Kconfig | 285 --- arch/ppc/platforms/4xx/Makefile | 31 - arch/ppc/platforms/4xx/bamboo.c | 442 ----- arch/ppc/platforms/4xx/bamboo.h | 133 -- arch/ppc/platforms/4xx/bubinga.c | 265 --- arch/ppc/platforms/4xx/bubinga.h | 54 - arch/ppc/platforms/4xx/cpci405.c | 201 -- arch/ppc/platforms/4xx/cpci405.h | 28 - arch/ppc/platforms/4xx/ebony.c | 334 ---- arch/ppc/platforms/4xx/ebony.h | 97 - arch/ppc/platforms/4xx/ep405.c | 196 -- arch/ppc/platforms/4xx/ep405.h | 52 - arch/ppc/platforms/4xx/ibm405ep.c | 141 -- arch/ppc/platforms/4xx/ibm405ep.h | 145 -- arch/ppc/platforms/4xx/ibm405gp.c | 120 -- arch/ppc/platforms/4xx/ibm405gp.h | 148 -- arch/ppc/platforms/4xx/ibm405gpr.c | 115 -- arch/ppc/platforms/4xx/ibm405gpr.h | 148 -- arch/ppc/platforms/4xx/ibm440ep.c | 220 --- arch/ppc/platforms/4xx/ibm440ep.h | 73 - arch/ppc/platforms/4xx/ibm440gp.c | 163 -- arch/ppc/platforms/4xx/ibm440gp.h | 63 - arch/ppc/platforms/4xx/ibm440gx.c | 231 --- arch/ppc/platforms/4xx/ibm440gx.h | 71 - arch/ppc/platforms/4xx/ibm440sp.c | 129 -- arch/ppc/platforms/4xx/ibm440sp.h | 61 - arch/ppc/platforms/4xx/ibmnp405h.c | 170 -- arch/ppc/platforms/4xx/ibmnp405h.h | 154 -- arch/ppc/platforms/4xx/ibmstb4.c | 122 -- arch/ppc/platforms/4xx/ibmstb4.h | 235 --- arch/ppc/platforms/4xx/ibmstbx25.c | 66 - arch/ppc/platforms/4xx/ibmstbx25.h | 258 --- arch/ppc/platforms/4xx/luan.c | 371 ---- arch/ppc/platforms/4xx/luan.h | 77 - arch/ppc/platforms/4xx/ocotea.c | 350 ---- arch/ppc/platforms/4xx/ocotea.h | 94 - arch/ppc/platforms/4xx/ppc440spe.c | 146 -- arch/ppc/platforms/4xx/ppc440spe.h | 63 - arch/ppc/platforms/4xx/redwood5.c | 120 -- arch/ppc/platforms/4xx/redwood5.h | 52 - arch/ppc/platforms/4xx/redwood6.c | 156 -- arch/ppc/platforms/4xx/redwood6.h | 53 - arch/ppc/platforms/4xx/sycamore.c | 272 --- arch/ppc/platforms/4xx/sycamore.h | 49 - arch/ppc/platforms/4xx/taishan.c | 395 ---- arch/ppc/platforms/4xx/taishan.h | 67 - arch/ppc/platforms/4xx/virtex.h | 35 - arch/ppc/platforms/4xx/walnut.c | 246 --- arch/ppc/platforms/4xx/walnut.h | 52 - arch/ppc/platforms/4xx/xilinx_ml300.c | 118 -- arch/ppc/platforms/4xx/xilinx_ml403.c | 120 -- arch/ppc/platforms/4xx/xparameters/xparameters.h | 104 - .../platforms/4xx/xparameters/xparameters_ml300.h | 310 --- .../platforms/4xx/xparameters/xparameters_ml403.h | 243 --- arch/ppc/platforms/4xx/yucca.c | 393 ---- arch/ppc/platforms/4xx/yucca.h | 108 -- arch/ppc/syslib/Makefile | 32 - arch/ppc/syslib/ibm440gp_common.c | 73 - arch/ppc/syslib/ibm440gp_common.h | 32 - arch/ppc/syslib/ibm440gx_common.c | 294 --- arch/ppc/syslib/ibm440gx_common.h | 58 - arch/ppc/syslib/ibm440sp_common.c | 68 - arch/ppc/syslib/ibm440sp_common.h | 23 - arch/ppc/syslib/ibm44x_common.c | 235 --- arch/ppc/syslib/ibm44x_common.h | 45 - arch/ppc/syslib/ibm_ocp.c | 10 - arch/ppc/syslib/ppc403_pic.c | 125 -- arch/ppc/syslib/ppc405_pci.c | 170 -- arch/ppc/syslib/ppc440spe_pcie.c | 441 ----- arch/ppc/syslib/ppc440spe_pcie.h | 149 -- arch/ppc/syslib/ppc4xx_dma.c | 710 ------- arch/ppc/syslib/ppc4xx_pic.c | 284 --- arch/ppc/syslib/ppc4xx_setup.c | 271 --- arch/ppc/syslib/ppc4xx_sgdma.c | 464 ----- arch/ppc/syslib/virtex_devices.c | 276 --- arch/ppc/syslib/virtex_devices.h | 35 - arch/ppc/syslib/xilinx_pic.c | 153 -- arch/ppc/xmon/start.c | 15 - arch/ppc/xmon/xmon.c | 13 +- include/asm-ppc/ibm403.h | 478 ----- include/asm-ppc/ibm405.h | 299 --- include/asm-ppc/ibm44x.h | 674 ------- include/asm-ppc/ibm4xx.h | 124 -- include/asm-ppc/ibm_ocp.h | 204 -- include/asm-ppc/ibm_ocp_pci.h | 32 - include/asm-ppc/io.h | 7 +- include/asm-ppc/mmu_context.h | 5 - include/asm-ppc/ppc4xx_dma.h | 579 ------ include/asm-ppc/ppc4xx_pic.h | 52 - include/asm-ppc/ppcboot.h | 24 +- include/asm-ppc/reg_booke.h | 98 +- include/asm-ppc/serial.h | 2 - 137 files changed, 33 insertions(+), 31956 deletions(-) ^ permalink raw reply [flat|nested] 34+ messages in thread
* Re: 4xx support in arch/ppc is going away Real Soon Now 2008-06-05 14:52 4xx support in arch/ppc is going away Real Soon Now Josh Boyer @ 2008-06-05 15:11 ` Grant Likely 2008-06-05 15:18 ` Josh Boyer 2008-06-06 11:53 ` Adrian Bunk 0 siblings, 2 replies; 34+ messages in thread From: Grant Likely @ 2008-06-05 15:11 UTC (permalink / raw) To: Josh Boyer, Paul Mackerras; +Cc: linuxppc-dev On Thu, Jun 5, 2008 at 8:52 AM, Josh Boyer <jwboyer@linux.vnet.ibm.com> wrote: > This commit (patch omitted due to size) is sitting in my local tree: > > commit 0d7efc1e80fc262bcc507a605482c5681e3f082a > Author: Josh Boyer <jwboyer@linux.vnet.ibm.com> > Date: Thu Jun 5 09:46:17 2008 -0500 > > ppc/4xx: Remove 4xx support from arch/ppc > > Remove support for PPC 403, 405, and 440 processors from arch/ppc. The > arch/powerpc equivalents should be used. Boards that are not ported yet > will need to be ported to arch/powerpc to have continued support. This looks like unneeded churn. Paulus, Can we just kill all of arch/ppc for .27 right now? g. -- Grant Likely, B.Sc., P.Eng. Secret Lab Technologies Ltd. ^ permalink raw reply [flat|nested] 34+ messages in thread
* Re: 4xx support in arch/ppc is going away Real Soon Now 2008-06-05 15:11 ` Grant Likely @ 2008-06-05 15:18 ` Josh Boyer 2008-06-05 15:48 ` Stephen Neuendorffer 2008-06-05 18:59 ` 4xx support in " Kumar Gala 2008-06-06 11:53 ` Adrian Bunk 1 sibling, 2 replies; 34+ messages in thread From: Josh Boyer @ 2008-06-05 15:18 UTC (permalink / raw) To: Grant Likely; +Cc: linuxppc-dev, Paul Mackerras On Thu, 5 Jun 2008 09:11:48 -0600 "Grant Likely" <grant.likely@secretlab.ca> wrote: > On Thu, Jun 5, 2008 at 8:52 AM, Josh Boyer <jwboyer@linux.vnet.ibm.com> wrote: > > This commit (patch omitted due to size) is sitting in my local tree: > > > > commit 0d7efc1e80fc262bcc507a605482c5681e3f082a > > Author: Josh Boyer <jwboyer@linux.vnet.ibm.com> > > Date: Thu Jun 5 09:46:17 2008 -0500 > > > > ppc/4xx: Remove 4xx support from arch/ppc > > > > Remove support for PPC 403, 405, and 440 processors from arch/ppc. The > > arch/powerpc equivalents should be used. Boards that are not ported yet > > will need to be ported to arch/powerpc to have continued support. > > This looks like unneeded churn. Excellent. My prompting has succeeded. Though now I won't get to be on top of the "top contributors" list in the lwn.net pages like Kumar was. Oh well. > Paulus, Can we just kill all of arch/ppc for .27 right now? Please. Pretty please? Acked-by: Josh Boyer <jwboyer@linux.vnet.ibm.com> josh ^ permalink raw reply [flat|nested] 34+ messages in thread
* RE: 4xx support in arch/ppc is going away Real Soon Now 2008-06-05 15:18 ` Josh Boyer @ 2008-06-05 15:48 ` Stephen Neuendorffer 2008-06-05 20:12 ` Arnd Bergmann 2008-06-05 18:59 ` 4xx support in " Kumar Gala 1 sibling, 1 reply; 34+ messages in thread From: Stephen Neuendorffer @ 2008-06-05 15:48 UTC (permalink / raw) To: Josh Boyer, Grant Likely; +Cc: linuxppc-dev, Paul Mackerras > -----Original Message----- > From: linuxppc-dev-bounces+stephen.neuendorffer=3Dxilinx.com@ozlabs.org [mailto:linuxppc-dev- > bounces+stephen.neuendorffer=3Dxilinx.com@ozlabs.org] On Behalf Of Josh Boyer > Sent: Thursday, June 05, 2008 8:19 AM > To: Grant Likely > Cc: linuxppc-dev@ozlabs.org; Paul Mackerras > Subject: Re: 4xx support in arch/ppc is going away Real Soon Now > = > On Thu, 5 Jun 2008 09:11:48 -0600 > "Grant Likely" <grant.likely@secretlab.ca> wrote: > = > > On Thu, Jun 5, 2008 at 8:52 AM, Josh Boyer <jwboyer@linux.vnet.ibm.com> wrote: > > > This commit (patch omitted due to size) is sitting in my local tree: > > > > > > commit 0d7efc1e80fc262bcc507a605482c5681e3f082a > > > Author: Josh Boyer <jwboyer@linux.vnet.ibm.com> > > > Date: Thu Jun 5 09:46:17 2008 -0500 > > > > > > ppc/4xx: Remove 4xx support from arch/ppc > > > > > > Remove support for PPC 403, 405, and 440 processors from arch/ppc. The > > > arch/powerpc equivalents should be used. Boards that are not ported yet > > > will need to be ported to arch/powerpc to have continued support. > > > > This looks like unneeded churn. > = > Excellent. My prompting has succeeded. Though now I won't get to be > on top of the "top contributors" list in the lwn.net pages like Kumar > was. Oh well. > = > > Paulus, Can we just kill all of arch/ppc for .27 right now? > = > Please. Pretty please? > = > Acked-by: Josh Boyer <jwboyer@linux.vnet.ibm.com> > = > josh For what it's worth, = Acked-by: Stephen Neuendorffer <stephen.neuendorffer@xilinx.com> I'd like to see this happen soon so a few stacked patches we have can finally go in. Steve This email and any attachments are intended for the sole use of the named r= ecipient(s) and contain(s) confidential information that may be proprietary= , privileged or copyrighted under applicable law. If you are not the intend= ed recipient, do not read, copy, or forward this email message or any attac= hments. Delete this email message and any attachments immediately. ^ permalink raw reply [flat|nested] 34+ messages in thread
* Re: arch/ppc is going away Real Soon Now 2008-06-05 15:48 ` Stephen Neuendorffer @ 2008-06-05 20:12 ` Arnd Bergmann 2008-06-05 20:27 ` Grant Likely ` (2 more replies) 0 siblings, 3 replies; 34+ messages in thread From: Arnd Bergmann @ 2008-06-05 20:12 UTC (permalink / raw) To: linuxppc-dev; +Cc: Paul Mackerras On Thursday 05 June 2008, Stephen Neuendorffer wrote: > > "Grant Likely" <grant.likely@secretlab.ca> wrote: > > > > > Paulus, Can we just kill all of arch/ppc for .27 right now? > > > > Acked-by: Josh Boyer <jwboyer@linux.vnet.ibm.com> > Acked-by: Stephen Neuendorffer <stephen.neuendorffer@xilinx.com> Acked-by: Arnd Bergmann <arnd@arndb.de> ^ permalink raw reply [flat|nested] 34+ messages in thread
* Re: arch/ppc is going away Real Soon Now 2008-06-05 20:12 ` Arnd Bergmann @ 2008-06-05 20:27 ` Grant Likely 2008-06-05 20:28 ` Olof Johansson 2008-06-06 4:32 ` Benjamin Herrenschmidt 2 siblings, 0 replies; 34+ messages in thread From: Grant Likely @ 2008-06-05 20:27 UTC (permalink / raw) To: Arnd Bergmann; +Cc: linuxppc-dev, Paul Mackerras On Thu, Jun 5, 2008 at 2:12 PM, Arnd Bergmann <arnd@arndb.de> wrote: > On Thursday 05 June 2008, Stephen Neuendorffer wrote: >> > "Grant Likely" <grant.likely@secretlab.ca> wrote: >> > >> > > Paulus, Can we just kill all of arch/ppc for .27 right now? >> > >> > Acked-by: Josh Boyer <jwboyer@linux.vnet.ibm.com> >> Acked-by: Stephen Neuendorffer <stephen.neuendorffer@xilinx.com> > Acked-by: Arnd Bergmann <arnd@arndb.de> Acked-by: Grant Likely <grant.likely@secretlab.ca> -- Grant Likely, B.Sc., P.Eng. Secret Lab Technologies Ltd. ^ permalink raw reply [flat|nested] 34+ messages in thread
* Re: arch/ppc is going away Real Soon Now 2008-06-05 20:12 ` Arnd Bergmann 2008-06-05 20:27 ` Grant Likely @ 2008-06-05 20:28 ` Olof Johansson 2008-06-05 20:30 ` Scott Wood 2008-06-05 20:40 ` Segher Boessenkool 2008-06-06 4:32 ` Benjamin Herrenschmidt 2 siblings, 2 replies; 34+ messages in thread From: Olof Johansson @ 2008-06-05 20:28 UTC (permalink / raw) To: Arnd Bergmann; +Cc: linuxppc-dev, Paul Mackerras On Jun 5, 2008, at 3:12 PM, Arnd Bergmann wrote: > On Thursday 05 June 2008, Stephen Neuendorffer wrote: >>> "Grant Likely" <grant.likely@secretlab.ca> wrote: >>> >>>> Paulus, Can we just kill all of arch/ppc for .27 right now? >>> >>> Acked-by: Josh Boyer <jwboyer@linux.vnet.ibm.com> >> Acked-by: Stephen Neuendorffer <stephen.neuendorffer@xilinx.com> > Acked-by: Arnd Bergmann <arnd@arndb.de> Acked-by: Olof Johansson <olof@lixom.net> ^ permalink raw reply [flat|nested] 34+ messages in thread
* Re: arch/ppc is going away Real Soon Now 2008-06-05 20:28 ` Olof Johansson @ 2008-06-05 20:30 ` Scott Wood 2008-06-05 20:37 ` Becky Bruce 2008-06-05 20:40 ` Segher Boessenkool 1 sibling, 1 reply; 34+ messages in thread From: Scott Wood @ 2008-06-05 20:30 UTC (permalink / raw) To: Olof Johansson; +Cc: linuxppc-dev, Paul Mackerras, Arnd Bergmann Olof Johansson wrote: > > On Jun 5, 2008, at 3:12 PM, Arnd Bergmann wrote: > >> On Thursday 05 June 2008, Stephen Neuendorffer wrote: >>>> "Grant Likely" <grant.likely@secretlab.ca> wrote: >>>> >>>>> Paulus, Can we just kill all of arch/ppc for .27 right now? >>>> >>>> Acked-by: Josh Boyer <jwboyer@linux.vnet.ibm.com> >>> Acked-by: Stephen Neuendorffer <stephen.neuendorffer@xilinx.com> >> Acked-by: Arnd Bergmann <arnd@arndb.de> > Acked-by: Olof Johansson <olof@lixom.net> Acked-by: Scott Wood <scottwood@freescale.com> -Scott ^ permalink raw reply [flat|nested] 34+ messages in thread
* Re: arch/ppc is going away Real Soon Now 2008-06-05 20:30 ` Scott Wood @ 2008-06-05 20:37 ` Becky Bruce 2008-06-06 11:19 ` Wolfgang Denk 0 siblings, 1 reply; 34+ messages in thread From: Becky Bruce @ 2008-06-05 20:37 UTC (permalink / raw) To: Scott Wood; +Cc: linuxppc-dev@ozlabs.org list, Paul Mackerras On Jun 5, 2008, at 3:30 PM, Scott Wood wrote: > Olof Johansson wrote: >> On Jun 5, 2008, at 3:12 PM, Arnd Bergmann wrote: >>> On Thursday 05 June 2008, Stephen Neuendorffer wrote: >>>>> "Grant Likely" <grant.likely@secretlab.ca> wrote: >>>>> >>>>>> Paulus, Can we just kill all of arch/ppc for .27 right now? >>>>> >>>>> Acked-by: Josh Boyer <jwboyer@linux.vnet.ibm.com> >>>> Acked-by: Stephen Neuendorffer <stephen.neuendorffer@xilinx.com> >>> Acked-by: Arnd Bergmann <arnd@arndb.de> >> Acked-by: Olof Johansson <olof@lixom.net> > Acked-by: Scott Wood <scottwood@freescale.com> Acked-by: Becky Bruce <becky.bruce@freescale.com> ^ permalink raw reply [flat|nested] 34+ messages in thread
* Re: arch/ppc is going away Real Soon Now 2008-06-05 20:37 ` Becky Bruce @ 2008-06-06 11:19 ` Wolfgang Denk 2008-06-06 15:34 ` Jon Loeliger 0 siblings, 1 reply; 34+ messages in thread From: Wolfgang Denk @ 2008-06-06 11:19 UTC (permalink / raw) To: linuxppc-dev@ozlabs.org list; +Cc: Paul Mackerras In message <BC38AEE0-E2D9-40AD-8946-6C4B18AA4BF4@freescale.com> Becky Bruce wrote: > > On Jun 5, 2008, at 3:30 PM, Scott Wood wrote: > > > Olof Johansson wrote: > >> On Jun 5, 2008, at 3:12 PM, Arnd Bergmann wrote: > >>> On Thursday 05 June 2008, Stephen Neuendorffer wrote: > >>>>> "Grant Likely" <grant.likely@secretlab.ca> wrote: > >>>>> > >>>>>> Paulus, Can we just kill all of arch/ppc for .27 right now? > >>>>> > >>>>> Acked-by: Josh Boyer <jwboyer@linux.vnet.ibm.com> > >>>> Acked-by: Stephen Neuendorffer <stephen.neuendorffer@xilinx.com> > >>> Acked-by: Arnd Bergmann <arnd@arndb.de> > >> Acked-by: Olof Johansson <olof@lixom.net> > > Acked-by: Scott Wood <scottwood@freescale.com> > Acked-by: Becky Bruce <becky.bruce@freescale.com> Acked-by: Wolfgang Denk <wd@denx.de> -- DENX Software Engineering GmbH, MD: Wolfgang Denk & Detlev Zundel HRB 165235 Munich, Office: Kirchenstr.5, D-82194 Groebenzell, Germany Phone: (+49)-8142-66989-10 Fax: (+49)-8142-66989-80 Email: wd@denx.de The only solution is ... a balance of power. We arm our side with exactly that much more. A balance of power -- the trickiest, most difficult, dirtiest game of them all. But the only one that preserves both sides. -- Kirk, "A Private Little War", stardate 4211.8 ^ permalink raw reply [flat|nested] 34+ messages in thread
* Re: arch/ppc is going away Real Soon Now 2008-06-06 11:19 ` Wolfgang Denk @ 2008-06-06 15:34 ` Jon Loeliger 2008-06-06 21:11 ` Sean MacLennan 0 siblings, 1 reply; 34+ messages in thread From: Jon Loeliger @ 2008-06-06 15:34 UTC (permalink / raw) To: Wolfgang Denk; +Cc: linuxppc-dev@ozlabs.org, Paul Mackerras On Fri, 2008-06-06 at 13:19 +0200, Wolfgang Denk wrote: > In message <BC38AEE0-E2D9-40AD-8946-6C4B18AA4BF4@freescale.com> Becky Bruce wrote: > > > > On Jun 5, 2008, at 3:30 PM, Scott Wood wrote: > > > > > Olof Johansson wrote: > > >> On Jun 5, 2008, at 3:12 PM, Arnd Bergmann wrote: > > >>> On Thursday 05 June 2008, Stephen Neuendorffer wrote: > > >>>>> "Grant Likely" <grant.likely@secretlab.ca> wrote: > > >>>>> > > >>>>>> Paulus, Can we just kill all of arch/ppc for .27 right now? > > >>>>> > > >>>>> Acked-by: Josh Boyer <jwboyer@linux.vnet.ibm.com> > > >>>> Acked-by: Stephen Neuendorffer <stephen.neuendorffer@xilinx.com> > > >>> Acked-by: Arnd Bergmann <arnd@arndb.de> > > >> Acked-by: Olof Johansson <olof@lixom.net> > > > Acked-by: Scott Wood <scottwood@freescale.com> > > Acked-by: Becky Bruce <becky.bruce@freescale.com> > Acked-by: Wolfgang Denk <wd@denx.de> Acked-by: Jon Loeliger <jdl@freescale.com> ^ permalink raw reply [flat|nested] 34+ messages in thread
* Re: arch/ppc is going away Real Soon Now 2008-06-06 15:34 ` Jon Loeliger @ 2008-06-06 21:11 ` Sean MacLennan 2008-06-07 7:36 ` Peter Korsgaard 0 siblings, 1 reply; 34+ messages in thread From: Sean MacLennan @ 2008-06-06 21:11 UTC (permalink / raw) To: Jon Loeliger; +Cc: linuxppc-dev, Paul Mackerras, Wolfgang Denk On Fri, 06 Jun 2008 10:34:28 -0500 "Jon Loeliger" <jdl@freescale.com> wrote: > On Fri, 2008-06-06 at 13:19 +0200, Wolfgang Denk wrote: > > In message <BC38AEE0-E2D9-40AD-8946-6C4B18AA4BF4@freescale.com> > > Becky Bruce wrote: > > > > > > On Jun 5, 2008, at 3:30 PM, Scott Wood wrote: > > > > > > > Olof Johansson wrote: > > > >> On Jun 5, 2008, at 3:12 PM, Arnd Bergmann wrote: > > > >>> On Thursday 05 June 2008, Stephen Neuendorffer wrote: > > > >>>>> "Grant Likely" <grant.likely@secretlab.ca> wrote: > > > >>>>> > > > >>>>>> Paulus, Can we just kill all of arch/ppc for .27 right now? > > > >>>>> > > > >>>>> Acked-by: Josh Boyer <jwboyer@linux.vnet.ibm.com> > > > >>>> Acked-by: Stephen Neuendorffer > > > >>>> <stephen.neuendorffer@xilinx.com> > > > >>> Acked-by: Arnd Bergmann <arnd@arndb.de> > > > >> Acked-by: Olof Johansson <olof@lixom.net> > > > > Acked-by: Scott Wood <scottwood@freescale.com> > > > Acked-by: Becky Bruce <becky.bruce@freescale.com> > > Acked-by: Wolfgang Denk <wd@denx.de> > Acked-by: Jon Loeliger <jdl@freescale.com> Acked-by: Sean MacLennan <smaclennan@pikatech.com> ^ permalink raw reply [flat|nested] 34+ messages in thread
* Re: arch/ppc is going away Real Soon Now 2008-06-06 21:11 ` Sean MacLennan @ 2008-06-07 7:36 ` Peter Korsgaard 2008-06-07 10:07 ` Stefan Roese 0 siblings, 1 reply; 34+ messages in thread From: Peter Korsgaard @ 2008-06-07 7:36 UTC (permalink / raw) To: Sean MacLennan; +Cc: linuxppc-dev, Paul Mackerras, Wolfgang Denk >>>>> "Sean" == Sean MacLennan <smaclennan@pikatech.com> writes: Sean> On Fri, 06 Jun 2008 10:34:28 -0500 Sean> "Jon Loeliger" <jdl@freescale.com> wrote: >> On Fri, 2008-06-06 at 13:19 +0200, Wolfgang Denk wrote: >> > In message <BC38AEE0-E2D9-40AD-8946-6C4B18AA4BF4@freescale.com> >> > Becky Bruce wrote: >> > > >> > > On Jun 5, 2008, at 3:30 PM, Scott Wood wrote: >> > > >> > > > Olof Johansson wrote: >> > > >> On Jun 5, 2008, at 3:12 PM, Arnd Bergmann wrote: >> > > >>> On Thursday 05 June 2008, Stephen Neuendorffer wrote: >> > > >>>>> "Grant Likely" <grant.likely@secretlab.ca> wrote: >> > > >>>>> >> > > >>>>>> Paulus, Can we just kill all of arch/ppc for .27 right now? >> > > >>>>> >> > > >>>>> Acked-by: Josh Boyer <jwboyer@linux.vnet.ibm.com> >> > > >>>> Acked-by: Stephen Neuendorffer >> > > >>>> <stephen.neuendorffer@xilinx.com> >> > > >>> Acked-by: Arnd Bergmann <arnd@arndb.de> >> > > >> Acked-by: Olof Johansson <olof@lixom.net> >> > > > Acked-by: Scott Wood <scottwood@freescale.com> >> > > Acked-by: Becky Bruce <becky.bruce@freescale.com> >> > Acked-by: Wolfgang Denk <wd@denx.de> >> Acked-by: Jon Loeliger <jdl@freescale.com> > Acked-by: Sean MacLennan <smaclennan@pikatech.com> Acked-by: Peter Korsgaard <jacmet@sunsite.dk> </aol> -- Bye, Peter Korsgaard ^ permalink raw reply [flat|nested] 34+ messages in thread
* Re: arch/ppc is going away Real Soon Now 2008-06-07 7:36 ` Peter Korsgaard @ 2008-06-07 10:07 ` Stefan Roese 2008-06-08 14:57 ` Jochen Friedrich 0 siblings, 1 reply; 34+ messages in thread From: Stefan Roese @ 2008-06-07 10:07 UTC (permalink / raw) To: linuxppc-dev; +Cc: Paul Mackerras, Wolfgang Denk, Sean MacLennan On Saturday 07 June 2008, Peter Korsgaard wrote: > >>>>> "Sean" == Sean MacLennan <smaclennan@pikatech.com> writes: > > Sean> On Fri, 06 Jun 2008 10:34:28 -0500 > > Sean> "Jon Loeliger" <jdl@freescale.com> wrote: > >> On Fri, 2008-06-06 at 13:19 +0200, Wolfgang Denk wrote: > >> > In message <BC38AEE0-E2D9-40AD-8946-6C4B18AA4BF4@freescale.com> > >> > > >> > Becky Bruce wrote: > >> > > On Jun 5, 2008, at 3:30 PM, Scott Wood wrote: > >> > > > Olof Johansson wrote: > >> > > >> On Jun 5, 2008, at 3:12 PM, Arnd Bergmann wrote: > >> > > >>> On Thursday 05 June 2008, Stephen Neuendorffer wrote: > >> > > >>>>> "Grant Likely" <grant.likely@secretlab.ca> wrote: > >> > > >>>>>> Paulus, Can we just kill all of arch/ppc for .27 right now? > >> > > >>>>> > >> > > >>>>> Acked-by: Josh Boyer <jwboyer@linux.vnet.ibm.com> > >> > > >>>> Acked-by: Stephen Neuendorffer > >> > > >>>> <stephen.neuendorffer@xilinx.com> > >> > > >>> Acked-by: Arnd Bergmann <arnd@arndb.de> > >> > > >> Acked-by: Olof Johansson <olof@lixom.net> > >> > > > Acked-by: Scott Wood <scottwood@freescale.com> > >> > > Acked-by: Becky Bruce <becky.bruce@freescale.com> > >> > Acked-by: Wolfgang Denk <wd@denx.de> > >> Acked-by: Jon Loeliger <jdl@freescale.com> > > Acked-by: Sean MacLennan <smaclennan@pikatech.com> > Acked-by: Peter Korsgaard <jacmet@sunsite.dk> Acked-by: Stefan Roese <sr@denx.de> Best regards, Stefan ^ permalink raw reply [flat|nested] 34+ messages in thread
* Re: arch/ppc is going away Real Soon Now 2008-06-07 10:07 ` Stefan Roese @ 2008-06-08 14:57 ` Jochen Friedrich 2008-06-08 16:15 ` Adrian Bunk 0 siblings, 1 reply; 34+ messages in thread From: Jochen Friedrich @ 2008-06-08 14:57 UTC (permalink / raw) To: Stefan Roese; +Cc: linuxppc-dev, Paul Mackerras, Wolfgang Denk, Sean MacLennan Stefan Roese пишет: > On Saturday 07 June 2008, Peter Korsgaard wrote: > >>>>>>> "Sean" == Sean MacLennan <smaclennan@pikatech.com> writes: >>>>>>> >> Sean> On Fri, 06 Jun 2008 10:34:28 -0500 >> >> Sean> "Jon Loeliger" <jdl@freescale.com> wrote: >> >> On Fri, 2008-06-06 at 13:19 +0200, Wolfgang Denk wrote: >> >> > In message <BC38AEE0-E2D9-40AD-8946-6C4B18AA4BF4@freescale.com> >> >> > >> >> > Becky Bruce wrote: >> >> > > On Jun 5, 2008, at 3:30 PM, Scott Wood wrote: >> >> > > > Olof Johansson wrote: >> >> > > >> On Jun 5, 2008, at 3:12 PM, Arnd Bergmann wrote: >> >> > > >>> On Thursday 05 June 2008, Stephen Neuendorffer wrote: >> >> > > >>>>> "Grant Likely" <grant.likely@secretlab.ca> wrote: >> >> > > >>>>>> Paulus, Can we just kill all of arch/ppc for .27 right now? >> >> > > >>>>> >> >> > > >>>>> Acked-by: Josh Boyer <jwboyer@linux.vnet.ibm.com> >> >> > > >>>> Acked-by: Stephen Neuendorffer >> >> > > >>>> <stephen.neuendorffer@xilinx.com> >> >> > > >>> Acked-by: Arnd Bergmann <arnd@arndb.de> >> >> > > >> Acked-by: Olof Johansson <olof@lixom.net> >> >> > > > Acked-by: Scott Wood <scottwood@freescale.com> >> >> > > Acked-by: Becky Bruce <becky.bruce@freescale.com> >> >> > Acked-by: Wolfgang Denk <wd@denx.de> >> >> Acked-by: Jon Loeliger <jdl@freescale.com> >> > Acked-by: Sean MacLennan <smaclennan@pikatech.com> >> Acked-by: Peter Korsgaard <jacmet@sunsite.dk> >> > > Acked-by: Stefan Roese <sr@denx.de> > > Acked-by: Jochen Friedrich <jochen@scram.de> ^ permalink raw reply [flat|nested] 34+ messages in thread
* Re: arch/ppc is going away Real Soon Now 2008-06-08 14:57 ` Jochen Friedrich @ 2008-06-08 16:15 ` Adrian Bunk 0 siblings, 0 replies; 34+ messages in thread From: Adrian Bunk @ 2008-06-08 16:15 UTC (permalink / raw) To: Jochen Friedrich Cc: linuxppc-dev, Stefan Roese, Paul Mackerras, Wolfgang Denk, Sean MacLennan On Sun, Jun 08, 2008 at 06:57:10PM +0400, Jochen Friedrich wrote: > Stefan Roese пишет: >> On Saturday 07 June 2008, Peter Korsgaard wrote: >> >>>>>>>> "Sean" == Sean MacLennan <smaclennan@pikatech.com> writes: >>>>>>>> >>> Sean> On Fri, 06 Jun 2008 10:34:28 -0500 >>> >>> Sean> "Jon Loeliger" <jdl@freescale.com> wrote: >>> >> On Fri, 2008-06-06 at 13:19 +0200, Wolfgang Denk wrote: >>> >> > In message <BC38AEE0-E2D9-40AD-8946-6C4B18AA4BF4@freescale.com> >>> >> > >>> >> > Becky Bruce wrote: >>> >> > > On Jun 5, 2008, at 3:30 PM, Scott Wood wrote: >>> >> > > > Olof Johansson wrote: >>> >> > > >> On Jun 5, 2008, at 3:12 PM, Arnd Bergmann wrote: >>> >> > > >>> On Thursday 05 June 2008, Stephen Neuendorffer wrote: >>> >> > > >>>>> "Grant Likely" <grant.likely@secretlab.ca> wrote: >>> >> > > >>>>>> Paulus, Can we just kill all of arch/ppc for .27 right now? >>> >> > > >>>>> >>> >> > > >>>>> Acked-by: Josh Boyer <jwboyer@linux.vnet.ibm.com> >>> >> > > >>>> Acked-by: Stephen Neuendorffer >>> >> > > >>>> <stephen.neuendorffer@xilinx.com> >>> >> > > >>> Acked-by: Arnd Bergmann <arnd@arndb.de> >>> >> > > >> Acked-by: Olof Johansson <olof@lixom.net> >>> >> > > > Acked-by: Scott Wood <scottwood@freescale.com> >>> >> > > Acked-by: Becky Bruce <becky.bruce@freescale.com> >>> >> > Acked-by: Wolfgang Denk <wd@denx.de> >>> >> Acked-by: Jon Loeliger <jdl@freescale.com> >>> > Acked-by: Sean MacLennan <smaclennan@pikatech.com> >>> Acked-by: Peter Korsgaard <jacmet@sunsite.dk> >> Acked-by: Stefan Roese <sr@denx.de> > Acked-by: Jochen Friedrich <jochen@scram.de> Acked-by: Adrian Bunk <bunk@kernel.org> cu Adrian -- "Is there not promise of rain?" Ling Tan asked suddenly out of the darkness. There had been need of rain for many days. "Only a promise," Lao Er said. Pearl S. Buck - Dragon Seed ^ permalink raw reply [flat|nested] 34+ messages in thread
* Re: arch/ppc is going away Real Soon Now 2008-06-05 20:28 ` Olof Johansson 2008-06-05 20:30 ` Scott Wood @ 2008-06-05 20:40 ` Segher Boessenkool 1 sibling, 0 replies; 34+ messages in thread From: Segher Boessenkool @ 2008-06-05 20:40 UTC (permalink / raw) To: Olof Johansson; +Cc: linuxppc-dev, Paul Mackerras, Arnd Bergmann [Fixed up the collision between Grant and Olof] >>>>> "Grant Likely" <grant.likely@secretlab.ca> wrote: >>>>> >>>>>> Paulus, Can we just kill all of arch/ppc for .27 right now? >>>>> >>>>> Acked-by: Josh Boyer <jwboyer@linux.vnet.ibm.com> >>>> Acked-by: Stephen Neuendorffer <stephen.neuendorffer@xilinx.com> >>> Acked-by: Arnd Bergmann <arnd@arndb.de> >> Acked-by: Grant Likely <grant.likely@secretlab.ca> > Acked-by: Olof Johansson <olof@lixom.net> Acked-by: Segher Boessenkool <segher@kernel.crashing.org> Segher ^ permalink raw reply [flat|nested] 34+ messages in thread
* Re: arch/ppc is going away Real Soon Now 2008-06-05 20:12 ` Arnd Bergmann 2008-06-05 20:27 ` Grant Likely 2008-06-05 20:28 ` Olof Johansson @ 2008-06-06 4:32 ` Benjamin Herrenschmidt 2008-06-06 4:38 ` Kumar Gala 2 siblings, 1 reply; 34+ messages in thread From: Benjamin Herrenschmidt @ 2008-06-06 4:32 UTC (permalink / raw) To: Arnd Bergmann; +Cc: linuxppc-dev, Paul Mackerras On Thu, 2008-06-05 at 22:12 +0200, Arnd Bergmann wrote: > On Thursday 05 June 2008, Stephen Neuendorffer wrote: > > > "Grant Likely" <grant.likely@secretlab.ca> wrote: > > > > > > > Paulus, Can we just kill all of arch/ppc for .27 right now? > > > > > > Acked-by: Josh Boyer <jwboyer@linux.vnet.ibm.com> > > Acked-by: Stephen Neuendorffer <stephen.neuendorffer@xilinx.com> > Acked-by: Arnd Bergmann <arnd@arndb.de> Acked-by: Benjamin Herrenschmidt <benh@kernel.crashing.org> ^ permalink raw reply [flat|nested] 34+ messages in thread
* Re: arch/ppc is going away Real Soon Now 2008-06-06 4:32 ` Benjamin Herrenschmidt @ 2008-06-06 4:38 ` Kumar Gala 2008-06-06 8:39 ` Stefan Roese 0 siblings, 1 reply; 34+ messages in thread From: Kumar Gala @ 2008-06-06 4:38 UTC (permalink / raw) To: benh; +Cc: linuxppc-dev, Paul Mackerras, Arnd Bergmann On Jun 5, 2008, at 11:32 PM, Benjamin Herrenschmidt wrote: > On Thu, 2008-06-05 at 22:12 +0200, Arnd Bergmann wrote: >> On Thursday 05 June 2008, Stephen Neuendorffer wrote: >>>> "Grant Likely" <grant.likely@secretlab.ca> wrote: >>>> >>>>> Paulus, Can we just kill all of arch/ppc for .27 right now? >>>> >>>> Acked-by: Josh Boyer <jwboyer@linux.vnet.ibm.com> >>> Acked-by: Stephen Neuendorffer <stephen.neuendorffer@xilinx.com> >> Acked-by: Arnd Bergmann <arnd@arndb.de> > > Acked-by: Benjamin Herrenschmidt <benh@kernel.crashing.org> Acked-by: Kumar Gala <galak@kernel.crashing.org> - k ^ permalink raw reply [flat|nested] 34+ messages in thread
* Re: arch/ppc is going away Real Soon Now 2008-06-06 4:38 ` Kumar Gala @ 2008-06-06 8:39 ` Stefan Roese 0 siblings, 0 replies; 34+ messages in thread From: Stefan Roese @ 2008-06-06 8:39 UTC (permalink / raw) To: linuxppc-dev; +Cc: Paul Mackerras, Arnd Bergmann On Friday 06 June 2008, Kumar Gala wrote: > On Jun 5, 2008, at 11:32 PM, Benjamin Herrenschmidt wrote: > > On Thu, 2008-06-05 at 22:12 +0200, Arnd Bergmann wrote: > >> On Thursday 05 June 2008, Stephen Neuendorffer wrote: > >>>> "Grant Likely" <grant.likely@secretlab.ca> wrote: > >>>>> Paulus, Can we just kill all of arch/ppc for .27 right now? > >>>> > >>>> Acked-by: Josh Boyer <jwboyer@linux.vnet.ibm.com> > >>> > >>> Acked-by: Stephen Neuendorffer <stephen.neuendorffer@xilinx.com> > >> > >> Acked-by: Arnd Bergmann <arnd@arndb.de> > > > > Acked-by: Benjamin Herrenschmidt <benh@kernel.crashing.org> > > Acked-by: Kumar Gala <galak@kernel.crashing.org> Acked-by: Stefan Roese <sr@denx.de> Best regards, Stefan ^ permalink raw reply [flat|nested] 34+ messages in thread
* Re: 4xx support in arch/ppc is going away Real Soon Now 2008-06-05 15:18 ` Josh Boyer 2008-06-05 15:48 ` Stephen Neuendorffer @ 2008-06-05 18:59 ` Kumar Gala 2008-06-05 19:13 ` Josh Boyer 1 sibling, 1 reply; 34+ messages in thread From: Kumar Gala @ 2008-06-05 18:59 UTC (permalink / raw) To: Josh Boyer; +Cc: linuxppc-dev, Paul Mackerras On Jun 5, 2008, at 10:18 AM, Josh Boyer wrote: > On Thu, 5 Jun 2008 09:11:48 -0600 > "Grant Likely" <grant.likely@secretlab.ca> wrote: > >> On Thu, Jun 5, 2008 at 8:52 AM, Josh Boyer <jwboyer@linux.vnet.ibm.com >> > wrote: >>> This commit (patch omitted due to size) is sitting in my local tree: >>> >>> commit 0d7efc1e80fc262bcc507a605482c5681e3f082a >>> Author: Josh Boyer <jwboyer@linux.vnet.ibm.com> >>> Date: Thu Jun 5 09:46:17 2008 -0500 >>> >>> ppc/4xx: Remove 4xx support from arch/ppc >>> >>> Remove support for PPC 403, 405, and 440 processors from arch/ >>> ppc. The >>> arch/powerpc equivalents should be used. Boards that are not >>> ported yet >>> will need to be ported to arch/powerpc to have continued support. >> >> This looks like unneeded churn. > > Excellent. My prompting has succeeded. Though now I won't get to be > on top of the "top contributors" list in the lwn.net pages like Kumar > was. Oh well. defconfig updates is the secret :) - k ^ permalink raw reply [flat|nested] 34+ messages in thread
* Re: 4xx support in arch/ppc is going away Real Soon Now 2008-06-05 18:59 ` 4xx support in " Kumar Gala @ 2008-06-05 19:13 ` Josh Boyer 0 siblings, 0 replies; 34+ messages in thread From: Josh Boyer @ 2008-06-05 19:13 UTC (permalink / raw) To: Kumar Gala; +Cc: linuxppc-dev, Paul Mackerras On Thu, 5 Jun 2008 13:59:44 -0500 Kumar Gala <galak@kernel.crashing.org> wrote: > > On Jun 5, 2008, at 10:18 AM, Josh Boyer wrote: > > > On Thu, 5 Jun 2008 09:11:48 -0600 > > "Grant Likely" <grant.likely@secretlab.ca> wrote: > > > >> On Thu, Jun 5, 2008 at 8:52 AM, Josh Boyer <jwboyer@linux.vnet.ibm.com > >> > wrote: > >>> This commit (patch omitted due to size) is sitting in my local tree: > >>> > >>> commit 0d7efc1e80fc262bcc507a605482c5681e3f082a > >>> Author: Josh Boyer <jwboyer@linux.vnet.ibm.com> > >>> Date: Thu Jun 5 09:46:17 2008 -0500 > >>> > >>> ppc/4xx: Remove 4xx support from arch/ppc > >>> > >>> Remove support for PPC 403, 405, and 440 processors from arch/ > >>> ppc. The > >>> arch/powerpc equivalents should be used. Boards that are not > >>> ported yet > >>> will need to be ported to arch/powerpc to have continued support. > >> > >> This looks like unneeded churn. > > > > Excellent. My prompting has succeeded. Though now I won't get to be > > on top of the "top contributors" list in the lwn.net pages like Kumar > > was. Oh well. > > defconfig updates is the secret :) If only I had as many boards as you! ;) josh ^ permalink raw reply [flat|nested] 34+ messages in thread
* Re: 4xx support in arch/ppc is going away Real Soon Now 2008-06-05 15:11 ` Grant Likely 2008-06-05 15:18 ` Josh Boyer @ 2008-06-06 11:53 ` Adrian Bunk 2008-06-06 12:09 ` Paul Mackerras 2008-06-06 13:56 ` Josh Boyer 1 sibling, 2 replies; 34+ messages in thread From: Adrian Bunk @ 2008-06-06 11:53 UTC (permalink / raw) To: Grant Likely; +Cc: Paul Mackerras, linuxppc-dev On Thu, Jun 05, 2008 at 09:11:48AM -0600, Grant Likely wrote: > On Thu, Jun 5, 2008 at 8:52 AM, Josh Boyer <jwboyer@linux.vnet.ibm.com> wrote: > > This commit (patch omitted due to size) is sitting in my local tree: > > > > commit 0d7efc1e80fc262bcc507a605482c5681e3f082a > > Author: Josh Boyer <jwboyer@linux.vnet.ibm.com> > > Date: Thu Jun 5 09:46:17 2008 -0500 > > > > ppc/4xx: Remove 4xx support from arch/ppc > > > > Remove support for PPC 403, 405, and 440 processors from arch/ppc. The > > arch/powerpc equivalents should be used. Boards that are not ported yet > > will need to be ported to arch/powerpc to have continued support. > > This looks like unneeded churn. > > Paulus, Can we just kill all of arch/ppc for .27 right now? Is anyone already working on doing this and the cleanups that will then be possible? Otherwise I'll be glad to contribute to it. :) BTW: I remember Paul wanted to get PReP under arch/powerpc/ working - should this be done before the big ppc removal? > g. cu Adrian -- "Is there not promise of rain?" Ling Tan asked suddenly out of the darkness. There had been need of rain for many days. "Only a promise," Lao Er said. Pearl S. Buck - Dragon Seed ^ permalink raw reply [flat|nested] 34+ messages in thread
* Re: 4xx support in arch/ppc is going away Real Soon Now 2008-06-06 11:53 ` Adrian Bunk @ 2008-06-06 12:09 ` Paul Mackerras 2008-06-06 17:58 ` Adrian Bunk 2008-06-06 13:56 ` Josh Boyer 1 sibling, 1 reply; 34+ messages in thread From: Paul Mackerras @ 2008-06-06 12:09 UTC (permalink / raw) To: Adrian Bunk; +Cc: linuxppc-dev Adrian Bunk writes: > BTW: > I remember Paul wanted to get PReP under arch/powerpc/ working - > should this be done before the big ppc removal? I have a PReP port for arch/powerpc that works for one machine, at least. :) The key part is the residual to device-tree converter that I posted some time back with a request for people to test it on their PReP machines, but I haven't heard back from anybody. I'm going to post the patch shortly anyway. Paul. ^ permalink raw reply [flat|nested] 34+ messages in thread
* Re: 4xx support in arch/ppc is going away Real Soon Now 2008-06-06 12:09 ` Paul Mackerras @ 2008-06-06 17:58 ` Adrian Bunk 0 siblings, 0 replies; 34+ messages in thread From: Adrian Bunk @ 2008-06-06 17:58 UTC (permalink / raw) To: Paul Mackerras; +Cc: linuxppc-dev On Fri, Jun 06, 2008 at 10:09:54PM +1000, Paul Mackerras wrote: > Adrian Bunk writes: > > > BTW: > > I remember Paul wanted to get PReP under arch/powerpc/ working - > > should this be done before the big ppc removal? > > I have a PReP port for arch/powerpc that works for one machine, at > least. :) The key part is the residual to device-tree converter that > I posted some time back with a request for people to test it on their > PReP machines, but I haven't heard back from anybody. I'm going to > post the patch shortly anyway. Meelis Roos <mroos@linux.ee> has a Motorola Powerstack II Pro4000 and recently reported (now fixed) 2.6.26-rc build problems with the rusty ppc code. You might have luck asking him for testing, thereby doubling the number of known-working machines. :) > Paul. cu Adrian -- "Is there not promise of rain?" Ling Tan asked suddenly out of the darkness. There had been need of rain for many days. "Only a promise," Lao Er said. Pearl S. Buck - Dragon Seed ^ permalink raw reply [flat|nested] 34+ messages in thread
* Re: 4xx support in arch/ppc is going away Real Soon Now 2008-06-06 11:53 ` Adrian Bunk 2008-06-06 12:09 ` Paul Mackerras @ 2008-06-06 13:56 ` Josh Boyer 2008-06-06 14:53 ` Grant Likely 1 sibling, 1 reply; 34+ messages in thread From: Josh Boyer @ 2008-06-06 13:56 UTC (permalink / raw) To: Adrian Bunk; +Cc: linuxppc-dev, Paul Mackerras On Fri, 6 Jun 2008 14:53:47 +0300 Adrian Bunk <bunk@kernel.org> wrote: > On Thu, Jun 05, 2008 at 09:11:48AM -0600, Grant Likely wrote: > > On Thu, Jun 5, 2008 at 8:52 AM, Josh Boyer <jwboyer@linux.vnet.ibm.com> wrote: > > > This commit (patch omitted due to size) is sitting in my local tree: > > > > > > commit 0d7efc1e80fc262bcc507a605482c5681e3f082a > > > Author: Josh Boyer <jwboyer@linux.vnet.ibm.com> > > > Date: Thu Jun 5 09:46:17 2008 -0500 > > > > > > ppc/4xx: Remove 4xx support from arch/ppc > > > > > > Remove support for PPC 403, 405, and 440 processors from arch/ppc. The > > > arch/powerpc equivalents should be used. Boards that are not ported yet > > > will need to be ported to arch/powerpc to have continued support. > > > > This looks like unneeded churn. > > > > Paulus, Can we just kill all of arch/ppc for .27 right now? > > Is anyone already working on doing this and the cleanups that will then > be possible? > > Otherwise I'll be glad to contribute to it. :) I think we can handle it. Thanks though. josh ^ permalink raw reply [flat|nested] 34+ messages in thread
* Re: 4xx support in arch/ppc is going away Real Soon Now 2008-06-06 13:56 ` Josh Boyer @ 2008-06-06 14:53 ` Grant Likely 2008-06-07 12:09 ` Paul Mackerras 0 siblings, 1 reply; 34+ messages in thread From: Grant Likely @ 2008-06-06 14:53 UTC (permalink / raw) To: Josh Boyer; +Cc: linuxppc-dev, Adrian Bunk, Paul Mackerras On Fri, Jun 6, 2008 at 7:56 AM, Josh Boyer <jwboyer@gmail.com> wrote: > On Fri, 6 Jun 2008 14:53:47 +0300 > Adrian Bunk <bunk@kernel.org> wrote: > >> On Thu, Jun 05, 2008 at 09:11:48AM -0600, Grant Likely wrote: >> > On Thu, Jun 5, 2008 at 8:52 AM, Josh Boyer <jwboyer@linux.vnet.ibm.com> wrote: >> > > This commit (patch omitted due to size) is sitting in my local tree: >> > > >> > > commit 0d7efc1e80fc262bcc507a605482c5681e3f082a >> > > Author: Josh Boyer <jwboyer@linux.vnet.ibm.com> >> > > Date: Thu Jun 5 09:46:17 2008 -0500 >> > > >> > > ppc/4xx: Remove 4xx support from arch/ppc >> > > >> > > Remove support for PPC 403, 405, and 440 processors from arch/ppc. The >> > > arch/powerpc equivalents should be used. Boards that are not ported yet >> > > will need to be ported to arch/powerpc to have continued support. >> > >> > This looks like unneeded churn. >> > >> > Paulus, Can we just kill all of arch/ppc for .27 right now? >> >> Is anyone already working on doing this and the cleanups that will then >> be possible? >> >> Otherwise I'll be glad to contribute to it. :) > > I think we can handle it. Thanks though. BTW Paul, we agreed in your absence on IRC that you should take the honors of committing the kill arch/ppc patch and the associated top spot in LWN's top committers list... but there's a price. You may very well get mailed the bar tab from the ding-dong-arch-ppc-is-dead party at OLS this year. >:-} Oh, and we're going try to create the longest acked-by chain in Linux history. Cheers, g. -- Grant Likely, B.Sc., P.Eng. Secret Lab Technologies Ltd. ^ permalink raw reply [flat|nested] 34+ messages in thread
* Re: 4xx support in arch/ppc is going away Real Soon Now 2008-06-06 14:53 ` Grant Likely @ 2008-06-07 12:09 ` Paul Mackerras 2008-06-08 15:54 ` Jon Loeliger 0 siblings, 1 reply; 34+ messages in thread From: Paul Mackerras @ 2008-06-07 12:09 UTC (permalink / raw) To: Grant Likely; +Cc: linuxppc-dev, Adrian Bunk Grant Likely writes: > BTW Paul, we agreed in your absence on IRC that you should take the > honors of committing the kill arch/ppc patch and the associated top > spot in LWN's top committers list... but there's a price. You may > very well get mailed the bar tab from the ding-dong-arch-ppc-is-dead > party at OLS this year. >:-} I'll happily pick up the bar tab, but only if you guys will pay my airfare (business class of course :) so I can get to OLS and be at that party. :D > Oh, and we're going try to create the longest acked-by chain in Linux history. Cool :) Paul. ^ permalink raw reply [flat|nested] 34+ messages in thread
* Re: 4xx support in arch/ppc is going away Real Soon Now 2008-06-07 12:09 ` Paul Mackerras @ 2008-06-08 15:54 ` Jon Loeliger 2008-06-09 7:46 ` Geert Uytterhoeven ` (2 more replies) 0 siblings, 3 replies; 34+ messages in thread From: Jon Loeliger @ 2008-06-08 15:54 UTC (permalink / raw) To: Paul Mackerras; +Cc: linuxppc-dev, Adrian Bunk > Grant Likely writes: > > > Oh, and we're going try to create the longest acked-by chain in > > Linux history. > > Cool :) > > Paul. So far, I think it looks like this, sorted: Acked-by: Arnd Bergmann <arnd@arndb.de> Acked-by: Becky Bruce <becky.bruce@freescale.com> Acked-by: Benjamin Herrenschmidt <benh@kernel.crashing.org> Acked-by: Grant Likely <grant.likely@secretlab.ca> Acked-by: Jochen Friedrich <jochen@scram.de> Acked-by: Jon Loeliger <jdl@freescale.com> Acked-by: Josh Boyer <jwboyer@linux.vnet.ibm.com> Acked-by: Kumar Gala <galak@kernel.crashing.org> Acked-by: Olof Johansson <olof@lixom.net> Acked-by: Peter Korsgaard <jacmet@sunsite.dk> Acked-by: Scott Wood <scottwood@freescale.com> Acked-by: Sean MacLennan <smaclennan@pikatech.com> Acked-by: Segher Boessenkool <segher@kernel.crashing.org> Acked-by: Stefan Roese <sr@denx.de> Acked-by: Stephen Neuendorffer <stephen.neuendorffer@xilinx.com> Acked-by: Wolfgang Denk <wd@denx.de> I'm not sure, but I _think_ there are a few other PowerPC developers out there still... :-) jdl ^ permalink raw reply [flat|nested] 34+ messages in thread
* Re: 4xx support in arch/ppc is going away Real Soon Now 2008-06-08 15:54 ` Jon Loeliger @ 2008-06-09 7:46 ` Geert Uytterhoeven 2008-06-09 16:21 ` John Linn 2008-06-11 21:31 ` Vitaly Bordug 2008-06-16 14:10 ` Matthias Fuchs 2 siblings, 1 reply; 34+ messages in thread From: Geert Uytterhoeven @ 2008-06-09 7:46 UTC (permalink / raw) To: Jon Loeliger; +Cc: linuxppc-dev, Adrian Bunk, Paul Mackerras On Sun, 8 Jun 2008, Jon Loeliger wrote: > > Grant Likely writes: > > > > > Oh, and we're going try to create the longest acked-by chain in > > > Linux history. > > > > Cool :) > > > > Paul. > > So far, I think it looks like this, sorted: > > Acked-by: Arnd Bergmann <arnd@arndb.de> > Acked-by: Becky Bruce <becky.bruce@freescale.com> > Acked-by: Benjamin Herrenschmidt <benh@kernel.crashing.org> > Acked-by: Grant Likely <grant.likely@secretlab.ca> > Acked-by: Jochen Friedrich <jochen@scram.de> > Acked-by: Jon Loeliger <jdl@freescale.com> > Acked-by: Josh Boyer <jwboyer@linux.vnet.ibm.com> > Acked-by: Kumar Gala <galak@kernel.crashing.org> > Acked-by: Olof Johansson <olof@lixom.net> > Acked-by: Peter Korsgaard <jacmet@sunsite.dk> > Acked-by: Scott Wood <scottwood@freescale.com> > Acked-by: Sean MacLennan <smaclennan@pikatech.com> > Acked-by: Segher Boessenkool <segher@kernel.crashing.org> > Acked-by: Stefan Roese <sr@denx.de> > Acked-by: Stephen Neuendorffer <stephen.neuendorffer@xilinx.com> > Acked-by: Wolfgang Denk <wd@denx.de> > > I'm not sure, but I _think_ there are a few other PowerPC > developers out there still... :-) As there's no CHRP LongTrail support (bummer, mine died 4 years ago) left in arch/ppc/, I don't mind you killing the whole arch/ppc/ ;-) Acked-by: Geert Uytterhoeven <geert@linux-m68k.org> Gr{oetje,eeting}s, Geert -- Geert Uytterhoeven -- There's lots of Linux beyond ia32 -- geert@linux-m68k.org In personal conversations with technical people, I call myself a hacker. But when I'm talking to journalists I just say "programmer" or something like that. -- Linus Torvalds ^ permalink raw reply [flat|nested] 34+ messages in thread
* RE: 4xx support in arch/ppc is going away Real Soon Now 2008-06-09 7:46 ` Geert Uytterhoeven @ 2008-06-09 16:21 ` John Linn 0 siblings, 0 replies; 34+ messages in thread From: John Linn @ 2008-06-09 16:21 UTC (permalink / raw) To: Geert Uytterhoeven, Jon Loeliger Cc: linuxppc-dev, Adrian Bunk, Paul Mackerras -----Original Message----- From: linuxppc-dev-bounces+john.linn=3Dxilinx.com@ozlabs.org [mailto:linuxppc-dev-bounces+john.linn=3Dxilinx.com@ozlabs.org] On Behalf Of Geert Uytterhoeven Sent: Monday, June 09, 2008 1:46 AM To: Jon Loeliger Cc: linuxppc-dev@ozlabs.org; Adrian Bunk; Paul Mackerras Subject: Re: 4xx support in arch/ppc is going away Real Soon Now = On Sun, 8 Jun 2008, Jon Loeliger wrote: > > Grant Likely writes: > > = > > > Oh, and we're going try to create the longest acked-by chain in > > > Linux history. > > = > > Cool :) > > = > > Paul. > = > So far, I think it looks like this, sorted: > = > Acked-by: Arnd Bergmann <arnd@arndb.de> > Acked-by: Becky Bruce <becky.bruce@freescale.com> > Acked-by: Benjamin Herrenschmidt <benh@kernel.crashing.org> > Acked-by: Grant Likely <grant.likely@secretlab.ca> > Acked-by: Jochen Friedrich <jochen@scram.de> > Acked-by: Jon Loeliger <jdl@freescale.com> > Acked-by: Josh Boyer <jwboyer@linux.vnet.ibm.com> > Acked-by: Kumar Gala <galak@kernel.crashing.org> > Acked-by: Olof Johansson <olof@lixom.net> > Acked-by: Peter Korsgaard <jacmet@sunsite.dk> > Acked-by: Scott Wood <scottwood@freescale.com> > Acked-by: Sean MacLennan <smaclennan@pikatech.com> > Acked-by: Segher Boessenkool <segher@kernel.crashing.org> > Acked-by: Stefan Roese <sr@denx.de> > Acked-by: Stephen Neuendorffer <stephen.neuendorffer@xilinx.com> > Acked-by: Wolfgang Denk <wd@denx.de> > Acked-by: Geert Uytterhoeven <geert@linux-m68k.org> Acked-by: John Linn <john.linn@xilinx.com> Looking forward to meeting some of you at the Linux Symposium in July. -- John This email and any attachments are intended for the sole use of the named r= ecipient(s) and contain(s) confidential information that may be proprietary= , privileged or copyrighted under applicable law. If you are not the intend= ed recipient, do not read, copy, or forward this email message or any attac= hments. Delete this email message and any attachments immediately. ^ permalink raw reply [flat|nested] 34+ messages in thread
* Re: 4xx support in arch/ppc is going away Real Soon Now 2008-06-08 15:54 ` Jon Loeliger 2008-06-09 7:46 ` Geert Uytterhoeven @ 2008-06-11 21:31 ` Vitaly Bordug 2008-06-16 14:10 ` Matthias Fuchs 2 siblings, 0 replies; 34+ messages in thread From: Vitaly Bordug @ 2008-06-11 21:31 UTC (permalink / raw) To: Jon Loeliger; +Cc: linuxppc-dev, Adrian Bunk, Paul Mackerras В Sun, 08 Jun 2008 10:54:41 -0500 Jon Loeliger <jdl@jdl.com> пишет: > > Grant Likely writes: > > > > > Oh, and we're going try to create the longest acked-by chain in > > > Linux history. > > > > Cool :) > > > > Paul. > > So far, I think it looks like this, sorted: > > Acked-by: Arnd Bergmann <arnd@arndb.de> > Acked-by: Becky Bruce <becky.bruce@freescale.com> > Acked-by: Benjamin Herrenschmidt <benh@kernel.crashing.org> > Acked-by: Grant Likely <grant.likely@secretlab.ca> > Acked-by: Jochen Friedrich <jochen@scram.de> > Acked-by: Jon Loeliger <jdl@freescale.com> > Acked-by: Josh Boyer <jwboyer@linux.vnet.ibm.com> > Acked-by: Kumar Gala <galak@kernel.crashing.org> > Acked-by: Olof Johansson <olof@lixom.net> > Acked-by: Peter Korsgaard <jacmet@sunsite.dk> > Acked-by: Scott Wood <scottwood@freescale.com> > Acked-by: Sean MacLennan <smaclennan@pikatech.com> > Acked-by: Segher Boessenkool <segher@kernel.crashing.org> > Acked-by: Stefan Roese <sr@denx.de> > Acked-by: Stephen Neuendorffer <stephen.neuendorffer@xilinx.com> > Acked-by: Wolfgang Denk <wd@denx.de> > > I'm not sure, but I _think_ there are a few other PowerPC > developers out there still... :-) > With a little delay, but how could I miss it :) Acked-by: Vitaly Bordug <vitb@kernel.crashing.org> > jdl > _______________________________________________ > Linuxppc-dev mailing list > Linuxppc-dev@ozlabs.org > https://ozlabs.org/mailman/listinfo/linuxppc-dev ^ permalink raw reply [flat|nested] 34+ messages in thread
* Re: 4xx support in arch/ppc is going away Real Soon Now 2008-06-08 15:54 ` Jon Loeliger 2008-06-09 7:46 ` Geert Uytterhoeven 2008-06-11 21:31 ` Vitaly Bordug @ 2008-06-16 14:10 ` Matthias Fuchs 2008-06-16 18:05 ` Josh Boyer 2 siblings, 1 reply; 34+ messages in thread From: Matthias Fuchs @ 2008-06-16 14:10 UTC (permalink / raw) To: linuxppc-dev; +Cc: Jon Loeliger, Paul Mackerras On Sunday 08 June 2008 17:54, Jon Loeliger wrote: > > Grant Likely writes: > > > > > Oh, and we're going try to create the longest acked-by chain in > > > Linux history. > > > > Cool :) > > > > Paul. > > So far, I think it looks like this, sorted: > > Acked-by: Arnd Bergmann <arnd@arndb.de> > Acked-by: Becky Bruce <becky.bruce@freescale.com> > Acked-by: Benjamin Herrenschmidt <benh@kernel.crashing.org> > Acked-by: Grant Likely <grant.likely@secretlab.ca> > Acked-by: Jochen Friedrich <jochen@scram.de> > Acked-by: Jon Loeliger <jdl@freescale.com> > Acked-by: Josh Boyer <jwboyer@linux.vnet.ibm.com> > Acked-by: Kumar Gala <galak@kernel.crashing.org> > Acked-by: Olof Johansson <olof@lixom.net> > Acked-by: Peter Korsgaard <jacmet@sunsite.dk> > Acked-by: Scott Wood <scottwood@freescale.com> > Acked-by: Sean MacLennan <smaclennan@pikatech.com> > Acked-by: Segher Boessenkool <segher@kernel.crashing.org> > Acked-by: Stefan Roese <sr@denx.de> > Acked-by: Stephen Neuendorffer <stephen.neuendorffer@xilinx.com> > Acked-by: Wolfgang Denk <wd@denx.de> > > I'm not sure, but I _think_ there are a few other PowerPC > developers out there still... :-) > > jdl Acked-by: Matthias Fuchs <matthias.fuchs@esd-electronics.com> It seems that I have to post cpci405 patches for arch/powerpc soon. The board is still active! Nobody would believe it :-) Matthias ^ permalink raw reply [flat|nested] 34+ messages in thread
* Re: 4xx support in arch/ppc is going away Real Soon Now 2008-06-16 14:10 ` Matthias Fuchs @ 2008-06-16 18:05 ` Josh Boyer 0 siblings, 0 replies; 34+ messages in thread From: Josh Boyer @ 2008-06-16 18:05 UTC (permalink / raw) To: Matthias Fuchs; +Cc: linuxppc-dev, Jon Loeliger, Paul Mackerras On Mon, 16 Jun 2008 16:10:39 +0200 Matthias Fuchs <matthias.fuchs@esd-electronics.com> wrote: > Acked-by: Matthias Fuchs <matthias.fuchs@esd-electronics.com> > > It seems that I have to post cpci405 patches for arch/powerpc soon. > The board is still active! Nobody would believe it :-) I believe it. And that's all that matters. Well... that and you actually posting the patches :). josh ^ permalink raw reply [flat|nested] 34+ messages in thread
end of thread, other threads:[~2008-06-16 18:07 UTC | newest] Thread overview: 34+ messages (download: mbox.gz follow: Atom feed -- links below jump to the message on this page -- 2008-06-05 14:52 4xx support in arch/ppc is going away Real Soon Now Josh Boyer 2008-06-05 15:11 ` Grant Likely 2008-06-05 15:18 ` Josh Boyer 2008-06-05 15:48 ` Stephen Neuendorffer 2008-06-05 20:12 ` Arnd Bergmann 2008-06-05 20:27 ` Grant Likely 2008-06-05 20:28 ` Olof Johansson 2008-06-05 20:30 ` Scott Wood 2008-06-05 20:37 ` Becky Bruce 2008-06-06 11:19 ` Wolfgang Denk 2008-06-06 15:34 ` Jon Loeliger 2008-06-06 21:11 ` Sean MacLennan 2008-06-07 7:36 ` Peter Korsgaard 2008-06-07 10:07 ` Stefan Roese 2008-06-08 14:57 ` Jochen Friedrich 2008-06-08 16:15 ` Adrian Bunk 2008-06-05 20:40 ` Segher Boessenkool 2008-06-06 4:32 ` Benjamin Herrenschmidt 2008-06-06 4:38 ` Kumar Gala 2008-06-06 8:39 ` Stefan Roese 2008-06-05 18:59 ` 4xx support in " Kumar Gala 2008-06-05 19:13 ` Josh Boyer 2008-06-06 11:53 ` Adrian Bunk 2008-06-06 12:09 ` Paul Mackerras 2008-06-06 17:58 ` Adrian Bunk 2008-06-06 13:56 ` Josh Boyer 2008-06-06 14:53 ` Grant Likely 2008-06-07 12:09 ` Paul Mackerras 2008-06-08 15:54 ` Jon Loeliger 2008-06-09 7:46 ` Geert Uytterhoeven 2008-06-09 16:21 ` John Linn 2008-06-11 21:31 ` Vitaly Bordug 2008-06-16 14:10 ` Matthias Fuchs 2008-06-16 18:05 ` Josh Boyer
This is a public inbox, see mirroring instructions for how to clone and mirror all data and code used for this inbox; as well as URLs for NNTP newsgroup(s).