[PATCH v2] add the FPGA Device Feature List (DFL) EMIF support

From: Xu Yilun
Date: Wed Sep 16 2020 - 01:41:39 EST


The patchsets "Modularization of DFL private feature drivers" & "add dfl
bus support to MODULE_DEVICE_TABLE()" are all queued to linux-next. So
there is no dependency now.

The driver supports the EMIF controller on Intel Programmable
Acceleration Card (PAC). The controller manages the on-board memory of
the PCIe card.

Xu Yilun (1):
memory: dfl-emif: add the DFL EMIF private feature driver

.../ABI/testing/sysfs-bus-dfl-devices-emif | 25 +++
drivers/memory/Kconfig | 9 +
drivers/memory/Makefile | 2 +
drivers/memory/dfl-emif.c | 207 +++++++++++++++++++++
4 files changed, 243 insertions(+)
create mode 100644 Documentation/ABI/testing/sysfs-bus-dfl-devices-emif
create mode 100644 drivers/memory/dfl-emif.c

--
2.7.4