[PATCH v3 07/12] scsi/ncr5380: Store IO ports and addresses in host private data

Russell King - ARM Linux linux at armlinux.org.uk
Mon Oct 10 02:19:49 PDT 2016


On Mon, Oct 10, 2016 at 12:46:53AM -0400, Finn Thain wrote:
> The various 5380 drivers inconsistently store register pointers
> either in the Scsi_Host struct "legacy crap" area or in special,
> board-specific members of the NCR5380_hostdata struct. Uniform
> use of the latter struct makes for simpler and faster code (see
> the following patches) and helps to reduce use of the
> NCR5380_implementation_fields macro.
> 
> Signed-off-by: Finn Thain <fthain at telegraphics.com.au>
> Reviewed-by: Hannes Reinecke <hare at suse.com>
> Tested-by: Ondrej Zary <linux at rainbow-software.org>
> Tested-by: Michael Schmitz <schmitzmic at gmail.com>
> ---
>  drivers/scsi/arm/cumana_1.c | 60 ++++++++++++++++++++--------------------
>  drivers/scsi/arm/oak.c      | 23 ++++++++--------

For these two,

Acked-by: Russell King <rmk+kernel at armlinux.org.uk>

-- 
RMK's Patch system: http://www.armlinux.org.uk/developer/patches/
FTTC broadband for 0.8mile line: currently at 9.6Mbps down 400kbps up
according to speedtest.net.



More information about the linux-arm-kernel mailing list