[RESEND PATCH 01/10] fpga: fpga-mgr: Add devm_fpga_mgr_register() API

2020-11-15 Thread Moritz Fischer
Add a devm_fpga_mgr_register() API that can be used to register a FPGA Manager that was created using devm_fpga_mgr_create(). Introduce a struct fpga_mgr_devres that makes the devres allocation a little bit more readable and gets reused for devm_fpga_mgr_create() devm_fpga_mgr_register().

Re: [PATCH 01/10] fpga: fpga-mgr: Add devm_fpga_mgr_register() API

2020-10-05 Thread Moritz Fischer
Hi Hao, On Mon, Oct 05, 2020 at 05:18:40AM +, Wu, Hao wrote: > > Subject: [PATCH 01/10] fpga: fpga-mgr: Add devm_fpga_mgr_register() API > > > > Add a devm_fpga_mgr_register() API that can be used to register a FPGA > > Manager that was created us

RE: [PATCH 01/10] fpga: fpga-mgr: Add devm_fpga_mgr_register() API

2020-10-04 Thread Wu, Hao
> Subject: [PATCH 01/10] fpga: fpga-mgr: Add devm_fpga_mgr_register() API > > Add a devm_fpga_mgr_register() API that can be used to register a FPGA > Manager that was created using devm_fpga_mgr_create(). > > Introduce a struct fpga_mgr_devres that makes the devres > al

Re: [PATCH 01/10] fpga: fpga-mgr: Add devm_fpga_mgr_register() API

2020-10-04 Thread Tom Rix
On 10/3/20 10:14 PM, Moritz Fischer wrote: > Add a devm_fpga_mgr_register() API that can be used to register a FPGA > Manager that was created using devm_fpga_mgr_create(). > > Introduce a struct fpga_mgr_devres that makes the devres > allocation a little bit more readable and gets reused for >

[PATCH 01/10] fpga: fpga-mgr: Add devm_fpga_mgr_register() API

2020-10-03 Thread Moritz Fischer
Add a devm_fpga_mgr_register() API that can be used to register a FPGA Manager that was created using devm_fpga_mgr_create(). Introduce a struct fpga_mgr_devres that makes the devres allocation a little bit more readable and gets reused for devm_fpga_mgr_create() devm_fpga_mgr_register().