commit | dd3dd384df7f9f77fba6875a606e5a663510cd1d | [log] [tgz] |
---|---|---|
author | Mike Frysinger <vapier.adi@gmail.com> | Wed Jan 07 23:14:39 2009 +0800 |
committer | Bryan Wu <cooloney@kernel.org> | Wed Jan 07 23:14:39 2009 +0800 |
tree | 4838d9fd78192fedc2ba8c6d061b8c5bf3b481d9 | |
parent | 49946e7329fa38d79aed1a9ef4a64c320ada305d [diff] |
Blackfin arch: rewrite dma_memcpy() and dma in/out functions - unify all dma in/out functions (takes ~35 lines of code now) - unify dma_memcpy with dma in/out functions (1 place that touches MDMA0 registers) - add support for 32bit transfers - cleanup dma_memcpy code to be much more readable - irqs are disabled only while programming MDMA registers rather than the entire transaction Signed-off-by: Mike Frysinger <vapier.adi@gmail.com> Signed-off-by: Bryan Wu <cooloney@kernel.org>