Re: [PATCH v1 2/3] spi: s3c64xx: Added provision for dedicated cs pin

2013-06-20 Thread Mark Brown
On Thu, Jun 20, 2013 at 02:52:07PM +0530, Girish KS wrote: > Reversing the default assignment for "sdd->cs_gpio" and the following > "if condition" shall handle both dt and non-dt case. Will do it and > resubmit only this patch in the series. You'll need to resend patch 3 as well, I stopped due t

Re: [PATCH v1 2/3] spi: s3c64xx: Added provision for dedicated cs pin

2013-06-20 Thread Girish KS
On Wed, Jun 19, 2013 at 11:53 PM, Mark Brown wrote: > On Mon, May 20, 2013 at 12:21:33PM +0530, Girish K S wrote: >> From: Girish K S >> >> The existing driver supports gpio based /cs signal. >> For controller's that have one device per controller, >> the slave device's /cs signal might be intern

Re: [PATCH v1 2/3] spi: s3c64xx: Added provision for dedicated cs pin

2013-06-19 Thread Mark Brown
On Mon, May 20, 2013 at 12:21:33PM +0530, Girish K S wrote: > From: Girish K S > > The existing driver supports gpio based /cs signal. > For controller's that have one device per controller, > the slave device's /cs signal might be internally controlled > by the chip select bit of slave select re

[RESEND PATCH v1 2/3] spi: s3c64xx: Added provision for dedicated cs pin

2013-06-17 Thread girishks2000
From: Girish K S The existing driver supports gpio based /cs signal. For controller's that have one device per controller, the slave device's /cs signal might be internally controlled by the chip select bit of slave select register. They are not externally asserted/deasserted using gpio pin. Thi

[PATCH v1 2/3] spi: s3c64xx: Added provision for dedicated cs pin

2013-05-19 Thread Girish K S
From: Girish K S The existing driver supports gpio based /cs signal. For controller's that have one device per controller, the slave device's /cs signal might be internally controlled by the chip select bit of slave select register. They are not externally asserted/deasserted using gpio pin. Thi