Skip to content

Commit

Permalink
davinci: add EDMA driver
Browse files Browse the repository at this point in the history
Original code for 2.6.10 and 2.6.28 series done by Texas Instruments
and MontaVista, but major updates and rework done by Troy Kisky and
David Brownell.

Cc: Sergei Shtylyov <sshtylyov@ru.mvista.com>
Cc: Sudhakar Rajashekhara <sudhakar.raj@ti.com>
Cc: Troy Kisky <troy.kisky@boundarydevices.com>
Cc: David Brownell <dbrownell@users.sourceforge.net>
Signed-off-by: Kevin Hilman <khilman@deeprootsystems.com>
  • Loading branch information
Kevin Hilman committed Apr 27, 2009
1 parent e609900 commit a4768d2
Show file tree
Hide file tree
Showing 3 changed files with 1,364 additions and 1 deletion.
2 changes: 1 addition & 1 deletion arch/arm/mach-davinci/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

# Common objects
obj-y := time.o irq.o clock.o serial.o io.o id.o psc.o \
gpio.o mux.o devices.o usb.o
gpio.o mux.o devices.o dma.o usb.o

# Board specific
obj-$(CONFIG_MACH_DAVINCI_EVM) += board-evm.o
Loading

0 comments on commit a4768d2

Please sign in to comment.