]> git.kernelconcepts.de Git - karo-tx-uboot.git/commit
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)
committerLothar Waßmann <LW@KARO-electronics.de>
Tue, 8 Sep 2015 20:37:17 +0000 (22:37 +0200)
commit211172373870f4584e835d1d97fa4cb68f7eeecd
treee77700127d2c57cd989d863b800b44ea614b771d
parent12a3942ac9643c212d4b0239c827d70607ec56b3
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>
14 files changed:
arch/arm/Makefile
arch/arm/cpu/armv7/Makefile
arch/arm/mach-socfpga/Makefile [moved from arch/arm/cpu/armv7/socfpga/Makefile with 100% similarity]
arch/arm/mach-socfpga/clock_manager.c [moved from arch/arm/cpu/armv7/socfpga/clock_manager.c with 100% similarity]
arch/arm/mach-socfpga/fpga_manager.c [moved from arch/arm/cpu/armv7/socfpga/fpga_manager.c with 100% similarity]
arch/arm/mach-socfpga/freeze_controller.c [moved from arch/arm/cpu/armv7/socfpga/freeze_controller.c with 100% similarity]
arch/arm/mach-socfpga/misc.c [moved from arch/arm/cpu/armv7/socfpga/misc.c with 100% similarity]
arch/arm/mach-socfpga/reset_manager.c [moved from arch/arm/cpu/armv7/socfpga/reset_manager.c with 100% similarity]
arch/arm/mach-socfpga/scan_manager.c [moved from arch/arm/cpu/armv7/socfpga/scan_manager.c with 100% similarity]
arch/arm/mach-socfpga/spl.c [moved from arch/arm/cpu/armv7/socfpga/spl.c with 100% similarity]
arch/arm/mach-socfpga/system_manager.c [moved from arch/arm/cpu/armv7/socfpga/system_manager.c with 100% similarity]
arch/arm/mach-socfpga/timer.c [moved from arch/arm/cpu/armv7/socfpga/timer.c with 100% similarity]
arch/arm/mach-socfpga/u-boot-spl.lds [moved from arch/arm/cpu/armv7/socfpga/u-boot-spl.lds with 100% similarity]
include/configs/socfpga_common.h