[PATCH 02/10] fpga: fpga-mgr: altera-ps-spi: Simplify registration

2020-10-03 Thread Moritz Fischer
Simplify registration by using new devm_fpga_mgr_register() API. Signed-off-by: Moritz Fischer --- drivers/fpga/altera-ps-spi.c | 14 +- 1 file changed, 1 insertion(+), 13 deletions(-) diff --git a/drivers/fpga/altera-ps-spi.c b/drivers/fpga/altera-ps-spi.c index 0221dee8dd4c..23bfd

Re: [PATCH 02/10] fpga: fpga-mgr: altera-ps-spi: Simplify registration

2020-10-04 Thread Tom Rix
On 10/3/20 10:14 PM, Moritz Fischer wrote: > Simplify registration by using new devm_fpga_mgr_register() API. > > Signed-off-by: Moritz Fischer > --- > drivers/fpga/altera-ps-spi.c | 14 +- > 1 file changed, 1 insertion(+), 13 deletions(-) Looks fine Reviewed-by: Tom Rix

[RESEND PATCH 02/10] fpga: fpga-mgr: altera-ps-spi: Simplify registration

2020-11-15 Thread Moritz Fischer
Simplify registration by using new devm_fpga_mgr_register() API. Reviewed-by: Tom Rix Signed-off-by: Moritz Fischer --- drivers/fpga/altera-ps-spi.c | 14 +- 1 file changed, 1 insertion(+), 13 deletions(-) diff --git a/drivers/fpga/altera-ps-spi.c b/drivers/fpga/altera-ps-spi.c ind