Re: [Qemu-devel] [PATCH arm-devs v1 06/15] xilinx_spips: Fix QSPI FIFO size

2013-04-08 Thread Peter Crosthwaite
On Sat, Apr 6, 2013 at 4:50 AM, Peter Maydell wrote: > On 3 April 2013 05:32, Peter Crosthwaite wrote: >> QSPI has a bigger FIFO than the regular SPI controller. Differentiate >> between the two with correct FIFO sizes for each. >> >> Signed-off-by: Peter Crosthwaite >> --- >> >> hw/xilinx_spip

Re: [Qemu-devel] [PATCH arm-devs v1 06/15] xilinx_spips: Fix QSPI FIFO size

2013-04-05 Thread Peter Maydell
On 3 April 2013 05:32, Peter Crosthwaite wrote: > QSPI has a bigger FIFO than the regular SPI controller. Differentiate > between the two with correct FIFO sizes for each. > > Signed-off-by: Peter Crosthwaite > --- > > hw/xilinx_spips.c |7 +++ > 1 files changed, 7 insertions(+), 0 delet

[Qemu-devel] [PATCH arm-devs v1 06/15] xilinx_spips: Fix QSPI FIFO size

2013-04-02 Thread Peter Crosthwaite
QSPI has a bigger FIFO than the regular SPI controller. Differentiate between the two with correct FIFO sizes for each. Signed-off-by: Peter Crosthwaite --- hw/xilinx_spips.c |7 +++ 1 files changed, 7 insertions(+), 0 deletions(-) diff --git a/hw/xilinx_spips.c b/hw/xilinx_spips.c ind