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

2013-06-19 Thread Mark Brown
On Mon, May 20, 2013 at 12:21:32PM +0530, Girish K S wrote: > From: Girish K S > The 64xx spi driver supports partial polling mode. > Only the last chunk of the transfer length is transferred > or recieved in polling mode. Applied, though I will send a followup since: > +static u32 wait_for_tim

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

2013-06-17 Thread girishks2000
From: Girish K S The 64xx spi driver supports partial polling mode. Only the last chunk of the transfer length is transferred or recieved in polling mode. Some SoC's that adopt this controller might not have have dma interface. This patch adds support for complete polling mode and gives flexibit

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

2013-05-19 Thread Girish K S
From: Girish K S The 64xx spi driver supports partial polling mode. Only the last chunk of the transfer length is transferred or recieved in polling mode. Some SoC's that adopt this controller might not have have dma interface. This patch adds support for complete polling mode and gives flexibit