Re: [RESEND PATCH v13 0/6] add DFL bus support to MODULE_DEVICE_TABLE()

2020-12-07 Thread Tom Rix
> Main changes from v12: > - For patch #5, fix the wrong use of logical'||', should use '|' This set has not changed in a while, looks like it is just patch 5/6 that needs ack-ed. Tom > Xu Yilun (6): > fpga: dfl: fix the definitions of type & feature_id for dfl devices > fpga: dfl: move d

[RESEND PATCH v13 0/6] add DFL bus support to MODULE_DEVICE_TABLE()

2020-12-02 Thread Xu Yilun
Main changes from v1: - A new patch (Patch #3) to fix the description. - Rename the dfl-bus.h to dfl.h - Updated the MAINTAINERS under FPGA DFL DRIVERS. - Improve comments and minor fixes. Main changes from v2: - Change the bus name from "dfl" to "fpga-dfl", also rename related variables, functi

Re: [PATCH v13 0/6] add DFL bus support to MODULE_DEVICE_TABLE()

2020-11-22 Thread Xu Yilun
Hi Moritz: Do you have some suggestion on this patchset? In last pull request, there are some comments, I explained for them and fixes some of them. I'm wondering if they are ready now. Thanks in advance, Yilun On Thu, Nov 12, 2020 at 01:42:33PM +0800, Xu Yilun wrote: > Main changes from v1: >

[PATCH v13 0/6] add DFL bus support to MODULE_DEVICE_TABLE()

2020-11-11 Thread Xu Yilun
Main changes from v1: - A new patch (Patch #3) to fix the description. - Rename the dfl-bus.h to dfl.h - Updated the MAINTAINERS under FPGA DFL DRIVERS. - Improve comments and minor fixes. Main changes from v2: - Change the bus name from "dfl" to "fpga-dfl", also rename related variables, func