From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-3.8 required=3.0 tests=HEADER_FROM_DIFFERENT_DOMAINS, MAILING_LIST_MULTI,SPF_HELO_NONE,SPF_PASS,URIBL_BLOCKED,USER_AGENT_GIT autolearn=no autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id 7DFD7CA9EC3 for ; Thu, 31 Oct 2019 05:12:02 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id 50AE02067D for ; Thu, 31 Oct 2019 05:12:02 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1726400AbfJaFMC (ORCPT ); Thu, 31 Oct 2019 01:12:02 -0400 Received: from esa4.microchip.iphmx.com ([68.232.154.123]:38875 "EHLO esa4.microchip.iphmx.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1726312AbfJaFMB (ORCPT ); Thu, 31 Oct 2019 01:12:01 -0400 Received-SPF: Pass (esa4.microchip.iphmx.com: domain of viswas.g@microsemi.com designates 208.19.100.23 as permitted sender) identity=mailfrom; client-ip=208.19.100.23; receiver=esa4.microchip.iphmx.com; envelope-from="viswas.g@microsemi.com"; x-sender="viswas.g@microsemi.com"; x-conformance=spf_only; x-record-type="v=spf1"; x-record-text="v=spf1 ip4:208.19.100.20 ip4:208.19.100.21 ip4:208.19.100.22 ip4:208.19.100.23 ip4:208.19.99.221 ip4:208.19.99.222 ip4:208.19.99.223 ip4:208.19.99.225 -all" Received-SPF: None (esa4.microchip.iphmx.com: no sender authenticity information available from domain of postmaster@smtp.microsemi.com) identity=helo; client-ip=208.19.100.23; receiver=esa4.microchip.iphmx.com; envelope-from="viswas.g@microsemi.com"; x-sender="postmaster@smtp.microsemi.com"; x-conformance=spf_only Authentication-Results: esa4.microchip.iphmx.com; dkim=none (message not signed) header.i=none; spf=Pass smtp.mailfrom=viswas.g@microsemi.com; spf=None smtp.helo=postmaster@smtp.microsemi.com; dmarc=fail (p=none dis=none) d=microchip.com IronPort-SDR: ViUzgOxmNLJd8Z7PfCggl9Zf86fqykpu9JEzEVA0tuB0aCjVBOzgTrS2wPr382QmNDioNCrmz3 o/SpjpKb577XNCw9TK2ep6peB5ePkZzA543zL/LGD0zjwIjFz8ErSl57UbrlQBKHUZdDsjdoKH w0NsZ0C9uYEVnwwx/BAS864a5nHEI7xgmSIKQhRQMjuqfW9MNi2TL5W1cySbUIILjhlDGghj93 3k6DSfy2wY+3CGil+xggaJirgUUnqTtaN58IMAy31R1ZkCV9HhGIsdhHie9qXrH/cT4i0nwOR9 +Ww= X-IronPort-AV: E=Sophos;i="5.68,250,1569308400"; d="scan'208";a="53588614" Received: from unknown (HELO smtp.microsemi.com) ([208.19.100.23]) by esa4.microchip.iphmx.com with ESMTP/TLS/AES256-SHA256; 30 Oct 2019 22:12:00 -0700 Received: from AVMBX1.microsemi.net (10.100.34.31) by AVMBX3.microsemi.net (10.100.34.33) with Microsoft SMTP Server (version=TLS1_2, cipher=TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256) id 15.1.1847.3; Wed, 30 Oct 2019 22:12:00 -0700 Received: from localhost (10.41.130.49) by avmbx1.microsemi.net (10.100.34.31) with Microsoft SMTP Server id 15.1.1847.3 via Frontend Transport; Wed, 30 Oct 2019 22:11:59 -0700 From: Deepak Ukey To: CC: , , , , , , , , Subject: [PATCH 00/12] pm80xx : Updates for the driver version 0.1.39. Date: Thu, 31 Oct 2019 10:42:29 +0530 Message-ID: <20191031051241.6762-1-deepak.ukey@microchip.com> X-Mailer: git-send-email 2.19.0-rc1 MIME-Version: 1.0 Content-Transfer-Encoding: 7BIT Content-Type: text/plain; charset=US-ASCII Sender: linux-scsi-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-scsi@vger.kernel.org From: Deepak Ukey This patch set includes some bug fixes and features for pm80xx driver. Deepak Ukey (2): pm80xx : Controller fatal error through sysfs. pm80xx : Modified the logic to collect fatal dump. John Sperbeck (1): pm80xx : Initialize variable used as return status. Vikram Auradkar (3): pm80xx : Convert 'long' mdelay to msleep. pm80xx : Fix dereferencing dangling pointer. pm80xx : Tie the interrupt name to the module instance. ianyar (1): pm80xx : Increase timeout for pm80xx mpi_uninit_check. peter chang (5): pm80xx : Fix for SATA device discovery. pm80xx : Squashed logging cleanup changes. pm80xx : Fix command issue sizing. pm80xx : Cleanup command when a reset times out. pm80xx : Do not request 12G sas speeds. drivers/scsi/pm8001/pm8001_ctl.c | 20 ++ drivers/scsi/pm8001/pm8001_hwi.c | 131 +++++++---- drivers/scsi/pm8001/pm8001_init.c | 34 ++- drivers/scsi/pm8001/pm8001_sas.c | 70 ++++-- drivers/scsi/pm8001/pm8001_sas.h | 24 +- drivers/scsi/pm8001/pm80xx_hwi.c | 447 ++++++++++++++++++++++++++++---------- drivers/scsi/pm8001/pm80xx_hwi.h | 3 + 7 files changed, 546 insertions(+), 183 deletions(-) -- 2.16.3