public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH v2] add the FPGA Device Feature List (DFL) EMIF support
@ 2020-09-16  5:37 Xu Yilun
  2020-09-16  5:37 ` [PATCH v2] memory: dfl-emif: add the DFL EMIF private feature driver Xu Yilun
  2020-09-20 16:22 ` [PATCH v2] add the FPGA Device Feature List (DFL) EMIF support Krzysztof Kozlowski
  0 siblings, 2 replies; 6+ messages in thread
From: Xu Yilun @ 2020-09-16  5:37 UTC (permalink / raw)
  To: krzk, linux-kernel
  Cc: trix, yilun.xu, matthew.gerlach, russell.h.weight, lgoncalv,
	hao.wu, mdf

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


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

end of thread, other threads:[~2020-09-21  2:48 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2020-09-16  5:37 [PATCH v2] add the FPGA Device Feature List (DFL) EMIF support Xu Yilun
2020-09-16  5:37 ` [PATCH v2] memory: dfl-emif: add the DFL EMIF private feature driver Xu Yilun
2020-09-20 16:35   ` Krzysztof Kozlowski
2020-09-20 16:56     ` Krzysztof Kozlowski
2020-09-20 16:22 ` [PATCH v2] add the FPGA Device Feature List (DFL) EMIF support Krzysztof Kozlowski
2020-09-21  2:43   ` Xu Yilun

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox