On Fri, Aug 30, 2019 at 06:07:05PM +0200, Christoph Hellwig wrote:
> On Fri, Aug 23, 2019 at 10:55:39PM +0900, Stafford Horne wrote:
> > On Sat, Aug 17, 2019 at 09:32:32AM +0200, Christoph Hellwig wrote:
> > > Openrisc is the only architecture not mapping ioremap as uncached,
> > > which has been t
On 8/20/19 10:09 AM, Masahiro Yamada wrote:
> arch/arc/Makefile overrides -O2 with -O3. This is the only user of
> ARCH_CFLAGS. There is no user of ARCH_CPPFLAGS or ARCH_AFLAGS.
> My plan is to remove ARCH_{CPP,A,C}FLAGS after refactoring the ARC
> Makefile.
Why, it seems like a good generic facil
On Fri, Aug 23, 2019 at 10:55:39PM +0900, Stafford Horne wrote:
> On Sat, Aug 17, 2019 at 09:32:32AM +0200, Christoph Hellwig wrote:
> > Openrisc is the only architecture not mapping ioremap as uncached,
> > which has been the default since the Linux 2.6.x days. Switch it
> > over to implement unc
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
On Mon, Aug 19, 2019 at 10:56:02AM +0200, Geert Uytterhoeven wrote:
> Hi Christoph,
>
> On Sat, Aug 17, 2019 at 9:48 AM Christoph Hellwig wrote:
> > Just define ioremap_nocache to ioremap instead of duplicating the
> > inline. Also defined ioremap_uc in terms of ioremap instead of
> > the using
On Mon, Aug 19, 2019 at 08:36:02AM +0100, Will Deacon wrote:
> On Sat, Aug 17, 2019 at 09:32:46AM +0200, Christoph Hellwig wrote:
> > No need to indirect iounmap for arm64.
> >
> > Signed-off-by: Christoph Hellwig
> > ---
> > arch/arm64/include/asm/io.h | 3 +--
> > arch/arm64/mm/ioremap.c |
On Sat, Aug 17, 2019 at 12:34:02PM +0200, Ingo Molnar wrote:
>
> * Christoph Hellwig wrote:
>
> > Use ioremap as the main implemented function, and defined
> > ioremap_nocache to it as a deprecated alias.
> >
> > Signed-off-by: Christoph Hellwig
> > ---
> > arch/x86/include/asm/io.h | 8 ++---