Re: [PATCH v3 1/3] fpga: dfl: add the match() ops for dfl driver

2020-12-17 Thread Tom Rix
On 12/16/20 9:44 PM, Xu Yilun wrote: > The match ops allows dfl drivers have their own matching algorithem > instead of the standard id_table matching. > > This is to support the DFL UIO driver. It intends to match any DFL > device which could not be handled by other DFL drivers. > > Signed-off-b

[PATCH v3 1/3] fpga: dfl: add the match() ops for dfl driver

2020-12-16 Thread Xu Yilun
The match ops allows dfl drivers have their own matching algorithem instead of the standard id_table matching. This is to support the DFL UIO driver. It intends to match any DFL device which could not be handled by other DFL drivers. Signed-off-by: Xu Yilun --- v3: this patch is splited out from