Re: [PATCH v2 2/7] genirq: irqdomain: Remove irqdomain dependency on struct device_node

2015-07-24 Thread Hanjun Guo
On 07/23/2015 09:05 PM, Marc Zyngier wrote: struct device_node is very much DT specific, and the original authors of the irqdomain subsystem recognized that tie, and went as far as mentionning that this could be replaced by some "void *token", should another firmware infrastructure be using it.

[PATCH v2 2/7] genirq: irqdomain: Remove irqdomain dependency on struct device_node

2015-07-23 Thread Marc Zyngier
struct device_node is very much DT specific, and the original authors of the irqdomain subsystem recognized that tie, and went as far as mentionning that this could be replaced by some "void *token", should another firmware infrastructure be using it. As we move ACPI on arm64 towards this model to