This series adds support for probing the Imagination Technologies MIPS M6250 CPU. This is a small, low power microprocessor implementing the MIPS32r6 architecture. We already support everything required for it to work, so this series simply adds the PRID & various switch cases then matches the PRID during probe. This applies atop v4.5-rc2 with the similar P6600 patch set applied first. There is no real dependency between the two patch sets, just overlap in the context of the changes. Paul Burton (3): MIPS: Add M6250 PRID & cpu_type_enum values MIPS: Add M6250 cases to CPU switch statements MIPS: Probe the M6250 CPU arch/mips/include/asm/cpu-type.h | 4 ++++ arch/mips/include/asm/cpu.h | 3 ++- arch/mips/kernel/cpu-probe.c | 4 ++++ arch/mips/mm/c-r4k.c | 1 + 4 files changed, 11 insertions(+), 1 deletion(-) -- 2.7.0