On Tue, Aug 21, 2012 at 11:17 PM, Marek Vasut <marex at denx.de> wrote:
> int mxs_dma_go(int chan)
> {
> - uint32_t timeout = 10000;
> + uint32_t timeout = 10000000;
Should we use a proper timeout mechanism instead?
Reagards,
Fabio Estevam