qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Qemu-devel] [PATCH v2 0/3] i.MX: Add GPIO devices to i.MX SOC


From: Jean-Christophe Dubois
Subject: [Qemu-devel] [PATCH v2 0/3] i.MX: Add GPIO devices to i.MX SOC
Date: Sun, 6 Sep 2015 22:45:43 +0200

Add GPIO device 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         |  34 +++++
 hw/gpio/Makefile.objs      |   1 +
 hw/gpio/imx_gpio.c         | 347 +++++++++++++++++++++++++++++++++++++++++++++
 include/hw/arm/fsl-imx25.h |  15 ++
 include/hw/arm/fsl-imx31.h |  12 ++
 include/hw/gpio/imx_gpio.h |  63 ++++++++
 7 files changed, 501 insertions(+)
 create mode 100644 hw/gpio/imx_gpio.c
 create mode 100644 include/hw/gpio/imx_gpio.h

-- 
2.1.4




reply via email to

[Prev in Thread] Current Thread [Next in Thread]