MIPS: Remove TX39XX supportNo (active) developer owns this hardware, so let's remove Linux support.Signed-off-by: Thomas Bogendoerfer <[email protected]>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 <[email protected]>Acked-by: Guenter Roeck <[email protected]>Reviewed-by: Geert Uytterhoeven <[email protected]>Tested-by: Geert Uytterhoeven <[email protected]>Acked-by: Atsushi Nemoto <[email protected]>
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 <[email protected]>Signed-off-by: Thomas Bogendoerfer <[email protected]>
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 <[email protected]>Reviewed-by: Enrico Weigelt <[email protected]>Reviewed-by: Kate Stewart <[email protected]>Reviewed-by: Allison Randal <[email protected]>Cc: [email protected]Link: https://lkml.kernel.org/r/[email protected]Signed-off-by: Greg Kroah-Hartman <[email protected]>
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 <[email protected]>Cc: [email protected]Patchwork: https://patchwork.linux-mips.org/patch/11990/Signed-off-by: Ralf Baechle <[email protected]>