Received: by 10.213.65.68 with SMTP id h4csp829992imn; Tue, 27 Mar 2018 09:33:00 -0700 (PDT) X-Google-Smtp-Source: AIpwx48QO6gttFrillj5JI+WQrr7GzLS2vcIaUXVapWMC2mE/uprn0/ZE++6YA9KJWzMY8fAFXTH X-Received: by 10.98.31.67 with SMTP id f64mr38287pff.176.1522168380042; Tue, 27 Mar 2018 09:33:00 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1522168380; cv=none; d=google.com; s=arc-20160816; b=YFMqrFF+nrvT7i5E9sl2SgCMYp1vTIkLnFbOxtOTbvU8DsTpq2kQjwrmxRpE7NPDM1 fJZdC2+fuvXfGKN32MMYpCJasW1hEAVbU83+RJoS864X47SCa5WYSJlC5QH7tlrHcEuF vn+SysNeYx8qN+5ajs8joBWX1QpQKySTcxsCldClaHHzr2EiMqWGLaeVJzrB/QGM67zh s1GZw3ncvP5Mz5bafbHCPDs3GeZo7RgYdzo+oFrLUf7MaeU+zOXXwc02Beh3V1rWRy0u t7O+79LOHFUyzAzkc8phSd7lEej3LyOPdRLRqLdtH3iTRE048xp3wpCJ+Tc64G7FI2iV MnBg== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:sender:mime-version:user-agent:references :in-reply-to:message-id:date:subject:cc:to:from :arc-authentication-results; bh=rMvBRUZ33rm2uQC2q00lGgcB6xG45T6uxMyh0SzXwiA=; b=aoj8kVAi7hfkuiJX0xWw/0qMsQra53EXPIPYQhWglQ7i0wISVLeAXrtC1j8HQwlK60 KWJgIyYjzNivMMSb1n7odnj65EGr0gEtnlFFjH69ThGPD/LLGsKrg4aSwq1c2wQHrEF2 Ar2ielwo8Z01KqFaG0rKC6GYnyxAZ2XI6LZFIgWxpRO1gCQkukBw0BlYQX/d7DhxjXuJ vyLupvbFmT/RQZp1DpsEqEeRbx+UpSPWBdWHkiEDZcam6YuHbN0SmADDSmWz2VG6/X3P 9G16meDfC0i7DkXgscx6ba7Opj3/4ka1om/hDshuCwOtEOE2MHrmkdDlW+ytF/qwPmWC 9jYg== ARC-Authentication-Results: i=1; mx.google.com; spf=pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Return-Path: Received: from vger.kernel.org (vger.kernel.org. [209.132.180.67]) by mx.google.com with ESMTP id j20-v6si1645537pll.86.2018.03.27.09.32.45; Tue, 27 Mar 2018 09:33:00 -0700 (PDT) Received-SPF: pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) client-ip=209.132.180.67; Authentication-Results: mx.google.com; spf=pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753293AbeC0QbK (ORCPT + 99 others); Tue, 27 Mar 2018 12:31:10 -0400 Received: from mail.linuxfoundation.org ([140.211.169.12]:42812 "EHLO mail.linuxfoundation.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752027AbeC0QbI (ORCPT ); Tue, 27 Mar 2018 12:31:08 -0400 Received: from localhost (LFbn-1-12247-202.w90-92.abo.wanadoo.fr [90.92.61.202]) by mail.linuxfoundation.org (Postfix) with ESMTPSA id ABF04DA4; Tue, 27 Mar 2018 16:31:07 +0000 (UTC) From: Greg Kroah-Hartman To: linux-kernel@vger.kernel.org Cc: Greg Kroah-Hartman , stable@vger.kernel.org, Hans de Goede , Tejun Heo , Bjorn Helgaas Subject: [PATCH 4.9 09/67] ahci: Add PCI-id for the Highpoint Rocketraid 644L card Date: Tue, 27 Mar 2018 18:27:01 +0200 Message-Id: <20180327162727.204707566@linuxfoundation.org> X-Mailer: git-send-email 2.16.3 In-Reply-To: <20180327162726.702411083@linuxfoundation.org> References: <20180327162726.702411083@linuxfoundation.org> User-Agent: quilt/0.65 X-stable: review MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org 4.9-stable review patch. If anyone has any objections, please let me know. ------------------ From: Hans de Goede commit 28b2182dad43f6f8fcbd167539a26714fd12bd64 upstream. Like the Highpoint Rocketraid 642L and cards using a Marvel 88SE9235 controller in general, this RAID card also supports AHCI mode and short of a custom driver, this is the only way to make it work under Linux. Note that even though the card is called to 644L, it has a product-id of 0x0645. Cc: stable@vger.kernel.org BugLink: https://bugzilla.redhat.com/show_bug.cgi?id=1534106 Signed-off-by: Hans de Goede Signed-off-by: Tejun Heo Acked-by: Bjorn Helgaas Signed-off-by: Greg Kroah-Hartman --- drivers/ata/ahci.c | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) --- a/drivers/ata/ahci.c +++ b/drivers/ata/ahci.c @@ -539,7 +539,9 @@ static const struct pci_device_id ahci_p .driver_data = board_ahci_yes_fbs }, { PCI_DEVICE(PCI_VENDOR_ID_MARVELL_EXT, 0x9230), .driver_data = board_ahci_yes_fbs }, - { PCI_DEVICE(PCI_VENDOR_ID_TTI, 0x0642), + { PCI_DEVICE(PCI_VENDOR_ID_TTI, 0x0642), /* highpoint rocketraid 642L */ + .driver_data = board_ahci_yes_fbs }, + { PCI_DEVICE(PCI_VENDOR_ID_TTI, 0x0645), /* highpoint rocketraid 644L */ .driver_data = board_ahci_yes_fbs }, /* Promise */