commit | ee75fa2ae0e23f575630923bc598e7dedbb8b21c | [log] [tgz] |
---|---|---|
author | Christoph Hellwig <hch@lst.de> | Thu Oct 18 15:15:16 2018 +0200 |
committer | Jens Axboe <axboe@kernel.dk> | Thu Oct 18 15:14:50 2018 -0600 |
tree | 6e1737475cc336e95e724571ce9f16c2d97004f6 | |
parent | 77a12e51fcf8c6200818e29fe1e90d944bb1af4a [diff] |
mtip32xx: fully switch to the generic DMA API The mtip32xx used an odd mix of the old PCI and the generic DMA API, so switch it over to the generic API entirely. Note that this also removes a weird fallback to just a 32-bit coherent dma mask if the 64-bit dma mask doesn't work, as that can't even happen. Reviewed-by: Johannes Thumshirn <jthumshirn@suse.de> Signed-off-by: Christoph Hellwig <hch@lst.de> Signed-off-by: Jens Axboe <axboe@kernel.dk>