[spi-devel-general] SPI devices that require lots of small transfers, how?

2008-12-11 Thread Domen Puncer
Hello! I'm writing a driver for a 2 Mbit/s wireless chip interfaced via SPI. Now, transmit isn't a problem, I can push data out at full speed (interrupt handler just signals with a semaphore that there's a free TX buffer, then in process context I write the next one). I'm having trouble with rece

Re: [spi-devel-general] [PATCH] spi: pxa2xx_spi introduces chipselect GPIO to simplify the common cases

2008-12-11 Thread Eric Miao
On Thu, Dec 11, 2008 at 6:36 PM, David Brownell <[EMAIL PROTECTED]> wrote: > On Thursday 11 December 2008, Eric Miao wrote: >> On Fri, Dec 5, 2008 at 10:28 AM, Eric Miao <[EMAIL PROTECTED]> wrote: >> > David, >> > >> > I have to ping you again on this patch due to the coming merge window. >> > >> >

Re: [spi-devel-general] [PATCH] spi: pxa2xx_spi introduces chipselect GPIO to simplify the common cases

2008-12-11 Thread David Brownell
On Thursday 11 December 2008, Eric Miao wrote: > On Fri, Dec 5, 2008 at 10:28 AM, Eric Miao <[EMAIL PROTECTED]> wrote: > > David, > > > > I have to ping you again on this patch due to the coming merge window. > > > > Well, one week passed and still no response, I'll push this > one through my tree

Re: [spi-devel-general] [PATCH] spi: pxa2xx_spi introduces chipselect GPIO to simplify the common cases

2008-12-11 Thread Eric Miao
On Fri, Dec 5, 2008 at 10:28 AM, Eric Miao <[EMAIL PROTECTED]> wrote: > David, > > I have to ping you again on this patch due to the coming merge window. > Well, one week passed and still no response, I'll push this one through my tree anyway. Thanks -