Re: [Qemu-devel] [PATCH v1 1/3] i.MX: Add GPIO device

2015-09-06 Thread Peter Crosthwaite
On Sun, Sep 6, 2015 at 2:19 PM, Jean-Christophe DUBOIS wrote: > Le 06/09/2015 20:23, Peter Crosthwaite a écrit : >> >> On Sun, Sep 6, 2015 at 5:55 AM, Jean-Christophe DUBOIS >> wrote: >>> >>> Le 05/09/2015 11:03, Peter Crosthwaite a écrit : On Sat, Sep 5, 2015 at 1:17 AM, Jean-Christoph

Re: [Qemu-devel] [PATCH v1 1/3] i.MX: Add GPIO device

2015-09-06 Thread Jean-Christophe DUBOIS
Le 06/09/2015 20:23, Peter Crosthwaite a écrit : On Sun, Sep 6, 2015 at 5:55 AM, Jean-Christophe DUBOIS wrote: Le 05/09/2015 11:03, Peter Crosthwaite a écrit : On Sat, Sep 5, 2015 at 1:17 AM, Jean-Christophe Dubois wrote: Signed-off-by: Jean-Christophe Dubois --- hw/gpio/Makefile.objs

Re: [Qemu-devel] [PATCH v1 1/3] i.MX: Add GPIO device

2015-09-06 Thread Peter Crosthwaite
On Sun, Sep 6, 2015 at 5:55 AM, Jean-Christophe DUBOIS wrote: > Le 05/09/2015 11:03, Peter Crosthwaite a écrit : >> >> On Sat, Sep 5, 2015 at 1:17 AM, Jean-Christophe Dubois >> wrote: >>> >>> Signed-off-by: Jean-Christophe Dubois >>> --- >>> hw/gpio/Makefile.objs | 1 + >>> hw/gpio/imx

Re: [Qemu-devel] [PATCH v1 1/3] i.MX: Add GPIO device

2015-09-06 Thread Jean-Christophe DUBOIS
Le 05/09/2015 11:03, Peter Crosthwaite a écrit : On Sat, Sep 5, 2015 at 1:17 AM, Jean-Christophe Dubois wrote: Signed-off-by: Jean-Christophe Dubois --- hw/gpio/Makefile.objs | 1 + hw/gpio/imx_gpio.c | 358 + include/hw/gpio/imx_g

Re: [Qemu-devel] [PATCH v1 1/3] i.MX: Add GPIO device

2015-09-05 Thread Peter Crosthwaite
On Sat, Sep 5, 2015 at 1:17 AM, Jean-Christophe Dubois wrote: > Signed-off-by: Jean-Christophe Dubois > --- > hw/gpio/Makefile.objs | 1 + > hw/gpio/imx_gpio.c | 358 > + > include/hw/gpio/imx_gpio.h | 60 > 3 files changed, 4

[Qemu-devel] [PATCH v1 1/3] i.MX: Add GPIO device

2015-09-05 Thread Jean-Christophe Dubois
Signed-off-by: Jean-Christophe Dubois --- hw/gpio/Makefile.objs | 1 + hw/gpio/imx_gpio.c | 358 + include/hw/gpio/imx_gpio.h | 60 3 files changed, 419 insertions(+) create mode 100644 hw/gpio/imx_gpio.c create mode 100644 in