[PATCH v2 1/1] dt: reform for_each_property to for_each_property_of_node
From: Rob Herring <hidden>
Date: 2011-12-22 16:02:01
Also in:
linux-devicetree, lkml
From: Rob Herring <hidden>
Date: 2011-12-22 16:02:01
Also in:
linux-devicetree, lkml
On 12/22/2011 06:19 AM, Dong Aisheng wrote:
From: Dong Aisheng <redacted> Make this macro easier to use(do not need to pass properties, a node is enough), also change to a more sensible name as for_each_child_of_node. Signed-off-by: Dong Aisheng <redacted> Cc: Grant Likely <redacted> Cc: Rob Herring <redacted> --- Changes v1->v2: - Fix a typo error (micro->macro)
Applied. Rob