Re: [PATCH 04/26] mips: remove ioremap_cachable

2019-09-03 Thread Paul Burton
Hello, Christoph Hellwig wrote: > Just define ioremap_cache directly. Applied to mips-next. > commit 60af0d94cc37 > https://git.kernel.org/mips/c/60af0d94cc37 > > Signed-off-by: Christoph Hellwig > Signed-off-by: Paul Burton Thanks, Paul [ This message was auto-generated; if you believe

Re: [PATCH 04/26] mips: remove ioremap_cachable

2019-08-30 Thread Christoph Hellwig
On Mon, Aug 19, 2019 at 08:57:30PM +, Paul Burton wrote: > Hi Christoph, > > On Sat, Aug 17, 2019 at 09:32:31AM +0200, Christoph Hellwig wrote: > > Just define ioremap_cache directly. > > > > Signed-off-by: Christoph Hellwig > > Acked-by: Paul Burton Can you pick this patch up through the

Re: [PATCH 04/26] mips: remove ioremap_cachable

2019-08-19 Thread Paul Burton
Hi Christoph, On Sat, Aug 17, 2019 at 09:32:31AM +0200, Christoph Hellwig wrote: > Just define ioremap_cache directly. > > Signed-off-by: Christoph Hellwig Acked-by: Paul Burton Thanks, Paul > --- > arch/mips/include/asm/io.h | 7 +++ > 1 file changed, 3 insertions(+), 4 deletions(-

[PATCH 04/26] mips: remove ioremap_cachable

2019-08-17 Thread Christoph Hellwig
Just define ioremap_cache directly. Signed-off-by: Christoph Hellwig --- arch/mips/include/asm/io.h | 7 +++ 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/arch/mips/include/asm/io.h b/arch/mips/include/asm/io.h index 97a280640daf..c02db986ddf5 100644 --- a/arch/mips/include/a