Re: [U-Boot] [PATCH v4 2/5] arm: socfpga: Restructure FPGA driver in the preparation to support A10.

2017-05-22 Thread Chee, Tien Fong
On Isn, 2017-05-22 at 10:13 -0500, Dinh Nguyen wrote: > > On 05/18/2017 11:14 PM, tien.fong.c...@intel.com wrote: > > > > From: Tien Fong Chee > > > > Move FPGA driver which is Gen5 specific code into Gen5 driver file > > and keeping common FPGA driver er intact. All

Re: [U-Boot] [PATCH v4 2/5] arm: socfpga: Restructure FPGA driver in the preparation to support A10.

2017-05-22 Thread Dinh Nguyen
On 05/18/2017 11:14 PM, tien.fong.c...@intel.com wrote: > From: Tien Fong Chee > > Move FPGA driver which is Gen5 specific code into Gen5 driver file > and keeping common FPGA driver er intact. All the changes are still keeping remove the 'er'. Also remove the

[U-Boot] [PATCH v4 2/5] arm: socfpga: Restructure FPGA driver in the preparation to support A10.

2017-05-18 Thread tien . fong . chee
From: Tien Fong Chee Move FPGA driver which is Gen5 specific code into Gen5 driver file and keeping common FPGA driver er intact. All the changes are still keeping in driver/fpga/ and no functional change. Subsequent patch would move FPGA manager driver from arch/arm