On Tue, Oct 20, 2020 at 09:32:59AM +0200, Greg KH wrote: > On Tue, Oct 20, 2020 at 03:11:58PM +0800, Xu Yilun wrote: > > I think it is normal case that a driver is successfully registered but > > doesn't match any device because it provides no id_table. > > How is that "normal"? What would ever cause that driver to be bound to > a device then?
This patchset adds the driver_override sysfs node, to let userspace specify which driver (by name matching) to be bound to a device. The driver "dfl-uio-pdev" doesn't provide an id_table, it could only be bound to a device whose driver_override is set to "dfl-uio-pdev". Sorry, this is actually not "normal". Usually dfl drivers with valid id_table should be used to drive the dfl devices. But we also want to give an option for userspace to take full control of the device, some IP blocks in FPGA are written for specific purposes by FPGA user so a userspace driver may serve them better. > > And you better not say userspace is responsible for it... Actually it is the userspace's decision which device they want to access directly ... I'm not sure if this idea is OK. I see similar implementation for pci/platform devices. Thanks, Yilun > > thanks, > > greg k-h