dma: Add SoF and EoF debugging to ipu_idmac.c, minor cleanup
authorGuennadi Liakhovetski <lg@denx.de>
Thu, 2 Apr 2009 09:36:58 +0000 (11:36 +0200)
committerDan Williams <dan.j.williams@intel.com>
Thu, 2 Apr 2009 23:59:10 +0000 (16:59 -0700)
commit8c6db1bbf80123839ec87bdd6cb364aea384623d
tree848b8d42f093c03a046bd9ae204b360b5174ea28
parentd9de451989a88a2003ca06e524aca4665c0c7f06
dma: Add SoF and EoF debugging to ipu_idmac.c, minor cleanup

Add Start-of-Frame and End-of-Frame debugging to ipu_idmac.c, in the
future it might also be needed for the actual video processing in
mx3-camera, at which point, the ISRs will have to be transferred to
mx3_camera.c, for which ipu_irq_map() and ipu_irq_unmap() functions will
have to be exported.

Also simplify a couple of pointer-dereferences.

Signed-off-by: Guennadi Liakhovetski <lg@denx.de>
Signed-off-by: Dan Williams <dan.j.williams@intel.com>
drivers/dma/ipu/ipu_idmac.c