Re: [PATCH v2 1/7] genirq: irqdomain: Use an accessor for the of_node field

2015-07-24 Thread Marc Zyngier
On 24/07/15 09:54, Hanjun Guo wrote: > On 07/23/2015 09:05 PM, Marc Zyngier wrote: >> The struct irq_domain contains a "struct device_node *" field >> (of_node) that is almost the only link between the irqdomain >> and the device tree infrastructure. >> >> In order to prepare for the removal of tha

Re: [PATCH v2 1/7] genirq: irqdomain: Use an accessor for the of_node field

2015-07-24 Thread Hanjun Guo
On 07/23/2015 09:05 PM, Marc Zyngier wrote: The struct irq_domain contains a "struct device_node *" field (of_node) that is almost the only link between the irqdomain and the device tree infrastructure. In order to prepare for the removal of that field, convert all users outside of kernel/irq/ir

[PATCH v2 1/7] genirq: irqdomain: Use an accessor for the of_node field

2015-07-23 Thread Marc Zyngier
The struct irq_domain contains a "struct device_node *" field (of_node) that is almost the only link between the irqdomain and the device tree infrastructure. In order to prepare for the removal of that field, convert all users outside of kernel/irq/irqdomain.c to use an accessor. Signed-off-by: