[<prev] [next>] [day] [month] [year] [list]
Message-Id: <cover.1623579808.git.christophe.jaillet@wanadoo.fr>
Date: Sun, 13 Jun 2021 12:25:53 +0200
From: Christophe JAILLET <christophe.jaillet@...adoo.fr>
To: sathya.prakash@...adcom.com, sreekanth.reddy@...adcom.com,
suganath-prabu.subramani@...adcom.com
Cc: MPT-FusionLinux.pdl@...adcom.com, linux-scsi@...r.kernel.org,
linux-kernel@...r.kernel.org, kernel-janitors@...r.kernel.org,
Christophe JAILLET <christophe.jaillet@...adoo.fr>
Subject: [PATCH 0/2] scsi: mptsas: switch from 'pci_' to 'dma_' API
In order to convert this file to the dma_ API, 2 steps are proposed.
The first one is purely mechanical. All the updated memory allocations can
use GFP_KERNEL because of 'mpt_config()' calls. This function can sleep so
it sounds like a reasonable assumption to use GFP_KERNEL.
The 2nd patch is slighly more subtle. It is sent separatly to ease review.
Christophe JAILLET (2):
scsi: mptsas: switch from 'pci_' to 'dma_' API
scsi: mptsas: switch from 'pci_' to 'dma_' API in
'mptsas_exp_repmanufacture_info()'
drivers/message/fusion/mptsas.c | 138 ++++++++++++++++----------------
1 file changed, 70 insertions(+), 68 deletions(-)
--
2.30.2
Powered by blists - more mailing lists