Re: [PATCH 10/16] acpi/gsi: Add acpi_set_irq_model to initialize the GSI layer

2015-10-12 Thread Rafael J. Wysocki
On Tuesday, October 06, 2015 06:36:23 PM Marc Zyngier wrote: > 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 valu

[PATCH 10/16] acpi/gsi: Add acpi_set_irq_model to initialize the GSI layer

2015-10-06 Thread Marc Zyngier
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 m