git.openpandora.org
/
pandora-kernel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
03b36e4
)
[media] v4l: vsp1: Fix VI6_DPR_ROUTE_FP_MASK macro
author
Nobuhiro Iwamatsu
<nobuhiro.iwamatsu.yj@renesas.com>
Thu, 29 Jan 2015 00:53:54 +0000
(22:53 -0200)
committer
Mauro Carvalho Chehab
<mchehab@osg.samsung.com>
Mon, 6 Jul 2015 11:26:07 +0000
(08:26 -0300)
FP bit of VI6_DPR_mod_ROUTE register is 6bit. But VI6_DPR_ROUTE_FP_MASK is set
to 0xFF, this will mask until the reserve bit.
This fixes size for VI6_DPR_ROUTE_FP_MASK.
Signed-off-by: Nobuhiro Iwamatsu <nobuhiro.iwamatsu.yj@renesas.com>
Signed-off-by: Laurent Pinchart <laurent.pinchart+renesas@ideasonboard.com>
Signed-off-by: Mauro Carvalho Chehab <mchehab@osg.samsung.com>
No differences found