Re: [U-Boot] [PATCH 4/5] arm: socfpga: Add intermediate driver between flash and FPGA manager

2017-08-07 Thread Chee, Tien Fong
On Isn, 2017-08-07 at 10:19 +0200, Marek Vasut wrote: > On 08/07/2017 10:16 AM, Chee, Tien Fong wrote: > > > > On Isn, 2017-07-31 at 12:55 +0200, Marek Vasut wrote: > > > > > > On 07/31/2017 12:50 PM, tien.fong.c...@intel.com wrote: > > > > > > > > > > > > From: Tien Fong Chee

Re: [U-Boot] [PATCH 4/5] arm: socfpga: Add intermediate driver between flash and FPGA manager

2017-08-07 Thread Marek Vasut
On 08/07/2017 10:16 AM, Chee, Tien Fong wrote: > On Isn, 2017-07-31 at 12:55 +0200, Marek Vasut wrote: >> On 07/31/2017 12:50 PM, tien.fong.c...@intel.com wrote: >>> >>> From: Tien Fong Chee >>> >>> Configuration flip-flop driver is mainly used for handling the FPGA >>>

Re: [U-Boot] [PATCH 4/5] arm: socfpga: Add intermediate driver between flash and FPGA manager

2017-08-07 Thread Chee, Tien Fong
On Isn, 2017-07-31 at 12:55 +0200, Marek Vasut wrote: > On 07/31/2017 12:50 PM, tien.fong.c...@intel.com wrote: > > > > From: Tien Fong Chee > > > > Configuration flip-flop driver is mainly used for handling the FPGA > > program > > operation where the FPGA image

Re: [U-Boot] [PATCH 4/5] arm: socfpga: Add intermediate driver between flash and FPGA manager

2017-07-31 Thread Marek Vasut
On 07/31/2017 12:50 PM, tien.fong.c...@intel.com wrote: > From: Tien Fong Chee > > Configuration flip-flop driver is mainly used for handling the FPGA program > operation where the FPGA image loading from the flash into FPGA manager. > > Signed-off-by: Tien Fong Chee