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

2017-10-16 Thread sundeep subbaraya
Hi Peter, On Tue, Oct 10, 2017 at 6:24 PM, Peter Maydell wrote: > On 20 September 2017 at 21:17, Philippe Mathieu-Daudé > wrote: > > From: Subbaraya Sundeep > > > > Modelled Microsemi's Smartfusion2 SPI controller. > > > > Signed-off-by: Subbaraya Sundeep > > Reviewed-by: Alistair Francis >

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

2017-10-10 Thread Peter Maydell
On 20 September 2017 at 21:17, Philippe Mathieu-Daudé wrote: > From: Subbaraya Sundeep > > Modelled Microsemi's Smartfusion2 SPI controller. > > Signed-off-by: Subbaraya Sundeep > Reviewed-by: Alistair Francis > Tested-by: Philippe Mathieu-Daudé > +#define FRAMESZ_MASK 0x1F > +static

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

2017-09-20 Thread Philippe Mathieu-Daudé
From: Subbaraya Sundeep Modelled Microsemi's Smartfusion2 SPI controller. Signed-off-by: Subbaraya Sundeep Reviewed-by: Alistair Francis Tested-by: Philippe Mathieu-Daudé --- include/hw/ssi/mss-spi.h | 58 +++ hw/ssi/mss-spi.c | 404 ++