[PATCH v7 2/4] drivers: of: add function to scan fdt nodes given by path
From: Grant Likely <hidden>
Date: 2013-08-30 10:46:13
Also in:
linux-devicetree
On Fri, Aug 30, 2013 at 11:42 AM, Marek Szyprowski [off-list ref] wrote:
Hello, On 8/29/2013 11:40 PM, Grant Likely wrote:quoted
On Mon, 26 Aug 2013 16:39:17 +0200, Marek Szyprowski [off-list ref] wrote:quoted
Add a function to scan the flattened device-tree starting from the node given by the path. It is used to extract information (like reserved memory), which is required on early boot before we can unflatten the tree. Signed-off-by: Marek Szyprowski <m.szyprowski@samsung.com> Acked-by: Michal Nazarewicz <redacted> Acked-by: Tomasz Figa <redacted> Reviewed-by: Rob Herring <redacted>Some nits below, but otherwise: Acked-by: Grant Likely <redacted>Thanks!quoted
I'm happy to take this through the DT tree, or have you take it via the CMA tree.I have already put the whole patchset in linux-next via my dma-mapping/cma tree, so I would like to keep it there to avoid further confusion. I only wonder how to handle the patches to get them merged to v3.12-rc1. After your review there will be some changes to the binding, its documentation and the code itself. Would you mind if I send pull request with the current version and then provide incremental patches to fix the issues you have reported? Or should we delay this patchset till v3.13-rc1?
Merge the series as-is and send follow-on patches. If you can get the fixups done quickly, then we can get them merged for v3.12 also. g.