qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
* [Qemu-devel] [PATCH 0/3] Add support for i.MX SPI Controller
@ 2016-02-13 16:06 Jean-Christophe Dubois
  2016-02-13 16:06 ` [Qemu-devel] [PATCH 1/3] FIFO: Add a FIFO32 implementation Jean-Christophe Dubois
                   ` (2 more replies)
  0 siblings, 3 replies; 12+ messages in thread
From: Jean-Christophe Dubois @ 2016-02-13 16:06 UTC (permalink / raw)
  To: qemu-devel, peter.maydell, crosthwaite.peter; +Cc: Jean-Christophe Dubois

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

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

end of thread, other threads:[~2016-03-17 17:03 UTC | newest]

Thread overview: 12+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-02-13 16:06 [Qemu-devel] [PATCH 0/3] Add support for i.MX SPI Controller Jean-Christophe Dubois
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

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).