Re: [PATCH V2 1/3] pci_ids: Add AMD KERNCZ device ID support

2015-06-15 Thread Ulf Hansson
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 i

Re: [PATCH V2 1/3] pci_ids: Add AMD KERNCZ device ID support

2015-06-12 Thread Bjorn Helgaas
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

[PATCH V2 1/3] pci_ids: Add AMD KERNCZ device ID support

2015-06-11 Thread Wan ZongShun
The KERNCZ is new AMD SB/FCH generation name, like HUDSON2. We will adopt 0x790b as device ID since from this gereration. Signed-off-by: Wan ZongShun --- 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..c