Re: [PATCH v2 5/7] acpi: gsi: Add acpi_set_irq_model to initialize the GSI layer

2015-07-24 Thread Hanjun Guo
On 07/24/2015 08:27 PM, Marc Zyngier wrote: On 24/07/15 11:00, Hanjun Guo wrote: On 07/23/2015 09:05 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, unsi

Re: [PATCH v2 5/7] acpi: gsi: Add acpi_set_irq_model to initialize the GSI layer

2015-07-24 Thread Lorenzo Pieralisi
On Thu, Jul 23, 2015 at 02:05:11PM +0100, Marc Zyngier wrote: > In order to start embrassing irqdomains at the GSI level, introduce s/embrassing/embracing [...] > + > +/** > + * acpi_set_irq_model - Setup the GSI irqdomain information > + * @model: the value assigned to acpi_irq_model > + * @dom

Re: [PATCH v2 5/7] acpi: gsi: Add acpi_set_irq_model to initialize the GSI layer

2015-07-24 Thread Marc Zyngier
On 24/07/15 11:00, Hanjun Guo wrote: > On 07/23/2015 09:05 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, >> unsigned long domain_token, >>

Re: [PATCH v2 5/7] acpi: gsi: Add acpi_set_irq_model to initialize the GSI layer

2015-07-24 Thread Hanjun Guo
On 07/23/2015 09:05 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, unsigned long domain_token, int (*populate)(struct acpi_gsi_des

[PATCH v2 5/7] acpi: gsi: Add acpi_set_irq_model to initialize the GSI layer

2015-07-23 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, unsigned long domain_token, int (*populate)(struct acpi_gsi_descriptor *,