4xx support in arch/ppc is going away Real Soon Now

27 messages, 19 authors, 2008-06-16 · open the first message on its own page

4xx support in arch/ppc is going away Real Soon Now

From: Josh Boyer <hidden>
Date: 2008-06-05 14:53:15

This commit (patch omitted due to size) is sitting in my local tree:

commit 0d7efc1e80fc262bcc507a605482c5681e3f082a
Author: Josh Boyer [off-list ref]
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 [off-list ref]

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(-)

Re: 4xx support in arch/ppc is going away Real Soon Now

From: Grant Likely <hidden>
Date: 2008-06-05 15:11:50

On Thu, Jun 5, 2008 at 8:52 AM, Josh Boyer [off-list ref] wrote:
This commit (patch omitted due to size) is sitting in my local tree:

commit 0d7efc1e80fc262bcc507a605482c5681e3f082a
Author: Josh Boyer [off-list ref]
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.

Re: 4xx support in arch/ppc is going away Real Soon Now

From: Josh Boyer <hidden>
Date: 2008-06-05 15:19:00

On Thu, 5 Jun 2008 09:11:48 -0600
"Grant Likely" [off-list ref] wrote:
On Thu, Jun 5, 2008 at 8:52 AM, Josh Boyer [off-list ref] wrote:
quoted
This commit (patch omitted due to size) is sitting in my local tree:

commit 0d7efc1e80fc262bcc507a605482c5681e3f082a
Author: Josh Boyer [off-list ref]
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 <redacted>

josh

RE: 4xx support in arch/ppc is going away Real Soon Now

From: Stephen Neuendorffer <hidden>
Date: 2008-06-05 15:50:16

-----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" [off-list ref] wrote:
=
quoted
On Thu, Jun 5, 2008 at 8:52 AM, Josh Boyer
[off-list ref] wrote:
quoted
quoted
This commit (patch omitted due to size) is sitting in my local
tree:
quoted
quoted
commit 0d7efc1e80fc262bcc507a605482c5681e3f082a
Author: Josh Boyer [off-list ref]
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
quoted
quoted
   arch/powerpc equivalents should be used.  Boards that are not
ported yet
quoted
quoted
   will need to be ported to arch/powerpc to have continued
support.
quoted
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.
=
quoted
Paulus, Can we just kill all of arch/ppc for .27 right now?
=
Please.  Pretty please?
=
Acked-by: Josh Boyer <redacted>
=
josh
For what it's worth, =


Acked-by: Stephen Neuendorffer <redacted>

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.

Re: 4xx support in arch/ppc is going away Real Soon Now

From: Kumar Gala <hidden>
Date: 2008-06-05 19:12:49

On Jun 5, 2008, at 10:18 AM, Josh Boyer wrote:
On Thu, 5 Jun 2008 09:11:48 -0600
"Grant Likely" [off-list ref] wrote:
quoted
On Thu, Jun 5, 2008 at 8:52 AM, Josh Boyer <jwboyer@linux.vnet.ibm.com 
quoted
wrote:
This commit (patch omitted due to size) is sitting in my local tree:

commit 0d7efc1e80fc262bcc507a605482c5681e3f082a
Author: Josh Boyer [off-list ref]
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

Re: 4xx support in arch/ppc is going away Real Soon Now

From: Josh Boyer <hidden>
Date: 2008-06-05 19:14:21

On Thu, 5 Jun 2008 13:59:44 -0500
Kumar Gala [off-list ref] wrote:
On Jun 5, 2008, at 10:18 AM, Josh Boyer wrote:
quoted
On Thu, 5 Jun 2008 09:11:48 -0600
"Grant Likely" [off-list ref] wrote:
quoted
On Thu, Jun 5, 2008 at 8:52 AM, Josh Boyer <jwboyer@linux.vnet.ibm.com 
quoted
wrote:
This commit (patch omitted due to size) is sitting in my local tree:

commit 0d7efc1e80fc262bcc507a605482c5681e3f082a
Author: Josh Boyer [off-list ref]
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

Re: arch/ppc is going away Real Soon Now

From: Arnd Bergmann <arnd@arndb.de>
Date: 2008-06-05 20:12:42

On Thursday 05 June 2008, Stephen Neuendorffer wrote:
quoted
"Grant Likely" [off-list ref] wrote:
quoted
Paulus, Can we just kill all of arch/ppc for .27 right now?
Acked-by: Josh Boyer <redacted>
Acked-by: Stephen Neuendorffer <redacted>
Acked-by: Arnd Bergmann <arnd@arndb.de>

Re: arch/ppc is going away Real Soon Now

From: Grant Likely <hidden>
Date: 2008-06-05 20:27:51

On Thu, Jun 5, 2008 at 2:12 PM, Arnd Bergmann [off-list ref] wrote:
On Thursday 05 June 2008, Stephen Neuendorffer wrote:
quoted
quoted
"Grant Likely" [off-list ref] wrote:
quoted
Paulus, Can we just kill all of arch/ppc for .27 right now?
Acked-by: Josh Boyer <redacted>
Acked-by: Stephen Neuendorffer <redacted>
Acked-by: Arnd Bergmann <arnd@arndb.de>
Acked-by: Grant Likely <redacted>


-- 
Grant Likely, B.Sc., P.Eng.
Secret Lab Technologies Ltd.

Re: arch/ppc is going away Real Soon Now

From: Olof Johansson <hidden>
Date: 2008-06-05 20:28:21

On Jun 5, 2008, at 3:12 PM, Arnd Bergmann wrote:
On Thursday 05 June 2008, Stephen Neuendorffer wrote:
quoted
quoted
"Grant Likely" [off-list ref] wrote:
quoted
Paulus, Can we just kill all of arch/ppc for .27 right now?
Acked-by: Josh Boyer <redacted>
Acked-by: Stephen Neuendorffer <redacted>
Acked-by: Arnd Bergmann <arnd@arndb.de>
Acked-by: Olof Johansson <redacted>

Re: arch/ppc is going away Real Soon Now

From: Scott Wood <hidden>
Date: 2008-06-05 20:31:04

Olof Johansson wrote:
On Jun 5, 2008, at 3:12 PM, Arnd Bergmann wrote:
quoted
On Thursday 05 June 2008, Stephen Neuendorffer wrote:
quoted
quoted
"Grant Likely" [off-list ref] wrote:
quoted
Paulus, Can we just kill all of arch/ppc for .27 right now?
Acked-by: Josh Boyer <redacted>
Acked-by: Stephen Neuendorffer <redacted>
Acked-by: Arnd Bergmann <arnd@arndb.de>
Acked-by: Olof Johansson <redacted>
Acked-by: Scott Wood <redacted>

-Scott

Re: arch/ppc is going away Real Soon Now

From: Becky Bruce <hidden>
Date: 2008-06-05 20:34:11

On Jun 5, 2008, at 3:30 PM, Scott Wood wrote:
Olof Johansson wrote:
quoted
On Jun 5, 2008, at 3:12 PM, Arnd Bergmann wrote:
quoted
On Thursday 05 June 2008, Stephen Neuendorffer wrote:
quoted
quoted
"Grant Likely" [off-list ref] wrote:
quoted
Paulus, Can we just kill all of arch/ppc for .27 right now?
Acked-by: Josh Boyer <redacted>
Acked-by: Stephen Neuendorffer <redacted>
Acked-by: Arnd Bergmann <arnd@arndb.de>
Acked-by: Olof Johansson <redacted>
Acked-by: Scott Wood <redacted>
Acked-by: Becky Bruce <redacted>

Re: arch/ppc is going away Real Soon Now

From: Segher Boessenkool <hidden>
Date: 2008-06-05 20:41:19

[Fixed up the collision between Grant and Olof]
quoted
quoted
quoted
quoted
"Grant Likely" [off-list ref] wrote:
quoted
Paulus, Can we just kill all of arch/ppc for .27 right now?
Acked-by: Josh Boyer <redacted>
Acked-by: Stephen Neuendorffer <redacted>
Acked-by: Arnd Bergmann <arnd@arndb.de>
Acked-by: Grant Likely <redacted>
Acked-by: Olof Johansson <redacted>
Acked-by: Segher Boessenkool <redacted>


Segher

Re: arch/ppc is going away Real Soon Now

From: Benjamin Herrenschmidt <benh@kernel.crashing.org>
Date: 2008-06-06 04:32:37

On Thu, 2008-06-05 at 22:12 +0200, Arnd Bergmann wrote:
On Thursday 05 June 2008, Stephen Neuendorffer wrote:
quoted
quoted
"Grant Likely" [off-list ref] wrote:
quoted
Paulus, Can we just kill all of arch/ppc for .27 right now?
Acked-by: Josh Boyer <redacted>
Acked-by: Stephen Neuendorffer <redacted>
Acked-by: Arnd Bergmann <arnd@arndb.de>
Acked-by: Benjamin Herrenschmidt <benh@kernel.crashing.org>

Re: arch/ppc is going away Real Soon Now

From: Kumar Gala <hidden>
Date: 2008-06-06 04:39:09

On Jun 5, 2008, at 11:32 PM, Benjamin Herrenschmidt wrote:
On Thu, 2008-06-05 at 22:12 +0200, Arnd Bergmann wrote:
quoted
On Thursday 05 June 2008, Stephen Neuendorffer wrote:
quoted
quoted
"Grant Likely" [off-list ref] wrote:
quoted
Paulus, Can we just kill all of arch/ppc for .27 right now?
Acked-by: Josh Boyer <redacted>
Acked-by: Stephen Neuendorffer <redacted>
Acked-by: Arnd Bergmann <arnd@arndb.de>
Acked-by: Benjamin Herrenschmidt <benh@kernel.crashing.org>
Acked-by: Kumar Gala <redacted>

- k

Re: arch/ppc is going away Real Soon Now

From: Stefan Roese <sr@denx.de>
Date: 2008-06-06 08:39:56

On Friday 06 June 2008, Kumar Gala wrote:
On Jun 5, 2008, at 11:32 PM, Benjamin Herrenschmidt wrote:
quoted
On Thu, 2008-06-05 at 22:12 +0200, Arnd Bergmann wrote:
quoted
On Thursday 05 June 2008, Stephen Neuendorffer wrote:
quoted
quoted
"Grant Likely" [off-list ref] wrote:
quoted
Paulus, Can we just kill all of arch/ppc for .27 right now?
Acked-by: Josh Boyer <redacted>
Acked-by: Stephen Neuendorffer <redacted>
Acked-by: Arnd Bergmann <arnd@arndb.de>
Acked-by: Benjamin Herrenschmidt <benh@kernel.crashing.org>
Acked-by: Kumar Gala <redacted>
Acked-by: Stefan Roese <sr@denx.de>

Best regards,
Stefan

Re: 4xx support in arch/ppc is going away Real Soon Now

From: Adrian Bunk <bunk@kernel.org>
Date: 2008-06-06 11:54:30

On Thu, Jun 05, 2008 at 09:11:48AM -0600, Grant Likely wrote:
On Thu, Jun 5, 2008 at 8:52 AM, Josh Boyer [off-list ref] wrote:
quoted
This commit (patch omitted due to size) is sitting in my local tree:

commit 0d7efc1e80fc262bcc507a605482c5681e3f082a
Author: Josh Boyer [off-list ref]
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

Re: 4xx support in arch/ppc is going away Real Soon Now

From: Paul Mackerras <hidden>
Date: 2008-06-06 12:09:54

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.

Re: 4xx support in arch/ppc is going away Real Soon Now

From: Josh Boyer <hidden>
Date: 2008-06-06 13:56:17

On Fri, 6 Jun 2008 14:53:47 +0300
Adrian Bunk [off-list ref] wrote:
On Thu, Jun 05, 2008 at 09:11:48AM -0600, Grant Likely wrote:
quoted
On Thu, Jun 5, 2008 at 8:52 AM, Josh Boyer [off-list ref] wrote:
quoted
This commit (patch omitted due to size) is sitting in my local tree:

commit 0d7efc1e80fc262bcc507a605482c5681e3f082a
Author: Josh Boyer [off-list ref]
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

Re: 4xx support in arch/ppc is going away Real Soon Now

From: Grant Likely <hidden>
Date: 2008-06-06 14:53:21

On Fri, Jun 6, 2008 at 7:56 AM, Josh Boyer [off-list ref] wrote:
On Fri, 6 Jun 2008 14:53:47 +0300
Adrian Bunk [off-list ref] wrote:
quoted
On Thu, Jun 05, 2008 at 09:11:48AM -0600, Grant Likely wrote:
quoted
On Thu, Jun 5, 2008 at 8:52 AM, Josh Boyer [off-list ref] wrote:
quoted
This commit (patch omitted due to size) is sitting in my local tree:

commit 0d7efc1e80fc262bcc507a605482c5681e3f082a
Author: Josh Boyer [off-list ref]
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.

Re: 4xx support in arch/ppc is going away Real Soon Now

From: Adrian Bunk <bunk@kernel.org>
Date: 2008-06-06 17:59:21

On Fri, Jun 06, 2008 at 10:09:54PM +1000, Paul Mackerras wrote:
Adrian Bunk writes:
quoted
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 [off-list ref] 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

Re: 4xx support in arch/ppc is going away Real Soon Now

From: Paul Mackerras <hidden>
Date: 2008-06-07 12:09:01

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.

Re: 4xx support in arch/ppc is going away Real Soon Now

From: Jon Loeliger <hidden>
Date: 2008-06-08 15:55:04

Grant Likely writes:
quoted
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 <redacted>
Acked-by: Benjamin Herrenschmidt <benh@kernel.crashing.org>
Acked-by: Grant Likely <redacted>
Acked-by: Jochen Friedrich <jochen@scram.de>
Acked-by: Jon Loeliger <redacted>
Acked-by: Josh Boyer <redacted>
Acked-by: Kumar Gala <redacted>
Acked-by: Olof Johansson <redacted>
Acked-by: Peter Korsgaard <jacmet@sunsite.dk>
Acked-by: Scott Wood <redacted>
Acked-by: Sean MacLennan <redacted>
Acked-by: Segher Boessenkool <redacted>
Acked-by: Stefan Roese <sr@denx.de>
Acked-by: Stephen Neuendorffer <redacted>
Acked-by: Wolfgang Denk <redacted>

I'm not sure, but I _think_ there are a few other PowerPC
developers out there still... :-)

jdl

Re: 4xx support in arch/ppc is going away Real Soon Now

From: Geert Uytterhoeven <geert@linux-m68k.org>
Date: 2008-06-09 07:46:42

On Sun, 8 Jun 2008, Jon Loeliger wrote:
quoted
Grant Likely writes:
quoted
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 <redacted>
Acked-by: Benjamin Herrenschmidt <benh@kernel.crashing.org>
Acked-by: Grant Likely <redacted>
Acked-by: Jochen Friedrich <jochen@scram.de>
Acked-by: Jon Loeliger <redacted>
Acked-by: Josh Boyer <redacted>
Acked-by: Kumar Gala <redacted>
Acked-by: Olof Johansson <redacted>
Acked-by: Peter Korsgaard <jacmet@sunsite.dk>
Acked-by: Scott Wood <redacted>
Acked-by: Sean MacLennan <redacted>
Acked-by: Segher Boessenkool <redacted>
Acked-by: Stefan Roese <sr@denx.de>
Acked-by: Stephen Neuendorffer <redacted>
Acked-by: Wolfgang Denk <redacted>

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

RE: 4xx support in arch/ppc is going away Real Soon Now

From: John Linn <hidden>
Date: 2008-06-09 16:44:29

-----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:
quoted
Grant Likely writes:
=
quoted
quoted
Oh, and we're going try to create the longest acked-by chain in
Linux history.
=
quoted
Cool :)
=
quoted
Paul.
=
So far, I think it looks like this, sorted:
=
Acked-by: Arnd Bergmann <arnd@arndb.de>
Acked-by: Becky Bruce <redacted>
Acked-by: Benjamin Herrenschmidt <benh@kernel.crashing.org>
Acked-by: Grant Likely <redacted>
Acked-by: Jochen Friedrich <jochen@scram.de>
Acked-by: Jon Loeliger <redacted>
Acked-by: Josh Boyer <redacted>
Acked-by: Kumar Gala <redacted>
Acked-by: Olof Johansson <redacted>
Acked-by: Peter Korsgaard <jacmet@sunsite.dk>
Acked-by: Scott Wood <redacted>
Acked-by: Sean MacLennan <redacted>
Acked-by: Segher Boessenkool <redacted>
Acked-by: Stefan Roese <sr@denx.de>
Acked-by: Stephen Neuendorffer <redacted>
Acked-by: Wolfgang Denk <redacted>
Acked-by: Geert Uytterhoeven <geert@linux-m68k.org>

Acked-by: John Linn <redacted>

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.

Re: 4xx support in arch/ppc is going away Real Soon Now

From: Vitaly Bordug <hidden>
Date: 2008-06-11 21:39:24

В Sun, 08 Jun 2008 10:54:41 -0500
Jon Loeliger [off-list ref] пишет:
quoted
Grant Likely writes:
quoted
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 <redacted>
Acked-by: Benjamin Herrenschmidt <benh@kernel.crashing.org>
Acked-by: Grant Likely <redacted>
Acked-by: Jochen Friedrich <jochen@scram.de>
Acked-by: Jon Loeliger <redacted>
Acked-by: Josh Boyer <redacted>
Acked-by: Kumar Gala <redacted>
Acked-by: Olof Johansson <redacted>
Acked-by: Peter Korsgaard <jacmet@sunsite.dk>
Acked-by: Scott Wood <redacted>
Acked-by: Sean MacLennan <redacted>
Acked-by: Segher Boessenkool <redacted>
Acked-by: Stefan Roese <sr@denx.de>
Acked-by: Stephen Neuendorffer <redacted>
Acked-by: Wolfgang Denk <redacted>

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 <redacted>
jdl
_______________________________________________
Linuxppc-dev mailing list
Linuxppc-dev@ozlabs.org
https://ozlabs.org/mailman/listinfo/linuxppc-dev

Re: 4xx support in arch/ppc is going away Real Soon Now

From: Matthias Fuchs <hidden>
Date: 2008-06-16 14:13:33

On Sunday 08 June 2008 17:54, Jon Loeliger wrote:
quoted
Grant Likely writes:
quoted
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 <redacted>
Acked-by: Benjamin Herrenschmidt <benh@kernel.crashing.org>
Acked-by: Grant Likely <redacted>
Acked-by: Jochen Friedrich <jochen@scram.de>
Acked-by: Jon Loeliger <redacted>
Acked-by: Josh Boyer <redacted>
Acked-by: Kumar Gala <redacted>
Acked-by: Olof Johansson <redacted>
Acked-by: Peter Korsgaard <jacmet@sunsite.dk>
Acked-by: Scott Wood <redacted>
Acked-by: Sean MacLennan <redacted>
Acked-by: Segher Boessenkool <redacted>
Acked-by: Stefan Roese <sr@denx.de>
Acked-by: Stephen Neuendorffer <redacted>
Acked-by: Wolfgang Denk <redacted>

I'm not sure, but I _think_ there are a few other PowerPC
developers out there still... :-)

jdl
Acked-by: Matthias Fuchs <redacted>

It seems that I have to post cpci405 patches for arch/powerpc soon.
The board is still active! Nobody would believe it :-)

Matthias

Re: 4xx support in arch/ppc is going away Real Soon Now

From: Josh Boyer <hidden>
Date: 2008-06-16 18:07:17

On Mon, 16 Jun 2008 16:10:39 +0200
Matthias Fuchs [off-list ref] wrote:
Acked-by: Matthias Fuchs <redacted>

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
Keyboard shortcuts
hback out one level
jnext message in thread
kprevious message in thread
ldrill in
Escclose help / fold thread tree
?toggle this help