[PATCH 05/10] fsl-mc/dprc-driver: Remove domain init order dependencies

2018-11-07 Thread Robert Richter
Use new irq_domain_request_host_*() interface which allows independent parent and child initialization using an irq domain request handler. This makes it possible to move its initialization to a later point during boot. All domains can be initialized in the same initcall level then.

[PATCH 05/10] fsl-mc/dprc-driver: Remove domain init order dependencies

2018-11-07 Thread Robert Richter
Use new irq_domain_request_host_*() interface which allows independent parent and child initialization using an irq domain request handler. This makes it possible to move its initialization to a later point during boot. All domains can be initialized in the same initcall level then.