[PATCH 3/7] clk: sunxi: avoid double DT matching

Emilio López emilio at elopez.com.ar
Tue May 13 09:57:52 PDT 2014


Hi Rob,

For 3/7 (with the mentioned fix) and 4/7 my Cubietruck still boots, so

Acked-by: Emilio López <emilio at elopez.com.ar>
Tested-by: Emilio López <emilio at elopez.com.ar>

El 13/05/14 12:12, Rob Herring escribió:
> On Mon, May 12, 2014 at 7:29 PM, Rob Herring <robherring2 at gmail.com> wrote:
>> From: Rob Herring <robh at kernel.org>
>>
>> Use for_each_matching_node_and_match instead of for_each_matching_node plus
>> of_match_node to avoid searching the DT twice for each node.
>>
>> The sunxi DT scanning code should really be re-worked rather than have
>> its own private matching infrastructure. It is working around needing a
>> function pointer and a data pointer for each compatible match.
>>
>> Signed-off-by: Rob Herring <robh at kernel.org>
>> Cc: "Emilio López" <emilio at elopez.com.ar>
>> Cc: Mike Turquette <mturquette at linaro.org>
>> Cc: Maxime Ripard <maxime.ripard at free-electrons.com>

Cheers,

Emilio



More information about the linux-arm-kernel mailing list