diff options
| author | Xu Yilun <[email protected]> | 2021-01-06 20:37:11 -0800 |
|---|---|---|
| committer | Greg Kroah-Hartman <[email protected]> | 2021-01-07 15:21:27 +0100 |
| commit | 4a224acec5971653bf0e8b6e1d2d0df72a7d57f7 (patch) | |
| tree | fe50a2852bc66d013f0aa3109751e9a8143d97f2 /scripts/git.orderFile | |
| parent | 9326eecd9365a5b82220a4011592f7c0209566fc (diff) | |
fpga: dfl: add dfl bus support to MODULE_DEVICE_TABLE()
Device Feature List (DFL) is a linked list of feature headers within the
device MMIO space. It is used by FPGA to enumerate multiple sub features
within it. Each feature can be uniquely identified by DFL type and
feature id, which can be read out from feature headers.
A dfl bus helps DFL framework modularize DFL device drivers for
different sub features. The dfl bus matches its devices and drivers by
DFL type and feature id.
This patch adds dfl bus support to MODULE_DEVICE_TABLE() by adding info
about struct dfl_device_id in devicetable-offsets.c and add a dfl entry
point in file2alias.c.
Acked-by: Wu Hao <[email protected]>
Signed-off-by: Xu Yilun <[email protected]>
Signed-off-by: Wu Hao <[email protected]>
Signed-off-by: Matthew Gerlach <[email protected]>
Signed-off-by: Russ Weight <[email protected]>
Signed-off-by: Moritz Fischer <[email protected]>
Link: https://lore.kernel.org/r/[email protected]
Signed-off-by: Greg Kroah-Hartman <[email protected]>
Diffstat (limited to 'scripts/git.orderFile')
0 files changed, 0 insertions, 0 deletions