This series fixes Suspend-to-RAM to make VSP1 driver continue working after resuming. This series includes two patches: - fix simple ref_count bug - add stop/restart the video stream Sei Fumizono (1): v4l: vsp1: Fix Suspend-to-RAM Yoshihiro Kaneko (1): v4l: vsp1: Fix ref_count bug drivers/media/platform/vsp1/vsp1_drv.c | 11 +++-- drivers/media/platform/vsp1/vsp1_video.c | 69 +++++++++++++++++++++++++++++++- drivers/media/platform/vsp1/vsp1_video.h | 5 ++- 3 files changed, 80 insertions(+), 5 deletions(-) v2 [Yoshihiro Kaneko] * compile tested only * As suggested by Laurent Pinchart - separate a patch into two patches - add stop/restart the video stream code to vsp1_pipelines_suspend() and vsp1_pipelines_resume() function in vsp1_video.c. -- 1.9.1 -- To unsubscribe from this list: send the line "unsubscribe linux-media" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html