]> git.baikalelectronics.ru Git - kernel.git/commit
scsi: smartpqi: fully convert to the generic DMA API
authorChristoph Hellwig <hch@lst.de>
Thu, 11 Oct 2018 07:47:59 +0000 (09:47 +0200)
committerMartin K. Petersen <martin.petersen@oracle.com>
Thu, 18 Oct 2018 01:58:53 +0000 (21:58 -0400)
commit1e8fa945c50b164ce3b55ddd8d6e1427c0eded05
tree9049aeac52cd73880f0d7432b0d867be8cb5f5e5
parentc7de2c13a8e1c125a3b52a18829a44cf8440b348
scsi: smartpqi: fully convert to the generic DMA API

The driver is currently using an odd mix of legacy PCI DMA API and
generic DMA API calls, switch it over to the generic API entirely.

Signed-off-by: Christoph Hellwig <hch@lst.de>
Tested-by: Don Brace <don.brace@microchip.com>
Acked-by: Don Brace <don.brace@microchip.com>
Reviewed-by: Johannes Thumshirn <jthumshirn@suse.de>
Signed-off-by: Martin K. Petersen <martin.petersen@oracle.com>
drivers/scsi/smartpqi/smartpqi_init.c
drivers/scsi/smartpqi/smartpqi_sis.c