Re: [Qemu-devel] [PATCH v2 3/3] i.MX: Add GPIO devices to i.MX25 SOC
On Sun, Sep 6, 2015 at 1:46 PM, Jean-Christophe Dubois wrote: > Signed-off-by: Jean-Christophe Dubois > Reviewed-by: Peter Crosthwaite > --- > > Changes since v1: > * various coding style cleanup > > hw/arm/fsl-imx25.c | 29 + > include/hw/arm/fsl-imx25.h |
[Qemu-devel] [PATCH v2 3/3] i.MX: Add GPIO devices to i.MX25 SOC
Signed-off-by: Jean-Christophe Dubois Reviewed-by: Peter Crosthwaite --- Changes since v1: * various coding style cleanup hw/arm/fsl-imx25.c | 29 + include/hw/arm/fsl-imx25.h | 15 +++ 2 files changed, 44 insertions(+) diff --git a/hw/arm/fsl