commit | 2bc6eba4a322e70eac8cde76442c4ac90699fb39 | [log] [tgz] |
---|---|---|
author | Marc Zyngier <[email protected]> | Tue Oct 13 12:51:38 2015 +0100 |
committer | Thomas Gleixner <[email protected]> | Tue Oct 13 19:01:24 2015 +0200 |
tree | f6c6fa9299a061cf6b74824c291af3f5c97433ba | |
parent | d7f8504d234450bf10bb2eb2d4565d6e9af78e5c [diff] |
acpi/gsi: Add acpi_set_irq_model to initialize the GSI layer In order to start embrassing irqdomains at the GSI level, introduce a new initializer: void acpi_set_irq_model(enum acpi_irq_model_id model, struct fwnode_handle *fwnode); where: - model is the value assigned to acpi_irq_model - fwnode is the identifier for the irqdomain mapping GSI interrupts As nobody calls this code yet, the current code is (mostly) left in place. Signed-off-by: Marc Zyngier <[email protected]> Acked-by: Rafael J. Wysocki <[email protected]> Reviewed-and-tested-by: Hanjun Guo <[email protected]> Tested-by: Lorenzo Pieralisi <[email protected]> Cc: <[email protected]> Cc: Tomasz Nowicki <[email protected]> Cc: Suravee Suthikulpanit <[email protected]> Cc: Graeme Gregory <[email protected]> Cc: Jake Oshins <[email protected]> Cc: Jiang Liu <[email protected]> Cc: Jason Cooper <[email protected]> Cc: Rafael J. Wysocki <[email protected]> Link: http://lkml.kernel.org/r/[email protected] Signed-off-by: Thomas Gleixner <[email protected]>