Received: by 2002:ac0:a5a7:0:0:0:0:0 with SMTP id m36-v6csp2038272imm; Mon, 16 Jul 2018 00:38:43 -0700 (PDT) X-Google-Smtp-Source: AAOMgpdHjX697dmge4y0XeAdxmR5uvqrZ8ESRu3v/uMb8wLp/ot3+ARPASw5Orrcwcry2tcnrvP/ X-Received: by 2002:a62:ac12:: with SMTP id v18-v6mr16720180pfe.126.1531726723362; Mon, 16 Jul 2018 00:38:43 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1531726723; cv=none; d=google.com; s=arc-20160816; b=szqCyBQ9fQwqFmhdF4FnB820i/Gtw8bx3yTU4GaipihvmXWLp3xZ5RaC8xlFeF37gZ l6T8PZPB1rYOxSktxi9jhLyVtJlq6WAFXH0bLH/ukODbKLeF3ybwgplKHfplPT1Aj6FA qPA8lDj133uwfhgEv3nbb5vQX2GBaq3ftb3Jy5uB+g5y9unxHi6Aey/iKlxBm5zEsmhA thop2iLC9m/2B4JZuDG6BB0J8aKfWb3XcD9MfYgLV5+9nouhCyT5zkdclVk94P9FWsEG p0s7oSC3lT5kVDvaSiLXWSDi8Du/1chVBLWlM5uUbAkM7ovtXabS6MVSF90faqxQdbe2 Fkbg== 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=OLL1PmTax4TUEn9Carm0VkjofzHy7eHOd/E3YWQu6i0=; b=o5zP+MasFAVuKpIuVmVMoRKR8LEX/K9pYVcv97s6BMkedwxcLOB6z2aWY6o7u0yoc3 e7etQ6kqDSMWbp9iQhg19g23ECo7jqHhpMG4G8k+d7KXbaPVGHZeXS5WznCJnuiPqguN kIqZf/NdWLKM0wPLVUi004aV1pX3ncdFoaj2TOgZFK1xGSHmAv7syJJVh6wtqCP6khQP qrxAxAtpMyXljnQ9NO9+oS2lPsRVMI4JHPvEVDmP7QfUyfCxV0+lIVFmSw0rG4TiRh6Q JJRP0wolQXfWqeULydvtGa5cMI4l1uMjfIZRaGPX4e0c0vPYgLiDZXTuqnNncJTeRNvm AXRA== 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 h8-v6si28846373pgr.379.2018.07.16.00.38.28; Mon, 16 Jul 2018 00:38:43 -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 S1731248AbeGPIDI (ORCPT + 99 others); Mon, 16 Jul 2018 04:03:08 -0400 Received: from mail.linuxfoundation.org ([140.211.169.12]:46658 "EHLO mail.linuxfoundation.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1728460AbeGPIDI (ORCPT ); Mon, 16 Jul 2018 04:03: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 21C43CA1; Mon, 16 Jul 2018 07:37:06 +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.17 21/67] ahci: Add Intel Ice Lake LP PCI ID Date: Mon, 16 Jul 2018 09:34:50 +0200 Message-Id: <20180716073446.361118401@linuxfoundation.org> X-Mailer: git-send-email 2.18.0 In-Reply-To: <20180716073443.294323458@linuxfoundation.org> References: <20180716073443.294323458@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.17-stable review patch. If anyone has any objections, please let me know. ------------------ From: Mika Westerberg commit ba44579141f9e2c0229e6e7eeb00b5fa68f0f74a upstream. This should also be using the default LPM policy for mobile chipsets so add the PCI ID to the driver list of supported devices. Signed-off-by: Mika Westerberg Signed-off-by: Tejun Heo Cc: stable@vger.kernel.org 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 @@ -400,6 +400,7 @@ static const struct pci_device_id ahci_p { PCI_VDEVICE(INTEL, 0x0f23), board_ahci_mobile }, /* Bay Trail AHCI */ { PCI_VDEVICE(INTEL, 0x22a3), board_ahci_mobile }, /* Cherry Tr. AHCI */ { PCI_VDEVICE(INTEL, 0x5ae3), board_ahci_mobile }, /* ApolloLake AHCI */ + { PCI_VDEVICE(INTEL, 0x34d3), board_ahci_mobile }, /* Ice Lake LP AHCI */ /* JMicron 360/1/3/5/6, match class to avoid IDE function */ { PCI_VENDOR_ID_JMICRON, PCI_ANY_ID, PCI_ANY_ID, PCI_ANY_ID,