Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1191614
| From | Hanjun Guo <hanjun.guo@linaro.org> |
|---|---|
| Newsgroups | linux.kernel |
| Subject | Re: [PATCH v2 1/7] genirq: irqdomain: Use an accessor for the of_node field |
| Date | 2015-07-24 11:00 +0200 |
| Message-ID | <pPGZI-LO-5@gated-at.bofh.it> (permalink) |
| References | <pPoq5-7Bj-3@gated-at.bofh.it> <pPoq6-7Bj-17@gated-at.bofh.it> |
| Organization | linux.* mail to news gateway |
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/irqdomain.c to use an accessor. > > Signed-off-by: Marc Zyngier <marc.zyngier@arm.com> > --- > arch/c6x/platforms/megamod-pic.c | 2 +- > arch/mips/cavium-octeon/octeon-irq.c | 4 ++-- > arch/powerpc/platforms/cell/axon_msi.c | 2 +- > arch/powerpc/platforms/cell/spider-pic.c | 9 ++++++--- > arch/powerpc/platforms/pasemi/msi.c | 6 ++++-- > arch/powerpc/platforms/powernv/opal-irqchip.c | 2 +- > arch/powerpc/sysdev/ehv_pic.c | 3 ++- > arch/powerpc/sysdev/fsl_msi.c | 2 +- > arch/powerpc/sysdev/i8259.c | 3 ++- > arch/powerpc/sysdev/ipic.c | 3 ++- > arch/powerpc/sysdev/mpic.c | 3 ++- > arch/powerpc/sysdev/mpic_msi.c | 2 +- > arch/powerpc/sysdev/qe_lib/qe_ic.c | 3 ++- Hmm, no arch/arm/, and there are several domain->of_node or similar in those files, or did I miss something? > drivers/gpio/gpio-sodaville.c | 2 +- > drivers/irqchip/exynos-combiner.c | 2 +- > drivers/irqchip/irq-atmel-aic-common.c | 2 +- > drivers/irqchip/irq-crossbar.c | 4 ++-- > drivers/irqchip/irq-gic-v2m.c | 2 +- > drivers/irqchip/irq-gic-v3-its.c | 2 +- > drivers/irqchip/irq-gic-v3.c | 2 +- > drivers/irqchip/irq-gic.c | 2 +- > drivers/irqchip/irq-hip04.c | 2 +- > drivers/irqchip/irq-mtk-sysirq.c | 2 +- > drivers/irqchip/irq-s3c24xx.c | 4 ++-- > drivers/irqchip/irq-tegra.c | 4 ++-- > drivers/irqchip/irq-vf610-mscm-ir.c | 5 +++-- > drivers/spmi/spmi-pmic-arb.c | 2 +- > include/linux/irqdomain.h | 5 +++++ > 28 files changed, 51 insertions(+), 35 deletions(-) > Thanks Hanjun -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/
Back to linux.kernel | Previous | Next — Previous in thread | Find similar | Unroll thread
[PATCH v2 1/7] genirq: irqdomain: Use an accessor for the of_node field Marc Zyngier <marc.zyngier@arm.com> - 2015-07-23 15:10 +0200 Re: [PATCH v2 1/7] genirq: irqdomain: Use an accessor for the of_node field Hanjun Guo <hanjun.guo@linaro.org> - 2015-07-24 11:00 +0200
csiph-web