]> git.karo-electronics.de Git - karo-tx-linux.git/commit
[media] V4L: mx2_camera: remove unsupported i.MX27 DMA mode, make EMMA mandatory
authorSascha Hauer <s.hauer@pengutronix.de>
Mon, 20 Feb 2012 10:55:24 +0000 (07:55 -0300)
committerMauro Carvalho Chehab <mchehab@redhat.com>
Thu, 8 Mar 2012 12:37:21 +0000 (09:37 -0300)
commit2c9ba37d7a4e889d51cba320cbfa4ce53880b2b0
tree7fe290bd109ca44db53d5e693580b8901d6b4a8b
parent34817174fca0c5512c2d5b6ea0fc37a0337ce1d8
[media] V4L: mx2_camera: remove unsupported i.MX27 DMA mode, make EMMA mandatory

The i.MX27 DMA support was introduced with the initial commit of this
driver and originally created by me. However, I never got this stable
due to the racy DMA engine and used the EMMA engine instead. As the DMA
support is most probably unused and broken in its current state, remove
it. EMMA becomes the only supported mode on i.MX27.

This also helps us get rid of another user of the legacy i.MX DMA
support and remove the dependency on ARCH_MX* macros as these are
scheduled for removal.

Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
[g.liakhovetski@gmx.de: remove unused goto]
Signed-off-by: Guennadi Liakhovetski <g.liakhovetski@gmx.de>
Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
drivers/media/video/mx2_camera.c