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

2012-02-15 Thread Linus Walleij
On Fri, Feb 3, 2012 at 3:03 PM, 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 v2] spi: create a message queueing infrastructure

2012-02-03 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()