From: emilio@elopez.com.ar (Emilio López)
To: linux-arm-kernel@lists.infradead.org
Subject: [PATCH 3/7] clk: sunxi: avoid double DT matching
Date: Tue, 13 May 2014 13:57:52 -0300 [thread overview]
Message-ID: <53724F10.8030607@elopez.com.ar> (raw)
In-Reply-To: <CAL_JsqL0wWi0Pz6NirzEVWeHKqrRiGB6Q+9JYp6ew5KTeeY0dQ@mail.gmail.com>
Hi Rob,
For 3/7 (with the mentioned fix) and 4/7 my Cubietruck still boots, so
Acked-by: Emilio L?pez <emilio@elopez.com.ar>
Tested-by: Emilio L?pez <emilio@elopez.com.ar>
El 13/05/14 12:12, Rob Herring escribi?:
> On Mon, May 12, 2014 at 7:29 PM, Rob Herring <robherring2@gmail.com> wrote:
>> From: Rob Herring <robh@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@kernel.org>
>> Cc: "Emilio L?pez" <emilio@elopez.com.ar>
>> Cc: Mike Turquette <mturquette@linaro.org>
>> Cc: Maxime Ripard <maxime.ripard@free-electrons.com>
Cheers,
Emilio
WARNING: multiple messages have this Message-ID (diff)
From: "Emilio López" <emilio@elopez.com.ar>
To: Rob Herring <robh@kernel.org>
Cc: "linux-kernel@vger.kernel.org" <linux-kernel@vger.kernel.org>,
"linux-arm-kernel@lists.infradead.org"
<linux-arm-kernel@lists.infradead.org>,
Mike Turquette <mturquette@linaro.org>,
Maxime Ripard <maxime.ripard@free-electrons.com>
Subject: Re: [PATCH 3/7] clk: sunxi: avoid double DT matching
Date: Tue, 13 May 2014 13:57:52 -0300 [thread overview]
Message-ID: <53724F10.8030607@elopez.com.ar> (raw)
In-Reply-To: <CAL_JsqL0wWi0Pz6NirzEVWeHKqrRiGB6Q+9JYp6ew5KTeeY0dQ@mail.gmail.com>
Hi Rob,
For 3/7 (with the mentioned fix) and 4/7 my Cubietruck still boots, so
Acked-by: Emilio López <emilio@elopez.com.ar>
Tested-by: Emilio López <emilio@elopez.com.ar>
El 13/05/14 12:12, Rob Herring escribió:
> On Mon, May 12, 2014 at 7:29 PM, Rob Herring <robherring2@gmail.com> wrote:
>> From: Rob Herring <robh@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@kernel.org>
>> Cc: "Emilio López" <emilio@elopez.com.ar>
>> Cc: Mike Turquette <mturquette@linaro.org>
>> Cc: Maxime Ripard <maxime.ripard@free-electrons.com>
Cheers,
Emilio
next prev parent reply other threads:[~2014-05-13 16:57 UTC|newest]
Thread overview: 28+ messages / expand[flat|nested] mbox.gz Atom feed top
2014-05-13 0:29 [PATCH 0/7] OF init section function prototype fixes Rob Herring
2014-05-13 0:29 ` Rob Herring
2014-05-13 0:29 ` [PATCH 1/7] ARM: imx: fix function type for CLK_OF_DECLARE Rob Herring
2014-05-13 0:29 ` Rob Herring
2014-05-13 2:10 ` Shawn Guo
2014-05-13 2:10 ` Shawn Guo
2014-05-13 0:29 ` [PATCH 2/7] clk: rockchip: " Rob Herring
2014-05-13 0:29 ` Rob Herring
2014-05-13 0:29 ` [PATCH 3/7] clk: sunxi: avoid double DT matching Rob Herring
2014-05-13 0:29 ` Rob Herring
2014-05-13 15:12 ` Rob Herring
2014-05-13 15:12 ` Rob Herring
2014-05-13 16:57 ` Emilio López [this message]
2014-05-13 16:57 ` Emilio López
2014-05-13 0:29 ` [PATCH 4/7] clk: sunxi: fix function type for CLK_OF_DECLARE Rob Herring
2014-05-13 0:29 ` Rob Herring
2014-05-13 0:29 ` [PATCH 5/7] irqchip: s3c24xx: fix function type for IRQCHIP_OF_DECLARE Rob Herring
2014-05-13 0:29 ` Rob Herring
2014-05-13 15:22 ` Jason Cooper
2014-05-13 15:22 ` Jason Cooper
2014-05-13 17:02 ` Rob Herring
2014-05-13 17:02 ` Rob Herring
2014-05-13 19:19 ` Jason Cooper
2014-05-13 19:19 ` Jason Cooper
2014-05-13 0:29 ` [PATCH 6/7] irqchip: mxs: " Rob Herring
2014-05-13 0:29 ` Rob Herring
2014-05-13 0:29 ` [PATCH 7/7] clk: ti: add missing semi-colon on CLK_OF_DECLARE Rob Herring
2014-05-13 0:29 ` Rob Herring
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=53724F10.8030607@elopez.com.ar \
--to=emilio@elopez.com.ar \
--cc=linux-arm-kernel@lists.infradead.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.