Le 28/03/2016 18:35, Florian Fainelli a écrit : > Le 29/01/2016 21:17, Florian Fainelli a écrit : >> Hi all, >> >> This patch series contains a bunch of fixes for the BMIPS5000 processor class. >> >> The first 4 patches are addressing some functional and cosmetic issues, while >> the last 2 patches fix the existing code to support BMIPS5200 processors. >> >> Kevin, Jon, Jonas, please review! >> >> These were tested on BCM7425 and BCM7435. >> >> BMIPS5200 SMP patches will be submitted on top of this patch series > > Ralf, can you queue these patches for 4.6? Thank you! Ping? Any chance we can get these patches in 4.6? > >> >> Florian Fainelli (6): >> MIPS: BMIPS: BMIPS5000 has I cache filing from D cache >> MIPS: BMIPS: Clear MIPS_CACHE_ALIASES earlier >> BMIPS: BMIPS: local_r4k___flush_cache_all needs to blast S-cache >> MIPS: BMIPS: Add cpu-feature-overrides.h >> MIPS: BMIPS: Pretty print BMIPS5200 processor name >> MIPS: BMIPS: Fix PRID_IMP_BMIPS5000 masking for BMIPS5200 >> >> .../include/asm/mach-bmips/cpu-feature-overrides.h | 14 ++++++++++++++ >> arch/mips/kernel/bmips_vec.S | 9 +++++++-- >> arch/mips/kernel/cpu-probe.c | 5 ++++- >> arch/mips/mm/c-r4k.c | 13 +++++++++++-- >> 4 files changed, 36 insertions(+), 5 deletions(-) >> create mode 100644 arch/mips/include/asm/mach-bmips/cpu-feature-overrides.h >> > > -- Florian