linux-pci.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 1/4] pci_ids: Add PCI device IDs for F15h M60h
@ 2014-09-18 19:56 Aravind Gopalakrishnan
  2014-09-19  5:31 ` Bjorn Helgaas
  0 siblings, 1 reply; 3+ messages in thread
From: Aravind Gopalakrishnan @ 2014-09-18 19:56 UTC (permalink / raw)
  To: bhelgaas, linux-pci, tglx, hpa, x86, bp, dan.carpenter,
	dougthompson, bp, m.chehab, linux-edac, linux-kernel
  Cc: Aravind Gopalakrishnan

Add F3, F4 device IDs to be used in amd_nb.c and amd64_edac.c

Signed-off-by: Aravind Gopalakrishnan <Aravind.Gopalakrishnan@amd.com>
---
 include/linux/pci_ids.h | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/include/linux/pci_ids.h b/include/linux/pci_ids.h
index aa0d390..6a2a72a 100644
--- a/include/linux/pci_ids.h
+++ b/include/linux/pci_ids.h
@@ -522,6 +522,8 @@
 #define PCI_DEVICE_ID_AMD_15H_M10H_F3	0x1403
 #define PCI_DEVICE_ID_AMD_15H_M30H_NB_F3 0x141d
 #define PCI_DEVICE_ID_AMD_15H_M30H_NB_F4 0x141e
+#define PCI_DEVICE_ID_AMD_15H_M60H_NB_F3 0x1573
+#define PCI_DEVICE_ID_AMD_15H_M60H_NB_F4 0x1574
 #define PCI_DEVICE_ID_AMD_15H_NB_F0	0x1600
 #define PCI_DEVICE_ID_AMD_15H_NB_F1	0x1601
 #define PCI_DEVICE_ID_AMD_15H_NB_F2	0x1602
-- 
2.0.2


^ permalink raw reply related	[flat|nested] 3+ messages in thread

* Re: [PATCH 1/4] pci_ids: Add PCI device IDs for F15h M60h
  2014-09-18 19:56 [PATCH 1/4] pci_ids: Add PCI device IDs for F15h M60h Aravind Gopalakrishnan
@ 2014-09-19  5:31 ` Bjorn Helgaas
  2014-09-30 15:59   ` Borislav Petkov
  0 siblings, 1 reply; 3+ messages in thread
From: Bjorn Helgaas @ 2014-09-19  5:31 UTC (permalink / raw)
  To: Aravind Gopalakrishnan
  Cc: linux-pci, tglx, hpa, x86, bp, dan.carpenter, dougthompson, bp,
	m.chehab, linux-edac, linux-kernel

On Thu, Sep 18, 2014 at 02:56:35PM -0500, Aravind Gopalakrishnan wrote:
> Add F3, F4 device IDs to be used in amd_nb.c and amd64_edac.c
> 
> Signed-off-by: Aravind Gopalakrishnan <Aravind.Gopalakrishnan@amd.com>

Acked-by: Bjorn Helgaas <bhelgaas@google.com>

Please merge this along with the rest of your series.

> ---
>  include/linux/pci_ids.h | 2 ++
>  1 file changed, 2 insertions(+)
> 
> diff --git a/include/linux/pci_ids.h b/include/linux/pci_ids.h
> index aa0d390..6a2a72a 100644
> --- a/include/linux/pci_ids.h
> +++ b/include/linux/pci_ids.h
> @@ -522,6 +522,8 @@
>  #define PCI_DEVICE_ID_AMD_15H_M10H_F3	0x1403
>  #define PCI_DEVICE_ID_AMD_15H_M30H_NB_F3 0x141d
>  #define PCI_DEVICE_ID_AMD_15H_M30H_NB_F4 0x141e
> +#define PCI_DEVICE_ID_AMD_15H_M60H_NB_F3 0x1573
> +#define PCI_DEVICE_ID_AMD_15H_M60H_NB_F4 0x1574
>  #define PCI_DEVICE_ID_AMD_15H_NB_F0	0x1600
>  #define PCI_DEVICE_ID_AMD_15H_NB_F1	0x1601
>  #define PCI_DEVICE_ID_AMD_15H_NB_F2	0x1602
> -- 
> 2.0.2
> 

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: [PATCH 1/4] pci_ids: Add PCI device IDs for F15h M60h
  2014-09-19  5:31 ` Bjorn Helgaas
@ 2014-09-30 15:59   ` Borislav Petkov
  0 siblings, 0 replies; 3+ messages in thread
From: Borislav Petkov @ 2014-09-30 15:59 UTC (permalink / raw)
  To: Bjorn Helgaas
  Cc: Aravind Gopalakrishnan, linux-pci, tglx, hpa, x86, bp,
	dan.carpenter, dougthompson, m.chehab, linux-edac, linux-kernel

On Thu, Sep 18, 2014 at 11:31:26PM -0600, Bjorn Helgaas wrote:
> On Thu, Sep 18, 2014 at 02:56:35PM -0500, Aravind Gopalakrishnan wrote:
> > Add F3, F4 device IDs to be used in amd_nb.c and amd64_edac.c
> > 
> > Signed-off-by: Aravind Gopalakrishnan <Aravind.Gopalakrishnan@amd.com>
> 
> Acked-by: Bjorn Helgaas <bhelgaas@google.com>
> 
> Please merge this along with the rest of your series.

Queued for 3.19, thanks.

-- 
Regards/Gruss,
    Boris.

Sent from a fat crate under my desk. Formatting is fine.
--

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2014-09-30 15:59 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-09-18 19:56 [PATCH 1/4] pci_ids: Add PCI device IDs for F15h M60h Aravind Gopalakrishnan
2014-09-19  5:31 ` Bjorn Helgaas
2014-09-30 15:59   ` Borislav Petkov

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).