Re: [PATCH v6 04/14] irqchip: gicv3-its: platform-msi: refactor its_pmsi_prepare()

2017-01-11 Thread Matthias Brugger
On 02/01/17 14:31, Hanjun Guo wrote: Adding ACPI support for platform MSI, we need to retrieve the dev id in ACPI way instead of device tree, we already have a well formed function its_pmsi_prepare() to get the dev id but it's OF dependent, so collect OF related code and put them into a single

[PATCH v6 04/14] irqchip: gicv3-its: platform-msi: refactor its_pmsi_prepare()

2017-01-02 Thread Hanjun Guo
Adding ACPI support for platform MSI, we need to retrieve the dev id in ACPI way instead of device tree, we already have a well formed function its_pmsi_prepare() to get the dev id but it's OF dependent, so collect OF related code and put them into a single function to make its_pmsi_prepare() more