]> git.baikalelectronics.ru Git - kernel.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)
commit4e341ec7c77457c68de7bbe43120edbd35ee2f08
tree7fe290bd109ca44db53d5e693580b8901d6b4a8b
parent8859fcf0ef599857c89fa83598f2f6c8dee729e7
[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