Hi, This patchset implements the pgprot_writecombine function for MIPS Markos Chandras (4): MIPS: pgtable-bits: Move the CCA bits out of the core's ifdef blocks MIPS: pgtable-bits: Define the CCA bit for WC writes on Ingenic cores MIPS: cpu-probe: Set the write-combine CCA value on per core basis MIPS: pgtable.h: Implement the pgprot_writecombine function for MIPS arch/mips/include/asm/cpu-info.h | 5 ++++ arch/mips/include/asm/pgtable-bits.h | 44 ++++++++++++++++++++++++------------ arch/mips/include/asm/pgtable.h | 10 ++++++++ arch/mips/kernel/cpu-probe.c | 21 +++++++++++++++++ 4 files changed, 65 insertions(+), 15 deletions(-) -- 2.0.0