commit | 8380b7e449d800037330011c4e0ab5caeab91a6b | [log] [tgz] |
---|---|---|
author | Hans Verkuil <hans.verkuil@cisco.com> | Sat Mar 14 08:47:01 2015 -0300 |
committer | Mauro Carvalho Chehab <mchehab@osg.samsung.com> | Fri May 01 07:50:28 2015 -0300 |
tree | 5c1575a7cd04d7039db3b5f5df2d257403b7f48d | |
parent | 85ad0a3f68f0ae223293282aecc87fb233a2dda5 [diff] |
[media] marvell-ccic: fix V4L2_PIX_FMT_SBGGR8 support The REG_CTRL0 register was never written if this format was selected, instead an error was logged and whatever was last set in that register was used. Surprisingly, that seems to work if YUYV was selected, but we should program this register explicitly. Signed-off-by: Hans Verkuil <hans.verkuil@cisco.com> Acked-by: Jonathan Corbet <corbet@lwn.net> Signed-off-by: Mauro Carvalho Chehab <mchehab@osg.samsung.com>