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
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.
>> >
>>
>
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
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
-