Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1755720AbbFOJzH (ORCPT ); Mon, 15 Jun 2015 05:55:07 -0400 Received: from mail-qk0-f180.google.com ([209.85.220.180]:36290 "EHLO mail-qk0-f180.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1754653AbbFOJyw (ORCPT ); Mon, 15 Jun 2015 05:54:52 -0400 MIME-Version: 1.0 In-Reply-To: <20150612203418.GJ23119@google.com> References: <1434024707-6245-1-git-send-email-Vincent.Wan@amd.com> <20150612203418.GJ23119@google.com> Date: Mon, 15 Jun 2015 11:54:51 +0200 Message-ID: Subject: Re: [PATCH V2 1/3] pci_ids: Add AMD KERNCZ device ID support From: Ulf Hansson To: Wan ZongShun Cc: linux-mmc , Bjorn Helgaas , "linux-i2c@vger.kernel.org" , bp@alien8.de, Jean Delvare , Linux PCI , "linux-kernel@vger.kernel.org" , ZongShun Wan Content-Type: text/plain; charset=UTF-8 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1641 Lines: 46 On 12 June 2015 at 22:34, Bjorn Helgaas wrote: > On Thu, Jun 11, 2015 at 08:11:45PM +0800, Wan ZongShun wrote: >> The KERNCZ is new AMD SB/FCH generation name, like HUDSON2. >> We will adopt 0x790b as device ID since from this gereration. > > s/We will adopt 0x790b as device ID since from/0x790b is the device ID for/ > s/gereration/generation/ > >> Signed-off-by: Wan ZongShun > > Acked-by: Bjorn Helgaas Thanks, applied with Bjorn's ack and his suggested changes. Kind regards Uffe > >> --- >> include/linux/pci_ids.h | 1 + >> 1 file changed, 1 insertion(+) >> >> diff --git a/include/linux/pci_ids.h b/include/linux/pci_ids.h >> index 2f7b9a4..cb63a7b 100644 >> --- a/include/linux/pci_ids.h >> +++ b/include/linux/pci_ids.h >> @@ -579,6 +579,7 @@ >> #define PCI_DEVICE_ID_AMD_HUDSON2_SATA_IDE 0x7800 >> #define PCI_DEVICE_ID_AMD_HUDSON2_SMBUS 0x780b >> #define PCI_DEVICE_ID_AMD_HUDSON2_IDE 0x780c >> +#define PCI_DEVICE_ID_AMD_KERNCZ_SMBUS 0x790b >> >> #define PCI_VENDOR_ID_TRIDENT 0x1023 >> #define PCI_DEVICE_ID_TRIDENT_4DWAVE_DX 0x2000 >> -- >> 1.9.1 >> >> -- >> To unsubscribe from this list: send the line "unsubscribe linux-pci" in >> the body of a message to majordomo@vger.kernel.org >> More majordomo info at http://vger.kernel.org/majordomo-info.html -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/