Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753449AbcJIHZj (ORCPT ); Sun, 9 Oct 2016 03:25:39 -0400 Received: from mail-pa0-f68.google.com ([209.85.220.68]:34590 "EHLO mail-pa0-f68.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752188AbcJIHZh (ORCPT ); Sun, 9 Oct 2016 03:25:37 -0400 Subject: Re: [PATCH v2 00/12] Fixes, cleanup and g_NCR5380_mmio/g_NCR5380 merger To: Finn Thain , "James E.J. Bottomley" , "Martin K. Petersen" References: Cc: Ondrej Zary , linux-scsi@vger.kernel.org, linux-kernel@vger.kernel.org From: Michael Schmitz Message-ID: <14201d58-43a8-0db5-e604-88b75849fa35@gmail.com> Date: Sun, 9 Oct 2016 20:22:49 +1300 User-Agent: Mozilla/5.0 (X11; Linux ppc; rv:45.0) Gecko/20100101 Icedove/45.2.0 MIME-Version: 1.0 In-Reply-To: Content-Type: text/plain; charset=iso-8859-15 Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1376 Lines: 32 > This patch series has fixes for compatibility, reliability and > performance issues and some cleanup. It also includes a new version > of Ondrej Zary's patch that merges g_NCR5380_mmio into g_NCR5380. > > I've tested this patch series on a Powerbook 180. If someone would > test some of the other platforms that would be very helpful. All > drivers were compile-tested. > > Changes since v1: > - rebased on 4.9/scsi-queue > - added reviewed-by tags > - tweaked the order of struct members in patch 7/12 > > > Finn Thain (12): > scsi/g_NCR5380: Merge g_NCR5380 and g_NCR5380_mmio drivers > scsi/cumana_1: Remove unused cumanascsi_setup() function > scsi/atari_scsi: Make device register accessors re-enterant > scsi/ncr5380: Simplify register polling limit > scsi/ncr5380: Increase register polling limit > scsi/ncr5380: Improve hostdata struct member alignment and > cache-ability > scsi/ncr5380: Store IO ports and addresses in host private data > scsi/ncr5380: Use correct types for device register accessors > scsi/ncr5380: Pass hostdata pointer to register polling routines > scsi/ncr5380: Expedite register polling > scsi/ncr5380: Use correct types for DMA routines > scsi/ncr5380: Suppress unhelpful "interrupt without IRQ bit" message Tested on Atari SCSI (Falcon) - no regressions. Tested-by: Michael Schmitz