Re: [PATCH v2 5/7] [media] v4l2-core: Implement dev_pm_ops.prepare()

2015-07-03 Thread Mauro Carvalho Chehab
Hi, Em Fri, 3 Apr 2015 14:57:54 +0200 Tomeu Vizoso escreveu: > Have it return 1 so that video devices that are runtime-suspended won't > be suspended when the system goes to a sleep state. This can make resume > times considerably shorter because these devices don't need to be > resumed when th

[PATCH v2 5/7] [media] v4l2-core: Implement dev_pm_ops.prepare()

2015-04-03 Thread Tomeu Vizoso
Have it return 1 so that video devices that are runtime-suspended won't be suspended when the system goes to a sleep state. This can make resume times considerably shorter because these devices don't need to be resumed when the system is awaken. Signed-off-by: Tomeu Vizoso --- drivers/media/v4l2