Re: [RESEND PATCH v13 0/6] add DFL bus support to MODULE_DEVICE_TABLE()

From: Tom Rix
Date: Mon Dec 07 2020 - 10:28:50 EST



> Main changes from v12:
> - For patch #5, fix the wrong use of logical'||', should use '|'

This set has not changed in a while, looks like it is just patch 5/6 that needs ack-ed.

Tom

> Xu Yilun (6):
> 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
> 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 | 3 +-
> drivers/fpga/Kconfig | 11 +
> drivers/fpga/Makefile | 2 +
> drivers/fpga/dfl-n3000-nios.c | 588 +++++++++++++++++++++
> drivers/fpga/dfl.c | 4 +-
> drivers/fpga/dfl.h | 85 +--
> drivers/memory/Kconfig | 9 +
> drivers/memory/Makefile | 2 +
> drivers/memory/dfl-emif.c | 207 ++++++++
> include/linux/dfl.h | 86 +++
> include/linux/mod_devicetable.h | 24 +
> scripts/mod/devicetable-offsets.c | 4 +
> scripts/mod/file2alias.c | 13 +
> 15 files changed, 1023 insertions(+), 87 deletions(-)
> 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
> create mode 100644 include/linux/dfl.h
>