[SPAM] Английский язык за 2 месяца!

2010-02-09 Thread Сверхзапоминание
Alltime scvelrypdgcwxodul stxroasqqlfdkdcvsxz -- SOLARIS 10 is the OS for Data Centers - provides features such as DTrace, Predictive Self Healing and Award Winning ZFS. Get Solaris 10 NOW http://p.sf.net/sfu/solaris-dev2de

Re: [spi-devel-general] PATCH[V2 1/3]: Update Platform files for SPI

2010-02-09 Thread Grant Likely
On Tue, Feb 9, 2010 at 4:07 PM, Tony Lindgren wrote: > * Grant Likely [100209 14:38]: >> On Tue, Feb 9, 2010 at 3:25 PM, Tony Lindgren wrote: >> > * Hemanth V [100203 02:19]: >> >> From ee48142ddc43129a21676dbb56a83e3e7d8063de Mon Sep 17 00:00:00 2001 >> >> From: Hemanth V >> >> Date: Fri, 27

Re: [spi-devel-general] PATCH[V2 1/3]: Update Platform files for SPI

2010-02-09 Thread Tony Lindgren
* Grant Likely [100209 14:38]: > On Tue, Feb 9, 2010 at 3:25 PM, Tony Lindgren wrote: > > * Hemanth V [100203 02:19]: > >> From ee48142ddc43129a21676dbb56a83e3e7d8063de Mon Sep 17 00:00:00 2001 > >> From: Hemanth V > >> Date: Fri, 27 Nov 2009 14:22:30 +0530 > >> Subject: [PATCH] Update platform

Re: [spi-devel-general] PATCH[V2 1/3]: Update Platform files for SPI

2010-02-09 Thread Grant Likely
On Tue, Feb 9, 2010 at 3:25 PM, Tony Lindgren wrote: > * Hemanth V [100203 02:19]: >> From ee48142ddc43129a21676dbb56a83e3e7d8063de Mon Sep 17 00:00:00 2001 >> From: Hemanth V >> Date: Fri, 27 Nov 2009 14:22:30 +0530 >> Subject: [PATCH] Update platform files >> >> This patch updates platform fil

Re: [spi-devel-general] PATCH[V2 1/3]: Update Platform files for SPI

2010-02-09 Thread Tony Lindgren
* Hemanth V [100203 02:19]: > From ee48142ddc43129a21676dbb56a83e3e7d8063de Mon Sep 17 00:00:00 2001 > From: Hemanth V > Date: Fri, 27 Nov 2009 14:22:30 +0530 > Subject: [PATCH] Update platform files > > This patch updates platform files for > fifo, slave support > > Signed-off-by: Hemanth V

[spi-devel-general] Decouvrez vos chiffres de chance, c'est gratuit!

2010-02-09 Thread Maria (St Valentin) par Plein Temps
-- SOLARIS 10 is the OS for Data Centers - provides features such as DTrace, Predictive Self Healing and Award Winning ZFS. Get Solaris 10 NOW http://p.sf.net/sfu/solaris-dev2dev_

[spi-devel-general] [SPAM]

2010-02-09 Thread Johnigan
<>-- The Planet: dedicated and managed hosting, cloud storage, colocation Stay online with enterprise data centers and the best network in the business Choose flexible plans and management services without long-term contr

Re: [spi-devel-general] OMAP3 Slave McSPI driver

2010-02-09 Thread Talis, Gilles
Thanks Hemanth, I'll give it a try with 2.6.29 kernel. Do the patches support McSPI RX interrupt? Or McSPI FIFO full interrupt? Upon receipt of such interrupts, slave client could issue a spi_read. Thanks gilles Texas Instruments France SA, 821 Avenue Jack Kilby, 06270 Villeneuve Loubet. 036

Re: [spi-devel-general] OMAP3 Slave McSPI driver

2010-02-09 Thread Hemanth V
- Original Message - From: "Talis, Gilles" To: Sent: Tuesday, February 09, 2010 3:06 PM Subject: OMAP3 Slave McSPI driver > Hi, > > My customer is using Android 2.6.29 kernel from OMAPZOOM and is looking > for support for slave mode on the SPI driver. > I saw there were patches for th

Re: [spi-devel-general] [RFC][PATCH v2] serial: spi: add spi-uart driver for Maxim 3110

2010-02-09 Thread Alan Cox
> > + for (i = 0; i < len; i++) { > > + obuf[i] = (u8)xmit->buf[xmit->tail] | WD_TAG; > > + xmit->tail = (xmit->tail + 1) & > > + (UART_XMIT_SIZE - 1); > > Could this driver use include/