From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([208.118.235.92]:52388) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UegD4-0002dk-8o for qemu-devel@nongnu.org; Tue, 21 May 2013 02:38:12 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1UegD3-0005Mr-D7 for qemu-devel@nongnu.org; Tue, 21 May 2013 02:38:10 -0400 Received: from mail-pa0-f53.google.com ([209.85.220.53]:42834) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UegD3-0005Mj-4X for qemu-devel@nongnu.org; Tue, 21 May 2013 02:38:09 -0400 Received: by mail-pa0-f53.google.com with SMTP id kq12so379368pab.26 for ; Mon, 20 May 2013 23:38:08 -0700 (PDT) Sender: Peter Crosthwaite From: peter.crosthwaite@xilinx.com Date: Tue, 21 May 2013 16:28:39 +1000 Message-Id: Subject: [Qemu-devel] [PATCH arm-devs v4 00/15] Xilinx SPIPS fixes round 2 List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: peter.maydell@linaro.org, qemu-devel@nongnu.org Cc: edgar.iglesias@gmail.com From: Peter Crosthwaite Updates to the Zynq SPI controller. Some QOMifying cleanup, followed by a number of bugs/incompletnesses found by some (very) rigourous test vectors. changed from v4: Address PMM review (P5 and P8) changed from v3: Fixed break after goto (PMM review) 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 | 320 ++++++++++++++++++++++++++++++++++++++------------ 2 files changed, 249 insertions(+), 73 deletions(-) -- 1.8.3.rc1.44.gb387c77.dirty