All of lore.kernel.org
 help / color / mirror / Atom feed
From: Alistair Francis <alistair.francis@xilinx.com>
To: qemu-devel@nongnu.org
Cc: edgar.iglesias@xilinx.com, peter.maydell@linaro.org,
	crosthwaitepeter@gmail.com, edgar.iglesias@gmail.com,
	alistair.francis@xilinx.com
Subject: [Qemu-devel] [PATCH v1 0/3]  Connect the SPI devices to ZynqMP
Date: Tue, 29 Sep 2015 16:03:07 -0700	[thread overview]
Message-ID: <cover.1443567484.git.alistair.francis@xilinx.com> (raw)

Connect the SPI devices to Xilinx's ZynqMP.

I also need to make some changes to the actual SPI device to
imporove the fuctionality, but for the time being this works.

Alistair Francis (3):
  ssi: Move ssi.h into a seperate directory
  xilinx_spips: Seperate the state struct into a header
  xlnx-zynqmp: Connect the SPI devices

 hw/arm/pxa2xx.c                     |   2 +-
 hw/arm/spitz.c                      |   2 +-
 hw/arm/stellaris.c                  |   2 +-
 hw/arm/strongarm.c                  |   2 +-
 hw/arm/tosa.c                       |   2 +-
 hw/arm/xilinx_zynq.c                |   2 +-
 hw/arm/xlnx-zynqmp.c                |  46 ++++++++++++-
 hw/arm/z2.c                         |   2 +-
 hw/block/m25p80.c                   |   2 +-
 hw/display/ads7846.c                |   2 +-
 hw/display/ssd0323.c                |   2 +-
 hw/microblaze/petalogix_ml605_mmu.c |   2 +-
 hw/misc/max111x.c                   |   2 +-
 hw/sd/ssi-sd.c                      |   2 +-
 hw/ssi/pl022.c                      |   2 +-
 hw/ssi/ssi.c                        |   2 +-
 hw/ssi/xilinx_spi.c                 |   2 +-
 hw/ssi/xilinx_spips.c               | 104 +---------------------------
 include/hw/arm/xlnx-zynqmp.h        |   4 ++
 include/hw/ssi.h                    |  94 -------------------------
 include/hw/ssi/ssi.h                |  96 ++++++++++++++++++++++++++
 include/hw/ssi/xilinx_spips.h       | 134 ++++++++++++++++++++++++++++++++++++
 22 files changed, 296 insertions(+), 214 deletions(-)
 delete mode 100644 include/hw/ssi.h
 create mode 100644 include/hw/ssi/ssi.h
 create mode 100644 include/hw/ssi/xilinx_spips.h

-- 
1.9.1

             reply	other threads:[~2015-09-29 23:04 UTC|newest]

Thread overview: 13+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2015-09-29 23:03 Alistair Francis [this message]
2015-09-29 23:03 ` [Qemu-devel] [PATCH v1 1/3] ssi: Move ssi.h into a seperate directory Alistair Francis
2015-09-30 21:06   ` Peter Crosthwaite
2015-10-01 17:19     ` Alistair Francis
2015-10-01 17:39       ` Peter Crosthwaite
2015-10-02 21:29         ` Alistair Francis
2015-09-29 23:03 ` [Qemu-devel] [PATCH v1 2/3] xilinx_spips: Seperate the state struct into a header Alistair Francis
2015-09-30 21:10   ` Peter Crosthwaite
2015-10-02 22:47     ` Alistair Francis
     [not found] ` <8bb979aa8ed92d7ee31f2625fa161699d4424268.1443567485.git.alistair.francis@xilinx.com>
2015-09-30 21:15   ` [Qemu-devel] [PATCH v1 3/3] xlnx-zynqmp: Connect the SPI devices Peter Crosthwaite
2015-10-07 21:35     ` Alistair Francis
2015-10-01 11:31 ` [Qemu-devel] [PATCH v1 0/3] Connect the SPI devices to ZynqMP Andrea Bolognani
2015-10-02 21:32   ` Alistair Francis

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=cover.1443567484.git.alistair.francis@xilinx.com \
    --to=alistair.francis@xilinx.com \
    --cc=crosthwaitepeter@gmail.com \
    --cc=edgar.iglesias@gmail.com \
    --cc=edgar.iglesias@xilinx.com \
    --cc=peter.maydell@linaro.org \
    --cc=qemu-devel@nongnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.