Re: [PATCH 02/11] spi/pxa2xx: convert to the pump message infrastructure

2013-01-17 Thread Linus Walleij
On Mon, Jan 7, 2013 at 11:44 AM, Mika Westerberg wrote: > The SPI core provides infrastructure for standard message queueing so use > that instead of handling everything in the driver. This simplifies the > driver. > > Signed-off-by: Mika Westerberg Wohoo! Acked-by: Linus Walleij Yours, Linus

[PATCH 02/11] spi/pxa2xx: convert to the pump message infrastructure

2013-01-07 Thread Mika Westerberg
The SPI core provides infrastructure for standard message queueing so use that instead of handling everything in the driver. This simplifies the driver. Signed-off-by: Mika Westerberg --- drivers/spi/spi-pxa2xx.c | 212 +++--- 1 file changed, 12 insertion