Re: [PATCH] spi: atmel: add missing spi_master_{resume,suspend} calls to PM callbacks

2014-03-04 Thread Mark Brown
On Wed, Mar 05, 2014 at 11:29:01AM +0800, Wenyou Yang wrote: > The PM callbacks implemented by the spi-atmel driver don't call > spi_master_{resume,suspend}, fix that. Applied, thanks. signature.asc Description: Digital signature

[PATCH] spi: atmel: add missing spi_master_{resume,suspend} calls to PM callbacks

2014-03-04 Thread Wenyou Yang
The PM callbacks implemented by the spi-atmel driver don't call spi_master_{resume,suspend}, fix that. Signed-off-by: Wenyou Yang --- Hi Mark, The patch is based on the branch: for-next git://git.kernel.org/pub/scm/linux/kernel/git/broonie/spi.git Best Regards, Wenyou Yang drivers/spi/spi-at