[PATCH v3] event: Add fpga load event

2023-07-12 Thread christian . taedcke-oss
From: Christian Taedcke This enables implementing custom logic after a bitstream was loaded into the fpga. Signed-off-by: Christian Taedcke --- Changes in v3: - replace #if with if - remove previously added printf - return notification error from fpga_load() - fix static_assert checking event

Re: [PATCH v3] event: Add fpga load event

2023-07-12 Thread Simon Glass
On Wed, 12 Jul 2023 at 05:39, wrote: > > From: Christian Taedcke > > This enables implementing custom logic after a bitstream was loaded > into the fpga. > > Signed-off-by: Christian Taedcke > --- > > Changes in v3: > - replace #if with if > - remove previously added printf > - return notificati

Re: [PATCH v3] event: Add fpga load event

2023-07-17 Thread Michal Simek
On 7/12/23 13:39, christian.taedcke-...@weidmueller.com wrote: From: Christian Taedcke This enables implementing custom logic after a bitstream was loaded into the fpga. Signed-off-by: Christian Taedcke --- Changes in v3: - replace #if with if - remove previously added printf - return not

Re: [PATCH v3] event: Add fpga load event

2023-07-18 Thread Taedcke, Christian
Hello Michal, On 17.07.2023 12:36, Michal Simek wrote: On 7/12/23 13:39, christian.taedcke-...@weidmueller.com wrote: From: Christian Taedcke This enables implementing custom logic after a bitstream was loaded into the fpga. Signed-off-by: Christian Taedcke --- Changes in v3: - replace #

Re: [PATCH v3] event: Add fpga load event

2023-07-19 Thread Michal Simek
On 7/18/23 13:22, Taedcke, Christian wrote: Hello Michal, On 17.07.2023 12:36, Michal Simek wrote: On 7/12/23 13:39, christian.taedcke-...@weidmueller.com wrote: From: Christian Taedcke This enables implementing custom logic after a bitstream was loaded into the fpga. Signed-off-by: Ch