summaryrefslogtreecommitdiffstats
path: root/arch/blackfin/include/asm/dma-mapping.h
Commit message (Collapse)AuthorAgeFilesLines
* Blackfin: fix dma-mapping build errorsFUJITA Tomonori2009-06-221-0/+13
| | | | | | | | | | The recent deprecation of dma_sync_{sg,single} ironically broke Blackfin systems. This is because we don't define dma_sync_sg_for_cpu at all, so until the DMA asm-generic conversion/cleanup is done after the next release, simply stub out the dma_sync_sg_for_{cpu,device} functions. Signed-off-by: FUJITA Tomonori <fujita.tomonori@lab.ntt.co.jp> Signed-off-by: Mike Frysinger <vapier@gentoo.org>
* Blackfin arch: fix a broken define in dma-mappingMike Frysinger2008-11-181-1/+5
| | | | | | | | | dma_mapping_error is an actual function, so fix broken define with a real inline stub Signed-off-by: Mike Frysinger <vapier.adi@gmail.com> Signed-off-by: Bryan Wu <cooloney@kernel.org>
* Blackfin arch: add dma mapping stub for musb driver portBryan Wu2008-09-221-0/+11
| | | | | Signed-off-by: Bryan Wu <cooloney@kernel.org>
* Blackfin arch: move include/asm-blackfin header files to arch/blackfinBryan Wu2008-08-271-0/+83
Signed-off-by: Bryan Wu <cooloney@kernel.org>
OpenPOWER on IntegriCloud