On 04/27/2018 04:30 PM, Alan Tull wrote:
> On Fri, Apr 27, 2018 at 1:26 PM, Florian Fainelli
> wrote:
>> On 04/26/2018 06:26 PM, Moritz Fischer wrote:
>>> From: Alan Tull
>>>
>>> Change fpga_mgr_register to not set or use drvdata. This supports
>>> the case where a PCIe device has more than one
On Fri, Apr 27, 2018 at 1:26 PM, Florian Fainelli wrote:
> On 04/26/2018 06:26 PM, Moritz Fischer wrote:
>> From: Alan Tull
>>
>> Change fpga_mgr_register to not set or use drvdata. This supports
>> the case where a PCIe device has more than one manager.
>>
>> Add fpga_mgr_create/free functions.
On 04/26/2018 06:26 PM, Moritz Fischer wrote:
> From: Alan Tull
>
> Change fpga_mgr_register to not set or use drvdata. This supports
> the case where a PCIe device has more than one manager.
>
> Add fpga_mgr_create/free functions. Change fpga_mgr_register and
> fpga_mgr_unregister functions t
From: Alan Tull
Change fpga_mgr_register to not set or use drvdata. This supports
the case where a PCIe device has more than one manager.
Add fpga_mgr_create/free functions. Change fpga_mgr_register and
fpga_mgr_unregister functions to take the mgr struct as their only
parameter.
struct fpg