Re: [Qemu-devel] [PATCH v4 0/2] Reworked Zynq GPIO model

2015-02-21 Thread Peter Crosthwaite
On Mon, Feb 9, 2015 at 10:06 PM, Peter Crosthwaite
 wrote:
> On Sun, Jan 25, 2015 at 11:51 AM, Colin Leitner
>  wrote:
>> Hello everyone,
>>
>> this is the fourth version of the Zynq GPIO model patch. It includes
>>
>>  * removal of unneeded memset in zynq_gpio_realize
>>  * some minor code cleanup
>>  * fixes for all remaining checkpatch warnings (lines too long)
>>
>> Regards,
>> Colin
>>
>
> CC Peter for target arm.
>

Hi Peter,

Do you need a [PULL] from me for this one?

Regards,
Peter

> Regards,
> Peter
>
>> Colin Leitner (2):
>>   zynq_gpio: GPIO model for Zynq SoC
>>   xilinx_zynq: Add zynq-gpio to the machine
>>
>>  hw/arm/xilinx_zynq.c|2 +
>>  hw/gpio/Makefile.objs   |1 +
>>  hw/gpio/zynq-gpio.c |  413 
>> +++
>>  include/hw/gpio/zynq-gpio.h |   79 +
>>  4 files changed, 495 insertions(+)
>>  create mode 100644 hw/gpio/zynq-gpio.c
>>  create mode 100644 include/hw/gpio/zynq-gpio.h
>>
>> --
>> 1.7.10.4
>>
>>



Re: [Qemu-devel] [PATCH v4 0/2] Reworked Zynq GPIO model

2015-02-09 Thread Peter Crosthwaite
On Sun, Jan 25, 2015 at 11:51 AM, Colin Leitner
 wrote:
> Hello everyone,
>
> this is the fourth version of the Zynq GPIO model patch. It includes
>
>  * removal of unneeded memset in zynq_gpio_realize
>  * some minor code cleanup
>  * fixes for all remaining checkpatch warnings (lines too long)
>
> Regards,
> Colin
>

CC Peter for target arm.

Regards,
Peter

> Colin Leitner (2):
>   zynq_gpio: GPIO model for Zynq SoC
>   xilinx_zynq: Add zynq-gpio to the machine
>
>  hw/arm/xilinx_zynq.c|2 +
>  hw/gpio/Makefile.objs   |1 +
>  hw/gpio/zynq-gpio.c |  413 
> +++
>  include/hw/gpio/zynq-gpio.h |   79 +
>  4 files changed, 495 insertions(+)
>  create mode 100644 hw/gpio/zynq-gpio.c
>  create mode 100644 include/hw/gpio/zynq-gpio.h
>
> --
> 1.7.10.4
>
>



[Qemu-devel] [PATCH v4 0/2] Reworked Zynq GPIO model

2015-01-25 Thread Colin Leitner
Hello everyone,

this is the fourth version of the Zynq GPIO model patch. It includes

 * removal of unneeded memset in zynq_gpio_realize
 * some minor code cleanup
 * fixes for all remaining checkpatch warnings (lines too long)

Regards,
Colin

Colin Leitner (2):
  zynq_gpio: GPIO model for Zynq SoC
  xilinx_zynq: Add zynq-gpio to the machine

 hw/arm/xilinx_zynq.c|2 +
 hw/gpio/Makefile.objs   |1 +
 hw/gpio/zynq-gpio.c |  413 +++
 include/hw/gpio/zynq-gpio.h |   79 +
 4 files changed, 495 insertions(+)
 create mode 100644 hw/gpio/zynq-gpio.c
 create mode 100644 include/hw/gpio/zynq-gpio.h

-- 
1.7.10.4