aboutsummaryrefslogtreecommitdiff
path: root/scripts/git.orderFile
diff options
context:
space:
mode:
authorXu Yilun <[email protected]>2021-01-06 20:37:09 -0800
committerGreg Kroah-Hartman <[email protected]>2021-01-07 15:21:27 +0100
commite08b9e6d87cca2bd8f427d109d22970906aaf6f8 (patch)
tree799e06d886da0a408905758db310414907542156 /scripts/git.orderFile
parentfa41d10589be124404492b5181a818a509d8cb1c (diff)
fpga: dfl: fix the definitions of type & feature_id for dfl devices
The value of the field dfl_device.type comes from the 12 bits register field DFH_ID according to DFL spec. So this patch changes the definition of the type field to u16. Also it is not necessary to illustrate the valid bits of the type field in comments. Instead we should explicitly define the possible values in the enumeration type for it, because they are shared by hardware spec. We should not let the compiler decide these values. Similar changes are also applied to dfl_device.feature_id. This patch also fixed the MODALIAS format according to the changes above. Reviewed-by: Tom Rix <[email protected]> Signed-off-by: Xu Yilun <[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