]> git.ipfire.org Git - people/ms/u-boot.git/commit
arm: socfpga: Restructure FPGA driver in the preparation to support A10
authorTien Fong Chee <tien.fong.chee@intel.com>
Wed, 26 Jul 2017 05:05:38 +0000 (13:05 +0800)
committerMarek Vasut <marex@denx.de>
Wed, 26 Jul 2017 08:31:44 +0000 (10:31 +0200)
commit6867e19a439264c80354cdd297f68fa22a98c632
tree33330441ea3cb9e890940b20131eedad97b491a7
parent6a34af5b411ed316b66547ac575d2669df223dc6
arm: socfpga: Restructure FPGA driver in the preparation to support A10

Move FPGA driver which is Gen5 specific code into Gen5 driver file
and keeping common FPGA driver intact. All the changes are still keeping
in driver/fpga/ and no functional change. Subsequent patch would move
FPGA manager driver from arch/arm into driver/fpga/.

Signed-off-by: Tien Fong Chee <tien.fong.chee@intel.com>
Reviewed-by: Ley Foon Tan <ley.foon.tan@intel.com>
Reviewed-by: Dinh Nguyen <dinguyen@kernel.org>
arch/arm/mach-socfpga/Makefile
arch/arm/mach-socfpga/include/mach/fpga_manager.h
arch/arm/mach-socfpga/include/mach/fpga_manager_gen5.h [new file with mode: 0644]
drivers/fpga/Makefile
drivers/fpga/socfpga.c
drivers/fpga/socfpga_gen5.c [new file with mode: 0644]