Re: [U-Boot] [PATCH v1 1/3] arm: socfpga: stratix10: Add Stratix10 FPGA Reconfiguration Driver

2018-04-27 Thread Ang, Chee Hong
On Fri, 2018-04-27 at 09:08 +0200, Marek Vasut wrote: > On 04/27/2018 07:51 AM, Ang, Chee Hong wrote: > [...] > > > > > > > > > > > > > > > > > > > > > > > > > > > + /* Check for any error */ > > > > > > + ret = > > > > > > reconfig_status_resp[RECONFIG_STATUS_STATE]; > >

Re: [U-Boot] [PATCH v1 1/3] arm: socfpga: stratix10: Add Stratix10 FPGA Reconfiguration Driver

2018-04-27 Thread Ang, Chee Hong
On Thu, 2018-04-26 at 14:37 +0200, Marek Vasut wrote: > On 04/26/2018 08:12 AM, Ang, Chee Hong wrote: > > > > On Fri, 2018-04-20 at 05:41 +0200, Marek Vasut wrote: > > > > > > On 04/20/2018 05:26 AM, chee.hong@intel.com wrote: > > > > > > > > > > > > From: Chee Hong Ang

Re: [U-Boot] [PATCH v1 1/3] arm: socfpga: stratix10: Add Stratix10 FPGA Reconfiguration Driver

2018-04-27 Thread Marek Vasut
On 04/27/2018 07:51 AM, Ang, Chee Hong wrote: [...] > + /* Check for any error */ > + ret = > reconfig_status_resp[RECONFIG_STATUS_STATE]; > + if (ret && ret != MBOX_CFGSTAT_STATE_CONFIG) > + return ret; > + > + /* Make

Re: [U-Boot] [PATCH v1 1/3] arm: socfpga: stratix10: Add Stratix10 FPGA Reconfiguration Driver

2018-04-26 Thread Marek Vasut
On 04/26/2018 08:12 AM, Ang, Chee Hong wrote: > On Fri, 2018-04-20 at 05:41 +0200, Marek Vasut wrote: >> On 04/20/2018 05:26 AM, chee.hong@intel.com wrote: >>> >>> From: Chee Hong Ang >>> >>> Enable FPGA reconfiguration support on Stratix10 SoC. >>> >>> Signed-off-by:

Re: [U-Boot] [PATCH v1 1/3] arm: socfpga: stratix10: Add Stratix10 FPGA Reconfiguration Driver

2018-04-26 Thread Ang, Chee Hong
On Fri, 2018-04-20 at 05:41 +0200, Marek Vasut wrote: > On 04/20/2018 05:26 AM, chee.hong@intel.com wrote: > > > > From: Chee Hong Ang > > > > Enable FPGA reconfiguration support on Stratix10 SoC. > > > > Signed-off-by: Chee Hong Ang > >

[U-Boot] [PATCH v1 1/3] arm: socfpga: stratix10: Add Stratix10 FPGA Reconfiguration Driver

2018-04-20 Thread chee . hong . ang
From: Chee Hong Ang Enable FPGA reconfiguration support on Stratix10 SoC. Signed-off-by: Chee Hong Ang --- drivers/fpga/Kconfig | 10 ++ drivers/fpga/Makefile| 1 + drivers/fpga/stratix10.c | 298

Re: [U-Boot] [PATCH v1 1/3] arm: socfpga: stratix10: Add Stratix10 FPGA Reconfiguration Driver

2018-04-20 Thread Marek Vasut
On 04/20/2018 05:26 AM, chee.hong@intel.com wrote: > From: Chee Hong Ang > > Enable FPGA reconfiguration support on Stratix10 SoC. > > Signed-off-by: Chee Hong Ang > --- > drivers/fpga/Kconfig | 10 ++ > drivers/fpga/Makefile| 1