qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
* [Qemu-devel] [PATCH v4 0/3] i.MX: Add GPIO devices to i.MX SOC
@ 2015-09-09 20:08 Jean-Christophe Dubois
  2015-09-09 20:08 ` [Qemu-devel] [PATCH v4 1/3] i.MX: Add GPIO device Jean-Christophe Dubois
                   ` (3 more replies)
  0 siblings, 4 replies; 5+ messages in thread
From: Jean-Christophe Dubois @ 2015-09-09 20:08 UTC (permalink / raw)
  To: qemu-devel, crosthwaitepeter, peter.maydell; +Cc: Jean-Christophe Dubois

Add GPIO devices to i.MX31 and i.MX25 SOC

Jean-Christophe Dubois (3):
  i.MX: Add GPIO device
  i.MX: Add GPIO devices to i.MX31 SOC
  i.MX: Add GPIO devices to i.MX25 SOC

 hw/arm/fsl-imx25.c         |  29 ++++
 hw/arm/fsl-imx31.c         |  30 ++++
 hw/gpio/Makefile.objs      |   1 +
 hw/gpio/imx_gpio.c         | 340 +++++++++++++++++++++++++++++++++++++++++++++
 include/hw/arm/fsl-imx25.h |  15 ++
 include/hw/arm/fsl-imx31.h |  12 ++
 include/hw/gpio/imx_gpio.h |  62 +++++++++
 7 files changed, 489 insertions(+)
 create mode 100644 hw/gpio/imx_gpio.c
 create mode 100644 include/hw/gpio/imx_gpio.h

-- 
2.1.4

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

end of thread, other threads:[~2015-09-11 16:02 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-09-09 20:08 [Qemu-devel] [PATCH v4 0/3] i.MX: Add GPIO devices to i.MX SOC Jean-Christophe Dubois
2015-09-09 20:08 ` [Qemu-devel] [PATCH v4 1/3] i.MX: Add GPIO device Jean-Christophe Dubois
2015-09-09 20:08 ` [Qemu-devel] [PATCH v4 2/3] i.MX: Add GPIO devices to i.MX31 SOC Jean-Christophe Dubois
2015-09-09 20:08 ` [Qemu-devel] [PATCH v4 3/3] i.MX: Add GPIO devices to i.MX25 SOC Jean-Christophe Dubois
2015-09-11 16:01 ` [Qemu-devel] [PATCH v4 0/3] i.MX: Add GPIO devices to i.MX SOC Peter Maydell

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