[PATCH v11 8/12] video/fbdev, asm/io.h: Remove ioremap_writethrough()

2015-05-29 Thread Toshi Kani
From: Toshi Kani 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

[PATCH v11 8/12] video/fbdev, asm/io.h: Remove ioremap_writethrough()

2015-05-29 Thread Toshi Kani
From: Toshi Kani toshi.k...@hp.com 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.