diff options
author | Christoph Hellwig <hch@lst.de> | 2021-03-31 09:29:54 +0200 |
---|---|---|
committer | Jens Axboe <axboe@kernel.dk> | 2021-04-06 09:28:17 -0600 |
commit | 2f2fef022c3e7a29680cb5cb45c460d0ae786d05 (patch) | |
tree | ac9ad82bbd8ee4fbb7848a286069282d3e8c98cd /drivers/firewire | |
parent | 39aa56db50b9ca5cad597e561b4b160b6cbbb65b (diff) |
aha1542: use a local bounce buffer
To remove the last user of the unchecked_isa_dma flag and thus the block
layer ISA bounce buffering switch this driver to use its own local bounce
buffer. This has the effect of not needing the chain indirection and
supporting and unlimited number of segments. It does however limit the
transfer size for each command to something that can be reasonable
allocated by dma_alloc_coherent like 8K.
Signed-off-by: Christoph Hellwig <hch@lst.de>
Acked-by: Martin K. Petersen <martin.petersen@oracle.com>
Reviewed-by: Hannes Reinecke <hare@suse.de>
Link: https://lore.kernel.org/r/20210331073001.46776-2-hch@lst.de
Signed-off-by: Jens Axboe <axboe@kernel.dk>
Diffstat (limited to 'drivers/firewire')
0 files changed, 0 insertions, 0 deletions