of/irq: Replace of_irq with of_phandle_args
authorGrant Likely <grant.likely@linaro.org>
Sun, 15 Sep 2013 15:39:11 +0000 (16:39 +0100)
committerGrant Likely <grant.likely@linaro.org>
Thu, 24 Oct 2013 10:42:51 +0000 (11:42 +0100)
commit530210c7814e83564c7ca7bca8192515042c0b63
tree09549bc731f9397cc6a533e091a47d116d5653b5
parent0c02c8007ea5554d028f99fd3e29fc201fdeeab3
of/irq: Replace of_irq with of_phandle_args

struct of_irq and struct of_phandle_args are exactly the same structure.
This patch makes the kernel use of_phandle_args everywhere. This in
itself isn't a big deal, but it makes some follow-on patches simpler.

Signed-off-by: Grant Likely <grant.likely@linaro.org>
Acked-by: Michal Simek <monstr@monstr.eu>
Acked-by: Tony Lindgren <tony@atomide.com>
Cc: Russell King <linux@arm.linux.org.uk>
Cc: Ralf Baechle <ralf@linux-mips.org>
Cc: Benjamin Herrenschmidt <benh@kernel.crashing.org>
19 files changed:
arch/arm/mach-integrator/pci_v3.c
arch/microblaze/pci/pci-common.c
arch/mips/pci/fixup-lantiq.c
arch/mips/pci/pci-rt3883.c
arch/powerpc/kernel/pci-common.c
arch/powerpc/platforms/cell/celleb_scc_pciex.c
arch/powerpc/platforms/cell/celleb_scc_sio.c
arch/powerpc/platforms/cell/spider-pic.c
arch/powerpc/platforms/cell/spu_manage.c
arch/powerpc/platforms/fsl_uli1575.c
arch/powerpc/platforms/powermac/pic.c
arch/powerpc/platforms/pseries/event_sources.c
arch/powerpc/sysdev/mpic_msi.c
arch/x86/kernel/devicetree.c
drivers/of/irq.c
drivers/of/of_pci_irq.c
drivers/pci/host/pci-mvebu.c
include/linux/of_irq.h
include/linux/of_pci.h