Re: [PATCH 2/3] media: atmel-isi: add runtime pm support

2015-03-06 Thread Josh Wu
On 3/5/2015 6:36 PM, Laurent Pinchart wrote: Hi Josh, Thank you for the patch. On Thursday 05 March 2015 13:01:00 Josh Wu wrote: The runtime pm resume/suspend will enable/disable pclk (ISI peripheral clock). And we need to call rumtime_pm_get/put_sync function to make pm resume/suspend.

Re: [PATCH 2/3] media: atmel-isi: add runtime pm support

2015-03-05 Thread Laurent Pinchart
Hi Josh, Thank you for the patch. On Thursday 05 March 2015 13:01:00 Josh Wu wrote: The runtime pm resume/suspend will enable/disable pclk (ISI peripheral clock). And we need to call rumtime_pm_get/put_sync function to make pm resume/suspend. Signed-off-by: Josh Wu josh...@atmel.com ---

[PATCH 2/3] media: atmel-isi: add runtime pm support

2015-03-04 Thread Josh Wu
The runtime pm resume/suspend will enable/disable pclk (ISI peripheral clock). And we need to call rumtime_pm_get/put_sync function to make pm resume/suspend. Signed-off-by: Josh Wu josh...@atmel.com --- drivers/media/platform/soc_camera/atmel-isi.c | 36 --- 1 file