History log of /drivers/dma/ioat/hw.h
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
228c4f5cfbf1cda411d9aa7204a612a63c89b1e8 20-Nov-2009 Dan Williams <dan.j.williams@intel.com> ioat3: dca and raid operations are incompatible

RAID operations cause a system hang on platforms with DCA
(Direct-Cache-Access) enabled. So turn off RAID capabilities in this
case.

Signed-off-by: Dan Williams <dan.j.williams@intel.com>
/drivers/dma/ioat/hw.h
2aec048cdc4a5a81163a42a61df903f76a27e737 09-Sep-2009 Dan Williams <dan.j.williams@intel.com> ioat3: hardware version 3.2 register / descriptor definitions

ioat3.2 adds raid5 and raid6 offload capabilities.

Signed-off-by: Tom Picard <tom.s.picard@intel.com>
Signed-off-by: Dan Williams <dan.j.williams@intel.com>
/drivers/dma/ioat/hw.h
ad643f54c8514998333bc6c7b201fda2267496be 08-Sep-2009 Dan Williams <dan.j.williams@intel.com> ioat1: trim ioat_dma_desc_sw

Save 4 bytes per software descriptor by transmitting tx_cnt in an unused
portion of the hardware descriptor.

Signed-off-by: Maciej Sosnowski <maciej.sosnowski@intel.com>
Signed-off-by: Dan Williams <dan.j.williams@intel.com>
/drivers/dma/ioat/hw.h
c7984f4e4e3af3bf8027d636283ea8658c7f80b9 28-Jul-2009 Dan Williams <dan.j.williams@intel.com> ioat: define descriptor control bit-field

This cleans up a mess of and'ing and or'ing bit definitions, and allows
simple assignments from the specified dma_ctrl_flags parameter.

Signed-off-by: Maciej Sosnowski <maciej.sosnowski@intel.com>
Signed-off-by: Dan Williams <dan.j.williams@intel.com>
/drivers/dma/ioat/hw.h
e6c0b69a43150c1a37cf342ce5faedf12583bf79 09-Sep-2009 Dan Williams <dan.j.williams@intel.com> ioat: convert ioat_probe to pcim/devm

The driver currently duplicates much of what these routines offer, so
just use the common code. For example ->irq_mode tracks what interrupt
mode was initialized, which duplicates the ->msix_enabled and
->msi_enabled handling in pcim_release.

This also adds a check to the return value of dma_async_device_register,
which can fail.

Signed-off-by: Maciej Sosnowski <maciej.sosnowski@intel.com>
Signed-off-by: Dan Williams <dan.j.williams@intel.com>
/drivers/dma/ioat/hw.h
584ec22759c06cdfc189c03a727f20038526245b 28-Jul-2009 Dan Williams <dan.j.williams@intel.com> 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/ioat/hw.h