Re: [PATCH 00/18] spi/xilinx: Speed-up

2015-01-27 Thread Mark Brown
On Tue, Jan 27, 2015 at 11:17:42AM +0100, Ricardo Ribalda Delgado wrote: > On Tue, Jan 27, 2015 at 1:14 AM, Mark Brown wrote: > >> spi/xilinx: Support for spi mode LOOP > >> spi/xilinx: Simplify data read from the Rx FIFO > >> spi-xilinx: Simplify spi_fill_tx_fifo > > spi-xilinx? > Thanks

Re: [PATCH 00/18] spi/xilinx: Speed-up

2015-01-27 Thread Ricardo Ribalda Delgado
Hello Mark On Tue, Jan 27, 2015 at 1:14 AM, Mark Brown wrote: > > In general the best way to present a series is to start off with any bug > fixes (so they can be sent to Linus and stable if needed), then move on > to mechanical and stylistic cleanups (since they tend to be easy to > review and

Re: [PATCH 00/18] spi/xilinx: Speed-up

2015-01-26 Thread Mark Brown
On Fri, Jan 23, 2015 at 05:08:32PM +0100, Ricardo Ribalda Delgado wrote: > This set of patches has been developed after using the core to access a spi > nor flash. The initial performance was not as desired. The following changes > have been done. In general the best way to present a series is to