From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751721AbaJALcy (ORCPT ); Wed, 1 Oct 2014 07:32:54 -0400 Received: from mail.skyhub.de ([78.46.96.112]:33168 "EHLO mail.skyhub.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751666AbaJALcv (ORCPT ); Wed, 1 Oct 2014 07:32:51 -0400 Date: Wed, 1 Oct 2014 13:32:45 +0200 From: Borislav Petkov To: x86-ml Cc: bhelgaas@google.com, linux-pci@vger.kernel.org, tglx@linutronix.de, hpa@zytor.com, x86@kernel.org, bp@suse.de, dan.carpenter@oracle.com, dougthompson@xmission.com, m.chehab@samsung.com, linux-edac@vger.kernel.org, linux-kernel@vger.kernel.org, Aravind Gopalakrishnan Subject: Re: [PATCH 2/4] x86, amd_nb: Add device IDs to NB tables for F15h M60h Message-ID: <20141001113245.GD18271@pd.tnic> References: <1411070205-10217-1-git-send-email-Aravind.Gopalakrishnan@amd.com> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline In-Reply-To: <1411070205-10217-1-git-send-email-Aravind.Gopalakrishnan@amd.com> User-Agent: Mutt/1.5.23 (2014-03-12) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org tip guys, can I get an ACK for this one so that I can route it through the EDAC tree for 3.19? Thanks. On Thu, Sep 18, 2014 at 02:56:45PM -0500, Aravind Gopalakrishnan wrote: > Add F3 and F4 PCI device IDs to amd_nb_misc_ids[] and > amd_nb_link_ids[] respectively. We need this to cache the > Northbridges. > > Signed-off-by: Aravind Gopalakrishnan > --- > arch/x86/kernel/amd_nb.c | 2 ++ > 1 file changed, 2 insertions(+) > > diff --git a/arch/x86/kernel/amd_nb.c b/arch/x86/kernel/amd_nb.c > index f04dbb3..5caed1d 100644 > --- a/arch/x86/kernel/amd_nb.c > +++ b/arch/x86/kernel/amd_nb.c > @@ -21,6 +21,7 @@ const struct pci_device_id amd_nb_misc_ids[] = { > { PCI_DEVICE(PCI_VENDOR_ID_AMD, PCI_DEVICE_ID_AMD_15H_NB_F3) }, > { PCI_DEVICE(PCI_VENDOR_ID_AMD, PCI_DEVICE_ID_AMD_15H_M10H_F3) }, > { PCI_DEVICE(PCI_VENDOR_ID_AMD, PCI_DEVICE_ID_AMD_15H_M30H_NB_F3) }, > + { PCI_DEVICE(PCI_VENDOR_ID_AMD, PCI_DEVICE_ID_AMD_15H_M60H_NB_F3) }, > { PCI_DEVICE(PCI_VENDOR_ID_AMD, PCI_DEVICE_ID_AMD_16H_NB_F3) }, > { PCI_DEVICE(PCI_VENDOR_ID_AMD, PCI_DEVICE_ID_AMD_16H_M30H_NB_F3) }, > {} > @@ -30,6 +31,7 @@ EXPORT_SYMBOL(amd_nb_misc_ids); > static const struct pci_device_id amd_nb_link_ids[] = { > { PCI_DEVICE(PCI_VENDOR_ID_AMD, PCI_DEVICE_ID_AMD_15H_NB_F4) }, > { PCI_DEVICE(PCI_VENDOR_ID_AMD, PCI_DEVICE_ID_AMD_15H_M30H_NB_F4) }, > + { PCI_DEVICE(PCI_VENDOR_ID_AMD, PCI_DEVICE_ID_AMD_15H_M60H_NB_F4) }, > { PCI_DEVICE(PCI_VENDOR_ID_AMD, PCI_DEVICE_ID_AMD_16H_NB_F4) }, > { PCI_DEVICE(PCI_VENDOR_ID_AMD, PCI_DEVICE_ID_AMD_16H_M30H_NB_F4) }, > {} > -- > 2.0.2 > > -- Regards/Gruss, Boris. Sent from a fat crate under my desk. Formatting is fine. --