Received: by 2002:ac0:a5b6:0:0:0:0:0 with SMTP id m51-v6csp2234723imm; Thu, 7 Jun 2018 07:29:03 -0700 (PDT) X-Google-Smtp-Source: ADUXVKKQH3wfZ54OHuVvFcXI3TTQ+z4rvkxdK7loYW5um3fZj81eXPvQaAdugym3P59IJOdZsuU+ X-Received: by 2002:a62:7db:: with SMTP id 88-v6mr2030555pfh.178.1528381743407; Thu, 07 Jun 2018 07:29:03 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1528381743; cv=none; d=google.com; s=arc-20160816; b=zkb8FIxncco1UyKHoXq6FCt1JHvZIzv9TqHWK24Fi4Dx/Tko5LkVr3VonCSPd6+RQv BOnPpj+iliaepeOT34Iewilcm/BE9JJsY+SNpm6GgwBiATglrzTrHOusxc/SrnlQ7rdj eXi8Zi7H1RjnIqKoj6/9C3g3B8OVMoE9HWO2RnLC91Ib+l22hNZENcFztXvoyf8QdeI8 wXT7jQoEm6mMWmotSA8WU2sdg82uct92DgYDZnOnpPRDykjUe4ucRWkZTCPP3yxhBa0d IwcuigwYprLn3zCERUIuIFgQBEmZ7mK7r/2LvuiZL7A9rE+9Q+oP6TGdlYx17731iILu O3ZA== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:sender:in-reply-to:subject:message-id:date:cc:to :from:mime-version:content-transfer-encoding:content-disposition :arc-authentication-results; bh=t+Yo+Hy4EmzieILikAkOyF1O6FOQTA2Kl06Ty8oHcp4=; b=mj8qsNDLP+viNTUKh1qhilWNqjSGT+1Ekg8D8otVeI2XQsf63m2FiifPIxrGzLWWIN xSUV+PaECugTBTcOlZiymspZIDnkg+sifxqQi92jEt7jhHl8sWh7PNKTAXz68jmS+a2j OOThThMbhqpg2Yf6nb6Z7kVaTKM8+myY0vNGhcwjxL9PsZd0/YcTVfhJircKx+FhQAs+ DUtc0bs1Q4DrY7YDUWyclXz3KS2BiTUy1DVNvWEPLz7elcT/PMeLc0ldd27zAMtqjrhF rMk8RwF4fR7FerJ1vD6jZJXEmTR0JZ09WfY1XVpZ1nmhSbwLkfbupNIJEFQxUDYBUzmU gLGg== 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 b2-v6si10029208pgt.611.2018.06.07.07.28.49; Thu, 07 Jun 2018 07:29:03 -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 S933669AbeFGO0v (ORCPT + 99 others); Thu, 7 Jun 2018 10:26:51 -0400 Received: from shadbolt.e.decadent.org.uk ([88.96.1.126]:40190 "EHLO shadbolt.e.decadent.org.uk" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S932814AbeFGO0s (ORCPT ); Thu, 7 Jun 2018 10:26:48 -0400 Received: from [148.252.241.226] (helo=deadeye) by shadbolt.decadent.org.uk with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.84_2) (envelope-from ) id 1fQvbr-0005dI-VG; Thu, 07 Jun 2018 15:09:52 +0100 Received: from ben by deadeye with local (Exim 4.91) (envelope-from ) id 1fQvb1-0002pv-Ns; Thu, 07 Jun 2018 15:08:59 +0100 Content-Type: text/plain; charset="UTF-8" Content-Disposition: inline Content-Transfer-Encoding: 8bit MIME-Version: 1.0 From: Ben Hutchings To: linux-kernel@vger.kernel.org, stable@vger.kernel.org CC: akpm@linux-foundation.org, "Tejun Heo" , "Alexandra Yates" Date: Thu, 07 Jun 2018 15:05:21 +0100 Message-ID: X-Mailer: LinuxStableQueue (scripts by bwh) Subject: [PATCH 3.16 108/410] ahci: add new Intel device IDs In-Reply-To: X-SA-Exim-Connect-IP: 148.252.241.226 X-SA-Exim-Mail-From: ben@decadent.org.uk X-SA-Exim-Scanned: No (on shadbolt.decadent.org.uk); SAEximRunCond expanded to false Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org 3.16.57-rc1 review patch. If anyone has any objections, please let me know. ------------------ From: Alexandra Yates commit 56e74338a535cbcc2f2da08b1ea1a92920194364 upstream. Adding Intel codename Lewisburg platform device IDs for SATA. Signed-off-by: Alexandra Yates Signed-off-by: Tejun Heo Signed-off-by: Ben Hutchings --- drivers/ata/ahci.c | 10 ++++++++++ 1 file changed, 10 insertions(+) --- a/drivers/ata/ahci.c +++ b/drivers/ata/ahci.c @@ -332,6 +332,16 @@ static const struct pci_device_id ahci_p { PCI_VDEVICE(INTEL, 0x1f37), board_ahci_avn }, /* Avoton RAID */ { PCI_VDEVICE(INTEL, 0x1f3e), board_ahci_avn }, /* Avoton RAID */ { PCI_VDEVICE(INTEL, 0x1f3f), board_ahci_avn }, /* Avoton RAID */ + { PCI_VDEVICE(INTEL, 0xa182), board_ahci }, /* Lewisburg AHCI*/ + { PCI_VDEVICE(INTEL, 0xa202), board_ahci }, /* Lewisburg AHCI*/ + { PCI_VDEVICE(INTEL, 0xa184), board_ahci }, /* Lewisburg RAID*/ + { PCI_VDEVICE(INTEL, 0xa204), board_ahci }, /* Lewisburg RAID*/ + { PCI_VDEVICE(INTEL, 0xa186), board_ahci }, /* Lewisburg RAID*/ + { PCI_VDEVICE(INTEL, 0xa206), board_ahci }, /* Lewisburg RAID*/ + { PCI_VDEVICE(INTEL, 0x2822), board_ahci }, /* Lewisburg RAID*/ + { PCI_VDEVICE(INTEL, 0x2826), board_ahci }, /* Lewisburg RAID*/ + { PCI_VDEVICE(INTEL, 0xa18e), board_ahci }, /* Lewisburg RAID*/ + { PCI_VDEVICE(INTEL, 0xa20e), board_ahci }, /* Lewisburg RAID*/ { PCI_VDEVICE(INTEL, 0x2823), board_ahci }, /* Wellsburg RAID */ { PCI_VDEVICE(INTEL, 0x2827), board_ahci }, /* Wellsburg RAID */ { PCI_VDEVICE(INTEL, 0x8d02), board_ahci }, /* Wellsburg AHCI */