linux/arch/arm/plat-iop
Russell King 3603ab2b62 [ARM] mm 10: allow memory type to be specified with ioremap
__ioremap() took a set of page table flags (specifically the cacheable
and bufferable bits) to control the mapping type.  However, with
the advent of ARMv6, this is far too limited.

Replace the page table flags with a memory type index, so that the
desired attributes can be selected from the mem_type table.

Finally, to prevent silent miscompilation due to the differing
arguments, rename the __ioremap() and __ioremap_pfn() functions.

Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>
2007-05-05 20:59:27 +01:00
..
cp6.c [ARM] 4184/1: iop: cp6 access handler (undef_hook) 2007-02-14 15:21:24 +00:00
gpio.c [ARM] 3827/1: iop3xx: add common gpio module 2006-09-25 10:25:47 +01:00
i2c.c [ARM] 3832/1: iop3xx: coding style cleanup 2006-09-25 10:25:53 +01:00
io.c [ARM] mm 10: allow memory type to be specified with ioremap 2007-05-05 20:59:27 +01:00
Makefile [ARM] 4187/1: iop: unify time implementation across iop32x, iop33x, and iop13xx 2007-02-17 15:05:40 +00:00
pci.c [ARM] 4182/1: iop3xx: fix the ioremap implementation to not remap static ranges 2007-02-14 15:21:21 +00:00
setup.c [ARM] 3818/1: iop3xx: introduce arch/arm/plat-iop for shared iop32x/iop33x code 2006-09-25 10:25:37 +01:00
time.c [ARM] 4187/1: iop: unify time implementation across iop32x, iop33x, and iop13xx 2007-02-17 15:05:40 +00:00