Re: [PATCH v2 2/4] fpga: dfl: map feature mmio resources in their own feature drivers

2020-08-01 Thread Tom Rix
Should change my Signed-off-by to Reviewed-by: Tom Rix On 7/23/20 7:09 PM, Xu Yilun wrote: > This patch makes preparation for modularization of DFL sub feature > drivers. > > Currently, if we need to support a new DFL sub feature, an entry should > be added to fme/port_feature_drvs[] in

[PATCH v2 2/4] fpga: dfl: map feature mmio resources in their own feature drivers

2020-07-23 Thread Xu Yilun
This patch makes preparation for modularization of DFL sub feature drivers. Currently, if we need to support a new DFL sub feature, an entry should be added to fme/port_feature_drvs[] in dfl-fme/port-main.c. And we need to re-compile the whole DFL modules. That make the DFL drivers hard to be