From: Wilfred Mallawa <wilfred.mall...@wdc.com> This patch series (note V2) cleans up the ibex_spi driver, fixes the specified coverity issue, implements register rw1c functionality and updates an incorrect register offset.
In V2, the following changes are made. - New patch [4/4] to isolate the register address offset update. - Adding the `ibex_spi` tag to commits - Split the register update to a seperate patch - Address all style suggestions made, to improve readability 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 | 170 ++++++++++++++++++++------------- include/hw/ssi/ibex_spi_host.h | 4 +- 2 files changed, 103 insertions(+), 71 deletions(-) -- 2.37.1