Re: [Qemu-devel] [PATCH v1 1/1] zynq_slcr: Change the comma to a underscore

2014-04-09 Thread Markus Armbruster
Markus Armbruster writes: > Alistair Francis writes: > >> On Wed, Apr 9, 2014 at 11:14 AM, Peter Crosthwaite >> wrote: >>> On Wed, Mar 26, 2014 at 1:05 PM, Alistair Francis >>> wrote: This patch changes the comma in the "xilinx,zynq_slcr" to an underscore. This matches every other xi

Re: [Qemu-devel] [PATCH v1 1/1] zynq_slcr: Change the comma to a underscore

2014-04-09 Thread Markus Armbruster
Alistair Francis writes: > On Wed, Apr 9, 2014 at 11:14 AM, Peter Crosthwaite > wrote: >> On Wed, Mar 26, 2014 at 1:05 PM, Alistair Francis >> wrote: >>> This patch changes the comma in the "xilinx,zynq_slcr" to an >>> underscore. This matches every other xilinx* peripheral and >>> also makes p

Re: [Qemu-devel] [PATCH v1 1/1] zynq_slcr: Change the comma to a underscore

2014-04-08 Thread Alistair Francis
On Wed, Apr 9, 2014 at 11:14 AM, Peter Crosthwaite wrote: > On Wed, Mar 26, 2014 at 1:05 PM, Alistair Francis > wrote: >> This patch changes the comma in the "xilinx,zynq_slcr" to an >> underscore. This matches every other xilinx* peripheral and >> also makes parsing the device via the command li

Re: [Qemu-devel] [PATCH v1 1/1] zynq_slcr: Change the comma to a underscore

2014-04-08 Thread Peter Crosthwaite
On Wed, Mar 26, 2014 at 1:05 PM, Alistair Francis wrote: > This patch changes the comma in the "xilinx,zynq_slcr" to an > underscore. This matches every other xilinx* peripheral and > also makes parsing the device via the command line possible. > I think its actually a case of this being slightly

[Qemu-devel] [PATCH v1 1/1] zynq_slcr: Change the comma to a underscore

2014-03-25 Thread Alistair Francis
This patch changes the comma in the "xilinx,zynq_slcr" to an underscore. This matches every other xilinx* peripheral and also makes parsing the device via the command line possible. Signed-off-by: Alistair Francis --- hw/arm/xilinx_zynq.c |2 +- hw/misc/zynq_slcr.c |2 +- 2 files chang