Re: [PATCH v1 01/12] fpga: fpga security manager class driver

From: Russ Weight
Date: Wed Sep 30 2020 - 21:07:14 EST



Hi Moritz,

On 9/30/20 5:31 PM, Moritz Fischer wrote:
> I think providing the devm_ managed APIs is nicer, and makes it easier
> for the consumer of the API to do the right thing.

I see that the fpga_mgr code has support for two versions of the create()
and register() functions, one uses the devm_ approach, and the other does
not. Would also want to have two versions for the security manager?

- Russ