Linux MIPS Architecture development
 help / color / mirror / Atom feed
* [RFC 0/3] Remove Momentum Jaguar and Ocelot G board supports [take #2]
@ 2007-05-07 16:01 Franck Bui-Huu
  2007-05-07 16:01 ` [PATCH 1/3] Remove Momenco Ocelot G support Franck Bui-Huu
                   ` (2 more replies)
  0 siblings, 3 replies; 9+ messages in thread
From: Franck Bui-Huu @ 2007-05-07 16:01 UTC (permalink / raw)
  To: ralf; +Cc: anemo, linux-mips

Hi all,

These 2 boards have several hacks that make them annoying to
support. Specially when improving generic MIPS code.

Since they're scheduled for removal since June 2006, it should be high
time to get rid of them.

Take #2 has removed and fixed some header files as suggested by
Atsushi.

Please consider,

		Franck

---

 arch/mips/Kconfig                                |   51 +--
 arch/mips/Makefile                               |   20 -
 arch/mips/configs/jaguar-atx_defconfig           |  897 --------------------
 arch/mips/configs/ocelot_g_defconfig             |  981 ----------------------
 arch/mips/mm/highmem.c                           |    2 -
 arch/mips/mm/init.c                              |    3 -
 arch/mips/momentum/Kconfig                       |    6 -
 arch/mips/momentum/jaguar_atx/Makefile           |   12 -
 arch/mips/momentum/jaguar_atx/dbg_io.c           |  125 ---
 arch/mips/momentum/jaguar_atx/irq.c              |   94 --
 arch/mips/momentum/jaguar_atx/ja-console.c       |  101 ---
 arch/mips/momentum/jaguar_atx/jaguar_atx_fpga.h  |   54 --
 arch/mips/momentum/jaguar_atx/platform.c         |  208 -----
 arch/mips/momentum/jaguar_atx/prom.c             |  210 -----
 arch/mips/momentum/jaguar_atx/reset.c            |   56 --
 arch/mips/momentum/jaguar_atx/setup.c            |  475 -----------
 arch/mips/momentum/ocelot_g/Makefile             |    6 -
 arch/mips/momentum/ocelot_g/dbg_io.c             |  121 ---
 arch/mips/momentum/ocelot_g/gt-irq.c             |  212 -----
 arch/mips/momentum/ocelot_g/irq.c                |  101 ---
 arch/mips/momentum/ocelot_g/ocelot_pld.h         |   30 -
 arch/mips/momentum/ocelot_g/prom.c               |   84 --
 arch/mips/momentum/ocelot_g/reset.c              |   47 -
 arch/mips/momentum/ocelot_g/setup.c              |  267 ------
 arch/mips/pci/Makefile                           |    2 -
 arch/mips/pci/fixup-jaguar.c                     |   43 -
 arch/mips/pci/fixup-ocelot-g.c                   |   37 -
 arch/mips/pci/pci-ocelot-g.c                     |   97 ---
 include/asm-mips/bootinfo.h                      |    4 +-
 include/asm-mips/highmem.h                       |   42 -
 include/asm-mips/mach-ja/cpu-feature-overrides.h |   45 -
 include/asm-mips/mach-ja/spaces.h                |   20 -
 include/asm-mips/page.h                          |    4 -
 include/asm-mips/serial.h                        |   41 -
 34 files changed, 5 insertions(+), 4493 deletions(-)

 delete mode 100644 arch/mips/configs/jaguar-atx_defconfig
 delete mode 100644 arch/mips/configs/ocelot_g_defconfig
 delete mode 100644 arch/mips/momentum/Kconfig
 delete mode 100644 arch/mips/momentum/jaguar_atx/Makefile
 delete mode 100644 arch/mips/momentum/jaguar_atx/dbg_io.c
 delete mode 100644 arch/mips/momentum/jaguar_atx/irq.c
 delete mode 100644 arch/mips/momentum/jaguar_atx/ja-console.c
 delete mode 100644 arch/mips/momentum/jaguar_atx/jaguar_atx_fpga.h
 delete mode 100644 arch/mips/momentum/jaguar_atx/platform.c
 delete mode 100644 arch/mips/momentum/jaguar_atx/prom.c
 delete mode 100644 arch/mips/momentum/jaguar_atx/reset.c
 delete mode 100644 arch/mips/momentum/jaguar_atx/setup.c
 delete mode 100644 arch/mips/momentum/ocelot_g/Makefile
 delete mode 100644 arch/mips/momentum/ocelot_g/dbg_io.c
 delete mode 100644 arch/mips/momentum/ocelot_g/gt-irq.c
 delete mode 100644 arch/mips/momentum/ocelot_g/irq.c
 delete mode 100644 arch/mips/momentum/ocelot_g/ocelot_pld.h
 delete mode 100644 arch/mips/momentum/ocelot_g/prom.c
 delete mode 100644 arch/mips/momentum/ocelot_g/reset.c
 delete mode 100644 arch/mips/momentum/ocelot_g/setup.c
 delete mode 100644 arch/mips/pci/fixup-jaguar.c
 delete mode 100644 arch/mips/pci/fixup-ocelot-g.c
 delete mode 100644 arch/mips/pci/pci-ocelot-g.c
 delete mode 100644 include/asm-mips/mach-ja/cpu-feature-overrides.h
 delete mode 100644 include/asm-mips/mach-ja/spaces.h

^ permalink raw reply	[flat|nested] 9+ messages in thread
* [RFC 0/3] Remove Momentum Jaguar and Ocelot G board supports
@ 2007-05-07 11:11 Franck Bui-Huu
  2007-05-07 11:11 ` [PATCH 3/3] Remove LIMITED_DMA support Franck Bui-Huu
  0 siblings, 1 reply; 9+ messages in thread
From: Franck Bui-Huu @ 2007-05-07 11:11 UTC (permalink / raw)
  To: ralf; +Cc: anemo, linux-mips

Hi all,

These 2 boards have several hacks that make them annoying to
support. Specially when improving generic MIPS code.

Since they're scheduled for removal since June 2006, it should be high
time to get rid of them.

Please consider,

		Franck

---

 arch/mips/Kconfig                               |   51 +--
 arch/mips/Makefile                              |   20 -
 arch/mips/configs/jaguar-atx_defconfig          |  897 ---------------------
 arch/mips/configs/ocelot_g_defconfig            |  981 -----------------------
 arch/mips/mm/highmem.c                          |   21 -
 arch/mips/mm/init.c                             |    3 -
 arch/mips/momentum/Kconfig                      |    6 -
 arch/mips/momentum/jaguar_atx/Makefile          |   12 -
 arch/mips/momentum/jaguar_atx/dbg_io.c          |  125 ---
 arch/mips/momentum/jaguar_atx/irq.c             |   94 ---
 arch/mips/momentum/jaguar_atx/ja-console.c      |  101 ---
 arch/mips/momentum/jaguar_atx/jaguar_atx_fpga.h |   54 --
 arch/mips/momentum/jaguar_atx/platform.c        |  208 -----
 arch/mips/momentum/jaguar_atx/prom.c            |  210 -----
 arch/mips/momentum/jaguar_atx/reset.c           |   56 --
 arch/mips/momentum/jaguar_atx/setup.c           |  475 -----------
 arch/mips/momentum/ocelot_g/Makefile            |    6 -
 arch/mips/momentum/ocelot_g/dbg_io.c            |  121 ---
 arch/mips/momentum/ocelot_g/gt-irq.c            |  212 -----
 arch/mips/momentum/ocelot_g/irq.c               |  101 ---
 arch/mips/momentum/ocelot_g/ocelot_pld.h        |   30 -
 arch/mips/momentum/ocelot_g/prom.c              |   84 --
 arch/mips/momentum/ocelot_g/reset.c             |   47 --
 arch/mips/momentum/ocelot_g/setup.c             |  267 ------
 arch/mips/pci/Makefile                          |    2 -
 arch/mips/pci/fixup-jaguar.c                    |   43 -
 arch/mips/pci/fixup-ocelot-g.c                  |   37 -
 arch/mips/pci/pci-ocelot-g.c                    |   97 ---
 28 files changed, 3 insertions(+), 4358 deletions(-)

 delete mode 100644 arch/mips/configs/jaguar-atx_defconfig
 delete mode 100644 arch/mips/configs/ocelot_g_defconfig
 delete mode 100644 arch/mips/momentum/Kconfig
 delete mode 100644 arch/mips/momentum/jaguar_atx/Makefile
 delete mode 100644 arch/mips/momentum/jaguar_atx/dbg_io.c
 delete mode 100644 arch/mips/momentum/jaguar_atx/irq.c
 delete mode 100644 arch/mips/momentum/jaguar_atx/ja-console.c
 delete mode 100644 arch/mips/momentum/jaguar_atx/jaguar_atx_fpga.h
 delete mode 100644 arch/mips/momentum/jaguar_atx/platform.c
 delete mode 100644 arch/mips/momentum/jaguar_atx/prom.c
 delete mode 100644 arch/mips/momentum/jaguar_atx/reset.c
 delete mode 100644 arch/mips/momentum/jaguar_atx/setup.c
 delete mode 100644 arch/mips/momentum/ocelot_g/Makefile
 delete mode 100644 arch/mips/momentum/ocelot_g/dbg_io.c
 delete mode 100644 arch/mips/momentum/ocelot_g/gt-irq.c
 delete mode 100644 arch/mips/momentum/ocelot_g/irq.c
 delete mode 100644 arch/mips/momentum/ocelot_g/ocelot_pld.h
 delete mode 100644 arch/mips/momentum/ocelot_g/prom.c
 delete mode 100644 arch/mips/momentum/ocelot_g/reset.c
 delete mode 100644 arch/mips/momentum/ocelot_g/setup.c
 delete mode 100644 arch/mips/pci/fixup-jaguar.c
 delete mode 100644 arch/mips/pci/fixup-ocelot-g.c
 delete mode 100644 arch/mips/pci/pci-ocelot-g.c

^ permalink raw reply	[flat|nested] 9+ messages in thread

end of thread, other threads:[~2007-05-09 16:14 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2007-05-07 16:01 [RFC 0/3] Remove Momentum Jaguar and Ocelot G board supports [take #2] Franck Bui-Huu
2007-05-07 16:01 ` [PATCH 1/3] Remove Momenco Ocelot G support Franck Bui-Huu
2007-05-09 13:15   ` Ralf Baechle
2007-05-07 16:01 ` [PATCH 2/3] Remove Momenco Jaguar ATX support Franck Bui-Huu
2007-05-09 13:15   ` Ralf Baechle
2007-05-07 16:01 ` [PATCH 3/3] Remove LIMITED_DMA support Franck Bui-Huu
2007-05-09 13:16   ` Ralf Baechle
2007-05-09 16:14     ` Franck Bui-Huu
  -- strict thread matches above, loose matches on Subject: below --
2007-05-07 11:11 [RFC 0/3] Remove Momentum Jaguar and Ocelot G board supports Franck Bui-Huu
2007-05-07 11:11 ` [PATCH 3/3] Remove LIMITED_DMA support Franck Bui-Huu

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox