From patchwork Thu Apr 12 16:44:08 2018 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: dann frazier X-Patchwork-Id: 897739 Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Authentication-Results: ozlabs.org; spf=none (mailfrom) smtp.mailfrom=lists.ubuntu.com (client-ip=91.189.94.19; helo=huckleberry.canonical.com; envelope-from=kernel-team-bounces@lists.ubuntu.com; receiver=) Authentication-Results: ozlabs.org; dmarc=fail (p=none dis=none) header.from=canonical.com Received: from huckleberry.canonical.com (huckleberry.canonical.com [91.189.94.19]) by ozlabs.org (Postfix) with ESMTP id 40MRbB1HmPz9s19; Fri, 13 Apr 2018 02:44:54 +1000 (AEST) Received: from localhost ([127.0.0.1] helo=huckleberry.canonical.com) by huckleberry.canonical.com with esmtp (Exim 4.86_2) (envelope-from ) id 1f6fL7-0002St-98; Thu, 12 Apr 2018 16:44:49 +0000 Received: from complete.lackof.org ([198.49.126.79]) by huckleberry.canonical.com with esmtps (TLS1.2:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.86_2) (envelope-from ) id 1f6fL0-0002Pk-Pk for kernel-team@lists.ubuntu.com; Thu, 12 Apr 2018 16:44:42 +0000 Received: from localhost (c-73-78-137-212.hsd1.co.comcast.net [73.78.137.212]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by complete.lackof.org (Postfix) with ESMTPSA id 9E99133E0047 for ; Thu, 12 Apr 2018 10:44:39 -0600 (MDT) From: dann frazier To: kernel-team@lists.ubuntu.com Subject: [PATCH 0/4][Bionic] hisi_sas: Revert and replace SAUCE patches w/ upstream Date: Thu, 12 Apr 2018 10:44:08 -0600 Message-Id: <20180412164412.9146-1-dann.frazier@canonical.com> X-Mailer: git-send-email 2.17.0 X-Virus-Scanned: clamav-milter 0.99.2 at complete.lackof.org X-Virus-Status: Clean X-Spam-Status: No, score=0.3 required=5.0 tests=HEADER_FROM_DIFFERENT_DOMAINS, UNPARSEABLE_RELAY autolearn=no autolearn_force=no version=3.4.1 X-Spam-Checker-Version: SpamAssassin 3.4.1 (2015-04-28) on complete.lackof.org X-BeenThere: kernel-team@lists.ubuntu.com X-Mailman-Version: 2.1.20 Precedence: list List-Id: Kernel team discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , MIME-Version: 1.0 Errors-To: kernel-team-bounces@lists.ubuntu.com Sender: "kernel-team" BugLink: https://bugs.launchpad.net/bugs/1762824 We're carrying a couple SAUCE patches for the hisi_sas driver to enable hip08 SoC support. One of the patches is incomplete vs. what landed upstream (module alias should have been pci, not platform), the other includes extra changes that didn't land upstream because they are now fixed in firmware. The upstream patches are clean cherry-picks. Tested on a HiSilicon D06 board. Xiang Chen (1): scsi: hisi_sas: add v3 hw MODULE_DEVICE_TABLE() Xiaofei Tan (1): scsi: hisi_sas: modify some register config for hip08 dann frazier (2): Revert "UBUNTU: SAUCE: scsi: hisi_sas: export device table of v3 hw to userspace" Revert "UBUNTU: SAUCE: scsi: hisi_sas: config for hip08 ES" drivers/scsi/hisi_sas/hisi_sas_v3_hw.c | 25 ++++--------------------- 1 file changed, 4 insertions(+), 21 deletions(-)