]> 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)
commit0e0522f8cedd4a7e4748db25d53bd51edeb2e400
tree9483adb9a93e650df46df2587cc7845069fa2155
parentd18e57e090d422bbe802dcc98f32d45f2d73ba47
[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