From: Thomas Bogendoerfer <tsbogend@alpha.franken.de>
To: "Hauke Mehrtens" <hauke@hauke-m.de>,
"Rafał Miłecki" <zajec5@gmail.com>,
"Maciej W. Rozycki" <macro@orcam.me.uk>,
"Paul Cercueil" <paul@crapouillou.net>,
"Jiaxun Yang" <jiaxun.yang@flygoat.com>,
"Huacai Chen" <chenhuacai@kernel.org>,
"Matthias Brugger" <matthias.bgg@gmail.com>,
"Vinod Koul" <vkoul@kernel.org>,
"Wim Van Sebroeck" <wim@linux-watchdog.org>,
"Guenter Roeck" <linux@roeck-us.net>,
linux-mips@vger.kernel.org, linux-kernel@vger.kernel.org,
linux-arm-kernel@lists.infradead.org,
linux-mediatek@lists.infradead.org, dmaengine@vger.kernel.org,
linux-watchdog@vger.kernel.org
Subject: Re: [PATCH] MIPS: Remove TX39XX support
Date: Tue, 1 Mar 2022 10:09:58 +0100 [thread overview]
Message-ID: <20220301090958.GA6517@alpha.franken.de> (raw)
In-Reply-To: <20220222090435.62571-1-tsbogend@alpha.franken.de>
On Tue, Feb 22, 2022 at 10:04:28AM +0100, 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 | 24 +-
> arch/mips/Makefile | 1 -
> arch/mips/configs/jmr3927_defconfig | 50 ---
> arch/mips/include/asm/cpu-features.h | 3 -
> arch/mips/include/asm/cpu-type.h | 6 -
> arch/mips/include/asm/cpu.h | 6 -
> arch/mips/include/asm/isadep.h | 2 +-
> .../asm/mach-ath25/cpu-feature-overrides.h | 1 -
> .../asm/mach-ath79/cpu-feature-overrides.h | 1 -
> .../asm/mach-au1x00/cpu-feature-overrides.h | 1 -
> .../asm/mach-bcm47xx/cpu-feature-overrides.h | 1 -
> .../cpu-feature-overrides.h | 1 -
> .../asm/mach-cobalt/cpu-feature-overrides.h | 1 -
> .../asm/mach-dec/cpu-feature-overrides.h | 1 -
> .../asm/mach-ingenic/cpu-feature-overrides.h | 1 -
> .../asm/mach-ip27/cpu-feature-overrides.h | 1 -
> .../asm/mach-ip30/cpu-feature-overrides.h | 1 -
> .../falcon/cpu-feature-overrides.h | 1 -
> .../mach-loongson2ef/cpu-feature-overrides.h | 1 -
> .../mach-loongson64/cpu-feature-overrides.h | 1 -
> .../mt7620/cpu-feature-overrides.h | 1 -
> .../mt7621/cpu-feature-overrides.h | 1 -
> .../rt288x/cpu-feature-overrides.h | 1 -
> .../rt305x/cpu-feature-overrides.h | 1 -
> .../rt3883/cpu-feature-overrides.h | 1 -
> .../asm/mach-rc32434/cpu-feature-overrides.h | 1 -
> arch/mips/include/asm/mach-tx39xx/ioremap.h | 25 --
> .../include/asm/mach-tx39xx/mangle-port.h | 24 -
> arch/mips/include/asm/mach-tx39xx/spaces.h | 17 -
> arch/mips/include/asm/stackframe.h | 6 +-
> arch/mips/include/asm/txx9/boards.h | 3 -
> arch/mips/include/asm/txx9/jmr3927.h | 179 --------
> arch/mips/include/asm/txx9/tx3927.h | 341 ---------------
> arch/mips/include/asm/txx9irq.h | 4 -
> arch/mips/include/asm/txx9tmr.h | 4 -
> arch/mips/include/asm/vermagic.h | 2 -
> arch/mips/kernel/Makefile | 1 -
> arch/mips/kernel/cpu-probe.c | 23 -
> arch/mips/kernel/cpu-r3k-probe.c | 22 -
> arch/mips/kernel/entry.S | 2 +-
> arch/mips/kernel/genex.S | 4 +-
> arch/mips/kernel/idle.c | 10 -
> arch/mips/kernel/irq_txx9.c | 13 -
> arch/mips/kernel/proc.c | 2 -
> arch/mips/kernel/process.c | 2 +-
> arch/mips/lib/Makefile | 1 -
> arch/mips/lib/r3k_dump_tlb.c | 4 -
> arch/mips/mm/Makefile | 1 -
> arch/mips/mm/c-tx39.c | 414 ------------------
> arch/mips/mm/cache.c | 5 -
> arch/mips/mm/tlb-r3k.c | 40 +-
> arch/mips/pci/Makefile | 2 -
> arch/mips/pci/fixup-jmr3927.c | 79 ----
> arch/mips/pci/ops-tx3927.c | 231 ----------
> arch/mips/txx9/Kconfig | 18 -
> arch/mips/txx9/Makefile | 6 -
> arch/mips/txx9/Platform | 3 -
> arch/mips/txx9/generic/Makefile | 1 -
> arch/mips/txx9/generic/irq_tx3927.c | 25 --
> arch/mips/txx9/generic/setup.c | 55 ---
> arch/mips/txx9/generic/setup_tx3927.c | 136 ------
> arch/mips/txx9/jmr3927/Makefile | 6 -
> arch/mips/txx9/jmr3927/irq.c | 128 ------
> arch/mips/txx9/jmr3927/prom.c | 52 ---
> arch/mips/txx9/jmr3927/setup.c | 223 ----------
> drivers/dma/Kconfig | 2 +-
> drivers/watchdog/Kconfig | 2 +-
> 68 files changed, 18 insertions(+), 2212 deletions(-)
> delete mode 100644 arch/mips/configs/jmr3927_defconfig
> delete mode 100644 arch/mips/include/asm/mach-tx39xx/ioremap.h
> delete mode 100644 arch/mips/include/asm/mach-tx39xx/mangle-port.h
> delete mode 100644 arch/mips/include/asm/mach-tx39xx/spaces.h
> delete mode 100644 arch/mips/include/asm/txx9/jmr3927.h
> delete mode 100644 arch/mips/include/asm/txx9/tx3927.h
> delete mode 100644 arch/mips/mm/c-tx39.c
> delete mode 100644 arch/mips/pci/fixup-jmr3927.c
> delete mode 100644 arch/mips/pci/ops-tx3927.c
> delete mode 100644 arch/mips/txx9/generic/irq_tx3927.c
> delete mode 100644 arch/mips/txx9/generic/setup_tx3927.c
> delete mode 100644 arch/mips/txx9/jmr3927/Makefile
> delete mode 100644 arch/mips/txx9/jmr3927/irq.c
> delete mode 100644 arch/mips/txx9/jmr3927/prom.c
> delete mode 100644 arch/mips/txx9/jmr3927/setup.c
applied to mips-next.
Thomas.
--
Crap can work. Given enough thrust pigs will fly, but it's not necessarily a
good idea. [ RFC1925, 2.3 ]
_______________________________________________
Linux-mediatek mailing list
Linux-mediatek@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-mediatek
prev parent reply other threads:[~2022-03-01 9:44 UTC|newest]
Thread overview: 5+ messages / expand[flat|nested] mbox.gz Atom feed top
2022-02-22 9:04 [PATCH] MIPS: Remove TX39XX support Thomas Bogendoerfer
2022-02-22 10:24 ` Guenter Roeck
2022-02-22 19:20 ` Geert Uytterhoeven
2022-02-23 13:08 ` Atsushi Nemoto
2022-03-01 9:09 ` Thomas Bogendoerfer [this message]
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=20220301090958.GA6517@alpha.franken.de \
--to=tsbogend@alpha.franken.de \
--cc=chenhuacai@kernel.org \
--cc=dmaengine@vger.kernel.org \
--cc=hauke@hauke-m.de \
--cc=jiaxun.yang@flygoat.com \
--cc=linux-arm-kernel@lists.infradead.org \
--cc=linux-kernel@vger.kernel.org \
--cc=linux-mediatek@lists.infradead.org \
--cc=linux-mips@vger.kernel.org \
--cc=linux-watchdog@vger.kernel.org \
--cc=linux@roeck-us.net \
--cc=macro@orcam.me.uk \
--cc=matthias.bgg@gmail.com \
--cc=paul@crapouillou.net \
--cc=vkoul@kernel.org \
--cc=wim@linux-watchdog.org \
--cc=zajec5@gmail.com \
/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).