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

--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/

Reply via email to