Re: [PATCH v2 4/7] [media] uvcvideo: Enable runtime PM of descendant devices

2015-04-09 Thread Tomeu Vizoso
On 4 April 2015 at 14:33, Laurent Pinchart laurent.pinch...@ideasonboard.com wrote: Hi Tomeu, Thank you for the patch. Could you please CC me on the whole series for v3 ? Sure. On Friday 03 April 2015 14:57:53 Tomeu Vizoso wrote: So UVC devices can remain runtime-suspended when the system

Re: [PATCH v2 4/7] [media] uvcvideo: Enable runtime PM of descendant devices

2015-04-04 Thread Laurent Pinchart
Hi Tomeu, Thank you for the patch. Could you please CC me on the whole series for v3 ? On Friday 03 April 2015 14:57:53 Tomeu Vizoso wrote: So UVC devices can remain runtime-suspended when the system goes into a sleep state, they and all of their descendant devices need to have runtime PM

[PATCH v2 4/7] [media] uvcvideo: Enable runtime PM of descendant devices

2015-04-03 Thread Tomeu Vizoso
So UVC devices can remain runtime-suspended when the system goes into a sleep state, they and all of their descendant devices need to have runtime PM enable. Signed-off-by: Tomeu Vizoso tomeu.viz...@collabora.com --- drivers/media/usb/uvc/uvc_driver.c | 11 +++ 1 file changed, 11