Re: [U-Boot] [PATCH] arm: socfpga: stratix10: Add generic FPGA reconfig mailbox API for S10

2018-09-30 Thread Marek Vasut
On 09/28/2018 11:29 AM, Ang, Chee Hong wrote: > On Thu, 2018-09-27 at 22:39 +0200, Marek Vasut wrote: >> On 09/27/2018 08:37 AM, Ang, Chee Hong wrote: >>> >>> On Thu, 2018-09-27 at 08:21 +0200, Marek Vasut wrote: On 09/27/2018 07:08 AM, Ang, Chee Hong wrote: > > > On Wed,

Re: [U-Boot] [PATCH] arm: socfpga: stratix10: Add generic FPGA reconfig mailbox API for S10

2018-09-28 Thread Ang, Chee Hong
On Thu, 2018-09-27 at 22:39 +0200, Marek Vasut wrote: > On 09/27/2018 08:37 AM, Ang, Chee Hong wrote: > > > > On Thu, 2018-09-27 at 08:21 +0200, Marek Vasut wrote: > > > > > > On 09/27/2018 07:08 AM, Ang, Chee Hong wrote: > > > > > > > > > > > > On Wed, 2018-09-26 at 16:53 +0200, Marek Vasut

Re: [U-Boot] [PATCH] arm: socfpga: stratix10: Add generic FPGA reconfig mailbox API for S10

2018-09-27 Thread Marek Vasut
On 09/27/2018 08:37 AM, Ang, Chee Hong wrote: > On Thu, 2018-09-27 at 08:21 +0200, Marek Vasut wrote: >> On 09/27/2018 07:08 AM, Ang, Chee Hong wrote: >>> >>> On Wed, 2018-09-26 at 16:53 +0200, Marek Vasut wrote: On 09/26/2018 11:03 AM, chee.hong@intel.com wrote: > > >

Re: [U-Boot] [PATCH] arm: socfpga: stratix10: Add generic FPGA reconfig mailbox API for S10

2018-09-27 Thread Ang, Chee Hong
On Thu, 2018-09-27 at 08:21 +0200, Marek Vasut wrote: > On 09/27/2018 07:08 AM, Ang, Chee Hong wrote: > > > > On Wed, 2018-09-26 at 16:53 +0200, Marek Vasut wrote: > > > > > > On 09/26/2018 11:03 AM, chee.hong@intel.com wrote: > > > > > > > > > > > > From: "Ang, Chee Hong" > > > > > > >

Re: [U-Boot] [PATCH] arm: socfpga: stratix10: Add generic FPGA reconfig mailbox API for S10

2018-09-27 Thread Ang, Chee Hong
On Wed, 2018-09-26 at 16:53 +0200, Marek Vasut wrote: > On 09/26/2018 11:03 AM, chee.hong@intel.com wrote: > > > > From: "Ang, Chee Hong" > > > > Add a generic mailbox API for FPGA reconfig status which can be > > called by others. This new function accepts 2 different mailbox > > commands:

Re: [U-Boot] [PATCH] arm: socfpga: stratix10: Add generic FPGA reconfig mailbox API for S10

2018-09-27 Thread Marek Vasut
On 09/27/2018 07:08 AM, Ang, Chee Hong wrote: > On Wed, 2018-09-26 at 16:53 +0200, Marek Vasut wrote: >> On 09/26/2018 11:03 AM, chee.hong@intel.com wrote: >>> >>> From: "Ang, Chee Hong" >>> >>> Add a generic mailbox API for FPGA reconfig status which can be >>> called by others. This new

Re: [U-Boot] [PATCH] arm: socfpga: stratix10: Add generic FPGA reconfig mailbox API for S10

2018-09-26 Thread Marek Vasut
On 09/26/2018 11:03 AM, chee.hong@intel.com wrote: > From: "Ang, Chee Hong" > > Add a generic mailbox API for FPGA reconfig status which can be > called by others. This new function accepts 2 different mailbox > commands: CONFIG_STATUS or RECONFIG_STATUS. What "others" can call this ? >

[U-Boot] [PATCH] arm: socfpga: stratix10: Add generic FPGA reconfig mailbox API for S10

2018-09-26 Thread chee . hong . ang
From: "Ang, Chee Hong" Add a generic mailbox API for FPGA reconfig status which can be called by others. This new function accepts 2 different mailbox commands: CONFIG_STATUS or RECONFIG_STATUS. Signed-off-by: Ang, Chee Hong --- arch/arm/mach-socfpga/include/mach/mailbox_s10.h | 3 +-