[PATCH 1/3] spi: s3c64xx: added support for polling mode

Girish KS girishks2000 at gmail.com
Wed Apr 24 05:37:47 EDT 2013


On Tue, Apr 23, 2013 at 8:45 PM, Mark Brown <broonie at kernel.org> wrote:
> On Mon, Apr 22, 2013 at 12:39:23PM +0530, Girish K S wrote:
>> From: Girish K S <girishks2000 at gmail.com>
>>
>> The 64xx spi driver supports partial polling mode.
>> Only the last chunk of the transfer length is transferred
>> or recieved in polling mode.
>
> This appears to have a very noticable negative impact on SPI performance
> on my S3C6410 based system.  Not delved into it to test why but are you
> sure it's not mistakenly selecting polling?

If forced to polling you should see this message "Unable to get SPI rx
dma resource. Switching to poll mode". same if Tx dma resource is not
available from platform data.
Anyways let me cross check again on my tested systems.



More information about the linux-arm-kernel mailing list