linux-stable/arch/arm/mach-clps711x
Dan Williams 92b19ff50e cleanup IORESOURCE_CACHEABLE vs ioremap()
Quoting Arnd:
    I was thinking the opposite approach and basically removing all uses
    of IORESOURCE_CACHEABLE from the kernel. There are only a handful of
    them.and we can probably replace them all with hardcoded
    ioremap_cached() calls in the cases they are actually useful.

All existing usages of IORESOURCE_CACHEABLE call ioremap() instead of
ioremap_nocache() if the resource is cacheable, however ioremap() is
uncached by default. Clearly none of the existing usages care about the
cacheability. Particularly devm_ioremap_resource() never worked as
advertised since it always fell back to plain ioremap().

Clean this up as the new direction we want is to convert
ioremap_<type>() usages to memremap(..., flags).

Suggested-by: Arnd Bergmann <arnd@arndb.de>
Reviewed-by: Christoph Hellwig <hch@lst.de>
Signed-off-by: Dan Williams <dan.j.williams@intel.com>
2015-08-10 23:07:06 -04:00
..
include/mach ARM: clps711x: Move debug include into arch/arm/include/debug/ 2014-07-06 16:52:05 -07:00
board-autcpu12.c ARM: clps711x: Switch CLPS711X subarch to use cpuidle driver 2014-07-06 16:52:15 -07:00
board-cdb89712.c cleanup IORESOURCE_CACHEABLE vs ioremap() 2015-08-10 23:07:06 -04:00
board-clep7312.c ARM: clps711x: clep7312: Add common devices initialization 2014-07-06 16:52:20 -07:00
board-edb7211.c ARM: clps711x: edb7211: Use new PWM driver for backlight 2014-09-04 21:39:53 +02:00
board-p720t.c ARM: SoC cleanups for 3.17 2014-08-08 11:00:26 -07:00
common.c ARM: clps711x: Switch CLPS711X subarch to use clk and clocksource driver 2014-09-04 21:36:08 +02:00
common.h ARM: clps711x: Switch CLPS711X subarch to use clk and clocksource driver 2014-09-04 21:36:08 +02:00
devices.c ARM: clps711x: Add SOC BUS support 2014-09-04 21:40:43 +02:00
devices.h ARM: clps711x: Re-add GPIO support 2013-06-11 15:44:57 -07:00
Kconfig ARM: clps711x: Remove EP72XX_ROM_BOOT option 2014-02-28 17:44:30 +01:00
Makefile ARM: clps711x: Drop fortunet board support 2013-08-13 23:29:11 -07:00
Makefile.boot ARM: clps711x: Always select AUTO_ZRELADDR for a platform 2012-11-21 09:57:32 -08:00