Re: [PATCH 3/3] hw/ssi: fixup/add rw1c functionality

2022-08-14 Thread Alistair Francis
On Thu, Aug 11, 2022 at 11:05 AM Wilfred Mallawa wrote: > > From: Wilfred Mallawa > > This patch adds the `rw1c` functionality to the respective > registers. The status fields are cleared when the respective > field is set. > > Signed-off-by: Wilfred Mallawa Reviewed-by: Alistair Francis Alis

[PATCH 3/3] hw/ssi: fixup/add rw1c functionality

2022-08-10 Thread Wilfred Mallawa
From: Wilfred Mallawa This patch adds the `rw1c` functionality to the respective registers. The status fields are cleared when the respective field is set. Signed-off-by: Wilfred Mallawa --- hw/ssi/ibex_spi_host.c | 36 +++--- include/hw/ssi/ibex_spi_host.h