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

2017-05-08 Thread Chee, Tien Fong
On Isn, 2017-05-08 at 12:16 +0200, Marek Vasut wrote: > On 05/08/2017 06:39 AM, Chee, Tien Fong wrote: > > > > On Jum, 2017-05-05 at 13:13 +0200, Marek Vasut wrote: > > > > > > On 05/05/2017 12:26 PM, tien.fong.c...@intel.com wrote: > > > > > > > > > > > > From: Tien Fong Chee

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

2017-05-08 Thread Marek Vasut
On 05/08/2017 06:39 AM, Chee, Tien Fong wrote: > On Jum, 2017-05-05 at 13:13 +0200, Marek Vasut wrote: >> On 05/05/2017 12:26 PM, tien.fong.c...@intel.com wrote: >>> >>> From: Tien Fong Chee >>> >>> Move FPGA driver which is Gen5 specific code into Gen5 files. >>> No

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

2017-05-07 Thread Chee, Tien Fong
On Jum, 2017-05-05 at 13:13 +0200, Marek Vasut wrote: > On 05/05/2017 12:26 PM, tien.fong.c...@intel.com wrote: > > > > From: Tien Fong Chee > > > > Move FPGA driver which is Gen5 specific code into Gen5 files. > > No functional change. > It's a driver, so it should

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

2017-05-05 Thread Marek Vasut
On 05/05/2017 12:26 PM, tien.fong.c...@intel.com wrote: > From: Tien Fong Chee > > Move FPGA driver which is Gen5 specific code into Gen5 files. > No functional change. It's a driver, so it should stay in drivers/ . If you need to split it, split it in drivers/fpga/

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

2017-05-05 Thread tien . fong . chee
From: Tien Fong Chee Move FPGA driver which is Gen5 specific code into Gen5 files. No functional change. Signed-off-by: Tien Fong Chee --- arch/arm/mach-socfpga/Makefile |2 +-