Re: [PATCH v3 1/4] fpga: mgr: add devm_fpga_mgr_create

2018-10-16 Thread Federico Vaga
not comment here On Monday, October 15, 2018 4:54:25 PM CEST Alan Tull wrote: > On Wed, Sep 26, 2018 at 11:12 AM Alan Tull wrote: > > Any other comments on this patchset? > > Alan > > > Add devm_fpga_mgr_create() which is the managed > > version of fpga_mgr_create(). > > > > Change current FP

Re: [PATCH v3 1/4] fpga: mgr: add devm_fpga_mgr_create

2018-10-15 Thread Moritz Fischer
Hi Alan, On Mon, Oct 15, 2018 at 7:55 AM Alan Tull wrote: > > On Wed, Sep 26, 2018 at 11:12 AM Alan Tull wrote: > > Any other comments on this patchset? Looks good to me, Sorry for the delay Acked-by: Moritz Fischer Cheers, Moritz

Re: [PATCH v3 1/4] fpga: mgr: add devm_fpga_mgr_create

2018-10-15 Thread Alan Tull
On Wed, Sep 26, 2018 at 11:12 AM Alan Tull wrote: Any other comments on this patchset? Alan > > Add devm_fpga_mgr_create() which is the managed > version of fpga_mgr_create(). > > Change current FPGA manager drivers to use > devm_fpga_mgr_create() > > Signed-off-by: Alan Tull > Suggested-by: F

[PATCH v3 1/4] fpga: mgr: add devm_fpga_mgr_create

2018-09-26 Thread Alan Tull
Add devm_fpga_mgr_create() which is the managed version of fpga_mgr_create(). Change current FPGA manager drivers to use devm_fpga_mgr_create() Signed-off-by: Alan Tull Suggested-by: Federico Vaga --- v2: add suggested-by v3: remove some unclear documentation about fpga_mgr_unregister --- Docu