On Thu, 27 Nov 2008 00:14:51 +0530 "Trilok Soni" <soni.trilok@xxxxxxxxx> wrote: > + > +/* > + * > + * DMA hardware. > + * > + */ > + > +/* Ack all interrupt on CSR and IRQSTATUS_L0 */ > +static void omap24xxcam_dmahw_ack_all(unsigned long base) Oh, no! yet another dma video buffers handling... Soni, couldn't this be converted to use videobuf? Each time I see a driver implementing a different buffer schema I want to cry... Those handlers seem to be very complex and different buffers implementations lead to different errors that requires lots of time to fix. We should really work to improve a common buffer handler that work fine for all drivers. Cheers, Mauro -- To unsubscribe from this list: send the line "unsubscribe linux-omap" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html