MIPS: Remove TX39XX supportNo (active) developer owns this hardware, so let's remove Linux support.Signed-off-by: Thomas Bogendoerfer <tsbogend@alpha.franken.de>Acked-by: Guenter Roeck <linux@ro
MIPS: Remove TX39XX supportNo (active) developer owns this hardware, so let's remove Linux support.Signed-off-by: Thomas Bogendoerfer <tsbogend@alpha.franken.de>Acked-by: Guenter Roeck <linux@roeck-us.net>Reviewed-by: Geert Uytterhoeven <geert@linux-m68k.org>Tested-by: Geert Uytterhoeven <geert@linux-m68k.org>Acked-by: Atsushi Nemoto <anemo@mba.ocn.ne.jp>
show more ...
MIPS: remove cpu_has_64bit_addressesThis macro is identical to CONFIG_64BIT, and using a Kconfig variablefor the only places that checks them (the ioremap implementation) willsimplify later patch
MIPS: remove cpu_has_64bit_addressesThis macro is identical to CONFIG_64BIT, and using a Kconfig variablefor the only places that checks them (the ioremap implementation) willsimplify later patches in this series.Signed-off-by: Christoph Hellwig <hch@lst.de>Signed-off-by: Thomas Bogendoerfer <tsbogend@alpha.franken.de>
treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500Based on 2 normalized pattern(s): this program is free software you can redistribute it and or modify it under the terms of th
treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500Based on 2 normalized pattern(s): this program is free software you can redistribute it and or modify it under the terms of the gnu general public license version 2 as published by the free software foundation this program is free software you can redistribute it and or modify it under the terms of the gnu general public license version 2 as published by the free software foundation #extracted by the scancode license scanner the SPDX license identifier GPL-2.0-onlyhas been chosen to replace the boilerplate/reference in 4122 file(s).Signed-off-by: Thomas Gleixner <tglx@linutronix.de>Reviewed-by: Enrico Weigelt <info@metux.net>Reviewed-by: Kate Stewart <kstewart@linuxfoundation.org>Reviewed-by: Allison Randal <allison@lohutok.net>Cc: linux-spdx@vger.kernel.orgLink: https://lkml.kernel.org/r/20190604081206.933168790@linutronix.deSigned-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
MIPS: ralink: add MT7621 supportMT7621 is based on a 1004k core. This patch adds support for the SoC. Thetimer and IRQ is just boiler plate as GIC has recently been moved togeneric places in the
MIPS: ralink: add MT7621 supportMT7621 is based on a 1004k core. This patch adds support for the SoC. Thetimer and IRQ is just boiler plate as GIC has recently been moved togeneric places in the kernel and just works.Signed-off-by: John Crispin <blogic@openwrt.org>Cc: linux-mips@linux-mips.orgPatchwork: https://patchwork.linux-mips.org/patch/11990/Signed-off-by: Ralf Baechle <ralf@linux-mips.org>