Re: [PATCH v4 2/2] fpga manager: Add Xilinx slave serial SPI driver

2017-03-23 Thread Alan Tull
On Thu, Mar 16, 2017 at 9:58 AM, Moritz Fischer wrote: > On Tue, Feb 28, 2017 at 8:40 AM, Anatolij Gustschin wrote: >> The driver loads FPGA firmware over SPI, using the "slave serial" >> configuration interface on Xilinx FPGAs. >> >> Signed-off-by: Anatolij Gustschin > Reviewed-by: Moritz Fisch

Re: [PATCH v4 2/2] fpga manager: Add Xilinx slave serial SPI driver

2017-03-16 Thread Moritz Fischer
On Tue, Feb 28, 2017 at 8:40 AM, Anatolij Gustschin wrote: > The driver loads FPGA firmware over SPI, using the "slave serial" > configuration interface on Xilinx FPGAs. > > Signed-off-by: Anatolij Gustschin Reviewed-by: Moritz Fischer > --- > This patch requires patch https://lkml.org/lkml/2017

Re: [PATCH v4 2/2] fpga manager: Add Xilinx slave serial SPI driver

2017-03-16 Thread Michal Simek
On 28.2.2017 17:40, Anatolij Gustschin wrote: > The driver loads FPGA firmware over SPI, using the "slave serial" > configuration interface on Xilinx FPGAs. > > Signed-off-by: Anatolij Gustschin > --- > This patch requires patch https://lkml.org/lkml/2017/2/15/667 > for building > > Changes in v

[PATCH v4 2/2] fpga manager: Add Xilinx slave serial SPI driver

2017-02-28 Thread Anatolij Gustschin
The driver loads FPGA firmware over SPI, using the "slave serial" configuration interface on Xilinx FPGAs. Signed-off-by: Anatolij Gustschin --- This patch requires patch https://lkml.org/lkml/2017/2/15/667 for building Changes in v4: - increase program latency up to 7.5ms for other Xilinx FPG