linux-kernel-test/arch/arm/mach-realview
Nicolas Pitre b5ee900258 [ARM] remove a common set of __virt_to_bus definitions
Let's provide an overridable default instead of having every machine
class define __virt_to_bus and __bus_to_virt to the same thing.  What
most platforms are using is bus_addr == phys_addr so such is the default.

One exception is ebsa110 which has no DMA what so ever, so the actual
definition is not important except only for proper compilation.  Also
added a comment about the special footbridge bus translation.

Let's also remove comments alluding to set_dma_addr which is not
(and should not) be commonly used.

Signed-off-by: Nicolas Pitre <nico@marvell.com>
Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>
2008-11-28 15:36:49 +00:00
..
include/mach [ARM] remove a common set of __virt_to_bus definitions 2008-11-28 15:36:49 +00:00
clock.c [ARM] realview: correct MMC clock rate 2008-11-08 23:08:55 +00:00
clock.h [ARM] Add support for ARM RealView board 2005-10-31 14:25:02 +00:00
core.c [ARM] Convert asm/io.h to linux/io.h 2008-09-06 12:10:45 +01:00
core.h [ARM] Convert asm/io.h to linux/io.h 2008-09-06 12:10:45 +01:00
headsmp.S [ARM SMP] Add Realview MPcore SMP support 2005-11-07 21:05:42 +00:00
hotplug.c [ARM SMP] Add CPU hotplug support for Realview MPcore 2005-11-09 13:50:57 +00:00
Kconfig Allow the L2X0 outer cache support to be configurable 2008-04-18 22:43:17 +01:00
localtimer.c [ARM] Convert asm/io.h to linux/io.h 2008-09-06 12:10:45 +01:00
Makefile RealView: Add the configuration and build changes for PB1176 2008-04-18 22:43:16 +01:00
Makefile.boot [ARM] Add support for ARM RealView board 2005-10-31 14:25:02 +00:00
platsmp.c [ARM] Convert asm/io.h to linux/io.h 2008-09-06 12:10:45 +01:00
realview_eb.c [ARM] Convert asm/io.h to linux/io.h 2008-09-06 12:10:45 +01:00
realview_pb11mp.c [ARM] Convert asm/io.h to linux/io.h 2008-09-06 12:10:45 +01:00
realview_pb1176.c [ARM] Convert asm/io.h to linux/io.h 2008-09-06 12:10:45 +01:00