ARM: socfpga: move SoC sources to mach-socfpga
authorMasahiro Yamada <yamada.masahiro@socionext.com>
Tue, 21 Apr 2015 11:38:21 +0000 (20:38 +0900)
committerMarek Vasut <marex@denx.de>
Thu, 7 May 2015 03:21:12 +0000 (05:21 +0200)
commit05a217212b41c6342fc1c6be0fe49ce28c9afe40
treea7178e048809fcd4b3abec3ea398d7dada7cf1aa
parent7865f4b0b67ea7108117e68166294b7e95a5ede1
ARM: socfpga: move SoC sources to mach-socfpga

Our recent trend is to collect SoC files into arch/arm/mach-(SOC).

Signed-off-by: Masahiro Yamada <yamada.masahiro@socionext.com>
25 files changed:
arch/arm/Makefile
arch/arm/cpu/armv7/Makefile
arch/arm/cpu/armv7/socfpga/Makefile [deleted file]
arch/arm/cpu/armv7/socfpga/clock_manager.c [deleted file]
arch/arm/cpu/armv7/socfpga/fpga_manager.c [deleted file]
arch/arm/cpu/armv7/socfpga/freeze_controller.c [deleted file]
arch/arm/cpu/armv7/socfpga/misc.c [deleted file]
arch/arm/cpu/armv7/socfpga/reset_manager.c [deleted file]
arch/arm/cpu/armv7/socfpga/scan_manager.c [deleted file]
arch/arm/cpu/armv7/socfpga/spl.c [deleted file]
arch/arm/cpu/armv7/socfpga/system_manager.c [deleted file]
arch/arm/cpu/armv7/socfpga/timer.c [deleted file]
arch/arm/cpu/armv7/socfpga/u-boot-spl.lds [deleted file]
arch/arm/mach-socfpga/Makefile [new file with mode: 0644]
arch/arm/mach-socfpga/clock_manager.c [new file with mode: 0644]
arch/arm/mach-socfpga/fpga_manager.c [new file with mode: 0644]
arch/arm/mach-socfpga/freeze_controller.c [new file with mode: 0644]
arch/arm/mach-socfpga/misc.c [new file with mode: 0644]
arch/arm/mach-socfpga/reset_manager.c [new file with mode: 0644]
arch/arm/mach-socfpga/scan_manager.c [new file with mode: 0644]
arch/arm/mach-socfpga/spl.c [new file with mode: 0644]
arch/arm/mach-socfpga/system_manager.c [new file with mode: 0644]
arch/arm/mach-socfpga/timer.c [new file with mode: 0644]
arch/arm/mach-socfpga/u-boot-spl.lds [new file with mode: 0644]
include/configs/socfpga_common.h