mbox series

[0/3] ACPI ADXL and associated EDAC driver change

Message ID 20181009183355.20597-1-tony.luck@intel.com (mailing list archive)
Headers show
Series ACPI ADXL and associated EDAC driver change | expand

Message

Tony Luck Oct. 9, 2018, 6:33 p.m. UTC
Part 1: Add code to ACPI to make the DSM calls and export interface functions
Part 2: Some EDAC cleanup (used to be part 3 of the earlier 5 part series)
Part 3: Update skx_edac.c to use (if we have some NVDIMMs present)

Qiuxu Zhuo (2):
  EDAC, skx_edac: Clean up debugfs
  EDAC, skx_edac: Add address translation for non-volatile DIMMs

Tony Luck (1):
  ACPI / adxl: Address translation interface using ACPI DSM

 drivers/acpi/Kconfig     |  10 ++
 drivers/acpi/Makefile    |   3 +
 drivers/acpi/acpi_adxl.c | 199 +++++++++++++++++++++++++++++++
 drivers/edac/Kconfig     |   1 +
 drivers/edac/skx_edac.c  | 246 +++++++++++++++++++++++++++++++--------
 include/linux/adxl.h     |  25 ++++
 6 files changed, 435 insertions(+), 49 deletions(-)
 create mode 100644 drivers/acpi/acpi_adxl.c
 create mode 100644 include/linux/adxl.h