All of lore.kernel.org
 help / color / mirror / Atom feed
* [Qemu-devel] [PATCH v2 0/4] Add support for i.MX SPI Controller
@ 2016-02-15 11:17 Jean-Christophe Dubois
  2016-02-15 11:17 ` [Qemu-devel] [PATCH v2 1/4] FIFO: Add a FIFO32 implementation Jean-Christophe Dubois
                   ` (3 more replies)
  0 siblings, 4 replies; 11+ messages in thread
From: Jean-Christophe Dubois @ 2016-02-15 11:17 UTC (permalink / raw)
  To: qemu-devel, peter.maydell, mar.krzeminski, 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.

We also add a NOR FLASH SPI memory to the sabrelite board to test the
SPI implementation.

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 (4):
  FIFO: Add a FIFO32 implementation
  i.MX: Add the Freescale SPI Controller
  i.MX: Add SPI controllers to i.MX6 SOC
  i.MX: Add SPI NOR FLASH memory to sabrelite board.

 hw/arm/fsl-imx6.c         |  32 ++++
 hw/arm/sabrelite.c        |   9 +
 hw/ssi/Makefile.objs      |   1 +
 hw/ssi/imx_spi.c          | 459 ++++++++++++++++++++++++++++++++++++++++++++++
 include/hw/arm/fsl-imx6.h |   3 +
 include/hw/ssi/imx_spi.h  | 104 +++++++++++
 include/qemu/fifo32.h     | 206 +++++++++++++++++++++
 7 files changed, 814 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] 11+ messages in thread

end of thread, other threads:[~2016-02-25 21:04 UTC | newest]

Thread overview: 11+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2016-02-15 11:17 [Qemu-devel] [PATCH v2 0/4] Add support for i.MX SPI Controller Jean-Christophe Dubois
2016-02-15 11:17 ` [Qemu-devel] [PATCH v2 1/4] FIFO: Add a FIFO32 implementation Jean-Christophe Dubois
2016-02-25 14:12   ` Peter Maydell
2016-02-15 11:17 ` [Qemu-devel] [PATCH v2 2/4] i.MX: Add the Freescale SPI Controller Jean-Christophe Dubois
2016-02-25 14:52   ` Peter Maydell
2016-02-15 11:18 ` [Qemu-devel] [PATCH v2 3/4] i.MX: Add SPI controllers to i.MX6 SOC Jean-Christophe Dubois
2016-02-25 14:27   ` Peter Maydell
2016-02-15 11:18 ` [Qemu-devel] [PATCH v2 4/4] i.MX: Add SPI NOR FLASH memory to sabrelite board Jean-Christophe Dubois
2016-02-25 14:33   ` Peter Maydell
2016-02-25 20:37     ` Jean-Christophe DUBOIS
2016-02-25 21:03       ` Peter Maydell

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.