[RFC/PATCH 2/2] driver: spi: Add quad spi read support

2013-08-04 Thread Sourav Poddar
Since, qspi controller uses quad read. Configuring the command register, if the transfer of data needs dual or quad lines. This patch has been done on top of the following patch[1], which is just the basic idea of adding dual/quad support in spi framework. $subject patch will undergo changes

[RFC/PATCH 2/2] driver: spi: Add quad spi read support

2013-08-01 Thread Sourav Poddar
Since, qspi controller uses quad read. Configuring the command register, if the transfer of data needs dual or quad lines. This patch has been done on top of the following patch[1], which is just the basic idea of adding dual/quad support in spi framework. $subject patch will undergo changes

[RFC/PATCH 2/2] driver: spi: Add quad spi read support

2013-07-30 Thread Sourav Poddar
Since, qspi controller uses quad read. Configuring the command register, if the transfer of data needs dual or quad lines. This patch has been done on top of the following patch[1], which is just the basic idea of adding dual/quad support in spi framework. $subject patch will undergo changes

[RFC/PATCH 2/2] driver: spi: Add quad spi read support

2013-07-29 Thread Sourav Poddar
Since, qspi controller uses quad read. Configuring the command register, if the transfer of data needs dual or quad lines. This patch has been done on top of the following patch[1], which is just the basic idea of adding dual/quad support in spi framework. $subject patch will undergo changes

Re: [RFC/PATCH 2/2] driver: spi: Add quad spi read support

2013-07-29 Thread Felipe Balbi
On Mon, Jul 29, 2013 at 12:52:30PM +0530, Sourav Poddar wrote: Since, qspi controller uses quad read. Configuring the command register, if the transfer of data needs dual or quad lines. This patch has been done on top of the following patch[1], which is just the basic idea of adding

Re: [RFC/PATCH 2/2] driver: spi: Add quad spi read support

2013-07-29 Thread Sourav Poddar
On Monday 29 July 2013 03:02 PM, Felipe Balbi wrote: On Mon, Jul 29, 2013 at 12:52:30PM +0530, Sourav Poddar wrote: Since, qspi controller uses quad read. Configuring the command register, if the transfer of data needs dual or quad lines. This patch has been done on top of the following

Re: [RFC/PATCH 2/2] driver: spi: Add quad spi read support

2013-07-29 Thread Felipe Balbi
On Mon, Jul 29, 2013 at 03:13:07PM +0530, Sourav Poddar wrote: On Monday 29 July 2013 03:02 PM, Felipe Balbi wrote: On Mon, Jul 29, 2013 at 12:52:30PM +0530, Sourav Poddar wrote: Since, qspi controller uses quad read. Configuring the command register, if the transfer of data needs dual or

[RFC/PATCH 2/2] driver: spi: Add quad spi read support

2013-07-26 Thread Sourav Poddar
Since, qspi controller uses quad read. Configuring the command register, if the transfer of data needs dual or quad lines. This patch has been done on top of the following patch[1], which is the basic idea of adding dual/quad support in spi framework. $subject patch will undergo changes with the