commit | 4266ab1a8ff5715e48b2e89046305864650ce025 | [log] [tgz] |
---|---|---|
author | Suravee Suthikulpanit <Suravee.Suthikulpanit@amd.com> | Thu Dec 10 08:55:29 2015 -0800 |
committer | Marc Zyngier <marc.zyngier@arm.com> | Mon Dec 21 13:50:03 2015 +0000 |
tree | 7aaba8ab9f43ae3d844acb59fe1c5c1c4219e140 | |
parent | 75aba7b0e9ac416ca53c0c97680b8e9aedf09284 [diff] |
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>