Re: devicetree platform bus bindings

2010-04-07 Thread Grant Likely
On Tue, Apr 6, 2010 at 12:37 PM, Herring Robert-RA7055 wrote: > Grant, > >> -Original Message- >> From: glik...@secretlab.ca [mailto:glik...@secretlab.ca] On >> Behalf Of Grant Likely >> Sent: Tuesday, April 06, 2010 8:47 AM >> To: Herring Robert-RA7055 >> Cc: devicetree-discuss@lists.ozla

Re: [RFC PATCH] devicetree: Fix buffer overflow on setting device node name

2010-04-07 Thread Jeremy Kerr
Hi Grant, Thanks, this fixes the overflow for me too. Have applied to my tree and pushed out. If anyone else would like to check out out the patches, my tree is at: http://kernel.ubuntu.com/git?p=jk/dt/qemu.git;a=summary git://kernel.ubuntu.com/jk/dt/qemu.git Cheers, Jeremy _

[RFC PATCH] devicetree: Fix buffer overflow on setting device node name

2010-04-07 Thread Grant Likely
Fix bug where temporary buffer for sprintf() was not large enough when setting a device tree node name. Signed-off-by: Grant Likely --- Hi Jeremy. Here's the fix I promised. With this change your current tree works beautifully. I've pushed out the kernel that works with this QEMU branch to my

Re: [RFC PATCH 0/7] QEMU patches to generate FDT from qdevs

2010-04-07 Thread Grant Likely
On Wed, Apr 7, 2010 at 1:01 AM, Jeremy Kerr wrote: > Hi Grant, > >> This is an experimental set of patches for populating the flattened >> device tree (fdt) data from the actual set of qdevs in the platform. > > Neat. I've pulled these into my qemu tree, and have updated it to the current > qemu m

Re: [Qemu-devel] [RFC PATCH 0/7] QEMU patches to generate FDT from qdevs

2010-04-07 Thread Grant Likely
Thanks for the comments. Replies below... On Wed, Apr 7, 2010 at 1:10 PM, Blue Swirl wrote: > On 4/7/10, Grant Likely wrote: >> Hi everyone, >> >>  This is an experimental set of patches for populating the flattened >>  device tree (fdt) data from the actual set of qdevs in the platform. >>  I'

Re: [Qemu-devel] [RFC PATCH 0/7] QEMU patches to generate FDT from qdevs

2010-04-07 Thread Blue Swirl
On 4/7/10, Grant Likely wrote: > Hi everyone, > > This is an experimental set of patches for populating the flattened > device tree (fdt) data from the actual set of qdevs in the platform. > I'm not expecting this to get merged anytime soon, but I wanted to get > it out there to solicit commen

Re: [RFC PATCH 0/7] QEMU patches to generate FDT from qdevs

2010-04-07 Thread Jeremy Kerr
Hi Grant, > This is an experimental set of patches for populating the flattened > device tree (fdt) data from the actual set of qdevs in the platform. Neat. I've pulled these into my qemu tree, and have updated it to the current qemu master branch too (only a minor change, as qemu_error has been