]> git.baikalelectronics.ru Git - kernel.git/commit
[media] coda: simplify frame memory control register handling
authorPhilipp Zabel <p.zabel@pengutronix.de>
Mon, 29 Sep 2014 12:53:46 +0000 (09:53 -0300)
committerMauro Carvalho Chehab <mchehab@osg.samsung.com>
Tue, 28 Oct 2014 16:29:56 +0000 (14:29 -0200)
commitf96b72040a53a0c72b89093e409768db6ca87ed3
tree9483adb9a93e650df46df2587cc7845069fa2155
parentcaadff6912d07c1ae6f81d9249097a9cd48394db
[media] coda: simplify frame memory control register handling

Since the firmware newer writes to FRAME_MEM_CTRL, we can initialize it once
per context (incidentally, we already do write it in coda_hw_init) and never
have to read it back.

Signed-off-by: Philipp Zabel <p.zabel@pengutronix.de>
Signed-off-by: Kamil Debski <k.debski@samsung.com>
Signed-off-by: Mauro Carvalho Chehab <mchehab@osg.samsung.com>
drivers/media/platform/coda/coda-bit.c
drivers/media/platform/coda/coda-common.c