Re: [PATCH v2] spi: QUP based bus driver for Qualcomm MSM chipsets

2012-01-23 Thread David Brown
On Mon, Jan 23, 2012 at 10:42:20AM +, Russell King - ARM Linux wrote: > Not specific to this patch, but I notice that you have in your headers: > > In-Reply-To: > References: > > This is rather annoying, because it means that anyone else who has the > same lines ends up having their message

Re: [PATCH v2] spi: QUP based bus driver for Qualcomm MSM chipsets

2012-01-23 Thread Grant Likely
On Wed, Dec 07, 2011 at 11:37:58PM +0100, Wolfram Sang wrote: > On Mon, Nov 14, 2011 at 02:58:27PM -0700, Harini Jayaraman wrote: > > This bus driver supports the QUP SPI hardware controller in the Qualcomm > > MSM SOCs. The Qualcomm Universal Peripheral Engine (QUP) is a general > > purpose data p

Re: [PATCH v2] spi: QUP based bus driver for Qualcomm MSM chipsets

2012-01-23 Thread Russell King - ARM Linux
Not specific to this patch, but I notice that you have in your headers: In-Reply-To: References: This is rather annoying, because it means that anyone else who has the same lines ends up having their messages attached to your messages as part of the same thread. I think you need to read the do

Re: [PATCH v2] spi: QUP based bus driver for Qualcomm MSM chipsets

2011-12-12 Thread David Brown
On Mon, Dec 12, 2011 at 03:28:19PM -0700, Harini Jayaraman wrote: > Thanks Wolfram for taking time to review this patch. I appreciate > your comments and will incorporate them in to the next version of > the patch. > ... 806 lines of excessive context ... Please trim your replies to only include

Re: [PATCH v2] spi: QUP based bus driver for Qualcomm MSM chipsets

2011-12-12 Thread Harini Jayaraman
On 12/07/2011 03:37 PM, Wolfram Sang wrote: > On Mon, Nov 14, 2011 at 02:58:27PM -0700, Harini Jayaraman wrote: >> This bus driver supports the QUP SPI hardware controller in the Qualcomm >> MSM SOCs. The Qualcomm Universal Peripheral Engine (QUP) is a general >> purpose data path engine with input

[PATCH v2] spi: QUP based bus driver for Qualcomm MSM chipsets

2011-11-14 Thread Harini Jayaraman
This bus driver supports the QUP SPI hardware controller in the Qualcomm MSM SOCs. The Qualcomm Universal Peripheral Engine (QUP) is a general purpose data path engine with input/output FIFOs and an embedded SPI mini-core. The driver currently supports only FIFO mode. Signed-off-by: Harini Jayaram