MIPS: Cobalt: Fix missing prototypesFix missing prototypes warnings for cobalt_machine_halt() andcobalt_machine_restart() by moving their prototypes to cobalt.h which isincluded by setup.c.Sign
MIPS: Cobalt: Fix missing prototypesFix missing prototypes warnings for cobalt_machine_halt() andcobalt_machine_restart() by moving their prototypes to cobalt.h which isincluded by setup.c.Signed-off-by: Florian Fainelli <[email protected]>Signed-off-by: Thomas Bogendoerfer <[email protected]>
show more ...
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]>
treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 1Based on 2 normalized pattern(s): this program is free software you can redistribute it and or modify it under the terms of the
treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 1Based 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 as published by the free software foundation either version 2 of the license or at your option any later version this program is distributed in the hope that it will be useful but without any warranty without even the implied warranty of merchantability or fitness for a particular purpose see the gnu general public license for more details you should have received a copy of the gnu general public license along with this program if not write to the free software foundation inc 51 franklin street fifth floor boston ma 02110 1301 usa this program is free software you can redistribute it and or modify it under the terms of the gnu general public license as published by the free software foundation either version 2 of the license or at your option [no]_[pad]_[ctrl] any later version this program is distributed in the hope that it will be useful but without any warranty without even the implied warranty of merchantability or fitness for a particular purpose see the gnu general public license for more details you should have received a copy of the gnu general public license along with this program if not write to the free software foundation inc 51 franklin street fifth floor boston ma 02110 1301 usaextracted by the scancode license scanner the SPDX license identifier GPL-2.0-or-laterhas been chosen to replace the boilerplate/reference in 176 file(s).Signed-off-by: Thomas Gleixner <[email protected]>Reviewed-by: Jilayne Lovejoy <[email protected]>Reviewed-by: Steve Winslow <[email protected]>Reviewed-by: Allison Randal <[email protected]>Reviewed-by: Kate Stewart <[email protected]>Cc: [email protected]Link: https://lkml.kernel.org/r/[email protected]Signed-off-by: Greg Kroah-Hartman <[email protected]>
MIPS16e2: Provide feature overrides for non-MIPS16 systemsHardcode the absence of the MIPS16e2 ASE for all the systems that do sofor the MIPS16 ASE already, providing for code to be optimized away
MIPS16e2: Provide feature overrides for non-MIPS16 systemsHardcode the absence of the MIPS16e2 ASE for all the systems that do sofor the MIPS16 ASE already, providing for code to be optimized away.Signed-off-by: Maciej W. Rozycki <[email protected]>Reviewed-by: James Hogan <[email protected]>Cc: [email protected]Patchwork: https://patchwork.linux-mips.org/patch/16097/Signed-off-by: Ralf Baechle <[email protected]>
MIPS: Correct `nofpu' non-functionalityThe `cpu_has_fpu' feature flag must not be hardcoded to 1 or the `nofpu'kernel option will be ignored. Remove any such overrides and add acautionary note.
MIPS: Correct `nofpu' non-functionalityThe `cpu_has_fpu' feature flag must not be hardcoded to 1 or the `nofpu'kernel option will be ignored. Remove any such overrides and add acautionary note. Hardcoding to 0 is fine for FPU-less platforms.Signed-off-by: Maciej W. Rozycki <[email protected]>Cc: [email protected]Patchwork: https://patchwork.linux-mips.org/patch/9694/Signed-off-by: Ralf Baechle <[email protected]>
MIPS: Create a common <asm/mach-generic/war.h>11 platforms require at least one of these workarounds to be enabled; 22platforms do not. In the latter case we can fall back to a generic version.
MIPS: Create a common <asm/mach-generic/war.h>11 platforms require at least one of these workarounds to be enabled; 22platforms do not. In the latter case we can fall back to a generic version.Note that this also deletes an orphaned reference to RM9000_CDEX_SMP_WAR.Suggested-by: Arnd Bergmann <[email protected]>Signed-off-by: Kevin Cernekee <[email protected]>Signed-off-by: Andrew Bresticker <[email protected]>Reviewed-by: James Hogan <[email protected]>Cc: [email protected]Cc: [email protected]Cc: [email protected]Cc: Ezequiel Garcia <[email protected]>Cc: James Hartley <[email protected]>Cc: James Hogan <[email protected]>Patchwork: https://patchwork.linux-mips.org/patch/9567/Signed-off-by: Ralf Baechle <[email protected]>
MIPS: Whitespace cleanup.Having received another series of whitespace patches I decided to do thisonce and for all rather than dealing with this kind of patches tricklingin forever.Signed-off-b
MIPS: Whitespace cleanup.Having received another series of whitespace patches I decided to do thisonce and for all rather than dealing with this kind of patches tricklingin forever.Signed-off-by: Ralf Baechle <[email protected]>
MIPS: PMC-Sierra Yosemite: Remove support.Nobody seems to be interested anymore and upstream also never had anethernet driver.Signed-off-by: Ralf Baechle <[email protected]>
MIPS: Hardwire detection of DSP ASE Rev 2 for systems, as required.Most supported systems currently hardwire cpu_has_dsp to 0, so we alsocan disable support for cpu_has_dsp2 resulting in a slightl
MIPS: Hardwire detection of DSP ASE Rev 2 for systems, as required.Most supported systems currently hardwire cpu_has_dsp to 0, so we alsocan disable support for cpu_has_dsp2 resulting in a slightly smallerkernel.Signed-off-by: Ralf Baechle <[email protected]>
Update Yoichi Yuasa's e-mail addressSigned-off-by: Yoichi Yuasa <[email protected]>Signed-off-by: Ralf Baechle <[email protected]>
MIPS: Move headfiles to new location below arch/mips/includeSigned-off-by: Ralf Baechle <[email protected]>