Received: by 10.223.185.116 with SMTP id b49csp89201wrg; Thu, 15 Feb 2018 17:13:27 -0800 (PST) X-Google-Smtp-Source: AH8x225vu+L1wkifkJrAKC7Z1JpQBylVrXG008dtCAJkp7+oAR4wOdRBoFHutBsII33uQVE9igA9 X-Received: by 10.98.87.195 with SMTP id i64mr4422705pfj.34.1518743607044; Thu, 15 Feb 2018 17:13:27 -0800 (PST) ARC-Seal: i=1; a=rsa-sha256; t=1518743607; cv=none; d=google.com; s=arc-20160816; b=EaQ2n6hdfgK1SVdPw4SJVPfXdbNfzzoLjb+9yyxt7Zgs+SWzBNBnMozk3Ffbhd1ZSN Q6eqIy0+wSGM8ydH4/bb3XtvbHJ24EjuqItxd1od8J35RuDw3lgeGS+CMPCwwTrSdf2H RTIkEYcOz9mG2zm8iW6W4K6u6pYOVpDL8WRjXWYRaBm1KMhkiXPOW7hj6zH15gMxIR/l zUjsXNgkbPhlBxWNhfCEEffv8i9SO1G8ZjecLS8kK8ihHw7s4coU+hv4LmWfIpZiFYhU /DWhQnkZnVwynPD70yAb5J/XX5JAbZkhpQtftJLxQLYV3z2iTWkU1q5qoe6pJgTpFBBa Wghg== 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=W+RLaDRLsuuTlumULIa+nkryGwclkJZDpZD2MMfkjnA=; b=mnlJXamQoROOyZNrV2t+UAI0VUEfwnxkI/ZXspj6Ba42PdJayrxlH6iKWVCpJKYhH5 xCoG+VXORrbnBGs0LtbLeibA/IOEdSig4eN8R/4N9mqm2S2D3nTBmBnY7uZ/IBbOeIbx 3e97plrGdJZq0Qn2izW66k+GW/H19pgC+jhS2pJUqsGTawomMm3HQeKftCWJ0a1P+CFo MKEx6xX/Ar000qR6eLQ/MWQ4wCKqaKM3RmMfpOjAnz3CiNRMxN5Qe7VcODsjUtQMLSwM 0nc6PNLNlJ821Jf+pln6cSpmu2AAG8Be7EeeNE7iJdIfDTG1e8AyW8SbTyKSGwzpvuPa O4Sg== 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 f62-v6si2215599plb.297.2018.02.15.17.13.12; Thu, 15 Feb 2018 17:13:27 -0800 (PST) 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 S1165272AbeBOPnb (ORCPT + 99 others); Thu, 15 Feb 2018 10:43:31 -0500 Received: from mail.linuxfoundation.org ([140.211.169.12]:34006 "EHLO mail.linuxfoundation.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1165221AbeBOPn3 (ORCPT ); Thu, 15 Feb 2018 10:43:29 -0500 Received: from localhost (LFbn-1-12258-90.w90-92.abo.wanadoo.fr [90.92.71.90]) by mail.linuxfoundation.org (Postfix) with ESMTPSA id 18D431181; Thu, 15 Feb 2018 15:43:28 +0000 (UTC) From: Greg Kroah-Hartman To: linux-kernel@vger.kernel.org Cc: Greg Kroah-Hartman , stable@vger.kernel.org, Mika Westerberg , Tejun Heo Subject: [PATCH 4.15 107/202] ahci: Add Intel Cannon Lake PCH-H PCI ID Date: Thu, 15 Feb 2018 16:16:47 +0100 Message-Id: <20180215151718.849158975@linuxfoundation.org> X-Mailer: git-send-email 2.16.1 In-Reply-To: <20180215151712.768794354@linuxfoundation.org> References: <20180215151712.768794354@linuxfoundation.org> User-Agent: quilt/0.65 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.15-stable review patch. If anyone has any objections, please let me know. ------------------ From: Mika Westerberg commit f919dde0772a894c693a1eeabc77df69d6a9b937 upstream. Add Intel Cannon Lake PCH-H PCI ID to the list of supported controllers. Signed-off-by: Mika Westerberg Signed-off-by: Tejun Heo Signed-off-by: Greg Kroah-Hartman --- drivers/ata/ahci.c | 1 + 1 file changed, 1 insertion(+) --- a/drivers/ata/ahci.c +++ b/drivers/ata/ahci.c @@ -386,6 +386,7 @@ static const struct pci_device_id ahci_p { PCI_VDEVICE(INTEL, 0xa206), board_ahci }, /* Lewisburg RAID*/ { PCI_VDEVICE(INTEL, 0xa252), board_ahci }, /* Lewisburg RAID*/ { PCI_VDEVICE(INTEL, 0xa256), board_ahci }, /* Lewisburg RAID*/ + { PCI_VDEVICE(INTEL, 0xa356), board_ahci }, /* Cannon Lake PCH-H RAID */ { PCI_VDEVICE(INTEL, 0x0f22), board_ahci }, /* Bay Trail AHCI */ { PCI_VDEVICE(INTEL, 0x0f23), board_ahci }, /* Bay Trail AHCI */ { PCI_VDEVICE(INTEL, 0x22a3), board_ahci }, /* Cherry Trail AHCI */