Skip to content

Commit

Permalink
pasemi: DMA engine management library
Browse files Browse the repository at this point in the history
pasemi: DMA engine management library

Introduce a DMA management library to manage the various DMA resources
on the PA Semi SoCs. Since several drivers need to allocate these shared
resources, provide some abstractions as well as allocation/free functions
for channels, etc.

Signed-off-by: Olof Johansson <olof@lixom.net>
Signed-off-by: Jeff Garzik <jeff@garzik.org>
  • Loading branch information
Olof Johansson authored and David S. Miller committed Jan 28, 2008
1 parent 40afa53 commit 8ee9d85
Show file tree
Hide file tree
Showing 4 changed files with 565 additions and 1 deletion.
2 changes: 1 addition & 1 deletion arch/powerpc/platforms/pasemi/Makefile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
obj-y += setup.o pci.o time.o idle.o powersave.o iommu.o
obj-y += setup.o pci.o time.o idle.o powersave.o iommu.o dma_lib.o
obj-$(CONFIG_PPC_PASEMI_MDIO) += gpio_mdio.o
obj-$(CONFIG_ELECTRA_IDE) += electra_ide.o
obj-$(CONFIG_PPC_PASEMI_CPUFREQ) += cpufreq.o
Loading

0 comments on commit 8ee9d85

Please sign in to comment.