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

Wilfred Mallawa posted 4 patches 1 year, 8 months ago
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/qemu tags/patchew/20220823061201.132342-1-wilfred.mallawa@opensource.wdc.com
Maintainers: Alistair Francis <alistair@alistair23.me>
hw/ssi/ibex_spi_host.c         | 174 ++++++++++++++++++++-------------
include/hw/ssi/ibex_spi_host.h |   4 +-
2 files changed, 106 insertions(+), 72 deletions(-)
[PATCH v4 0/4] hw/ssi: ibex_spi: cleanup and fixup bugs
Posted by Wilfred Mallawa 1 year, 8 months ago
From: Wilfred Mallawa <wilfred.mallawa@wdc.com>

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
  hw/ssi: ibex_spi: fixup/add rw1c functionality
  hw/ssi: ibex_spi: update reg addr

 hw/ssi/ibex_spi_host.c         | 174 ++++++++++++++++++++-------------
 include/hw/ssi/ibex_spi_host.h |   4 +-
 2 files changed, 106 insertions(+), 72 deletions(-)

-- 
2.37.2
Re: [PATCH v4 0/4] hw/ssi: ibex_spi: cleanup and fixup bugs
Posted by Alistair Francis 1 year, 7 months ago
On Tue, Aug 23, 2022 at 8:12 AM Wilfred Mallawa
<wilfred.mallawa@opensource.wdc.com> wrote:
>
> From: Wilfred Mallawa <wilfred.mallawa@wdc.com>
>
> 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
>   hw/ssi: ibex_spi: fixup/add rw1c functionality
>   hw/ssi: ibex_spi: update reg addr

Thanks!

Applied to riscv-to-apply.next

Alistair

>
>  hw/ssi/ibex_spi_host.c         | 174 ++++++++++++++++++++-------------
>  include/hw/ssi/ibex_spi_host.h |   4 +-
>  2 files changed, 106 insertions(+), 72 deletions(-)
>
> --
> 2.37.2
>
>