Re: [PATCH 1/1] staging: Driver for downloading Xilinx FPGA image

2014-01-09 Thread Insop Song
On Wed, Jan 8, 2014 at 10:16 PM, Greg KH gre...@linuxfoundation.org wrote: On Wed, Jan 08, 2014 at 10:00:15PM -0800, Insop Song wrote: This module downloads Xilinx FPGA image using gpio pins DESIGN -- * load Xilinx FPGA bitstream format[1] image using kernel firmware * framework,

Re: [PATCH 1/1] staging: Driver for downloading Xilinx FPGA image

2014-01-09 Thread Greg KH
On Thu, Jan 09, 2014 at 12:21:06AM -0800, Insop Song wrote: On Wed, Jan 8, 2014 at 10:16 PM, Greg KH gre...@linuxfoundation.org wrote: Why is this driver going into the staging directory? We need a TODO file listing the issues that need to be taken care of in order to be able to move this

Re: [PATCH 1/1] staging: Driver for downloading Xilinx FPGA image

2014-01-09 Thread Insop Song
On Thu, Jan 9, 2014 at 6:32 AM, Greg KH gre...@linuxfoundation.org wrote: On Thu, Jan 09, 2014 at 12:21:06AM -0800, Insop Song wrote: On Wed, Jan 8, 2014 at 10:16 PM, Greg KH gre...@linuxfoundation.org wrote: Why is this driver going into the staging directory? We need a TODO file listing

Re: [PATCH 1/1] staging: Driver for downloading Xilinx FPGA image

2014-01-08 Thread Greg KH
On Wed, Jan 08, 2014 at 10:00:15PM -0800, Insop Song wrote: This module downloads Xilinx FPGA image using gpio pins DESIGN -- * load Xilinx FPGA bitstream format[1] image using kernel firmware * framework, request_firmware() Odd formatting of the changelog entry, care to fix this up?

[PATCH 1/1] staging: Driver for downloading Xilinx FPGA image

2014-01-08 Thread Insop Song
This module downloads Xilinx FPGA image using gpio pins DESIGN -- * load Xilinx FPGA bitstream format[1] image using kernel firmware * framework, request_firmware() * program the Xilinx FPGA using SelectMAP (parallel) mode [2] * FPGA prgram is done by gpio based bit-banging, as an example *