kernel-fxtec-pro1x/drivers/scsi/isci
Christoph Hellwig bc5c96748a isci: simplify dma coherent allocation
Remove the insane infrastructure for preallocating coheren DMA regions,
and just allocate the memory where needed.  This also gets rid of the
aligment adjustments given that Documentation/DMA-API-HOWTO.txt sais:

  "The cpu return address and the DMA bus master address are both
   guaranteed to be aligned to the smallest PAGE_SIZE order which
   is greater than or equal to the requested size.  This invariant
   exists (for example) to guarantee that if you allocate a chunk
   which is smaller than or equal to 64 kilobytes, the extent of the
   buffer you receive will not cross a 64K boundary."

Signed-off-by: Christoph Hellwig <hch@lst.de>
[djbw: moved allocation from start to init, re-add memset]
Signed-off-by: Dan Williams <dan.j.williams@intel.com>
2011-07-03 04:00:37 -07:00
..
core isci: simplify dma coherent allocation 2011-07-03 04:00:37 -07:00
firmware isci: namespacecheck cleanups 2011-07-03 04:00:36 -07:00
host.c isci: simplify dma coherent allocation 2011-07-03 04:00:37 -07:00
host.h isci: simplify dma coherent allocation 2011-07-03 04:00:37 -07:00
init.c isci: reorder init to cleanup unneeded declarations 2011-07-03 04:00:36 -07:00
isci.h isci: remove base_controller abstraction 2011-07-03 04:00:37 -07:00
Makefile isci: simplify dma coherent allocation 2011-07-03 04:00:37 -07:00
phy.c isci: fix fragile/conditional isci_host lookups 2011-07-03 04:00:36 -07:00
phy.h
port.c isci: fix fragile/conditional isci_host lookups 2011-07-03 04:00:36 -07:00
port.h isci: fix fragile/conditional isci_host lookups 2011-07-03 04:00:36 -07:00
probe_roms.c isci: fix a build warning 2011-07-03 04:00:36 -07:00
probe_roms.h isci: Remove "screaming" data types 2011-07-03 04:00:36 -07:00
remote_device.c isci: fix fragile/conditional isci_host lookups 2011-07-03 04:00:36 -07:00
remote_device.h isci: fix fragile/conditional isci_host lookups 2011-07-03 04:00:36 -07:00
request.c isci: fix fragile/conditional isci_host lookups 2011-07-03 04:00:36 -07:00
request.h isci: Properly handle requests in the "aborting" state. 2011-07-03 04:00:36 -07:00
sata.c isci: Qualify when the host lock is managed for STP/SATA callbacks. 2011-07-03 04:00:36 -07:00
sata.h
sci_environment.h isci: clean up remaining silicon revision ifdefs in phy init 2011-07-03 03:55:28 -07:00
task.c isci: fix fragile/conditional isci_host lookups 2011-07-03 04:00:36 -07:00
task.h isci: Qualify when the host lock is managed for STP/SATA callbacks. 2011-07-03 04:00:36 -07:00
timers.c isci: rework timer api 2011-07-03 03:55:28 -07:00
timers.h isci: rework timer api 2011-07-03 03:55:28 -07:00