RE: [PATCH] fpga: dfl: improve configuration of dfl pci devices

2020-06-29 Thread Wu, Hao
;> Cc: m...@kernel.org; linux-f...@vger.kernel.org; linux- > >> ker...@vger.kernel.org; Wu, Hao ; > >> matthew.gerl...@linux.intel.com > >> Subject: Re: [PATCH] fpga: dfl: improve configuration of dfl pci devices > >> > >> I think maybe we don't have

Re: [PATCH] fpga: dfl: improve configuration of dfl pci devices

2020-06-29 Thread kernel test robot
Hi, Thank you for the patch! Perhaps something to improve: [auto build test WARNING on linus/master] [also build test WARNING on v5.8-rc3 next-20200629] [If your patch is applied to the wrong git tree, kindly drop us a note. And when submitting patch, we suggest to use as documented in https://g

Re: [PATCH] fpga: dfl: improve configuration of dfl pci devices

2020-06-29 Thread Tom Rix
- >> ker...@vger.kernel.org; Wu, Hao ; >> matthew.gerl...@linux.intel.com >> Subject: Re: [PATCH] fpga: dfl: improve configuration of dfl pci devices >> >> I think maybe we don't have to select them all. It is now possible for >> FPGA DFL boards to work without FME

Re: [PATCH] fpga: dfl: improve configuration of dfl pci devices

2020-06-29 Thread kernel test robot
Hi, Thank you for the patch! Yet something to improve: [auto build test ERROR on linus/master] [also build test ERROR on v5.8-rc3 next-20200629] [If your patch is applied to the wrong git tree, kindly drop us a note. And when submitting patch, we suggest to use as documented in https://git-scm.c

RE: [PATCH] fpga: dfl: improve configuration of dfl pci devices

2020-06-28 Thread Wu, Hao
.intel.com > Subject: Re: [PATCH] fpga: dfl: improve configuration of dfl pci devices > > I think maybe we don't have to select them all. It is now possible for > FPGA DFL boards to work without FME or AFU, providing limited > functionality. It is possible designers trim the bi

Re: [PATCH] fpga: dfl: improve configuration of dfl pci devices

2020-06-28 Thread Xu Yilun
I think maybe we don't have to select them all. It is now possible for FPGA DFL boards to work without FME or AFU, providing limited functionality. It is possible designers trim the bitstream for their purpose, and also need a smaller driver set. I think we may add "default FPGA_DFL" for FPGA_DFL_

[PATCH] fpga: dfl: improve configuration of dfl pci devices

2020-06-28 Thread trix
From: Tom Rix To use a dfl pci device, several dfl configs need to be selected. This is tedious and error prone. So automagically select the needed configs when FPGA_DFL_PCI is selected. Signed-off-by: Tom Rix --- drivers/fpga/Kconfig | 36 +--- 1 file changed,