]> Git Repo - J-u-boot.git/commit
arm: socfpga: Restructure FPGA driver in the preparation to support A10
authorTien Fong Chee <[email protected]>
Wed, 26 Jul 2017 05:05:38 +0000 (13:05 +0800)
committerMarek Vasut <[email protected]>
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 <[email protected]>
Reviewed-by: Ley Foon Tan <[email protected]>
Reviewed-by: Dinh Nguyen <[email protected]>
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]
This page took 0.035085 seconds and 4 git commands to generate.