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

2016-01-05 Thread Måns Rullgård
Wenyou Yang writes: > 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 > Tested-by: Richard Genoud > --- > Hi Mark, > > Thanks for your feedback. > > According to your advice, I p

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

2014-01-09 Thread Mark Brown
On Thu, Jan 09, 2014 at 01:19:15PM +0800, Wenyou Yang wrote: > Replace the deprecated master->transfer with transfer_one_message() > and allow the SPI subsystem handle all the queuing of messages. Applied, thanks. signature.asc Description: Digital signature

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

2014-01-08 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 Tested-by: Richard Genoud --- Hi Mark, Thanks for your feedback. According to your advice, I prepared this version 2. The patch is bas