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

2022-08-30 Thread Alistair Francis
On Tue, Aug 30, 2022 at 2:37 PM Philippe Mathieu-Daudé via wrote: > > On 23/8/22 08:12, 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. > > > > Si

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

2022-08-30 Thread Philippe Mathieu-Daudé via
On 23/8/22 08:12, 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 --- hw/ssi/ibex_spi_host.c

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

2022-08-22 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 Reviewed-by: Alistair Francis --- hw/ssi/ibex_spi_host.c | 34 --