Re: [PATCH] SPI: SSP SPI Controller driver

2012-12-17 Thread Linus Walleij
On Tue, Dec 11, 2012 at 9:58 AM, chao bi chao...@intel.com wrote: 1. I understand the workqueue in spi core is for driving message transfer, so SPI driver should not create new workqueue for this usage. However, the workqueue created here is not for this usage it's to call back to SPI

Re: [PATCH] SPI: SSP SPI Controller driver

2012-12-17 Thread Linus Walleij
On Wed, Nov 21, 2012 at 3:16 AM, chao bi chao...@intel.com wrote: This patch is to implement SSP SPI controller driver, which has been applied and validated on intel Moorestown Medfield platform. The patch are originated by Ken Mills ken.k.mi...@intel.com and Sylvain Centelles

Re: [PATCH 3/4 v2] spi: sh-msiof: Add device tree parsing to driver

2012-12-17 Thread Bastian Hecht
Hi Nobuhiro, 2012/12/17 Nobuhiro Iwamatsu iwama...@nigauri.org: Hi, Bastian. On Wed, Dec 12, 2012 at 8:54 PM, Bastian Hecht hec...@gmail.com wrote: From: Bastian Hecht hec...@gmail.com This adds the capability to retrieve setup data from the device tree node. The usage of platform data is

Re: [PATCH 1/1] spi/atmel: add DT support

2012-12-17 Thread Jean-Christophe PLAGNIOL-VILLARD
On 01:03 Sat 15 Dec , Grant Likely wrote: On Wed, 12 Dec 2012 16:13:08 +0100, Jean-Christophe PLAGNIOL-VILLARD plagn...@jcrosoft.com wrote: On 14:37 Fri 23 Nov , Nicolas Ferre wrote: On 11/23/2012 01:44 PM, Jean-Christophe PLAGNIOL-VILLARD : the atmel_spi use only gpio for chip

Re: [PATCH 1/1] spi/atmel: add DT support

2012-12-17 Thread Grant Likely
On Mon, 17 Dec 2012 11:13:51 +0100, Jean-Christophe PLAGNIOL-VILLARD plagn...@jcrosoft.com wrote: On 01:03 Sat 15 Dec , Grant Likely wrote: On Wed, 12 Dec 2012 16:13:08 +0100, Jean-Christophe PLAGNIOL-VILLARD plagn...@jcrosoft.com wrote: On 14:37 Fri 23 Nov , Nicolas Ferre wrote:

[PATCH] spi: remove check for bits_per_word on transfer

2012-12-17 Thread Laxman Dewangan
When spi client does the spi transfer and does not sets the bits_per_word for each transfer then set it as default of spi device in spi core before calling low level transfer. Removing the similar code from different low level drivers as it its duplicate checks and it is no more require.

[PATCH] spi: remove check for bits_per_word on transfer

2012-12-17 Thread Laxman Dewangan
When spi client does the spi transfer and does not sets the bits_per_word for each transfer then set it as default of spi device in spi core before calling low level transfer. Removing the similar code from different low level drivers as it its duplicate checks and it is no more require.

Re: [PATCH] spi: make sure all transfer has bits_per_word set

2012-12-17 Thread Laxman Dewangan
On Thursday 06 December 2012 07:45 PM, Grant Likely wrote: On Mon, 12 Nov 2012 11:03:56 +0100, Jonas Gorskijonas.gor...@gmail.com wrote: Hi, On 9 November 2012 10:06, Laxman Dewanganldewan...@nvidia.com wrote: When spi client does the spi transfer and does not sets the bits_per_word for

Re: [PATCH] spi: remove check for bits_per_word on transfer

2012-12-17 Thread Russell King - ARM Linux
On Mon, Dec 17, 2012 at 11:21:57PM +0530, Laxman Dewangan wrote: When spi client does the spi transfer and does not sets the bits_per_word for each transfer then set it as default of spi device in spi core before calling low level transfer. Err, sorry? To me, the above doesn't make too much

[SPAM] Óculos de sol Tree Hill

2012-12-17 Thread Tree Hill
Seu cliente de e-mail não pode ler este e-mail. Para visualizá-lo on-line, por favor, clique aqui: http://www.vixdroid.com/display.php?M=3705336C=0c825fa573c599c48e0ef209c58e96dcS=1179L=79N=472 Para parar de receber nossos

[SPAM] 你好:税/票――代/开

2012-12-17 Thread 13544100624
您好: 本公司优惠代理全国各地大城市发票; 贵公司如有需要,欢迎您的来电与我联系: 负责人:张先生(0)13544100624 -- LogMeIn Rescue: Anywhere, Anytime Remote support for IT. Free Trial Remotely access PCs and mobile devices and provide instant

^……――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――####################・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・

2012-12-17 Thread farm228694
-- LogMeIn Rescue: Anywhere, Anytime Remote support for IT. Free Trial Remotely access PCs and mobile devices and provide instant support Improve your efficiency, and focus on delivering more value-add services

Re: [PATCH] SPI: SSP SPI Controller driver

2012-12-17 Thread chao bi
Dear Linus, Thanks for your kind comments. Seems you were viewing the 1st version, I've submitted 2nd version and to deliver the 3rd version soon, will include you for review. Please see my comments inline below. On Mon, 2012-12-17 at 12:23 +0100, Linus Walleij wrote: On Wed, Nov 21, 2012 at