linux-fpga.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH v11 0/2] add DFL bus support to MODULE_DEVICE_TABLE()
@ 2020-10-27  9:22 Xu Yilun
  2020-10-27  9:23 ` [PATCH v11 1/2] fpga: dfl: add support for N3000 Nios private feature Xu Yilun
  2020-10-27  9:23 ` [PATCH v11 2/2] memory: dfl-emif: add the DFL EMIF private feature driver Xu Yilun
  0 siblings, 2 replies; 5+ messages in thread
From: Xu Yilun @ 2020-10-27  9:22 UTC (permalink / raw)
  To: mdf, krzk, linux-fpga, linux-kernel
  Cc: gregkh, trix, lgoncalv, yilun.xu, hao.wu

First four patches for DFL driver autoloading is already merged into
Moritz's for-next. These are the remaining 2 patches.


Main changes from v1:
- A new patch (Patch #3) to fix the description.
- Rename the dfl-bus.h to dfl.h
- Updated the MAINTAINERS under FPGA DFL DRIVERS.
- Improve comments and minor fixes.

Main changes from v2:
- Change the bus name from "dfl" to "fpga-dfl", also rename related
  variables, functions ...
- Changes the data type of fpga_dfl_device_id.type from u8 to u16
- Explicitly defines the values of enum fpga_dfl_id_type
- Delete the comments for the valid bits of type & feature_id
- changes MODALIAS format for fpga dfl devices

Main changes from v3:
- Change the bus name back to "dfl".
- Add 2 patches (#5, 6) for dfl drivers.
- Delete the retimer FEC mode configuration via module_parameter for
  Patch #5
- Merge the patch "Make m10_n3000_info static" (https://lore.kernel.org/linux-fpga/52d8411e-13d8-1e91-756d-131802f5f445@huawei.com/T/#t)
  into Patch #5
- Add static prefix for emif attributes macro for Patch #6

Main changes from v9:
- Add the description for struct dfl_device_id in mod_devicetable.h
- Move the dfl.h from include/linux/fpga to include/linux
- some code refactor and minor fixes for dfl-n3000-nios

Main changes from v10:
- use sysfs_emit instead of sprintf for both patches
- rebase to 5.10-rc1

Xu Yilun (2):
  fpga: dfl: add support for N3000 Nios private feature
  memory: dfl-emif: add the DFL EMIF private feature driver

 .../ABI/testing/sysfs-bus-dfl-devices-emif         |  25 +
 .../ABI/testing/sysfs-bus-dfl-devices-n3000-nios   |  47 ++
 MAINTAINERS                                        |   2 +-
 drivers/fpga/Kconfig                               |  11 +
 drivers/fpga/Makefile                              |   2 +
 drivers/fpga/dfl-n3000-nios.c                      | 588 +++++++++++++++++++++
 drivers/memory/Kconfig                             |   9 +
 drivers/memory/Makefile                            |   2 +
 drivers/memory/dfl-emif.c                          | 207 ++++++++
 9 files changed, 892 insertions(+), 1 deletion(-)
 create mode 100644 Documentation/ABI/testing/sysfs-bus-dfl-devices-emif
 create mode 100644 Documentation/ABI/testing/sysfs-bus-dfl-devices-n3000-nios
 create mode 100644 drivers/fpga/dfl-n3000-nios.c
 create mode 100644 drivers/memory/dfl-emif.c

-- 
2.7.4


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

end of thread, other threads:[~2020-10-27 10:55 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2020-10-27  9:22 [PATCH v11 0/2] add DFL bus support to MODULE_DEVICE_TABLE() Xu Yilun
2020-10-27  9:23 ` [PATCH v11 1/2] fpga: dfl: add support for N3000 Nios private feature Xu Yilun
2020-10-27 10:54   ` Krzysztof Kozlowski
2020-10-27  9:23 ` [PATCH v11 2/2] memory: dfl-emif: add the DFL EMIF private feature driver Xu Yilun
2020-10-27 10:55   ` Krzysztof Kozlowski

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