linux-stable/drivers/scsi/aacraid
Christoph Hellwig a0c1c185fb scsi: aacraid: remove bogus GFP_DMA32 specifies
For one GFP_DMA32 does not actually work with kmalloc, as we only have
GFP_DMA and GFP_KERNEL caches, but not GFP_DMA32.  Second the memory
is mapped using the proper DMA API anyway, which would include proper
bounce buffering if needed by the device.

Signed-off-by: Christoph Hellwig <hch@lst.de>
Reviewed-by: Johannes Thumshirn <jthumshirn@suse.de>
Signed-off-by: Martin K. Petersen <martin.petersen@oracle.com>
2018-06-05 21:15:08 -04:00
..
aachba.c scsi: aacraid: Get correct lun count 2018-01-10 23:25:11 -05:00
aacraid.h scsi: aacraid: Auto detect INTx or MSIx mode during sync cmd processing 2018-02-13 21:37:04 -05:00
commctrl.c scsi: aacraid: remove bogus GFP_DMA32 specifies 2018-06-05 21:15:08 -04:00
comminit.c scsi: aacraid: Move code to wait for IO completion to shutdown func 2018-01-03 23:26:42 -05:00
commsup.c scsi: aacraid: Correct hba_send to include iu_type 2018-05-01 23:27:18 -04:00
dpcsup.c scsi: aacraid: Update copyrights 2017-02-03 10:35:04 -05:00
linit.c scsi: aacraid: Insure command thread is not recursively stopped 2018-04-09 21:08:30 -04:00
Makefile
nark.c scsi: aacraid: Update copyrights 2017-02-03 10:35:04 -05:00
rkt.c scsi: aacraid: Update copyrights 2017-02-03 10:35:04 -05:00
rx.c scsi: aacraid: Perform initialization reset only once 2017-11-20 22:32:00 -05:00
sa.c scsi: aacraid: Fix driver oops with dead battery 2018-01-04 01:03:41 -05:00
src.c SCSI for-linus on 20180404 2018-04-05 15:05:53 -07:00
TODO