Re: [PATCH 2/9] SPI: Refactor spi-orion to use SPI framework queue.

2012-06-10 Thread Linus Walleij
On Sun, Jun 10, 2012 at 12:31 PM, Andrew Lunn wrote: > Replace the deprecated master->transfer with transfer_one_message() > and allow the SPI subsystem handle all the queuing of messages. > > Signed-off-by: Andrew Lunn > Acked-by: Linus Walleij Looks good to me: Acked-by: Linus Walleij Your

[PATCH 2/9] SPI: Refactor spi-orion to use SPI framework queue.

2012-06-10 Thread Andrew Lunn
Replace the deprecated master->transfer with transfer_one_message() and allow the SPI subsystem handle all the queuing of messages. Signed-off-by: Andrew Lunn Acked-by: Linus Walleij --- drivers/spi/spi-orion.c | 209 ++- 1 file changed, 61 insertion