Re: [PATCH] spi: s3c64xx: add missing check for polling mode

2013-07-02 Thread Mark Brown
On Tue, Jul 02, 2013 at 12:22:14PM +0530, Girish KS wrote: > Hello Mark, This patch is missing in your pull request for 3.11. is it > possible to add it? No, the pull request has already been sent. signature.asc Description: Digital signature

Re: [PATCH] spi: s3c64xx: add missing check for polling mode

2013-07-01 Thread Girish KS
On Thu, Jun 27, 2013 at 4:45 PM, Mark Brown wrote: > On Thu, Jun 27, 2013 at 12:26:53PM +0530, Girish K S wrote: >> After the patch "spi/s3c64xx: Fix non-dmaengine usage" >> with commit id 563b444e33810f3120838620c990480304e24e63 >> submitted by Mark Brown, the spi device detection in polling >> m

Re: [PATCH] spi: s3c64xx: add missing check for polling mode

2013-06-27 Thread Mark Brown
On Thu, Jun 27, 2013 at 12:26:53PM +0530, Girish K S wrote: > After the patch "spi/s3c64xx: Fix non-dmaengine usage" > with commit id 563b444e33810f3120838620c990480304e24e63 > submitted by Mark Brown, the spi device detection in polling > mode breaks. This revealed the missing check for polling du

[PATCH] spi: s3c64xx: add missing check for polling mode

2013-06-26 Thread Girish K S
After the patch "spi/s3c64xx: Fix non-dmaengine usage" with commit id 563b444e33810f3120838620c990480304e24e63 submitted by Mark Brown, the spi device detection in polling mode breaks. This revealed the missing check for polling during dma prepare. This patch adds the missing check. Signed-off-by: