On Thu, 14 Jan 2010 16:58:29 +0100 Janusz Krzysztofik <[email protected]> wrote:
> Change the way McBSP registers are maintained: store values written to the > device in a cache in order to make use of those cached values when > convenient. > > This could help for developing the McBSP context save/restore features, as > well as solve the problem of possible register corruption, experienced on > OMAP1510 based Amstrad Delta board at least. > Looks good. I tested the set by running following loop for some time on BeagleBoard without any problems: while [ 1 ]; do (arecord -f dat -d 3 |aplay); sleep 7; done Acked-by: Jarkko Nikula <[email protected]> -- To unsubscribe from this list: send the line "unsubscribe linux-omap" in the body of a message to [email protected] More majordomo info at http://vger.kernel.org/majordomo-info.html
