Re: [PATCH v9 03/13] fpga: xilinx: add bitstream flags to driver desc

2022-06-07 Thread Oleksandr Suvorov
Hi Michal, On Tue, Jun 7, 2022 at 3:47 PM Michal Simek wrote: > > Hi, > > On 6/7/22 13:37, Oleksandr Suvorov wrote: > > Hi Michal, > > > > On Tue, Jun 7, 2022 at 2:32 PM Michal Simek wrote: > >> > >> > >> > >> On 6/1/22 10:46, Oleksandr Suvorov wrote: > >>> Store a set of supported bitstream

Re: [PATCH v9 03/13] fpga: xilinx: add bitstream flags to driver desc

2022-06-07 Thread Michal Simek
Hi, On 6/7/22 13:37, Oleksandr Suvorov wrote: Hi Michal, On Tue, Jun 7, 2022 at 2:32 PM Michal Simek wrote: On 6/1/22 10:46, Oleksandr Suvorov wrote: Store a set of supported bitstream types in xilinx_desc structure. It will be used to determine whether an FPGA image is able to be loaded

Re: [PATCH v9 03/13] fpga: xilinx: add bitstream flags to driver desc

2022-06-07 Thread Michal Simek
On 6/1/22 10:46, Oleksandr Suvorov wrote: Store a set of supported bitstream types in xilinx_desc structure. It will be used to determine whether an FPGA image is able to be loaded with a given driver. Signed-off-by: Oleksandr Suvorov --- (no changes since v1) include/versalpl.h | 2 +-

Re: [PATCH v9 03/13] fpga: xilinx: add bitstream flags to driver desc

2022-06-07 Thread Oleksandr Suvorov
Hi Michal, On Tue, Jun 7, 2022 at 2:32 PM Michal Simek wrote: > > > > On 6/1/22 10:46, Oleksandr Suvorov wrote: > > Store a set of supported bitstream types in xilinx_desc structure. > > It will be used to determine whether an FPGA image is able to be > > loaded with a given driver. > > > >

Re: [PATCH v9 03/13] fpga: xilinx: add bitstream flags to driver desc

2022-06-07 Thread Michal Simek
On 6/1/22 10:46, Oleksandr Suvorov wrote: Store a set of supported bitstream types in xilinx_desc structure. It will be used to determine whether an FPGA image is able to be loaded with a given driver. Signed-off-by: Oleksandr Suvorov --- (no changes since v1) include/versalpl.h | 2 +-

[PATCH v9 03/13] fpga: xilinx: add bitstream flags to driver desc

2022-06-01 Thread Oleksandr Suvorov
Store a set of supported bitstream types in xilinx_desc structure. It will be used to determine whether an FPGA image is able to be loaded with a given driver. Signed-off-by: Oleksandr Suvorov --- (no changes since v1) include/versalpl.h | 2 +- include/xilinx.h | 5 +