Re: [PATCH 10/13] of: of_firmware: add support for fpga bridges

2021-01-26 Thread Sascha Hauer
On Tue, Jan 26, 2021 at 09:47:07AM +0100, Steffen Trumtrar wrote: > > Sascha Hauer writes: > > > On Thu, Jan 21, 2021 at 12:29:55PM +0100, Steffen Trumtrar wrote: > >> From: Steffen Trumtrar > >> > >> Add support for potentially defined FPGA-bridges in the overlay. > >> > >> While at it also

Re: [PATCH 10/13] of: of_firmware: add support for fpga bridges

2021-01-26 Thread Steffen Trumtrar
Sascha Hauer writes: > On Thu, Jan 21, 2021 at 12:29:55PM +0100, Steffen Trumtrar wrote: >> From: Steffen Trumtrar >> >> Add support for potentially defined FPGA-bridges in the overlay. >> >> While at it also add support for loading the firmware directly via a >> path instead of 'needing' an

Re: [PATCH 10/13] of: of_firmware: add support for fpga bridges

2021-01-25 Thread Sascha Hauer
On Thu, Jan 21, 2021 at 12:29:55PM +0100, Steffen Trumtrar wrote: > From: Steffen Trumtrar > > Add support for potentially defined FPGA-bridges in the overlay. > > While at it also add support for loading the firmware directly via a > path instead of 'needing' an overlay for that. > The direct

[PATCH 10/13] of: of_firmware: add support for fpga bridges

2021-01-21 Thread Steffen Trumtrar
From: Steffen Trumtrar Add support for potentially defined FPGA-bridges in the overlay. While at it also add support for loading the firmware directly via a path instead of 'needing' an overlay for that. The direct loading will be done with the existent firmwareload command. Signed-off-by: