Re: [LINUX RFC v2 1/4] spi: add support of two chip selects & data stripe

2015-09-11 Thread Harini Katakam
Hi Mark, On Fri, Sep 11, 2015 at 6:06 PM, Mark Brown wrote: > On Fri, Sep 04, 2015 at 12:02:21PM +, Ranjit Abhimanyu Waghmode wrote: > > Please fix your mail client to word wrap within paragraphs and to quote > text without reflowing it - your messages are very hard to read. > >> > > + /* Con

Re: [LINUX RFC v2 1/4] spi: add support of two chip selects & data stripe

2015-09-11 Thread Mark Brown
On Fri, Sep 04, 2015 at 12:02:21PM +, Ranjit Abhimanyu Waghmode wrote: Please fix your mail client to word wrap within paragraphs and to quote text without reflowing it - your messages are very hard to read. > > > + /* Controller may support more than one chip. > > > + * This flag will enabl

Re: [LINUX RFC v2 1/4] spi: add support of two chip selects & data stripe

2015-09-04 Thread Martin Sperl
> On 04.09.2015, at 17:37, Mark Brown wrote: > > On Fri, Sep 04, 2015 at 02:35:52PM +0200, Martin Sperl wrote: >>> On 03.09.2015, at 14:12, Mark Brown wrote: > >>> This isn't saying that the controller supports more than one chip, it's >>> saying that the controller supports asserting more tha

Re: [LINUX RFC v2 1/4] spi: add support of two chip selects & data stripe

2015-09-04 Thread Mark Brown
On Fri, Sep 04, 2015 at 02:35:52PM +0200, Martin Sperl wrote: > > On 03.09.2015, at 14:12, Mark Brown wrote: > > This isn't saying that the controller supports more than one chip, it's > > saying that the controller supports asserting more than one chip select > > at once which isn't the same thi

Re: [LINUX RFC v2 1/4] spi: add support of two chip selects & data stripe

2015-09-04 Thread Martin Sperl
> On 03.09.2015, at 14:12, Mark Brown wrote: > > On Wed, Aug 26, 2015 at 11:56:04AM +0530, Ranjit Waghmode wrote: > >> To support dual parallel mode operation of ZynqMP GQSPI controller >> following API's are added inside the core: > > As covered in SubmittingPatches please try to make each pa

RE: [LINUX RFC v2 1/4] spi: add support of two chip selects & data stripe

2015-09-04 Thread Ranjit Abhimanyu Waghmode
Kalluri > Subject: Re: [LINUX RFC v2 1/4] spi: add support of two chip selects & data > stripe > > On Wed, Aug 26, 2015 at 11:56:04AM +0530, Ranjit Waghmode wrote: > > > To support dual parallel mode operation of ZynqMP GQSPI controller > > following API's are

Re: [LINUX RFC v2 1/4] spi: add support of two chip selects & data stripe

2015-09-03 Thread Mark Brown
On Wed, Aug 26, 2015 at 11:56:04AM +0530, Ranjit Waghmode wrote: > To support dual parallel mode operation of ZynqMP GQSPI controller > following API's are added inside the core: As covered in SubmittingPatches please try to make each patch a single change rather than having multiple separate cha