Re: [PATCH v3] spi: create a message queueing infrastructure

2012-03-07 Thread Grant Likely
On Tue, Mar 06, 2012 at 12:35:08PM +, Mark Brown wrote: On Tue, Mar 06, 2012 at 01:26:46PM +0100, Linus Walleij wrote: On Wed, Feb 22, 2012 at 10:05 AM, Linus Walleij Cc: Mark Brown broo...@opensource.wolfsonmicro.com Mark can we have your explicit ACK? I'm pretty sure I already

Re: [PATCH v3] spi: create a message queueing infrastructure

2012-03-06 Thread Linus Walleij
On Wed, Feb 22, 2012 at 10:05 AM, Linus Walleij linus.wall...@stericsson.com wrote: From: Linus Walleij linus.wall...@linaro.org This rips the message queue in the PL022 driver out and pushes it into (optional) common infrastructure. Drivers that want to use the message pumping thread will

[PATCH v3] spi: create a message queueing infrastructure

2012-02-22 Thread Linus Walleij
From: Linus Walleij linus.wall...@linaro.org This rips the message queue in the PL022 driver out and pushes it into (optional) common infrastructure. Drivers that want to use the message pumping thread will need to define the new per-messags transfer methods and leave the deprecated transfer()