Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1754359AbbFBHGS (ORCPT ); Tue, 2 Jun 2015 03:06:18 -0400 Received: from mail-oi0-f49.google.com ([209.85.218.49]:36827 "EHLO mail-oi0-f49.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751010AbbFBHGH (ORCPT ); Tue, 2 Jun 2015 03:06:07 -0400 MIME-Version: 1.0 In-Reply-To: <1433187393-22688-7-git-send-email-toshi.kani@hp.com> References: <1433187393-22688-1-git-send-email-toshi.kani@hp.com> <1433187393-22688-7-git-send-email-toshi.kani@hp.com> Date: Tue, 2 Jun 2015 09:06:06 +0200 X-Google-Sender-Auth: EXMcJLoKYkycduE9mvPmciSGZzY Message-ID: Subject: Re: [PATCH v12 6/10] video/fbdev, asm/io.h: Remove ioremap_writethrough() From: Geert Uytterhoeven To: Toshi Kani Cc: Borislav Petkov , "H. Peter Anvin" , Thomas Gleixner , Ingo Molnar , Andrew Morton , Arnd Bergmann , Linux MM , "linux-kernel@vger.kernel.org" , "the arch/x86 maintainers" , linux-nvdimm@ml01.01.org, jgross@suse.com, stefan.bader@canonical.com, Andy Lutomirski , Henrique de Moraes Holschuh , yigal@plexistor.com, Konrad Rzeszutek Wilk , Elliott@hp.com, "Luis R. Rodriguez" , Christoph Hellwig Content-Type: text/plain; charset=UTF-8 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1450 Lines: 36 On Mon, Jun 1, 2015 at 9:36 PM, Toshi Kani wrote: > This patch removes the callers of ioremap_writethrough() by > replacing them with ioremap_wt() in three drivers under > drivers/video/fbdev. It then removes ioremap_writethrough() > defined in some architecture's asm/io.h, frv, m68k, microblaze, > and tile. > > Signed-off-by: Toshi Kani > --- > arch/frv/include/asm/io.h | 5 ----- > arch/m68k/include/asm/io_mm.h | 5 ----- > arch/m68k/include/asm/io_no.h | 4 ---- > arch/microblaze/include/asm/io.h | 1 - > arch/tile/include/asm/io.h | 1 - > drivers/video/fbdev/amifb.c | 4 ++-- > drivers/video/fbdev/atafb.c | 3 +-- > drivers/video/fbdev/hpfb.c | 4 ++-- For the m68k and amifb/atafb/hpfb changes: Acked-by: Geert Uytterhoeven Gr{oetje,eeting}s, Geert -- Geert Uytterhoeven -- There's lots of Linux beyond ia32 -- geert@linux-m68k.org In personal conversations with technical people, I call myself a hacker. But when I'm talking to journalists I just say "programmer" or something like that. -- Linus Torvalds -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/