ioat: move to drivers/dma/ioat/
authorDan Williams <dan.j.williams@intel.com>
Tue, 28 Jul 2009 21:32:12 +0000 (14:32 -0700)
committerDan Williams <dan.j.williams@intel.com>
Tue, 28 Jul 2009 21:32:12 +0000 (14:32 -0700)
commit584ec22759c06cdfc189c03a727f20038526245b
tree54f4ebb99c3f66f62aeb38d091d1840d88e2ee57
parent07a2039b8eb0af4ff464efd3dfd95de5c02648c6
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>
drivers/dma/Makefile
drivers/dma/ioat/Makefile [new file with mode: 0644]
drivers/dma/ioat/dca.c [moved from drivers/dma/ioat_dca.c with 99% similarity]
drivers/dma/ioat/dma.c [moved from drivers/dma/ioat_dma.c with 99% similarity]
drivers/dma/ioat/dma.h [moved from drivers/dma/ioatdma.h with 99% similarity]
drivers/dma/ioat/hw.h [moved from drivers/dma/ioatdma_hw.h with 100% similarity]
drivers/dma/ioat/pci.c [moved from drivers/dma/ioat.c with 98% similarity]
drivers/dma/ioat/registers.h [moved from drivers/dma/ioatdma_registers.h with 100% similarity]
drivers/idle/i7300_idle.c