Re: [Qemu-devel] [Qemu devel v9 PATCH 3/5] msf2: Add Smartfusion2 SPI controller

2017-09-17 Thread Philippe Mathieu-Daudé
On 09/15/2017 01:59 PM, Subbaraya Sundeep wrote: Modelled Microsemi's Smartfusion2 SPI controller. Signed-off-by: Subbaraya Sundeep Reviewed-by: Alistair Francis Tested-by: Philippe Mathieu-Daudé

[Qemu-devel] [Qemu devel v9 PATCH 3/5] msf2: Add Smartfusion2 SPI controller

2017-09-15 Thread Subbaraya Sundeep
Modelled Microsemi's Smartfusion2 SPI controller. Signed-off-by: Subbaraya Sundeep Reviewed-by: Alistair Francis --- hw/ssi/Makefile.objs | 1 + hw/ssi/mss-spi.c | 404 +++ include/hw/ssi/mss-spi.h | 58 +++ 3 files changed, 463 ins