]> bbs.cooldavid.org Git - net-next-2.6.git/commit
m68knommu: fix DMA support for ColdFire
authorGreg Ungerer <gerg@uclinux.org>
Fri, 17 Apr 2009 13:11:38 +0000 (23:11 +1000)
committerGreg Ungerer <gerg@uclinux.org>
Wed, 22 Apr 2009 04:45:08 +0000 (14:45 +1000)
commitec40f95db753d3bfdbcc43b1505ecf7980cb6492
treecd0428f11e60ff188c41133a82a92ca4035752be
parent830c072b1ea0078396c42db120452fc36516ed1d
m68knommu: fix DMA support for ColdFire

ColdFire CPU family members support DMA (all those with the FEC ethernet
core use it, the rest have dedicated DMA engines). The code support is
just missing a handful of routines for it to be usable by drivers.
Add the missing dma_ functions.

Signed-off-by: Greg Ungerer <gerg@uclinux.org>
arch/m68knommu/Kconfig
arch/m68knommu/kernel/dma.c