OSDN Git Service

v4l: vsp1: Set the SRU CTRL0 register when starting the stream
authorLaurent Pinchart <laurent.pinchart+renesas@ideasonboard.com>
Wed, 9 Sep 2015 14:38:56 +0000 (11:38 -0300)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Wed, 20 Apr 2016 06:42:09 +0000 (15:42 +0900)
commit5da980e3a596b34825678f5892d2e8a23626049b
tree8cd88e680a5c1f9438b7ebc44639f719e8e66f6c
parent4d4b032bd7bb43650a71dd804eb9bbb589d3d818
v4l: vsp1: Set the SRU CTRL0 register when starting the stream

commit f6acfcdc5b8cdc9ddd53a459361820b9efe958c4 upstream.

Commit 58f896d859ce ("[media] v4l: vsp1: sru: Make the intensity
controllable during streaming") refactored the stream start code and
removed the SRU CTRL0 register write by mistake. Add it back.

Fixes: 58f896d859ce ("[media] v4l: vsp1: sru: Make the intensity controllable during streaming")

Signed-off-by: Laurent Pinchart <laurent.pinchart+renesas@ideasonboard.com>
Signed-off-by: Mauro Carvalho Chehab <mchehab@osg.samsung.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/media/platform/vsp1/vsp1_sru.c