From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751362AbdHDFnW (ORCPT ); Fri, 4 Aug 2017 01:43:22 -0400 Received: from kvm5.telegraphics.com.au ([98.124.60.144]:53448 "EHLO kvm5.telegraphics.com.au" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751274AbdHDFnU (ORCPT ); Fri, 4 Aug 2017 01:43:20 -0400 To: "James E.J. Bottomley" , "Martin K. Petersen" Cc: Thomas Bogendoerfer , David Miller , Hannes Reinecke , Meelis Roos , Michael Schmitz , , Message-Id: From: Finn Thain Subject: [PATCH 0/5] esp_scsi, mac_esp: Various fixes and cleanups Date: Fri, 4 Aug 2017 01:43:19 -0400 (EDT) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org This series has been tested on m68k Macs (ESP236 equivalent). Some more testing with different targets and devices (FAS236 etc) might be nice. Being that the esp_scsi fixes are on error paths, more review may actually be more valuable than more testing... Finn Thain (5): scsi/mac_esp: Avoid type warning from sparse scsi/mac_esp: Fix PIO transfers for MESSAGE IN phase scsi/esp_scsi: Clean up control flow and dead code scsi/esp_scsi: Avoid sending ABORT TASK SET messages scsi/esp_scsi: Always clear msg_out_len after MESSAGE OUT phase drivers/scsi/esp_scsi.c | 53 +++++++++++++++++++++---------------------------- drivers/scsi/esp_scsi.h | 1 - drivers/scsi/mac_esp.c | 37 +++++++++++++++++----------------- 3 files changed, 42 insertions(+), 49 deletions(-) -- 2.13.0