qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
From: Jean-Christophe Dubois <jcd@tribudubois.net>
To: qemu-devel@nongnu.org, peter.maydell@linaro.org,
	crosthwaite.peter@gmail.com
Cc: Jean-Christophe Dubois <jcd@tribudubois.net>
Subject: [Qemu-devel] [PATCH 0/3] Add support for i.MX SPI Controller
Date: Sat, 13 Feb 2016 17:06:34 +0100	[thread overview]
Message-ID: <cover.1455379044.git.jcd@tribudubois.net> (raw)

This patch serie adds support for the i.MX SPI controller.

The controller is then added to the i.MX6 SOC implementation to 
avoid Linux hang during boot because there is no support for the SPI
controller and it is waiting for some SPI device response.

This patch also adds a FIFO32 implementation as it is part of the 
i.MX SPI controller basic mechanisms. The FIFO32 is build on top of
the existing FIFO8.

Jean-Christophe Dubois (3):
  FIFO: Add a FIFO32 implementation
  i.MX: Add the Freescale SPI Controller
  i.MX: Add SPI controllers to i.MX6 SOC

 hw/arm/fsl-imx6.c         |  32 ++++
 hw/ssi/Makefile.objs      |   1 +
 hw/ssi/imx_spi.c          | 449 ++++++++++++++++++++++++++++++++++++++++++++++
 include/hw/arm/fsl-imx6.h |   3 +
 include/hw/ssi/imx_spi.h  | 104 +++++++++++
 include/qemu/fifo32.h     | 206 +++++++++++++++++++++
 6 files changed, 795 insertions(+)
 create mode 100644 hw/ssi/imx_spi.c
 create mode 100644 include/hw/ssi/imx_spi.h
 create mode 100644 include/qemu/fifo32.h

-- 
2.5.0

             reply	other threads:[~2016-02-13 16:06 UTC|newest]

Thread overview: 12+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2016-02-13 16:06 Jean-Christophe Dubois [this message]
2016-02-13 16:06 ` [Qemu-devel] [PATCH 1/3] FIFO: Add a FIFO32 implementation Jean-Christophe Dubois
2016-02-13 16:06 ` [Qemu-devel] [PATCH 2/3] i.MX: Add the Freescale SPI Controller Jean-Christophe Dubois
2016-02-14 11:52   ` mar.krzeminski
2016-02-14 16:56     ` Jean-Christophe DUBOIS
2016-02-14 19:17       ` mar.krzeminski
2016-02-15 10:18         ` Jean-Christophe DUBOIS
2016-02-15 16:46           ` mar.krzeminski
2016-02-15 22:43             ` Jean-Christophe DUBOIS
2016-02-16 17:15               ` mar.krzeminski
2016-03-17 17:03                 ` Peter Crosthwaite
2016-02-13 16:06 ` [Qemu-devel] [PATCH 3/3] i.MX: Add SPI controllers to i.MX6 SOC Jean-Christophe Dubois

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.1455379044.git.jcd@tribudubois.net \
    --to=jcd@tribudubois.net \
    --cc=crosthwaite.peter@gmail.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 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).