Hello
On Tue, Jan 27, 2015 at 8:49 PM, Mark Brown wrote:
>
>> https://patchwork.kernel.org/patch/5648351/
>
> Please include plain text descriptions of things in your mails rather
> than just links/numbers.
spi: xilinx: Use standard num-cs binding
Regards!
--
Ricardo Ribalda
--
To unsubscrib
On Tue, Jan 27, 2015 at 08:05:57PM +0100, Ricardo Ribalda Delgado wrote:
> > Right, for short transfers polling tends to win every time over
> > interrupts - if you look at other controller drivers you'll see a lot of
> > them use this technique. The best practice here is generally to use a
> > c
Hello Mark
> Right, for short transfers polling tends to win every time over
> interrupts - if you look at other controller drivers you'll see a lot of
> them use this technique. The best practice here is generally to use a
> copy break and do very short transfers in polling mode and go back to
>
On Fri, Jan 23, 2015 at 05:08:40PM +0100, Ricardo Ribalda Delgado wrote:
> The core can run in polling mode. In fact, the performance of the core
> is similar (or even better), due to the fact most of the spi
> transactions are just a couple of bytes and there is one irq per
> transactions.
> Whe
The core can run in polling mode. In fact, the performance of the core
is similar (or even better), due to the fact most of the spi
transactions are just a couple of bytes and there is one irq per
transactions.
When an mtd device is connected via spi, reading 8MB of data produces
more than 80K int
5 matches
Mail list logo