]> git.karo-electronics.de Git - karo-tx-linux.git/commit
ioat: Add alignment workaround for IVB platforms
authorDave Jiang <dave.jiang@intel.com>
Mon, 3 Dec 2012 23:08:37 +0000 (16:08 -0700)
committerDan Williams <djbw@fb.com>
Tue, 18 Dec 2012 22:25:19 +0000 (14:25 -0800)
commit370e97b07d80a0d82736f9f11c9ed8f331f482d5
tree7586548c54ce5fdb18794fb6b2b12d444ec978b4
parent2e1d21e8225ea55c83cda31551e60c963af24cc3
ioat: Add alignment workaround for IVB platforms

The PCI IDs for IvyBridge IOAT DMA needs to go into a header file since
dma_v3.c looks them up for certain hardware workarounds. Need to add to the
alignment workaround for IOAT 3.2 since it wasn't fixed in IVB.

Signed-off-by: Dave Jiang <dave.jiang@intel.com>
Signed-off-by: Dan Williams <djbw@fb.com>
drivers/dma/ioat/dma_v3.c
drivers/dma/ioat/hw.h
drivers/dma/ioat/pci.c