[PATCH 08/22] ncr5380: Use DMA hooks for PDMA

Hannes Reinecke hare at suse.de
Mon Mar 14 00:34:55 PDT 2016


On 03/14/2016 05:27 AM, Finn Thain wrote:
> Those wrapper drivers which use DMA define the REAL_DMA macro and
> those which use pseudo DMA define PSEUDO_DMA. These macros need to be
> removed for a number of reasons, not least of which is to have drivers
> share more code.
> 
> Redefine the PDMA send and receive hooks as DMA setup hooks, so that the
> DMA code can be shared by all 5380 wrapper drivers. This will help to
> reunify the forked core driver.
> 
> Signed-off-by: Finn Thain <fthain at telegraphics.com.au>
> 
> ---
>  drivers/scsi/NCR5380.c      |   10 ++--------
>  drivers/scsi/arm/cumana_1.c |   10 ++++++----
>  drivers/scsi/arm/oak.c      |   10 ++++++----
>  drivers/scsi/dmx3191d.c     |    4 ++--
>  drivers/scsi/dtc.c          |    6 ++++--
>  drivers/scsi/dtc.h          |    2 ++
>  drivers/scsi/g_NCR5380.c    |   10 ++++++----
>  drivers/scsi/g_NCR5380.h    |    4 ++--
>  drivers/scsi/mac_scsi.c     |    5 ++---
>  drivers/scsi/pas16.c        |   14 ++++++++------
>  drivers/scsi/pas16.h        |    2 ++
>  drivers/scsi/t128.c         |   12 ++++++------
>  drivers/scsi/t128.h         |    2 ++
>  13 files changed, 50 insertions(+), 41 deletions(-)
> 
Reviewed-by: Hannes Reinecke <hare at suse.com>

Cheers,

Hannes
-- 
Dr. Hannes Reinecke		   Teamlead Storage & Networking
hare at suse.de			               +49 911 74053 688
SUSE LINUX GmbH, Maxfeldstr. 5, 90409 Nürnberg
GF: F. Imendörffer, J. Smithard, J. Guild, D. Upmanyu, G. Norton
HRB 21284 (AG Nürnberg)



More information about the linux-arm-kernel mailing list