linux-fpga.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 0/4] DFL Module support
@ 2020-11-03  7:21 Moritz Fischer
  2020-11-03  7:21 ` [PATCH 1/4] fpga: dfl: fix the definitions of type & feature_id for dfl devices Moritz Fischer
                   ` (3 more replies)
  0 siblings, 4 replies; 13+ messages in thread
From: Moritz Fischer @ 2020-11-03  7:21 UTC (permalink / raw)
  To: gregkh; +Cc: linux-fpga, Moritz Fischer

Hi Greg,

as requested resend of pull request as patches.

Note: I put this on a separate branch so Maintainers can pull the stable
tag to allow them to apply DFL based drivers through their trees
(krzk@ had asked for this when Xu intially posted his patchset, since
there was a driver for drivers/memory that uses this series).

Thanks,

Moritz

Xu Yilun (4):
  fpga: dfl: fix the definitions of type & feature_id for dfl devices
  fpga: dfl: move dfl_device_id to mod_devicetable.h
  fpga: dfl: add dfl bus support to MODULE_DEVICE_TABLE()
  fpga: dfl: move dfl bus related APIs to include/linux/dfl.h

 MAINTAINERS                       |  1 +
 drivers/fpga/dfl.c                |  4 +-
 drivers/fpga/dfl.h                | 85 +-----------------------------
 include/linux/dfl.h               | 86 +++++++++++++++++++++++++++++++
 include/linux/mod_devicetable.h   | 24 +++++++++
 scripts/mod/devicetable-offsets.c |  4 ++
 scripts/mod/file2alias.c          | 13 +++++
 7 files changed, 131 insertions(+), 86 deletions(-)
 create mode 100644 include/linux/dfl.h

-- 
2.29.2


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

end of thread, other threads:[~2020-11-04  1:25 UTC | newest]

Thread overview: 13+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2020-11-03  7:21 [PATCH 0/4] DFL Module support Moritz Fischer
2020-11-03  7:21 ` [PATCH 1/4] fpga: dfl: fix the definitions of type & feature_id for dfl devices Moritz Fischer
2020-11-03  7:44   ` Greg KH
2020-11-03  8:53     ` Xu Yilun
2020-11-03  7:21 ` [PATCH 2/4] fpga: dfl: move dfl_device_id to mod_devicetable.h Moritz Fischer
2020-11-03  7:40   ` Greg KH
2020-11-03  8:54     ` Xu Yilun
2020-11-03  7:21 ` [PATCH 3/4] fpga: dfl: add dfl bus support to MODULE_DEVICE_TABLE() Moritz Fischer
2020-11-03  7:21 ` [PATCH 4/4] fpga: dfl: move dfl bus related APIs to include/linux/dfl.h Moritz Fischer
2020-11-03  7:43   ` Greg KH
2020-11-03 10:43     ` Xu Yilun
2020-11-03 11:08       ` Greg KH
2020-11-04  1:19         ` Xu Yilun

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