Add GPIO device to i.MX31 and i.MX25 SOC Jean-Christophe Dubois (3): i.MX: Add GPIO device i.MX: Add GPIO device to i.MX31 SOC i.MX: Add GPIO device to i.MX25 SOC
hw/arm/fsl-imx25.c | 31 ++++ hw/arm/fsl-imx31.c | 30 ++++ hw/gpio/Makefile.objs | 1 + hw/gpio/imx_gpio.c | 358 +++++++++++++++++++++++++++++++++++++++++++++ include/hw/arm/fsl-imx25.h | 15 ++ include/hw/arm/fsl-imx31.h | 12 ++ include/hw/gpio/imx_gpio.h | 60 ++++++++ 7 files changed, 507 insertions(+) create mode 100644 hw/gpio/imx_gpio.c create mode 100644 include/hw/gpio/imx_gpio.h -- 2.1.4