Linux MIPS Architecture development
 help / color / mirror / Atom feed
From: Franck Bui-Huu <vagabon.xyz@gmail.com>
To: ralf@linux-mips.org
Cc: anemo@mba.ocn.ne.jp, linux-mips@linux-mips.org
Subject: [RFC 0/3] Remove Momentum Jaguar and Ocelot G board supports
Date: Mon,  7 May 2007 13:11:10 +0200	[thread overview]
Message-ID: <11785362732731-git-send-email-fbuihuu@gmail.com> (raw)

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

             reply	other threads:[~2007-05-07 11:09 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2007-05-07 11:11 Franck Bui-Huu [this message]
2007-05-07 11:11 ` [PATCH 1/3] Remove Momenco Ocelot G support Franck Bui-Huu
2007-05-07 11:11 ` [PATCH 2/3] Remove Momenco Jaguar ATX support Franck Bui-Huu
2007-05-07 11:11 ` [PATCH 3/3] Remove LIMITED_DMA support Franck Bui-Huu
2007-05-07 15:17 ` [RFC 0/3] Remove Momentum Jaguar and Ocelot G board supports Atsushi Nemoto
2007-05-07 15:34   ` Franck Bui-Huu

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=11785362732731-git-send-email-fbuihuu@gmail.com \
    --to=vagabon.xyz@gmail.com \
    --cc=anemo@mba.ocn.ne.jp \
    --cc=linux-mips@linux-mips.org \
    --cc=ralf@linux-mips.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox