irqchip/gic-v2m: Refactor to prepare for ACPI support
authorSuravee Suthikulpanit <Suravee.Suthikulpanit@amd.com>
Thu, 10 Dec 2015 16:55:29 +0000 (08:55 -0800)
committerMarc Zyngier <marc.zyngier@arm.com>
Mon, 21 Dec 2015 13:50:03 +0000 (13:50 +0000)
commit4266ab1a8ff5715e48b2e89046305864650ce025
tree7aaba8ab9f43ae3d844acb59fe1c5c1c4219e140
parent75aba7b0e9ac416ca53c0c97680b8e9aedf09284
irqchip/gic-v2m: Refactor to prepare for ACPI support

This patch replaces the struct device_node with struct fwnode_handle
since this structure is common between DT and ACPI.

It also refactors gicv2m_init_one() to prepare for ACPI support.
The only functional change is removing the node name from pr_info.

Reviewed-by: Marc Zyngier <marc.zyngier@arm.com>
Signed-off-by: Suravee Suthikulpanit <Suravee.Suthikulpanit@amd.com>
Signed-off-by: Marc Zyngier <marc.zyngier@arm.com>
drivers/irqchip/irq-gic-v2m.c