This website requires JavaScript.
Explore
Help
Register
Sign In
Minki
/
linux
Watch
1
Star
0
Fork
1
You've already forked linux
mirror of
https://github.com/torvalds/linux.git
synced
2024-12-02 17:11:33 +00:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
599d49de7f
linux
/
drivers
/
dma
/
ioat
/
Makefile
3 lines
97 B
Makefile
Raw
Normal View
History
Unescape
Escape
ioat: move to drivers/dma/ioat/ When first created the ioat driver was the only inhabitant of drivers/dma/. Now, it is the only multi-file (more than a .c and a .h) driver in the directory. Moving it to an ioat/ subdirectory allows the naming convention to be cleaned up, and allows for future splitting of the source files by hardware version (v1, v2, and v3). Signed-off-by: Maciej Sosnowski <maciej.sosnowski@intel.com> Signed-off-by: Dan Williams <dan.j.williams@intel.com>
2009-07-28 21:32:12 +00:00
obj-$(CONFIG_INTEL_IOATDMA)
+=
ioatdma.o
dmaengine: ioatdma: move dma prep functions to single location Move all DMA descriptor prepping functions to prep.c file. Fixup all broken bits caused by the move. Signed-off-by: Dave Jiang <dave.jiang@intel.com> Acked-by: Dan Williams <dan.j.williams@intel.com> Signed-off-by: Vinod Koul <vinod.koul@intel.com>
2015-08-11 15:48:49 +00:00
ioatdma-y
:=
init.o dma.o dma_v3.o prep.o dca.o sysfs.o
Reference in New Issue
Copy Permalink