linux-mips.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Thomas Bogendoerfer <tsbogend@alpha.franken.de>
To: linux-mips@vger.kernel.org
Subject: Re: [PATCH] MIPS: Remove VR41xx support
Date: Sun, 10 Jul 2022 20:01:26 +0200	[thread overview]
Message-ID: <20220710180126.GA6130@alpha.franken.de> (raw)
In-Reply-To: <20220705164632.97942-1-tsbogend@alpha.franken.de>

On Tue, Jul 05, 2022 at 06:46:25PM +0200, Thomas Bogendoerfer wrote:
> No (active) developer owns this hardware, so let's remove Linux support.
> 
> Signed-off-by: Thomas Bogendoerfer <tsbogend@alpha.franken.de>
> ---
>  arch/mips/Kbuild.platforms              |   1 -
>  arch/mips/Kconfig                       |  23 -
>  arch/mips/Makefile                      |   1 -
>  arch/mips/configs/capcella_defconfig    |  91 ---
>  arch/mips/configs/e55_defconfig         |  37 --
>  arch/mips/configs/mpc30x_defconfig      |  53 --
>  arch/mips/configs/tb0219_defconfig      |  76 ---
>  arch/mips/configs/tb0226_defconfig      |  71 ---
>  arch/mips/configs/tb0287_defconfig      |  84 ---
>  arch/mips/configs/workpad_defconfig     |  67 ---
>  arch/mips/include/asm/cpu-type.h        |  11 -
>  arch/mips/include/asm/cpu.h             |   3 +-
>  arch/mips/include/asm/mach-vr41xx/irq.h |   9 -
>  arch/mips/include/asm/mipsregs.h        |  14 -
>  arch/mips/include/asm/pgtable-32.h      |   5 -
>  arch/mips/include/asm/pgtable-64.h      |   5 -
>  arch/mips/include/asm/vermagic.h        |   2 -
>  arch/mips/include/asm/vr41xx/capcella.h |  30 -
>  arch/mips/include/asm/vr41xx/giu.h      |  41 --
>  arch/mips/include/asm/vr41xx/irq.h      |  97 ----
>  arch/mips/include/asm/vr41xx/mpc30x.h   |  24 -
>  arch/mips/include/asm/vr41xx/pci.h      |  77 ---
>  arch/mips/include/asm/vr41xx/siu.h      |  45 --
>  arch/mips/include/asm/vr41xx/tb0219.h   |  29 -
>  arch/mips/include/asm/vr41xx/tb0226.h   |  30 -
>  arch/mips/include/asm/vr41xx/tb0287.h   |  30 -
>  arch/mips/include/asm/vr41xx/vr41xx.h   | 148 -----
>  arch/mips/kernel/cpu-probe.c            |  40 --
>  arch/mips/lib/dump_tlb.c                |   8 -
>  arch/mips/mm/c-r4k.c                    |  44 --
>  arch/mips/mm/tlbex.c                    |  35 --
>  arch/mips/pci/Makefile                  |   6 -
>  arch/mips/pci/fixup-capcella.c          |  37 --
>  arch/mips/pci/fixup-mpc30x.c            |  36 --
>  arch/mips/pci/fixup-tb0219.c            |  38 --
>  arch/mips/pci/fixup-tb0226.c            |  73 ---
>  arch/mips/pci/fixup-tb0287.c            |  52 --
>  arch/mips/pci/ops-vr41xx.c              | 113 ----
>  arch/mips/pci/pci-vr41xx.c              | 309 ----------
>  arch/mips/pci/pci-vr41xx.h              | 141 -----
>  arch/mips/vr41xx/Kconfig                | 104 ----
>  arch/mips/vr41xx/Makefile               |   5 -
>  arch/mips/vr41xx/Platform               |  29 -
>  arch/mips/vr41xx/casio-e55/Makefile     |   6 -
>  arch/mips/vr41xx/casio-e55/setup.c      |  27 -
>  arch/mips/vr41xx/common/Makefile        |   6 -
>  arch/mips/vr41xx/common/bcu.c           | 210 -------
>  arch/mips/vr41xx/common/cmu.c           | 242 --------
>  arch/mips/vr41xx/common/giu.c           | 110 ----
>  arch/mips/vr41xx/common/icu.c           | 714 ------------------------
>  arch/mips/vr41xx/common/init.c          |  60 --
>  arch/mips/vr41xx/common/irq.c           | 106 ----
>  arch/mips/vr41xx/common/pmu.c           | 123 ----
>  arch/mips/vr41xx/common/rtc.c           | 105 ----
>  arch/mips/vr41xx/common/siu.c           | 142 -----
>  arch/mips/vr41xx/common/type.c          |  11 -
>  arch/mips/vr41xx/ibm-workpad/Makefile   |   6 -
>  arch/mips/vr41xx/ibm-workpad/setup.c    |  27 -
>  58 files changed, 1 insertion(+), 4068 deletions(-)
>  delete mode 100644 arch/mips/configs/capcella_defconfig
>  delete mode 100644 arch/mips/configs/e55_defconfig
>  delete mode 100644 arch/mips/configs/mpc30x_defconfig
>  delete mode 100644 arch/mips/configs/tb0219_defconfig
>  delete mode 100644 arch/mips/configs/tb0226_defconfig
>  delete mode 100644 arch/mips/configs/tb0287_defconfig
>  delete mode 100644 arch/mips/configs/workpad_defconfig
>  delete mode 100644 arch/mips/include/asm/mach-vr41xx/irq.h
>  delete mode 100644 arch/mips/include/asm/vr41xx/capcella.h
>  delete mode 100644 arch/mips/include/asm/vr41xx/giu.h
>  delete mode 100644 arch/mips/include/asm/vr41xx/irq.h
>  delete mode 100644 arch/mips/include/asm/vr41xx/mpc30x.h
>  delete mode 100644 arch/mips/include/asm/vr41xx/pci.h
>  delete mode 100644 arch/mips/include/asm/vr41xx/siu.h
>  delete mode 100644 arch/mips/include/asm/vr41xx/tb0219.h
>  delete mode 100644 arch/mips/include/asm/vr41xx/tb0226.h
>  delete mode 100644 arch/mips/include/asm/vr41xx/tb0287.h
>  delete mode 100644 arch/mips/include/asm/vr41xx/vr41xx.h
>  delete mode 100644 arch/mips/pci/fixup-capcella.c
>  delete mode 100644 arch/mips/pci/fixup-mpc30x.c
>  delete mode 100644 arch/mips/pci/fixup-tb0219.c
>  delete mode 100644 arch/mips/pci/fixup-tb0226.c
>  delete mode 100644 arch/mips/pci/fixup-tb0287.c
>  delete mode 100644 arch/mips/pci/ops-vr41xx.c
>  delete mode 100644 arch/mips/pci/pci-vr41xx.c
>  delete mode 100644 arch/mips/pci/pci-vr41xx.h
>  delete mode 100644 arch/mips/vr41xx/Kconfig
>  delete mode 100644 arch/mips/vr41xx/Makefile
>  delete mode 100644 arch/mips/vr41xx/Platform
>  delete mode 100644 arch/mips/vr41xx/casio-e55/Makefile
>  delete mode 100644 arch/mips/vr41xx/casio-e55/setup.c
>  delete mode 100644 arch/mips/vr41xx/common/Makefile
>  delete mode 100644 arch/mips/vr41xx/common/bcu.c
>  delete mode 100644 arch/mips/vr41xx/common/cmu.c
>  delete mode 100644 arch/mips/vr41xx/common/giu.c
>  delete mode 100644 arch/mips/vr41xx/common/icu.c
>  delete mode 100644 arch/mips/vr41xx/common/init.c
>  delete mode 100644 arch/mips/vr41xx/common/irq.c
>  delete mode 100644 arch/mips/vr41xx/common/pmu.c
>  delete mode 100644 arch/mips/vr41xx/common/rtc.c
>  delete mode 100644 arch/mips/vr41xx/common/siu.c
>  delete mode 100644 arch/mips/vr41xx/common/type.c
>  delete mode 100644 arch/mips/vr41xx/ibm-workpad/Makefile
>  delete mode 100644 arch/mips/vr41xx/ibm-workpad/setup.c

just a ping to linux-mips since original made it their because of
size. If nobody objects I'm going to apply this patch for v4.20.

Full patch is here

https://lore.kernel.org/all/20220705164632.97942-1-tsbogend@alpha.franken.de/

Thomas.

-- 
Crap can work. Given enough thrust pigs will fly, but it's not necessarily a
good idea.                                                [ RFC1925, 2.3 ]

       reply	other threads:[~2022-07-10 18:01 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
     [not found] <20220705164632.97942-1-tsbogend@alpha.franken.de>
2022-07-10 18:01 ` Thomas Bogendoerfer [this message]
2022-07-14  9:55 ` [PATCH] MIPS: Remove VR41xx support Thomas Bogendoerfer

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=20220710180126.GA6130@alpha.franken.de \
    --to=tsbogend@alpha.franken.de \
    --cc=linux-mips@vger.kernel.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;
as well as URLs for NNTP newsgroup(s).