linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 0/4] Add Fam15h Model60h support
@ 2014-09-18 19:56 Aravind Gopalakrishnan
  0 siblings, 0 replies; only message 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

This patch series is based on top of V5 patch regarding
Modify usage of amd64_read_dct_pci_cfg().
Link: http://marc.info/?l=linux-kernel&m=141079846507232&w=2

I had started work on above one earlier and could not test this patch
series before, so ended up sending it separately. I can meld it together
if that is desired.

Summary of new features in the processor:
 - DDR4 memory support
 - DDR3 LRDIMM support
 - Support for above are in Patches 3,4 of series.

Summary of patches in this series:
 - Patch 1: Add PCI device ID definitions
 - Patch 2: Add PCI IDs to NB tables as we need to cache Northbridges
            for later use in amd64_edac
 - Patch 3: F15hM60h adds support for DDR4 and DDR3 LRDIMMS. Adding them here.
 - Patch 4: Adds bulk of the code necessary to support F15hM60h.
            Also introduces a change to dbam_to_cs mapper functions.

Aravind Gopalakrishnan (4):
  pci_ids: Add PCI device IDs for F15h M60h
  x86, amd_nb: Add device IDs to NB tables for F15h M60h
  edac: Add DDR3 LRDIMM support, entries in edac_mem_types[]
  edac, amd64_edac: Add F15h M60h support

 arch/x86/kernel/amd_nb.c  |   2 +
 drivers/edac/amd64_edac.c | 226 ++++++++++++++++++++++++++++++++--------------
 drivers/edac/amd64_edac.h |  12 ++-
 drivers/edac/edac_mc.c    |   3 +
 include/linux/edac.h      |   2 +
 include/linux/pci_ids.h   |   2 +
 6 files changed, 178 insertions(+), 69 deletions(-)

-- 
2.0.2


^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2014-09-18 19:38 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2014-09-18 19:56 [PATCH 0/4] Add Fam15h Model60h support Aravind Gopalakrishnan

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).