RE: [PATCH] spi: atmel: Refactor spi-atmel to use SPI framework queue

2014-01-08 Thread Yang, Wenyou
org; linux-arm-ker...@lists.infradead.org > Subject: Re: [PATCH] spi: atmel: Refactor spi-atmel to use SPI framework > queue > > On 08/01/2014 06:49, Wenyou Yang wrote: > > Replace the deprecated master->transfer with transfer_one_message() > > and allow the SPI subsystem handle all the queui

Re: [PATCH] spi: atmel: Refactor spi-atmel to use SPI framework queue

2014-01-08 Thread Mark Brown
On Wed, Jan 08, 2014 at 01:49:48PM +0800, Wenyou Yang wrote: > The patch is based on for-next branch of > git://git.kernel.org/pub/scm/linux/kernel/git/broonie/spi.git Sorry, there was a patch from Richard which got applied but not pushed out - I've pushed it now but it conflicts with this.

Re: [PATCH] spi: atmel: Refactor spi-atmel to use SPI framework queue

2014-01-08 Thread Richard Genoud
On 08/01/2014 06:49, Wenyou Yang wrote: > Replace the deprecated master->transfer with transfer_one_message() > and allow the SPI subsystem handle all the queuing of messages. > > Signed-off-by: Wenyou Yang > --- > Hi Mark, > > The patch is based on for-next branch of > git://git.kernel.or

[PATCH] spi: atmel: Refactor spi-atmel to use SPI framework queue

2014-01-07 Thread Wenyou Yang
Replace the deprecated master->transfer with transfer_one_message() and allow the SPI subsystem handle all the queuing of messages. Signed-off-by: Wenyou Yang --- Hi Mark, The patch is based on for-next branch of git://git.kernel.org/pub/scm/linux/kernel/git/broonie/spi.git It is tested