[RFC] [PATCH 3/3] IRQ: irq domain: defer of irq ressoure resolve at platform_drv_probe

Grant Likely grant.likely at secretlab.ca
Thu May 30 20:46:03 EST 2013


On Thu, May 30, 2013 at 11:36 AM, Jean-Christophe PLAGNIOL-VILLARD
<plagnioj at jcrosoft.com> wrote:
> On 23:48 Wed 29 May     , Grant Likely wrote:
>> Also, if the table has already been populated successfully, then that
>> should be checked for. That would prevent the same table from being
>> parsed over and over in the case of a device that keeps getting
>> deferred.
>
> can I add a new boolean for this in pdev of device_node?

Try it out and see what it looks like. It would probably be better to
have it as a flag in the platform device itself. Regardless, do it as
a follow-on patch so that the functionality can be split from the
optimization change. I think the optimization could still require a
few iterations.

g.


More information about the devicetree-discuss mailing list