Re: [PATCH] spi/atmel: improve the system suspend/resume functions implementation

2014-10-21 Thread Mark Brown
On Tue, Oct 21, 2014 at 11:43:34AM +0800, Wenyou Yang wrote: > To make it cleaner, the system suspend/resume directly call > the runtime suspend/resume functions > and remove the wapper of CONFIG_PM_RUNTIME, CONFIG_PM_SLEEP. Applied, thanks. signature.asc Description: Digital signature

Re: [PATCH] spi/atmel: improve the system suspend/resume functions implementation

2014-10-21 Thread Nicolas Ferre
On 21/10/2014 05:43, Wenyou Yang : > To make it cleaner, the system suspend/resume directly call > the runtime suspend/resume functions > and remove the wapper of CONFIG_PM_RUNTIME, CONFIG_PM_SLEEP. > > Signed-off-by: Wenyou Yang It looks very neat. Thanks Wenyou and Kevin! If needed:

Re: [PATCH] spi/atmel: improve the system suspend/resume functions implementation

2014-10-21 Thread Kevin Hilman
Wenyou Yang writes: > To make it cleaner, the system suspend/resume directly call > the runtime suspend/resume functions > and remove the wapper of CONFIG_PM_RUNTIME, CONFIG_PM_SLEEP. > > Signed-off-by: Wenyou Yang Acked-by: Kevin Hilman -- To unsubscribe from this list: send the line

Re: [PATCH] spi/atmel: improve the system suspend/resume functions implementation

2014-10-21 Thread Kevin Hilman
Wenyou Yang wenyou.y...@atmel.com writes: To make it cleaner, the system suspend/resume directly call the runtime suspend/resume functions and remove the wapper of CONFIG_PM_RUNTIME, CONFIG_PM_SLEEP. Signed-off-by: Wenyou Yang wenyou.y...@atmel.com Acked-by: Kevin Hilman khil...@linaro.org

Re: [PATCH] spi/atmel: improve the system suspend/resume functions implementation

2014-10-21 Thread Nicolas Ferre
On 21/10/2014 05:43, Wenyou Yang : To make it cleaner, the system suspend/resume directly call the runtime suspend/resume functions and remove the wapper of CONFIG_PM_RUNTIME, CONFIG_PM_SLEEP. Signed-off-by: Wenyou Yang wenyou.y...@atmel.com It looks very neat. Thanks Wenyou and Kevin! If

Re: [PATCH] spi/atmel: improve the system suspend/resume functions implementation

2014-10-21 Thread Mark Brown
On Tue, Oct 21, 2014 at 11:43:34AM +0800, Wenyou Yang wrote: To make it cleaner, the system suspend/resume directly call the runtime suspend/resume functions and remove the wapper of CONFIG_PM_RUNTIME, CONFIG_PM_SLEEP. Applied, thanks. signature.asc Description: Digital signature

[PATCH] spi/atmel: improve the system suspend/resume functions implementation

2014-10-20 Thread Wenyou Yang
To make it cleaner, the system suspend/resume directly call the runtime suspend/resume functions and remove the wapper of CONFIG_PM_RUNTIME, CONFIG_PM_SLEEP. Signed-off-by: Wenyou Yang --- drivers/spi/spi-atmel.c | 61 --- 1 file changed, 26

[PATCH] spi/atmel: improve the system suspend/resume functions implementation

2014-10-20 Thread Wenyou Yang
To make it cleaner, the system suspend/resume directly call the runtime suspend/resume functions and remove the wapper of CONFIG_PM_RUNTIME, CONFIG_PM_SLEEP. Signed-off-by: Wenyou Yang wenyou.y...@atmel.com --- drivers/spi/spi-atmel.c | 61 --- 1