Re: [PATCH v4 0/4] hw/ssi: ibex_spi: cleanup and fixup bugs

2022-09-08 Thread Alistair Francis
On Tue, Aug 23, 2022 at 8:12 AM Wilfred Mallawa wrote: > > From: Wilfred Mallawa > > Patch V4 fixes up: > - Fixup missing register field clearing on tx/rx_fifo_reset() in [2/4] > > Testing: > - Tested with Opentitan unit tests for TockOS...[OK] > > Wilfred Mallawa (4): > hw/ssi:

[PATCH v4 0/4] hw/ssi: ibex_spi: cleanup and fixup bugs

2022-08-23 Thread Wilfred Mallawa
From: Wilfred Mallawa Patch V4 fixes up: - Fixup missing register field clearing on tx/rx_fifo_reset() in [2/4] Testing: - Tested with Opentitan unit tests for TockOS...[OK] Wilfred Mallawa (4): hw/ssi: ibex_spi: fixup typos in ibex_spi_host hw/ssi: ibex_spi: fixup coverity issue