qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
* [Qemu-devel] [PATCH for-1.5 v2 00/15]  Xilinx SPIPS fixes round 2
@ 2013-04-19  2:02 peter.crosthwaite
  2013-04-19  2:03 ` [Qemu-devel] [PATCH for-1.5 v2 01/15] xilinx_spips: seperate SPI and QSPI as two classes peter.crosthwaite
                   ` (15 more replies)
  0 siblings, 16 replies; 19+ messages in thread
From: peter.crosthwaite @ 2013-04-19  2:02 UTC (permalink / raw)
  To: qemu-devel; +Cc: peter.maydell

From: Peter Crosthwaite <peter.crosthwaite@xilinx.com>

Updates to the Zynq SPI controller. Some QOMifying cleanup, followed by
a number of bugs/incompletnesses found by some (very) rigourous test
vectors.


Peter Crosthwaite (15):
  xilinx_spips: seperate SPI and QSPI as two classes
  xilinx_spips: Make interrupts clear on read
  xilinx_spips: Inhibit interrupts in LQSPI mode
  xilinx_spips: Add verbose LQSPI debug output
  xilinx_spips: Fix QSPI FIFO size
  xilinx_spips: Trash LQ page cache on mode change
  xilinx_spips: Add automatic start support
  xilinx_spips: Implement automatic CS
  xilinx_spips: lqspi: Dont touch config register
  xilinx_spips: Fix CTRL register RW bits
  xilinx_spips: Fix striping behaviour
  xilinx_spips: Debug msgs for Snoop state
  xilinx_spips: Multiple debug verbosity levels
  xilinx_spips: lqspi: Push more data to tx-fifo
  xilinx_spips: lqspi: Fix byte/misaligned access

 hw/arm/xilinx_zynq.c  |    2 +-
 hw/ssi/xilinx_spips.c |  321 ++++++++++++++++++++++++++++++++++++++-----------
 2 files changed, 250 insertions(+), 73 deletions(-)

^ permalink raw reply	[flat|nested] 19+ messages in thread

end of thread, other threads:[~2013-04-22  4:48 UTC | newest]

Thread overview: 19+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-04-19  2:02 [Qemu-devel] [PATCH for-1.5 v2 00/15] Xilinx SPIPS fixes round 2 peter.crosthwaite
2013-04-19  2:03 ` [Qemu-devel] [PATCH for-1.5 v2 01/15] xilinx_spips: seperate SPI and QSPI as two classes peter.crosthwaite
2013-04-19  2:04 ` [Qemu-devel] [PATCH for-1.5 v2 02/15] xilinx_spips: Make interrupts clear on read peter.crosthwaite
2013-04-19  2:04 ` [Qemu-devel] [PATCH for-1.5 v2 03/15] xilinx_spips: Inhibit interrupts in LQSPI mode peter.crosthwaite
2013-04-19  2:05 ` [Qemu-devel] [PATCH for-1.5 v2 04/15] xilinx_spips: Add verbose LQSPI debug output peter.crosthwaite
2013-04-19  2:06 ` [Qemu-devel] [PATCH for-1.5 v2 05/15] xilinx_spips: Fix QSPI FIFO size peter.crosthwaite
2013-04-19  2:06 ` [Qemu-devel] [PATCH for-1.5 v2 06/15] xilinx_spips: Trash LQ page cache on mode change peter.crosthwaite
2013-04-19 10:23   ` Peter Maydell
2013-04-22  4:48     ` Peter Crosthwaite
2013-04-19  2:07 ` [Qemu-devel] [PATCH for-1.5 v2 07/15] xilinx_spips: Add automatic start support peter.crosthwaite
2013-04-19  2:08 ` [Qemu-devel] [PATCH for-1.5 v2 08/15] xilinx_spips: Implement automatic CS peter.crosthwaite
2013-04-19  2:08 ` [Qemu-devel] [PATCH for-1.5 v2 09/15] xilinx_spips: lqspi: Dont touch config register peter.crosthwaite
2013-04-19  2:09 ` [Qemu-devel] [PATCH for-1.5 v2 10/15] xilinx_spips: Fix CTRL register RW bits peter.crosthwaite
2013-04-19  2:10 ` [Qemu-devel] [PATCH for-1.5 v2 11/15] xilinx_spips: Fix striping behaviour peter.crosthwaite
2013-04-19  2:10 ` [Qemu-devel] [PATCH for-1.5 v2 12/15] xilinx_spips: Debug msgs for Snoop state peter.crosthwaite
2013-04-19  2:11 ` [Qemu-devel] [PATCH for-1.5 v2 13/15] xilinx_spips: Multiple debug verbosity levels peter.crosthwaite
2013-04-19  2:12 ` [Qemu-devel] [PATCH for-1.5 v2 14/15] xilinx_spips: lqspi: Push more data to tx-fifo peter.crosthwaite
2013-04-19  2:12 ` [Qemu-devel] [PATCH for-1.5 v2 15/15] xilinx_spips: lqspi: Fix byte/misaligned access peter.crosthwaite
2013-04-19 10:33 ` [Qemu-devel] [PATCH for-1.5 v2 00/15] Xilinx SPIPS fixes round 2 Peter Maydell

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).