Re: [PATCH 06/17] spi/atmel_spi: add flag to controller data for lock operations

2012-11-15 Thread Shubhrajyoti Datta
On Mon, Nov 12, 2012 at 2:22 PM, Wenyou Yang wenyou.y...@atmel.com wrote: From: Nicolas Ferre nicolas.fe...@atmel.com Will allow to drop the lock during DMA operations. Signed-off-by: Nicolas Ferre nicolas.fe...@atmel.com Cc: grant.lik...@secretlab.ca Cc:

Re: [linux-keystone] [PATCH] spi: davinci: add OF support for the spi controller

2012-11-15 Thread Grant Likely
On Mon, 12 Nov 2012 16:28:22 -0500, Murali Karicheri m-kariche...@ti.com wrote: This adds OF support to DaVinci SPI controller to configure platform data through device bindings. Signed-off-by: Murali Karicheri m-kariche...@ti.com Hi Murali, Comments below... ---

Re: [PATCH] spi: Export OF interfaces.

2012-11-15 Thread Grant Likely
On Wed, 31 Oct 2012 17:57:33 +0200, Pantelis Antoniou pa...@antoniou-consulting.com wrote: Export an interface that other in-kernel users can utilize. Signed-off-by: Pantelis Antoniou pa...@antoniou-consulting.com I'm not going to apply this before an in-kernel user exists for this. I know

Re: [PATCH 02/16] of_spi: add generic binding support to specify cs gpio

2012-11-15 Thread Grant Likely
On Wed, 10 Oct 2012 14:27:20 +0800, Wenyou Yang wenyou.y...@atmel.com wrote: From: Jean-Christophe PLAGNIOL-VILLARD plagn...@jcrosoft.com This will allow to use gpio for chip select with no modification in the driver binding When use the cs-gpios, the gpio number will be passed via the

[PATCH 1/1 v2] of_spi: add generic binding support to specify cs gpio

2012-11-15 Thread Jean-Christophe PLAGNIOL-VILLARD
This will allow to use gpio for chip select with no modification in the driver binding When use the cs-gpios, the gpio number will be passed via the cs_gpio field and the number of chip select will automatically increased with max(hw cs, gpio cs). So if for example the controller has 2 CS

Re: [PATCH] spi: omap2-mcspi: remove duplicated include from spi-omap2-mcspi.c

2012-11-15 Thread Wei Yongjun
On 11/14/2012 11:54 PM, Grant Likely wrote: On Sun, 7 Oct 2012 21:29:21 +0800, Wei Yongjun weiyj...@gmail.com wrote: From: Wei Yongjun yongjun_...@trendmicro.com.cn Remove duplicated include. Applied, thanks. dpatch engine is used to auto generate this patch.