ARM: versatile: merge mach code into a single file
authorRob Herring <robh@kernel.org>
Tue, 8 Dec 2015 20:44:17 +0000 (14:44 -0600)
committerArnd Bergmann <arnd@arndb.de>
Tue, 15 Dec 2015 22:54:43 +0000 (23:54 +0100)
commita70967892111934e292485ce84f1bab38cc55380
tree2ac943af60c7e85f3ebf48009918e213781c71ec
parent16956fed35fecde2201e23458cda193526b19559
ARM: versatile: merge mach code into a single file

With DT-only support now in place and most of the legacy code removed,
the separation of core.c and versatile_dt.c makes little sense. The
headers in mach include directory also have to move for multi-platform
support, but with a single .c file the remaining definitions needed can
also be moved into the versatile_dt.c.

In the move, the system registers and IB2 registers are converted to
run-time mappings and all register accesses converted to use
readl/writel.

Signed-off-by: Rob Herring <robh@kernel.org>
Cc: Russell King <linux@arm.linux.org.uk>
Cc: Linus Walleij <linus.walleij@linaro.org>
Signed-off-by: Arnd Bergmann <arnd@arndb.de>
arch/arm/mach-versatile/Makefile
arch/arm/mach-versatile/core.c [deleted file]
arch/arm/mach-versatile/core.h [deleted file]
arch/arm/mach-versatile/include/mach/hardware.h [deleted file]
arch/arm/mach-versatile/include/mach/platform.h [deleted file]
arch/arm/mach-versatile/versatile_dt.c