From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Return-Path: From: Pu Wen Subject: Re: [PATCH v5 07/16] x86/pci: add Hygon PCI vendor and northbridge support To: Borislav Petkov Cc: tglx@linutronix.de, mingo@redhat.com, hpa@zytor.com, x86@kernel.org, thomas.lendacky@amd.com, pbonzini@redhat.com, helgaas@kernel.org, linux-kernel@vger.kernel.org, linux-arch@vger.kernel.org, linux-pci@vger.kernel.org References: <20180904145255.GI32615@zn.tnic> Message-ID: <5c6b1493-ee20-ed3f-a558-331c0cb65556@hygon.cn> Date: Tue, 4 Sep 2018 23:45:02 +0800 MIME-Version: 1.0 In-Reply-To: <20180904145255.GI32615@zn.tnic> Content-Type: text/plain; charset=utf-8; format=flowed List-ID: On 2018/9/4 22:52, Borislav Petkov wrote: >> Add Hygon support in amd_postcore_init(), early_root_info_init(). > > This whole commit message needs to not say *what* the patch does. Will rework the whole commit messages. >> +#define PCI_DEVICE_ID_HYGON_18H_ROOT 0x1450 >> +#define PCI_DEVICE_ID_HYGON_18H_DF_F3 0x1463 >> +#define PCI_DEVICE_ID_HYGON_18H_DF_F4 0x1464 > > Why are you adding those if you can use the AMD f17h ones? They're the same. I add these definitions to indicate that there are Hygon PCI device IDs. You are right, I can just use the AMD f17h ones here. -- Regards, Pu Wen